/external/compiler-rt/lib/dfsan/ |
D | done_abilist.txt | 16 fun:dfsan_get_label=custom 28 fun:dfsan_set_write_callback=custom 150 fun:calloc=custom 151 fun:clock_gettime=custom 152 fun:dlopen=custom 153 fun:fgets=custom 154 fun:fstat=custom 155 fun:getcwd=custom 156 fun:get_current_dir_name=custom 157 fun:gethostname=custom [all …]
|
/external/libbrillo/brillo/ |
D | backoff_entry_unittest.cc | 263 TestBackoffEntry custom(&base_policy); in TEST() local 265 custom.SetCustomReleaseTime(custom_horizon); in TEST() 266 custom.InformOfRequest(false); in TEST() 267 custom.InformOfRequest(true); in TEST() 268 custom.set_now(TimeTicks() + TimeDelta::FromDays(2)); in TEST() 269 custom.InformOfRequest(false); in TEST() 270 custom.InformOfRequest(true); in TEST() 271 EXPECT_EQ(custom_horizon, custom.GetReleaseTime()); in TEST() 275 custom.set_now(TimeTicks() + TimeDelta::FromDays(3)); in TEST() 276 custom.InformOfRequest(false); in TEST() [all …]
|
/external/skqp/tests/ |
D | FontMgrAndroidParserTest.cpp | 250 SkFontMgr_Android_CustomFonts custom; in DEF_TEST() local 251 custom.fSystemFontUse = SkFontMgr_Android_CustomFonts::kOnlyCustom; in DEF_TEST() 252 custom.fBasePath = basePath.c_str(); in DEF_TEST() 253 custom.fFontsXml = fontsXml.c_str(); in DEF_TEST() 254 custom.fFallbackFontsXml = nullptr; in DEF_TEST() 255 custom.fIsolated = false; in DEF_TEST() 257 sk_sp<SkFontMgr> fm(SkFontMgr_New_Android(&custom)); in DEF_TEST() 285 SkFontMgr_Android_CustomFonts custom; in DEF_TEST() local 286 custom.fSystemFontUse = SkFontMgr_Android_CustomFonts::kOnlyCustom; in DEF_TEST() 287 custom.fBasePath = basePath.c_str(); in DEF_TEST() [all …]
|
/external/skia/tests/ |
D | FontMgrAndroidParserTest.cpp | 250 SkFontMgr_Android_CustomFonts custom; in DEF_TEST() local 251 custom.fSystemFontUse = SkFontMgr_Android_CustomFonts::kOnlyCustom; in DEF_TEST() 252 custom.fBasePath = basePath.c_str(); in DEF_TEST() 253 custom.fFontsXml = fontsXml.c_str(); in DEF_TEST() 254 custom.fFallbackFontsXml = nullptr; in DEF_TEST() 255 custom.fIsolated = false; in DEF_TEST() 257 sk_sp<SkFontMgr> fm(SkFontMgr_New_Android(&custom)); in DEF_TEST() 285 SkFontMgr_Android_CustomFonts custom; in DEF_TEST() local 286 custom.fSystemFontUse = SkFontMgr_Android_CustomFonts::kOnlyCustom; in DEF_TEST() 287 custom.fBasePath = basePath.c_str(); in DEF_TEST() [all …]
|
/external/skia/src/ports/ |
D | SkFontMgr_android.cpp | 293 SkFontMgr_Android(const SkFontMgr_Android_CustomFonts* custom) { in SkFontMgr_Android() argument 295 if (custom && SkFontMgr_Android_CustomFonts::kPreferSystem != custom->fSystemFontUse) { in SkFontMgr_Android() 296 SkString base(custom->fBasePath); in SkFontMgr_Android() 298 families, base, custom->fFontsXml, custom->fFallbackFontsXml); in SkFontMgr_Android() 300 if (!custom || in SkFontMgr_Android() 301 (custom && SkFontMgr_Android_CustomFonts::kOnlyCustom != custom->fSystemFontUse)) in SkFontMgr_Android() 305 if (custom && SkFontMgr_Android_CustomFonts::kPreferSystem == custom->fSystemFontUse) { in SkFontMgr_Android() 306 SkString base(custom->fBasePath); in SkFontMgr_Android() 308 families, base, custom->fFontsXml, custom->fFallbackFontsXml); in SkFontMgr_Android() 310 this->buildNameToFamilyMap(families, custom ? custom->fIsolated : false); in SkFontMgr_Android() [all …]
|
/external/skqp/src/ports/ |
D | SkFontMgr_android.cpp | 293 SkFontMgr_Android(const SkFontMgr_Android_CustomFonts* custom) { in SkFontMgr_Android() argument 295 if (custom && SkFontMgr_Android_CustomFonts::kPreferSystem != custom->fSystemFontUse) { in SkFontMgr_Android() 296 SkString base(custom->fBasePath); in SkFontMgr_Android() 298 families, base, custom->fFontsXml, custom->fFallbackFontsXml); in SkFontMgr_Android() 300 if (!custom || in SkFontMgr_Android() 301 (custom && SkFontMgr_Android_CustomFonts::kOnlyCustom != custom->fSystemFontUse)) in SkFontMgr_Android() 305 if (custom && SkFontMgr_Android_CustomFonts::kPreferSystem == custom->fSystemFontUse) { in SkFontMgr_Android() 306 SkString base(custom->fBasePath); in SkFontMgr_Android() 308 families, base, custom->fFontsXml, custom->fFallbackFontsXml); in SkFontMgr_Android() 310 this->buildNameToFamilyMap(families, custom ? custom->fIsolated : false); in SkFontMgr_Android() [all …]
|
/external/freetype/docs/ |
D | CUSTOMIZE | 52 custom implementations to suit specific systems. 54 To tell the GNU Make-based build system to use a custom system 83 Just put your custom `ftoption.h' file into the objects directory 102 custom/ 104 ftoption.h => custom options header 105 ftmodule.h => custom modules list 110 then change the C include path to always give the path to `custom' 117 name the configuration headers. To do so, you need a custom 123 #define FT_CONFIG_OPTIONS_H <custom/my-ftoption.h> 124 #define FT_CONFIG_MODULES_H <custom/my-ftmodule.h> [all …]
|
/external/vixl/doc/aarch64/topics/ |
D | extending-the-disassembler.md | 35 The [/examples/custom-disassembler.h](/examples/custom-disassembler.h) and 36 [/examples/custom-disassembler.cc](/examples/custom-disassembler.cc) example 41 custom disasm -0x8: add x10, ip0, ip1 // add/sub to x10 44 custom disasm -0x4: cbz x10, #+0x28 (addr 0x24 ; label: somewhere) 47 custom disasm 0x0: add x11, ip0, ip1 50 custom disasm 0x4: add w5, w6, w30 53 custom disasm 0x8: tbz w10, #2, #-0x10 (addr -0x8)
|
/external/tensorflow/tensorflow/lite/python/ |
D | convert_test.py | 235 custom = op_hint.OpHint("cool_activation") 236 input_tensor, scale = custom.add_inputs(input_tensor, scale) 238 output, = custom.add_outputs(output) 263 custom = op_hint.OpHint("scale_and_bias_and_identity") 264 a, x, b = custom.add_inputs(a, x, b) 265 return custom.add_outputs(a * x + b, x) 288 custom = op_hint.OpHint("add_test") 289 x, = custom.add_inputs(x) 291 output, = custom.add_outputs(output) 323 custom = op_hint.OpHint("test_tag") [all …]
|
/external/curl/docs/ |
D | FEATURES | 14 - custom maximum transfer rate 20 - custom maximum download time 21 - custom least download speed acceptable 22 - custom output result after completion 53 - custom HTTP request 56 - custom headers (replace/remove internally generated headers) 57 - custom user-agent string 58 - custom referrer string 91 - custom ftp commands (before and/or after the transfer) 108 - with custom commands sent before/after the transfer [all …]
|
/external/curl/docs/cmdline-opts/ |
D | request.d | 6 (HTTP) Specifies a custom request method to use when communicating with the 26 Specifies a custom FTP command to use instead of LIST when doing file lists 30 Specifies a custom POP3 command to use instead of LIST or RETR. (Added in 34 Specifies a custom IMAP command to use instead of LIST. (Added in 7.30.0) 37 Specifies a custom SMTP command to use instead of HELP or VRFY. (Added in 7.34.0)
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_wext.c | 234 wpa_driver_wext_event_wireless_custom(void *ctx, char *custom) in wpa_driver_wext_event_wireless_custom() argument 239 custom); in wpa_driver_wext_event_wireless_custom() 243 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { in wpa_driver_wext_event_wireless_custom() 245 os_strstr(custom, " unicast ") != NULL; in wpa_driver_wext_event_wireless_custom() 248 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) { in wpa_driver_wext_event_wireless_custom() 253 spos = custom + 17; in wpa_driver_wext_event_wireless_custom() 417 char *pos, *end, *custom, *buf; in wpa_driver_wext_event_wireless() local 431 custom = pos + IW_EV_POINT_LEN; in wpa_driver_wext_event_wireless() 445 custom += IW_EV_POINT_OFF; in wpa_driver_wext_event_wireless() 472 if (iwe->u.data.length > end - custom) { in wpa_driver_wext_event_wireless() [all …]
|
/external/ImageMagick/www/assets/ |
D | magick.css | 6 …custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc…
|
/external/llvm/test/Instrumentation/DataFlowSanitizer/Inputs/ |
D | abilist.txt | 7 fun:custom*=uninstrumented 8 fun:custom*=custom
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/DataFlowSanitizer/Inputs/ |
D | shadow-args-abilist.txt | 2 fun:dfsan_get_label=custom 5 fun:k2=custom 8 fun:k4=custom
|
D | abilist.txt | 7 fun:custom*=uninstrumented 8 fun:custom*=custom
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ec/ |
D | CustomNamedCurves.java | 25 import org.bouncycastle.math.ec.custom.sec.SecP192K1Curve; 26 import org.bouncycastle.math.ec.custom.sec.SecP192R1Curve; 27 import org.bouncycastle.math.ec.custom.sec.SecP224K1Curve; 28 import org.bouncycastle.math.ec.custom.sec.SecP224R1Curve; 29 import org.bouncycastle.math.ec.custom.sec.SecP256K1Curve; 30 import org.bouncycastle.math.ec.custom.sec.SecP256R1Curve; 31 import org.bouncycastle.math.ec.custom.sec.SecP384R1Curve; 32 import org.bouncycastle.math.ec.custom.sec.SecP521R1Curve;
|
/external/curl/lib/ |
D | imap.c | 277 if((!imap->custom && !imap_matchresp(line, len, "LIST")) || in imap_endofresp() 278 (imap->custom && !imap_matchresp(line, len, imap->custom) && in imap_endofresp() 279 (!strcasecompare(imap->custom, "STORE") || in imap_endofresp() 281 !strcasecompare(imap->custom, "SELECT") && in imap_endofresp() 282 !strcasecompare(imap->custom, "EXAMINE") && in imap_endofresp() 283 !strcasecompare(imap->custom, "SEARCH") && in imap_endofresp() 284 !strcasecompare(imap->custom, "EXPUNGE") && in imap_endofresp() 285 !strcasecompare(imap->custom, "LSUB") && in imap_endofresp() 286 !strcasecompare(imap->custom, "UID") && in imap_endofresp() 287 !strcasecompare(imap->custom, "NOOP"))) in imap_endofresp() [all …]
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ops_custom.md | 4 the use of user-provided implementations (as known as custom implementations) if 5 the model contains an operator that is not supported. Providing custom kernels 9 Using custom operators consists of three steps. 14 * Registering a custom kernel with TensorFlow Lite so that the runtime knows 19 respectively. If you wish to test just your custom operator it is best to 20 create a model with just your custom operator and using the 25 conversion process involving custom operators. 27 ## Making a custom operator for Sin 53 Didn't find custom op for name 'Sin' 108 When initializing the `OpResolver`, add the custom op into the resolver, this [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/DataFlowSanitizer/ |
D | custom_fun_callback_attributes.ll | 6 ; Declare custom functions. Inputs/abilist.txt causes any function with a 7 ; name matching /custom.*/ to be a custom function. 26 ;; Call a custom function with two callbacks. Check their annotations.
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/ec/ |
D | CustomNamedCurves.java | 26 import com.android.org.bouncycastle.math.ec.custom.sec.SecP192K1Curve; 27 import com.android.org.bouncycastle.math.ec.custom.sec.SecP192R1Curve; 28 import com.android.org.bouncycastle.math.ec.custom.sec.SecP224K1Curve; 29 import com.android.org.bouncycastle.math.ec.custom.sec.SecP224R1Curve; 30 import com.android.org.bouncycastle.math.ec.custom.sec.SecP256K1Curve; 31 import com.android.org.bouncycastle.math.ec.custom.sec.SecP256R1Curve; 32 import com.android.org.bouncycastle.math.ec.custom.sec.SecP384R1Curve; 33 import com.android.org.bouncycastle.math.ec.custom.sec.SecP521R1Curve;
|
/external/curl/tests/data/ |
D | test540 | 75 http://test.remote.example.com/path/540 http://%HOSTIP:%HTTPPORT silly:person custom.set.host.name 86 Host: custom.set.host.name 91 Host: custom.set.host.name 97 Host: custom.set.host.name 102 Host: custom.set.host.name
|
D | test13 | 5 HTTP custom request 15 blabla custom request result 25 HTTP custom request 'DELETE'
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowAlertDialog.java | 26 private FrameLayout custom; field in ShadowAlertDialog 38 if (custom == null) { in getCustomView() 39 custom = new FrameLayout(context); in getCustomView() 41 return custom; in getCustomView()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_flags.inc | 79 "If set, registers the tool's custom SIGSEGV/SIGBUS handler.") 81 "If set, registers the tool's custom SIGABRT handler.") 83 "If set, registers the tool's custom SIGILL handler.") 85 "If set, registers the tool's custom SIGFPE handler.") 182 "If set, uses custom wrappers for strstr and strcasestr functions " 185 "If set, uses custom wrappers for strspn and strcspn function " 188 "If set, uses custom wrappers for strpbrk function " 191 "If set, uses custom wrappers for strlen and strnlen functions " 194 "If set, uses custom wrappers for strchr, strchrnul, and strrchr " 197 "If set, uses custom wrappers for memcmp function " [all …]
|