/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/ |
H A D | x16788.htm | 76 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 D | x16775.htm | 76 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 D | x16941.htm | 76 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 D | x16743.htm | 76 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 D | x16915.htm | 76 NAME="FDL-SECTION7" 81 HREF="x16743.htm#FDL-DOCUMENT" 87 HREF="x16743.htm#FDL-MODIFIED" 99 HREF="x16743.htm#FDL-COVER-TEXTS"
|
H A D | x16896.htm | 76 NAME="FDL-SECTION5" 81 HREF="x16743.htm#FDL-DOCUMENT" 91 HREF="x16743.htm#FDL-INVARIANT" 101 HREF="x16743.htm#FDL-INVARIANT"
|
H A D | x16923.htm | 76 NAME="FDL-SECTION8" 82 HREF="x16743.htm#FDL-DOCUMENT" 88 HREF="x16743.htm#FDL-INVARIANT"
|
H A D | a16721.htm | 72 NAME="FDL" 84 HREF="a16721.htm#FDL-PREAMBLE" 149 NAME="FDL-PREAMBLE"
|
/aosp_15_r20/external/executorch/extension/data_loader/test/ |
H A D | file_descriptor_data_loader_test.cpp | 54 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 D | file_data_loader_test.cpp | 52 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 D | RecordingCanvas.cpp | 1073 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 D | extract_outside_compilation_pass_test.cc | 270 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 D | rearrange_function_argument_pass_test.cc | 40 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/ |
D | firebasedynamiclinks.v1.json | 110 … (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, … 762 …FDL 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/ |
D | firebasedynamiclinks_v1.v1.html | 167 …"requestedLink": "A String", # Entire FDL (short or long) attributed post-inst… 168 …"resolvedLink": "A String", # The entire FDL, expanded from a short link. It i… 187 …FDL 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": "A String", # Optional invitation ID, for only invite typed requested FDL links. 202 …"iosMinAppVersion": "A String", # FDL input value of the "&imv="… 203 …"resolvedLink": "A String", # The entire FDL, expanded from a short link. It i…
|
D | firebasedynamiclinks_v1.managedShortLinks.html | 82 … (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 "gclid": "A String", # Deprecated; FDL SDK does not process nor log it. 137 …"enableForcedRedirect": True or False, # If this option is on, FDL click will be forced … 171 … "gclid": "A String", # Deprecated; FDL SDK does not process nor log it. 207 …"enableForcedRedirect": True or False, # If this option is on, FDL click will be forced …
|
/aosp_15_r20/external/toybox/toys/posix/ |
H A D | tee.c | 49 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 D | od.c | 77 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 D | Makefile.am | 10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the 51 COPYING.FDL \
|
H A D | README.md | 11 * 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 D | Makefile.am | 10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
|
/aosp_15_r20/external/flac/examples/cpp/decode/ |
H A D | Makefile.am | 10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
|
/aosp_15_r20/external/flac/examples/cpp/encode/ |
H A D | Makefile.am | 10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
|
/aosp_15_r20/external/flac/src/test_grabbag/ |
H A D | Makefile.am | 10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
|
/aosp_15_r20/external/flac/examples/c/decode/ |
H A D | Makefile.am | 10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
|