/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
D | OptTable.cpp | 72 for (const char * const *APre = A.Prefixes, in operator <() 73 * const *BPre = B.Prefixes; in operator <() 141 if (const char *const *P = getInfo(i).Prefixes) { in OptTable() 169 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { in isInput() argument 172 for (StringSet<>::const_iterator I = Prefixes.begin(), in isInput() 173 E = Prefixes.end(); I != E; ++I) in isInput() 182 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) { in matchOption() 198 if (In.Prefixes) in optionMatches() 199 for (size_t I = 0; In.Prefixes[I]; I++) in optionMatches() 200 if (Option == std::string(In.Prefixes[I]) + In.Name) in optionMatches() [all …]
|
D | Option.cpp | 61 if (Info->Prefixes) { in print() 63 for (const char *const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) { in print()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_asn1parse.data | 7 Prefixes of OCTET STRING, length=0 10 Prefixes of OCTET STRING, length=0 (0 length bytes) 13 Prefixes of OCTET STRING, length=1 16 Prefixes of OCTET STRING, length=2 19 Prefixes of BOOLEAN, length=0 22 Prefixes of BOOLEAN, length=1 25 Prefixes of BOOLEAN, length=2 28 Prefixes of INTEGER, length=1 31 Prefixes of INTEGER, length=2 34 Prefixes of INTEGER, length=5 [all …]
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | templateLiteralTypes3.ts | 112 type Prefixes = "foo" | "bar"; alias 116 type PrefixData<P extends Prefixes> = `${P}:baz`; 118 interface ITest<P extends Prefixes, E extends AllPrefixData = PrefixData<P>> {
|
/third_party/typescript/tests/baselines/reference/ |
D | templateLiteralTypes3.js | 110 type Prefixes = "foo" | "bar"; 114 type PrefixData<P extends Prefixes> = `${P}:baz`; 116 interface ITest<P extends Prefixes, E extends AllPrefixData = PrefixData<P>> { 330 type Prefixes = "foo" | "bar"; 332 type PrefixData<P extends Prefixes> = `${P}:baz`; 333 interface ITest<P extends Prefixes, E extends AllPrefixData = PrefixData<P>> {
|
D | templateLiteralTypes3.symbols | 363 type Prefixes = "foo" | "bar"; 364 >Prefixes : Symbol(Prefixes, Decl(templateLiteralTypes3.ts, 104, 55)) 369 type PrefixData<P extends Prefixes> = `${P}:baz`; 372 >Prefixes : Symbol(Prefixes, Decl(templateLiteralTypes3.ts, 104, 55)) 375 interface ITest<P extends Prefixes, E extends AllPrefixData = PrefixData<P>> { 378 >Prefixes : Symbol(Prefixes, Decl(templateLiteralTypes3.ts, 104, 55))
|
D | templateLiteralTypes3.errors.txt | 134 type Prefixes = "foo" | "bar"; 138 type PrefixData<P extends Prefixes> = `${P}:baz`; 140 interface ITest<P extends Prefixes, E extends AllPrefixData = PrefixData<P>> {
|
D | templateLiteralTypes3.types | 368 type Prefixes = "foo" | "bar"; 369 >Prefixes : "foo" | "bar" 374 type PrefixData<P extends Prefixes> = `${P}:baz`; 377 interface ITest<P extends Prefixes, E extends AllPrefixData = PrefixData<P>> {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
D | X86Operand.h | 51 unsigned Prefixes; member 129 OS << "Prefix:" << Pref.Prefixes; in print() 167 return Pref.Prefixes; in getPrefix() 607 CreatePrefix(unsigned Prefixes, SMLoc StartLoc, SMLoc EndLoc) { in CreatePrefix() 609 Res->Pref.Prefixes = Prefixes; in CreatePrefix()
|
/third_party/libphonenumber/resources/carrier/fa/ |
D | 98.txt | 15 # Prefixes from http://en.wikipedia.org/wiki/%2B98.
|
/third_party/libphonenumber/resources/carrier/en/ |
D | 224.txt | 15 # Prefixes from http://www.itu.int/oth/T020200005B/en
|
D | 222.txt | 15 # Prefixes from ITU: http://www.itu.int/oth/T0202000087/en
|
D | 385.txt | 16 # Prefixes 89, 90 and 97 are updated based on IR 21 docs.
|
D | 373.txt | 15 # Prefixes are from the National Regulatory Agency for Electronic Communications
|
D | 230.txt | 15 # Prefixes from http://www.itu.int/oth/T0202000088/en
|
D | 973.txt | 15 # Prefixes obtained here:
|
D | 98.txt | 15 # Prefixes from http://en.wikipedia.org/wiki/%2B98.
|
D | 505.txt | 15 # Prefixes originate from IR21 docs issued by local operators.
|
D | 507.txt | 15 # Prefixes are from La Autoridad Nacional de los Servicios Públicos (ASEP):
|
/third_party/libphonenumber/resources/geocoding/el/ |
D | 30.txt | 17 # Prefixes 302736 and 302893 were translated from the English equivalent
|
/third_party/libphonenumber/resources/geocoding/en/ |
D | 675.txt | 15 # Prefixes from National Numbering Plan for Papua New Guinea, found at
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
D | OptTable.h | 44 const char *const *Prefixes; member
|
D | Option.h | 127 const char *Prefix = *Info->Prefixes; in getPrefix()
|
/third_party/libphonenumber/resources/geocoding/ru/ |
D | 7.txt | 23 # Prefixes found only in the ITU doc (used for en file) were translated using
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | EnumDirItems.cpp | 127 len += Prefixes[(unsigned)i].Len(); in GetPrefixesPath() 136 const UString &s = Prefixes[(unsigned)i]; in GetPrefixesPath() 158 Prefixes.ReserveDown(); in ReserveDown() 168 return Prefixes.Add(prefix); in AddPrefix() 175 Prefixes.DeleteBack(); in DeleteLastPrefix()
|