Home
last modified time | relevance | path

Searched full:fdl (Results 1 – 25 of 153) sorted by relevance

1234567

/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
H A Dx16788.htm76 NAME="FDL-SECTION4"
81 HREF="x16743.htm#FDL-MODIFIED"
84 HREF="x16743.htm#FDL-DOCUMENT"
111 HREF="x16743.htm#FDL-TITLE-PAGE"
116 HREF="x16743.htm#FDL-DOCUMENT"
134 HREF="x16743.htm#FDL-TITLE-PAGE"
140 HREF="x16743.htm#FDL-MODIFIED"
145 HREF="x16743.htm#FDL-DOCUMENT"
160 HREF="x16743.htm#FDL-TITLE-PAGE"
164 HREF="x16743.htm#FDL-MODIFIED"
[all …]
H A Dx16775.htm76 NAME="FDL-SECTION3"
81 HREF="x16743.htm#FDL-DOCUMENT"
85 HREF="x16743.htm#FDL-COVER-TEXTS"
97 HREF="x16743.htm#FDL-DOCUMENT"
111 HREF="x16743.htm#FDL-TRANSPARENT"
114 HREF="x16743.htm#FDL-DOCUMENT"
118 HREF="x16743.htm#FDL-TRANSPARENT"
137 HREF="x16743.htm#FDL-DOCUMENT"
H A Dx16941.htm76 NAME="FDL-USING"
97 HREF="x16743.htm#FDL-INVARIANT"
101 HREF="x16743.htm#FDL-COVER-TEXTS"
105 HREF="x16743.htm#FDL-COVER-TEXTS"
118 HREF="x16743.htm#FDL-INVARIANT"
127 HREF="x16743.htm#FDL-COVER-TEXTS"
138 HREF="x16743.htm#FDL-COVER-TEXTS"
H A Dx16743.htm76 NAME="FDL-SECTION1"
108 HREF="x16743.htm#FDL-DOCUMENT"
126 HREF="x16743.htm#FDL-SECONDARY"
131 HREF="x16743.htm#FDL-DOCUMENT"
143 HREF="x16743.htm#FDL-DOCUMENT"
153 HREF="x16743.htm#FDL-DOCUMENT"
H A Dx16915.htm76 NAME="FDL-SECTION7"
81 HREF="x16743.htm#FDL-DOCUMENT"
87 HREF="x16743.htm#FDL-MODIFIED"
99 HREF="x16743.htm#FDL-COVER-TEXTS"
H A Dx16896.htm76 NAME="FDL-SECTION5"
81 HREF="x16743.htm#FDL-DOCUMENT"
91 HREF="x16743.htm#FDL-INVARIANT"
101 HREF="x16743.htm#FDL-INVARIANT"
H A Dx16923.htm76 NAME="FDL-SECTION8"
82 HREF="x16743.htm#FDL-DOCUMENT"
88 HREF="x16743.htm#FDL-INVARIANT"
H A Da16721.htm72 NAME="FDL"
84 HREF="a16721.htm#FDL-PREAMBLE"
149 NAME="FDL-PREAMBLE"
/aosp_15_r20/external/executorch/extension/data_loader/test/
H A Dfile_descriptor_data_loader_test.cpp54 Result<FileDescriptorDataLoader> fdl = in TEST_P() local
57 ASSERT_EQ(fdl.error(), Error::Ok); in TEST_P()
60 Result<size_t> size = fdl->size(); in TEST_P()
66 Result<FreeableBuffer> fb = fdl->load( in TEST_P()
92 Result<FreeableBuffer> fb = fdl->load( in TEST_P()
104 Result<FreeableBuffer> fb = fdl->load( in TEST_P()
116 Result<FreeableBuffer> fb = fdl->load( in TEST_P()
136 Result<FileDescriptorDataLoader> fdl = in TEST_P() local
139 ASSERT_EQ(fdl.error(), Error::InvalidArgument); in TEST_P()
153 Result<FileDescriptorDataLoader> fdl = in TEST_P() local
[all …]
H A Dfile_data_loader_test.cpp52 Result<FileDataLoader> fdl = in TEST_P() local
54 ASSERT_EQ(fdl.error(), Error::Ok); in TEST_P()
57 Result<size_t> size = fdl->size(); in TEST_P()
63 Result<FreeableBuffer> fb = fdl->load( in TEST_P()
89 Result<FreeableBuffer> fb = fdl->load( in TEST_P()
101 Result<FreeableBuffer> fb = fdl->load( in TEST_P()
113 Result<FreeableBuffer> fb = fdl->load( in TEST_P()
127 Result<FileDataLoader> fdl = in TEST_P() local
129 ASSERT_EQ(fdl.error(), Error::Ok); in TEST_P()
133 Result<FreeableBuffer> fb = fdl->load( in TEST_P()
[all …]
/aosp_15_r20/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp1073 RecordingCanvas::RecordingCanvas() : INHERITED(1, 1), fDL(nullptr) {} in RecordingCanvas()
1077 fDL = dl; in reset()
1088 fDL->save(); in willSave()
1091 fDL->saveLayer(rec.fBounds, rec.fPaint, rec.fBackdrop, rec.fSaveLayerFlags); in getSaveLayerStrategy()
1100 fDL->restore(); in willRestore()
1104 fDL->saveBehind(subset); in onDoSaveBehind()
1109 fDL->concat(m); in didConcat44()
1112 fDL->setMatrix(matrix); in didSetM44()
1115 fDL->scale(sx, sy); in didScale()
1118 fDL->translate(dx, dy); in didTranslate()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dextract_outside_compilation_pass_test.cc270 FunctionDefLibrary fdl; in TEST_F() local
286 FunctionDef *xla_fdef = fdl.add_function(); in TEST_F()
289 FunctionLibraryDefinition fld(OpRegistry::Global(), fdl); in TEST_F()
397 FunctionDefLibrary fdl; in TEST_F() local
404 FunctionDef *xla_fdef = fdl.add_function(); in TEST_F()
407 FunctionLibraryDefinition fld(OpRegistry::Global(), fdl); in TEST_F()
431 FunctionDefLibrary fdl; in TEST_F() local
445 FunctionDef *true_fn_fdef = fdl.add_function(); in TEST_F()
461 FunctionDef *false_fn_fdef = fdl.add_function(); in TEST_F()
479 FunctionDef *xla_fdef = fdl.add_function(); in TEST_F()
[all …]
H A Drearrange_function_argument_pass_test.cc40 FunctionDefLibrary fdl; in TEST() local
54 FunctionDef *xla_fdef = fdl.add_function(); in TEST()
69 FunctionDef *xla_fdef = fdl.add_function(); in TEST()
82 FunctionDef *xla_fdef = fdl.add_function(); in TEST()
85 FunctionLibraryDefinition fld(OpRegistry::Global(), fdl); in TEST()
172 FunctionDefLibrary fdl; in TEST() local
187 FunctionDef *xla_fdef = fdl.add_function(); in TEST()
202 FunctionDef *xla_fdef = fdl.add_function(); in TEST()
205 FunctionLibraryDefinition fld(OpRegistry::Global(), fdl); in TEST()
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dfirebasedynamiclinks.v1.json110 … (generated with the admin service account). - The link will appear in the FDL list of links in th…
431 "Indicates that an FDL is clicked by users.",
432 "Indicates that an FDL redirects users to fallback link.",
433 …"Indicates that an FDL triggers an app install from Play store, currently it's impossible to get s…
435 "Indicates that the app is opened via an FDL for non-first time."
723 …"description": "Entire FDL (short or long) attributed post-install via one of several techniques (…
727 …"description": "The entire FDL, expanded from a short link. It is the same as the requested_link, …
762FDL link to be verified from an app universal link open. The FDL link can be one of: 1) short FDL.…
777 …eep-link attributed the app universal link open. For both regular FDL links and invite FDL links.",
781 "description": "Optional invitation ID, for only invite typed requested FDL links.",
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dfirebasedynamiclinks_v1.v1.html167 …&quot;requestedLink&quot;: &quot;A String&quot;, # Entire FDL (short or long) attributed post-inst…
168 …&quot;resolvedLink&quot;: &quot;A String&quot;, # The entire FDL, expanded from a short link. It i…
187FDL link to be verified from an app universal link open. The FDL link can be one of: 1) short FDL.…
200 … deep-link attributed the app universal link open. For both regular FDL links and invite FDL links.
201 …d&quot;: &quot;A String&quot;, # Optional invitation ID, for only invite typed requested FDL links.
202 …&quot;iosMinAppVersion&quot;: &quot;A String&quot;, # FDL input value of the &quot;&amp;imv=&quot;…
203 …&quot;resolvedLink&quot;: &quot;A String&quot;, # The entire FDL, expanded from a short link. It i…
Dfirebasedynamiclinks_v1.managedShortLinks.html82 … (generated with the admin service account). - The link will appear in the FDL list of links in th…
91 … (generated with the admin service account). - The link will appear in the FDL list of links in th…
101 &quot;gclid&quot;: &quot;A String&quot;, # Deprecated; FDL SDK does not process nor log it.
137 …&quot;enableForcedRedirect&quot;: True or False, # If this option is on, FDL click will be forced …
171 … &quot;gclid&quot;: &quot;A String&quot;, # Deprecated; FDL SDK does not process nor log it.
207 …&quot;enableForcedRedirect&quot;: True or False, # If this option is on, FDL click will be forced …
/aosp_15_r20/external/toybox/toys/posix/
H A Dtee.c49 struct fd_list *fdl; in tee_main() local
63 for (fdl = TT.outputs; fdl;fdl = fdl->next) in tee_main()
64 if (len != writeall(fdl->fd, toybuf, len)) toys.exitval = 1; in tee_main()
H A Dod.c77 union {float f; double d; long double ld;} fdl; in od_out_t() local
79 memcpy(&fdl, TT.buf+*offset, t->size); in od_out_t()
82 ld = fdl.f; in od_out_t()
85 ld = fdl.d; in od_out_t()
88 ld = fdl.ld; in od_out_t()
241 if (-1 == (size = stridx("FDL", *s))) size = sizeof(double); in append_base()
/aosp_15_r20/external/flac/
H A DMakefile.am10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
51 COPYING.FDL \
H A DREADME.md11 * COPYING.GPL). The documentation is distributed under the Gnu FDL (see
12 * COPYING.FDL). Each file in the FLAC distribution contains at the top the
51 (see COPYING.FDL).
/aosp_15_r20/external/flac/examples/c/
H A DMakefile.am10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
/aosp_15_r20/external/flac/examples/cpp/decode/
H A DMakefile.am10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
/aosp_15_r20/external/flac/examples/cpp/encode/
H A DMakefile.am10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
/aosp_15_r20/external/flac/src/test_grabbag/
H A DMakefile.am10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
/aosp_15_r20/external/flac/examples/c/decode/
H A DMakefile.am10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the

1234567