/third_party/openssl/test/ssl-tests/ |
D | 03-custom_verify.cnf | 6 test-1 = 1-verify-custom-reject 7 test-2 = 2-verify-custom-allow 8 test-3 = 3-verify-custom-retry 10 test-5 = 5-noverify-ignore-custom-reject 11 test-6 = 6-noverify-accept-custom-allow 13 test-8 = 8-verify-custom-success-no-root 14 test-9 = 9-verify-custom-fail-no-root 40 [1-verify-custom-reject] 41 ssl_conf = 1-verify-custom-reject-ssl 43 [1-verify-custom-reject-ssl] [all …]
|
D | 03-custom_verify.cnf.in | 25 # Same test as above but with a custom callback that always fails. 27 name => "verify-custom-reject", 40 # Same test as above but with a custom callback that always succeeds. 42 name => "verify-custom-allow", 54 # Same test as above but with a custom callback that requests retry once. 56 name => "verify-custom-retry", 80 # Same test as above but with a custom callback that always fails. 83 name => "noverify-ignore-custom-reject", 97 # Same test as above but with a custom callback that always succeeds. 100 name => "noverify-accept-custom-allow", [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | jsExportAssignmentNonMutableLocation.types | 2 const customSymbol = Symbol("custom"); 4 >Symbol("custom") : unique symbol 6 >"custom" : "custom" 21 exports.customSymbol2 = Symbol("custom"); 22 >exports.customSymbol2 = Symbol("custom") : unique symbol 26 >Symbol("custom") : unique symbol 28 >"custom" : "custom"
|
/third_party/skia/tests/ |
D | FontMgrAndroidParserTest.cpp | 249 SkFontMgr_Android_CustomFonts custom; in DEF_TEST() local 250 custom.fSystemFontUse = SkFontMgr_Android_CustomFonts::kOnlyCustom; in DEF_TEST() 251 custom.fBasePath = basePath.c_str(); in DEF_TEST() 252 custom.fFontsXml = fontsXml.c_str(); in DEF_TEST() 253 custom.fFallbackFontsXml = nullptr; in DEF_TEST() 254 custom.fIsolated = false; in DEF_TEST() 256 sk_sp<SkFontMgr> fm(SkFontMgr_New_Android(&custom)); in DEF_TEST() 284 SkFontMgr_Android_CustomFonts custom; in DEF_TEST() local 285 custom.fSystemFontUse = SkFontMgr_Android_CustomFonts::kOnlyCustom; in DEF_TEST() 286 custom.fBasePath = basePath.c_str(); in DEF_TEST() [all …]
|
/third_party/skia/src/ports/ |
D | SkFontMgr_android.cpp | 291 SkFontMgr_Android(const SkFontMgr_Android_CustomFonts* custom) { in SkFontMgr_Android() argument 293 if (custom && SkFontMgr_Android_CustomFonts::kPreferSystem != custom->fSystemFontUse) { in SkFontMgr_Android() 294 SkString base(custom->fBasePath); in SkFontMgr_Android() 296 families, base, custom->fFontsXml, custom->fFallbackFontsXml); in SkFontMgr_Android() 298 if (!custom || in SkFontMgr_Android() 299 (custom && SkFontMgr_Android_CustomFonts::kOnlyCustom != custom->fSystemFontUse)) in SkFontMgr_Android() 303 if (custom && SkFontMgr_Android_CustomFonts::kPreferSystem == custom->fSystemFontUse) { in SkFontMgr_Android() 304 SkString base(custom->fBasePath); in SkFontMgr_Android() 306 families, base, custom->fFontsXml, custom->fFallbackFontsXml); in SkFontMgr_Android() 308 this->buildNameToFamilyMap(families, custom ? custom->fIsolated : false); in SkFontMgr_Android() [all …]
|
/third_party/vk-gl-cts/android/cts/master/vk-master-2021-03-01/ |
D | pipeline.txt | 13161 dEQP-VK.pipeline.sampler.border_swizzle.r4g4_unorm_pack8.rgba.custom.no_gather.no_swizzle_hint 13162 dEQP-VK.pipeline.sampler.border_swizzle.r4g4_unorm_pack8.rgba.custom.no_gather.with_swizzle_hint 13163 dEQP-VK.pipeline.sampler.border_swizzle.r4g4_unorm_pack8.rgba.custom.gather_0.no_swizzle_hint 13164 dEQP-VK.pipeline.sampler.border_swizzle.r4g4_unorm_pack8.rgba.custom.gather_0.with_swizzle_hint 13165 dEQP-VK.pipeline.sampler.border_swizzle.r4g4_unorm_pack8.rgba.custom.gather_1.no_swizzle_hint 13166 dEQP-VK.pipeline.sampler.border_swizzle.r4g4_unorm_pack8.rgba.custom.gather_1.with_swizzle_hint 13167 dEQP-VK.pipeline.sampler.border_swizzle.r4g4_unorm_pack8.rgba.custom.gather_2.no_swizzle_hint 13168 dEQP-VK.pipeline.sampler.border_swizzle.r4g4_unorm_pack8.rgba.custom.gather_2.with_swizzle_hint 13169 dEQP-VK.pipeline.sampler.border_swizzle.r4g4_unorm_pack8.rgba.custom.gather_3.no_swizzle_hint 13170 dEQP-VK.pipeline.sampler.border_swizzle.r4g4_unorm_pack8.rgba.custom.gather_3.with_swizzle_hint [all …]
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/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)
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-custom-headers/ |
D | README.md | 1 # lws minimal http client custom headers 3 This http client application shows how to send and receive custom headers. 21 The app looks for a custom header "test-custom-header" sent by warmcat.com. 24 $ ./lws-minimal-http-client-custom-headers 28 [2019/03/11 05:46:46:7812] NOTICE: callback_http: custom header: 'hello'
|
D | CMakeLists.txt | 1 project(lws-minimal-http-client-custom-headers C) 8 set(SAMP lws-minimal-http-client-custom-headers) 9 set(SRCS minimal-http-client-custom-headers.c)
|
/third_party/curl/docs/ |
D | FEATURES.md | 9 - custom maximum transfer rate 16 - custom maximum download time 17 - custom least download speed acceptable 18 - custom output result after completion 52 - custom HTTP request 55 - custom headers (replace/remove internally generated headers) 56 - custom user-agent string 57 - custom referrer string 92 - custom ftp commands (before and/or after the transfer) 112 - with custom commands sent before/after the transfer [all …]
|
/third_party/node/test/es-module/ |
D | test-esm-loader-spawn-promisified.mjs | 12 fixtures.fileURL('/es-module-loaders/hooks-custom.mjs'), 28 fixtures.fileURL('/es-module-loaders/hooks-custom.mjs'), 44 fixtures.fileURL('/es-module-loaders/hooks-custom.mjs'), 60 fixtures.fileURL('/es-module-loaders/hooks-custom.mjs'), 75 fixtures.fileURL('/es-module-loaders/hooks-custom.mjs'), 91 fixtures.fileURL('/es-module-loaders/hooks-custom.mjs'), 107 fixtures.fileURL('/es-module-loaders/hooks-custom.mjs'), 123 fixtures.fileURL('/es-module-loaders/hooks-custom.mjs'), 139 fixtures.fileURL('/es-module-loaders/hooks-custom.mjs'), 169 fixtures.fileURL('/es-module-loaders/hooks-custom.mjs'), [all …]
|
D | test-esm-loader-custom-condition.mjs | 1 // Flags: --experimental-loader ./test/fixtures/es-module-loaders/loader-with-custom-condition.mjs 8 assert.deepStrictEqual({ ...ns }, { default: 'from custom condition' }); 12 "[Module: null prototype] { default: 'from custom condition' }" 18 " default: 'from custom condition',\n" +
|
D | test-esm-loader.mjs | 1 // Flags: --experimental-loader ./test/fixtures/es-module-loaders/hooks-custom.mjs 52 // The custom loader tells node .ext files are MJS 62 // The custom loader's resolve hook predetermines the format 69 // The custom loader provides source even though file does not actually exist 77 // Ensure custom loaders have separate context from userland 78 // hooks-custom.mjs also increments count (which starts at 0)
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_hmac_drbg.function | 179 data_t *custom, data_t *add1, 198 memcpy(data + p_entropy.len, custom->x, custom->len); 200 data, p_entropy.len + custom->len) == 0); 213 custom->x, custom->len) == 0); 226 void hmac_drbg_nopr(int md_alg, data_t *entropy, data_t *custom, 244 custom->x, custom->len) == 0); 259 void hmac_drbg_pr(int md_alg, data_t *entropy, data_t *custom, 276 custom->x, custom->len) == 0);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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 …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 …]
|
/third_party/rust/crates/cxx/gen/src/ |
D | include.rs | 23 pub custom: Vec<Include>, field 52 self.custom.push(include.into()); in insert() 56 self.custom in has_cxx_header() 72 for include in &include.custom { in write() 84 custom: _, in write() 179 self.custom.extend(iter.into_iter().cloned()); in extend()
|
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/ |
D | file.js | 104 get custom() { getter in TargetFile 105 const custom = this.unrecognizedFields['custom']; 106 if (!custom || Array.isArray(custom) || !(typeof custom === 'object')) { 109 return custom;
|
/third_party/curl/lib/ |
D | imap.c | 285 if((!imap->custom && !imap_matchresp(line, len, "LIST")) || in imap_endofresp() 286 (imap->custom && !imap_matchresp(line, len, imap->custom) && in imap_endofresp() 287 (!strcasecompare(imap->custom, "STORE") || in imap_endofresp() 289 !strcasecompare(imap->custom, "SELECT") && in imap_endofresp() 290 !strcasecompare(imap->custom, "EXAMINE") && in imap_endofresp() 291 !strcasecompare(imap->custom, "SEARCH") && in imap_endofresp() 292 !strcasecompare(imap->custom, "EXPUNGE") && in imap_endofresp() 293 !strcasecompare(imap->custom, "LSUB") && in imap_endofresp() 294 !strcasecompare(imap->custom, "UID") && in imap_endofresp() 295 !strcasecompare(imap->custom, "GETQUOTAROOT") && in imap_endofresp() [all …]
|
/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evpmac_blake.txt | 149 Input = "Sample input for keylen<blocklen and custom" 155 Input = "Sample input for keylen<blocklen and custom" 174 Input = "Sample input for keylen<blocklen, salt and custom" 196 Input = "Combo input with outlen, custom and salt" 205 Input = "Sample input for keylen<blocklen and custom" 211 Input = "Sample input for keylen<blocklen and custom" 230 Input = "Sample input for keylen<blocklen, salt and custom" 249 Input = "Combo input with outlen, custom and salt"
|
/third_party/typescript/tests/baselines/reference/tsserver/projectErrors/ |
D | correct-errors-when-resolution-resolves-to-file-that-has-same-ambient-module-and-is-also-module.js | 36 declare module '@custom/plugin' { 41 declare module '@custom/plugin' { 88 Imported via './proposed' from file 'node_modules/@custom/plugin/index.d.ts'
|
/third_party/curl/docs/cmdline-opts/ |
D | request.d | 18 Specifies a custom request method to use when communicating with the HTTP 38 Specifies a custom FTP command to use instead of *LIST* when doing file lists 42 Specifies a custom POP3 command to use instead of *LIST* or *RETR*. 46 Specifies a custom IMAP command to use instead of *LIST*. (Added in 7.30.0) 49 Specifies a custom SMTP command to use instead of *HELP* or **VRFY**. (Added in 7.34.0)
|
/third_party/libwebsockets/minimal-examples/http-server/ |
D | README.md | 4 minimal-http-server-custom-headers|Shows how to query custom headers that lws doesn't already know 20 minimal-http-server-tls-80|Serves a directory over http/1 or http/2 with TLS (SSL), custom 404 hand… 22 minimal-http-server-tls|Serves a directory over http/1 or http/2 with TLS (SSL), custom 404 handler 23 minimal-http-server|Serves a directory over http/1, custom 404 handler
|
/third_party/curl/tests/data/ |
D | test540 | 76 http://test.remote.example.com/path/%TESTNUMBER http://%HOSTIP:%HTTPPORT silly:person custom.set.ho… 84 Host: custom.set.host.name 89 Host: custom.set.host.name 95 Host: custom.set.host.name 100 Host: custom.set.host.name
|