/third_party/openssl/test/ |
D | ssl_test.tmpl | 30 next if ($key eq "extra"); 36 next if ($key eq "extra"); 43 next if ($key eq "extra"); 51 next if ($key eq "extra"); 57 next if ($key eq "extra"); 68 # The extra server/client configuration sections. 69 if ($server{"extra"}) { 70 $OUT .= "server = $testname-server-extra\n"; 72 if (%server2 && $server2{"extra"}) { 73 $OUT .= "server2 = $testname-server2-extra\n"; [all …]
|
/third_party/openssl/test/ssl-tests/ |
D | 08-npn.cnf.in | 21 extra => { 26 extra => { 38 extra => { 43 extra => { 55 extra => { 60 extra => { 72 extra => { 77 extra => { 90 extra => { 102 extra => { [all …]
|
D | 09-alpn.cnf.in | 22 extra => { 27 extra => { 38 extra => { 43 extra => { 54 extra => { 59 extra => { 70 extra => { 75 extra => { 88 extra => { 99 extra => { [all …]
|
D | 09-alpn.cnf | 42 server = 0-alpn-simple-server-extra 43 client = 0-alpn-simple-client-extra 45 [0-alpn-simple-server-extra] 48 [0-alpn-simple-client-extra] 73 server = 1-alpn-server-finds-match-server-extra 74 client = 1-alpn-server-finds-match-client-extra 76 [1-alpn-server-finds-match-server-extra] 79 [1-alpn-server-finds-match-client-extra] 104 server = 2-alpn-server-honours-server-pref-server-extra 105 client = 2-alpn-server-honours-server-pref-client-extra [all …]
|
D | 08-npn.cnf | 47 server = 0-npn-simple-server-extra 48 client = 0-npn-simple-client-extra 50 [0-npn-simple-server-extra] 53 [0-npn-simple-client-extra] 79 server = 1-npn-client-finds-match-server-extra 80 client = 1-npn-client-finds-match-client-extra 82 [1-npn-client-finds-match-server-extra] 85 [1-npn-client-finds-match-client-extra] 111 server = 2-npn-client-honours-server-pref-server-extra 112 client = 2-npn-client-honours-server-pref-client-extra [all …]
|
D | 05-sni.cnf | 37 server = 0-SNI-switch-context-server-extra 38 server2 = 0-SNI-switch-context-server-extra 39 client = 0-SNI-switch-context-client-extra 41 [0-SNI-switch-context-server-extra] 44 [0-SNI-switch-context-client-extra] 71 server = 1-SNI-keep-context-server-extra 72 server2 = 1-SNI-keep-context-server-extra 73 client = 1-SNI-keep-context-client-extra 75 [1-SNI-keep-context-server-extra] 78 [1-SNI-keep-context-client-extra] [all …]
|
D | 06-sni-ticket.cnf | 54 server = 0-sni-session-ticket-server-extra 55 client = 0-sni-session-ticket-client-extra 57 [0-sni-session-ticket-server-extra] 60 [0-sni-session-ticket-client-extra] 98 server = 1-sni-session-ticket-server-extra 99 client = 1-sni-session-ticket-client-extra 101 [1-sni-session-ticket-server-extra] 104 [1-sni-session-ticket-client-extra] 142 server = 2-sni-session-ticket-server-extra 143 client = 2-sni-session-ticket-client-extra [all …]
|
D | 05-sni.cnf.in | 24 extra => { 29 extra => { 41 extra => { 46 extra => { 59 extra => { 68 extra => { 84 extra => { 89 extra => { 101 extra => { 106 extra => { [all …]
|
D | 23-srp.cnf | 32 server = 0-srp-server-extra 33 client = 0-srp-client-extra 35 [0-srp-server-extra] 39 [0-srp-client-extra] 67 server = 1-srp-bad-password-server-extra 68 client = 1-srp-bad-password-client-extra 70 [1-srp-bad-password-server-extra] 74 [1-srp-bad-password-client-extra] 102 server = 2-srp-auth-server-extra 103 client = 2-srp-auth-client-extra [all …]
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
D | info.py | 42 def from_raw(cls, raw, **extra): argument 44 if extra: 46 raise NotImplementedError((raw, extra)) 51 return cls(raw, **extra) 53 raise NotImplementedError((raw, extra)) 56 def from_resolved(cls, item, resolved, **extra): argument 58 return cls(item, typedecl=resolved, **extra) 60 typedeps, extra = cls._parse_raw_resolved(item, resolved, extra) 63 raise NotImplementedError((item, resolved, extra)) 65 raise NotImplementedError((item, resolved, extra)) [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | contextuallyTypedStringLiteralsInJsxAttributes02.errors.txt | 3 …Type '{ extra: true; onClick: (k: "left" | "right") => void; }' is not assignable to type 'Intrins… 4 Property 'extra' does not exist on type 'IntrinsicAttributes & ButtonProps'. 6 …Type '{ extra: true; onClick: (k: "left" | "right") => void; }' is not assignable to type 'Intrins… 7 Property 'extra' does not exist on type 'IntrinsicAttributes & LinkProps'. 10 …Type '{ onClick: (k: "left" | "right") => void; extra: true; }' is not assignable to type 'Intrins… 11 Property 'extra' does not exist on type 'IntrinsicAttributes & ButtonProps'. 13 …Type '{ onClick: (k: "left" | "right") => void; extra: true; }' is not assignable to type 'Intrins… 17 …Type '{ extra: true; goTo: string; }' is not assignable to type 'IntrinsicAttributes & ButtonProps… 18 Property 'extra' does not exist on type 'IntrinsicAttributes & ButtonProps'. 20 … Type '{ extra: true; goTo: "home"; }' is not assignable to type 'IntrinsicAttributes & LinkProps'. [all …]
|
D | tsxStatelessFunctionComponentOverload4.types | 32 const c0 = <OneThing extraProp />; // extra property; 52 const c3 = <OneThing {...obj} {...{extra: "extra attr"}} />; // This is OK because all attribute … 54 ><OneThing {...obj} {...{extra: "extra attr"}} /> : JSX.Element 57 >{extra: "extra attr"} : { extra: string; } 58 >extra : string 59 >"extra attr" : "extra attr" 61 const c4 = <OneThing {...obj} y1={10000} />; // extra property; 78 const c6 = <OneThing {...obj2} {...{extra: "extra attr"}} />; // Should error as there is extra at… 80 ><OneThing {...obj2} {...{extra: "extra attr"}} /> : JSX.Element 83 >{extra: "extra attr"} : { extra: string; } [all …]
|
D | spreadExcessProperty.types | 7 const extra1 = { a: "a", b: "b", extra: "extra" }; 8 >extra1 : { a: string; b: string; extra: string; } 9 >{ a: "a", b: "b", extra: "extra" } : { a: string; b: string; extra: string; } 14 >extra : string 15 >"extra" : "extra" 19 >{ ...extra1 } : { a: string; b: string; extra: string; } 20 >extra1 : { a: string; b: string; extra: string; }
|
D | contextuallyTypedStringLiteralsInJsxAttributes02.js | 28 const b0 = <MainButton {...{onClick: (k) => {console.log(k)}}} extra />; // k has type "left" | "r… 29 const b2 = <MainButton onClick={(k)=>{console.log(k)}} extra />; // k has type "left" | "right" 30 const b3 = <MainButton {...{goTo:"home"}} extra />; // goTo has type"home" | "contact" 31 const b4 = <MainButton goTo="home" extra />; // goTo has type "home" | "contact" 34 const c1 = <NoOverload {...{onClick: (k) => {console.log(k)}}} extra />; // k has type any 37 const d1 = <NoOverload1 {...{goTo:"home"}} extra />; // goTo has type "home" | "contact" 53 …var b0 = <MainButton {...{ onClick: function (k) { console.log(k); } }} extra/>; // k has type "le… 54 …var b2 = <MainButton onClick={function (k) { console.log(k); }} extra/>; // k has type "left" | "r… 55 var b3 = <MainButton {...{ goTo: "home" }} extra/>; // goTo has type"home" | "contact" 56 var b4 = <MainButton goTo="home" extra/>; // goTo has type "home" | "contact" [all …]
|
/third_party/python/Modules/ |
D | _elementtree.c | 211 ElementObjectExtra* extra; member 228 self->extra = PyObject_Malloc(sizeof(ElementObjectExtra)); in create_extra() 229 if (!self->extra) { in create_extra() 235 self->extra->attrib = attrib; in create_extra() 237 self->extra->length = 0; in create_extra() 238 self->extra->allocated = STATIC_CHILDREN; in create_extra() 239 self->extra->children = self->extra->_children; in create_extra() 245 dealloc_extra(ElementObjectExtra *extra) in dealloc_extra() argument 249 if (!extra) in dealloc_extra() 252 Py_XDECREF(extra->attrib); in dealloc_extra() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_atomics_test.cpp | 354 const std::string extra = R"( in TEST_F() local 359 CompileSuccessfully(GenerateShaderCode(body, extra), SPV_ENV_VULKAN_1_0); in TEST_F() 370 const std::string extra = R"( in TEST_F() local 375 CompileSuccessfully(GenerateShaderCode(body, extra), SPV_ENV_VULKAN_1_0); in TEST_F() 386 const std::string extra = R"( in TEST_F() local 391 CompileSuccessfully(GenerateShaderCode(body, extra), SPV_ENV_VULKAN_1_0); in TEST_F() 402 const std::string extra = R"( in TEST_F() local 407 CompileSuccessfully(GenerateShaderCode(body, extra), SPV_ENV_VULKAN_1_0); in TEST_F() 418 const std::string extra = R"( in TEST_F() local 423 CompileSuccessfully(GenerateShaderCode(body, extra), SPV_ENV_VULKAN_1_0); in TEST_F() [all …]
|
D | val_image_test.cpp | 1170 const std::string extra = R"( in TEST_F() local 1174 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 1304 const std::string extra = R"( in TEST_F() local 1308 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 1885 const std::string extra = R"( in TEST_F() local 1889 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 2033 const std::string extra = R"( in TEST_F() local 2037 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 2168 const std::string extra = R"( in TEST_F() local 2172 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() [all …]
|
/third_party/spirv-tools/test/val/ |
D | val_atomics_test.cpp | 354 const std::string extra = R"( in TEST_F() local 359 CompileSuccessfully(GenerateShaderCode(body, extra), SPV_ENV_VULKAN_1_0); in TEST_F() 370 const std::string extra = R"( in TEST_F() local 375 CompileSuccessfully(GenerateShaderCode(body, extra), SPV_ENV_VULKAN_1_0); in TEST_F() 386 const std::string extra = R"( in TEST_F() local 391 CompileSuccessfully(GenerateShaderCode(body, extra), SPV_ENV_VULKAN_1_0); in TEST_F() 402 const std::string extra = R"( in TEST_F() local 407 CompileSuccessfully(GenerateShaderCode(body, extra), SPV_ENV_VULKAN_1_0); in TEST_F() 418 const std::string extra = R"( in TEST_F() local 423 CompileSuccessfully(GenerateShaderCode(body, extra), SPV_ENV_VULKAN_1_0); in TEST_F() [all …]
|
D | val_image_test.cpp | 1237 const std::string extra = R"( in TEST_F() local 1241 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 1371 const std::string extra = R"( in TEST_F() local 1375 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 1952 const std::string extra = R"( in TEST_F() local 1956 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 2100 const std::string extra = R"( in TEST_F() local 2104 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 2235 const std::string extra = R"( in TEST_F() local 2239 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
D | val_atomics_test.cpp | 354 const std::string extra = R"( in TEST_F() local 359 CompileSuccessfully(GenerateShaderCode(body, extra), SPV_ENV_VULKAN_1_0); in TEST_F() 370 const std::string extra = R"( in TEST_F() local 375 CompileSuccessfully(GenerateShaderCode(body, extra), SPV_ENV_VULKAN_1_0); in TEST_F() 386 const std::string extra = R"( in TEST_F() local 391 CompileSuccessfully(GenerateShaderCode(body, extra), SPV_ENV_VULKAN_1_0); in TEST_F() 402 const std::string extra = R"( in TEST_F() local 407 CompileSuccessfully(GenerateShaderCode(body, extra), SPV_ENV_VULKAN_1_0); in TEST_F() 418 const std::string extra = R"( in TEST_F() local 423 CompileSuccessfully(GenerateShaderCode(body, extra), SPV_ENV_VULKAN_1_0); in TEST_F() [all …]
|
D | val_image_test.cpp | 1170 const std::string extra = R"( in TEST_F() local 1174 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 1304 const std::string extra = R"( in TEST_F() local 1308 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 1885 const std::string extra = R"( in TEST_F() local 1889 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 2033 const std::string extra = R"( in TEST_F() local 2037 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() 2168 const std::string extra = R"( in TEST_F() local 2172 CompileSuccessfully(GenerateShaderCode(body, extra, "Fragment", "", in TEST_F() [all …]
|
/third_party/skia/third_party/externals/brotli/research/ |
D | brotlidump.py | 144 def value(self, extra=None): argument 149 if not 0<=extra<1<<self.extraBits(): 151 return self.code.value(self.index, extra) 152 if extra is not None: 156 def explanation(self, extra=None): argument 162 return self.code.callback(self, extra) 376 def value(self, index, extra=None): argument 380 if extra is not None: 478 def explanation(self, index, extra=None): argument 482 extraBits = 0 if extra is None else self.extraBits(index) [all …]
|
/third_party/node/deps/brotli/c/enc/ |
D | hash_forgetful_chain_inc.h | 52 void* extra; member 67 static uint32_t* FN(Addr)(void* extra) { in FN() 68 return (uint32_t*)extra; in FN() 71 static uint16_t* FN(Head)(void* extra) { in FN() 72 return (uint16_t*)(&FN(Addr)(extra)[BUCKET_SIZE]); in FN() 75 static uint8_t* FN(TinyHash)(void* extra) { in FN() 76 return (uint8_t*)(&FN(Head)(extra)[BUCKET_SIZE]); in FN() 79 static FN(Bank)* FN(Banks)(void* extra) { in FN() 80 return (FN(Bank)*)(&FN(TinyHash)(extra)[65536]); in FN() 87 self->extra = common->extra; in FN() [all …]
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | hash_forgetful_chain_inc.h | 52 void* extra; member 67 static uint32_t* FN(Addr)(void* extra) { in FN() 68 return (uint32_t*)extra; in FN() 71 static uint16_t* FN(Head)(void* extra) { in FN() 72 return (uint16_t*)(&FN(Addr)(extra)[BUCKET_SIZE]); in FN() 75 static uint8_t* FN(TinyHash)(void* extra) { in FN() 76 return (uint8_t*)(&FN(Head)(extra)[BUCKET_SIZE]); in FN() 79 static FN(Bank)* FN(Banks)(void* extra) { in FN() 80 return (FN(Bank)*)(&FN(TinyHash)(extra)[65536]); in FN() 87 self->extra = common->extra; in FN() [all …]
|
/third_party/rust/crates/nom/src/ |
D | str.rs | 20 Ok((extra, output)) => { in tagtr_succeed() 21 assert!(extra == " World!", "Parser `tag` consumed leftover input."); in tagtr_succeed() 83 Ok((extra, output)) => { in take_s_succeed() 85 extra == LEFTOVER, in take_s_succeed() 87 extra in take_s_succeed() 113 Ok((extra, output)) => { in take_until_succeed() 115 extra == LEFTOVER, in take_until_succeed() 118 extra in take_until_succeed() 210 Ok((extra, output)) => { in take_till_s_succeed() 212 extra == LEFTOVER, in take_till_s_succeed() [all …]
|