/third_party/typescript/tests/baselines/reference/ |
D | callWithSpread2.symbols | 32 declare function prefix2(s: string, n: number, a?: number, b?: number): void; 33 >prefix2 : Symbol(prefix2, Decl(callWithSpread2.ts, 5, 33)) 120 prefix2("g", ...ns); 121 >prefix2 : Symbol(prefix2, Decl(callWithSpread2.ts, 5, 33))
|
D | callWithSpread2.js | 8 declare function prefix2(s: string, n: number, a?: number, b?: number): void; 37 prefix2("g", ...ns); 66 prefix2.apply(void 0, __spreadArray(["g"], ns));
|
D | callWithSpread2.types | 32 declare function prefix2(s: string, n: number, a?: number, b?: number): void; 33 >prefix2 : (s: string, n: number, a?: number, b?: number) => void 161 prefix2("g", ...ns); 162 >prefix2("g", ...ns) : void 163 >prefix2 : (s: string, n: number, a?: number, b?: number) => void
|
D | callWithSpread2.errors.txt | 25 declare function prefix2(s: string, n: number, a?: number, b?: number): void; 81 prefix2("g", ...ns);
|
/third_party/typescript/tests/cases/conformance/expressions/functionCalls/ |
D | callWithSpread2.ts | 7 declare function prefix2(s: string, n: number, a?: number, b?: number): void; 36 prefix2("g", ...ns);
|
/third_party/ffmpeg/tests/fate/ |
D | dnxhd.mak | 6 fate-dnxhr-prefix2 \ 19 fate-dnxhr-prefix2: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/dnxhd/prefix-…
|
/third_party/libxml2/ |
D | hash.c | 121 const xmlChar *prefix2, const xmlChar *name2, in xmlHashComputeQKey() argument 146 if (prefix2 != NULL) { in xmlHashComputeQKey() 147 while ((ch = *prefix2++) != 0) { in xmlHashComputeQKey() 516 const xmlChar *name, const xmlChar *prefix2, in xmlHashQLookup2() argument 518 return(xmlHashQLookup3(table, prefix, name, prefix2, name2, NULL, NULL)); in xmlHashQLookup2() 820 const xmlChar *prefix2, const xmlChar *name2, in xmlHashQLookup3() argument 829 key = xmlHashComputeQKey(table, prefix, name, prefix2, in xmlHashQLookup3() 835 (xmlStrQEqual(prefix2, name2, entry->name2)) && in xmlHashQLookup3()
|
D | parser.c | 8881 const xmlChar *prefix2; in xmlParseQNameAndCompare() local 8910 ret = xmlParseQName (ctxt, &prefix2); in xmlParseQNameAndCompare() 8911 if ((ret == name) && (prefix == prefix2)) in xmlParseQNameAndCompare()
|
D | testapi.c | 10226 xmlChar * prefix2; /* the second prefix of the userdata */ in test_xmlHashQLookup2() local 10240 prefix2 = gen_const_xmlChar_ptr(n_prefix2, 3); in test_xmlHashQLookup2() 10243 …(table, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)prefix2, (const xmlChar *… in test_xmlHashQLookup2() 10249 des_const_xmlChar_ptr(n_prefix2, (const xmlChar *)prefix2, 3); in test_xmlHashQLookup2() 10286 xmlChar * prefix2; /* the second prefix of the userdata */ in test_xmlHashQLookup3() local 10306 prefix2 = gen_const_xmlChar_ptr(n_prefix2, 3); in test_xmlHashQLookup3() 10311 …(table, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)prefix2, (const xmlChar *… in test_xmlHashQLookup3() 10317 des_const_xmlChar_ptr(n_prefix2, (const xmlChar *)prefix2, 3); in test_xmlHashQLookup3()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | hash.c | 125 const xmlChar *prefix2, const xmlChar *name2, in xmlHashComputeQKey() argument 150 if (prefix2 != NULL) { in xmlHashComputeQKey() 151 while ((ch = *prefix2++) != 0) { in xmlHashComputeQKey() 520 const xmlChar *name, const xmlChar *prefix2, in xmlHashQLookup2() argument 522 return(xmlHashQLookup3(table, prefix, name, prefix2, name2, NULL, NULL)); in xmlHashQLookup2() 824 const xmlChar *prefix2, const xmlChar *name2, in xmlHashQLookup3() argument 833 key = xmlHashComputeQKey(table, prefix, name, prefix2, in xmlHashQLookup3() 839 (xmlStrQEqual(prefix2, name2, entry->name2)) && in xmlHashQLookup3()
|
D | hash.in.h | 222 const xmlChar *prefix2); 228 const xmlChar *prefix2,
|
D | parser.c | 8804 const xmlChar *prefix2; in xmlParseQNameAndCompare() local 8832 ret = xmlParseQName (ctxt, &prefix2); in xmlParseQNameAndCompare() 8833 if ((ret == name) && (prefix == prefix2)) in xmlParseQNameAndCompare()
|
/third_party/libxml2/include/libxml/ |
D | hash.h | 193 const xmlChar *prefix2); 199 const xmlChar *prefix2,
|
/third_party/libxml2/os400/libxmlrpg/ |
D | hash.rpgle | 192 d prefix2 * value options(*string) const xmlChar * 200 d prefix2 * value options(*string) const xmlChar *
|
/third_party/ffmpeg/libavformat/ |
D | mmst.c | 119 uint32_t prefix1, uint32_t prefix2) in insert_command_prefixes() argument 122 bytestream_put_le32(&mms->write_out_ptr, prefix2); // second prefix in insert_command_prefixes()
|
/third_party/python/Lib/lib2to3/ |
D | refactor.py | 662 prefix2 = indent + self.PS2 671 prefix = prefix2
|