/third_party/skia/tests/ |
D | ClipperTest.cpp | 81 static const SkScalar CX = SkScalarHalf(L + R); in test_intersectline() local 92 { CX, T }, { CX, T - 10 }, in test_intersectline() 93 { CX, B }, { CX, B + 10 }, in test_intersectline() 113 { CX, T }, { CX, B }, in test_intersectline() 115 { CX, T }, { R, CY }, in test_intersectline() 116 { CX, T }, { L, CY }, in test_intersectline() 117 { L, CY }, { CX, B }, in test_intersectline() 118 { R, CY }, { CX, B }, in test_intersectline() 135 { L - 10, CY }, { CX, CY }, { L, CY }, { CX, CY }, in test_intersectline() 136 { CX, T - 10 }, { CX, CY }, { CX, T }, { CX, CY }, in test_intersectline() [all …]
|
D | EmptyPathTest.cpp | 104 #define CX (SkIntToScalar(DIMENSION) / 2) macro 108 static void make_M(SkPath* path) { path->moveTo(CX, CY); } in make_M() 109 static void make_MM(SkPath* path) { path->moveTo(CX, CY).moveTo(CX, CY); } in make_MM() 110 static void make_MZM(SkPath* path) { path->moveTo(CX, CY).close().moveTo(CX, CY); } in make_MZM() 111 static void make_L(SkPath* path) { path->moveTo(CX, CY).lineTo(CX, CY); } in make_L() 112 static void make_Q(SkPath* path) { path->moveTo(CX, CY).quadTo(CX, CY, CX, CY); } in make_Q() 113 static void make_C(SkPath* path) { path->moveTo(CX, CY).cubicTo(CX, CY, CX, CY, CX, CY); } in make_C()
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | ShortNumberInfoTest.java | 167 parse(ambiguousPremiumRateString, RegionCode.CX), RegionCode.CX)); in testGetExpectedCostForSharedCountryCallingCode() 169 parse(ambiguousPremiumRateString, RegionCode.CX), RegionCode.CX)); in testGetExpectedCostForSharedCountryCallingCode() 179 parse(ambiguousStandardRateString, RegionCode.CX), RegionCode.CX)); in testGetExpectedCostForSharedCountryCallingCode() 181 parse(ambiguousStandardRateString, RegionCode.CX), RegionCode.CX)); in testGetExpectedCostForSharedCountryCallingCode() 189 assertFalse(shortInfo.isValidShortNumberForRegion(parse(ambiguousTollFreeString, RegionCode.CX), in testGetExpectedCostForSharedCountryCallingCode() 190 RegionCode.CX)); in testGetExpectedCostForSharedCountryCallingCode() 192 parse(ambiguousTollFreeString, RegionCode.CX), RegionCode.CX)); in testGetExpectedCostForSharedCountryCallingCode() 329 assertTrue(shortInfo.isEmergencyNumber("112", RegionCode.CX)); in testEmergencyNumberForSharedCountryCallingCode() 330 assertTrue(shortInfo.isValidShortNumberForRegion(parse("112", RegionCode.CX), RegionCode.CX)); in testEmergencyNumberForSharedCountryCallingCode() 332 shortInfo.getExpectedCostForRegion(parse("112", RegionCode.CX), RegionCode.CX)); in testEmergencyNumberForSharedCountryCallingCode()
|
D | RegionCode.java | 42 static final String CX = "CX"; field in RegionCode
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | shortnumberinfo_test.js | 236 phoneUtil.parse(ambiguousPremiumRateString, RegionCode.CX), 237 RegionCode.CX)); 241 phoneUtil.parse(ambiguousPremiumRateString, RegionCode.CX), 242 RegionCode.CX)); 256 phoneUtil.parse(ambiguousStandardRateString, RegionCode.CX), 257 RegionCode.CX)); 261 phoneUtil.parse(ambiguousStandardRateString, RegionCode.CX), 262 RegionCode.CX)); 274 phoneUtil.parse(ambiguousTollFreeString, RegionCode.CX), RegionCode.CX)); 278 phoneUtil.parse(ambiguousTollFreeString, RegionCode.CX), [all …]
|
D | regioncodefortesting.js | 51 CX: 'CX', property
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | shortnumberinfo_test.cc | 251 ParseNumberForTesting(ambiguous_premium_rate_string, RegionCode::CX()), in TEST_F() 252 RegionCode::CX())); in TEST_F() 256 RegionCode::CX()), in TEST_F() 257 RegionCode::CX())); in TEST_F() 272 ParseNumberForTesting(ambiguous_standard_rate_string, RegionCode::CX()), in TEST_F() 273 RegionCode::CX())); in TEST_F() 277 RegionCode::CX()), in TEST_F() 278 RegionCode::CX())); in TEST_F() 292 ParseNumberForTesting(ambiguous_toll_free_string, RegionCode::CX()), in TEST_F() 293 RegionCode::CX())); in TEST_F() [all …]
|
D | test_util.h | 120 static const char* CX() { in CX() function
|
/third_party/typescript/tests/baselines/reference/ |
D | interfaceExtendsObjectIntersectionErrors.types | 70 declare class CX { static a: string } 71 >CX : CX 85 type TCX = typeof CX; 86 >TCX : typeof CX 87 >CX : typeof CX
|
D | interfaceExtendsObjectIntersection.types | 99 declare class CX { a: number } 100 >CX : CX 118 type T11 = typeof CX; 119 >T11 : typeof CX 120 >CX : typeof CX
|
D | interfaceExtendsObjectIntersectionErrors.symbols | 87 declare class CX { static a: string } 88 >CX : Symbol(CX, Decl(interfaceExtendsObjectIntersectionErrors.ts, 19, 48)) 89 >a : Symbol(CX.a, Decl(interfaceExtendsObjectIntersectionErrors.ts, 21, 18)) 101 type TCX = typeof CX; 103 >CX : Symbol(CX, Decl(interfaceExtendsObjectIntersectionErrors.ts, 19, 48))
|
D | interfaceExtendsObjectIntersection.symbols | 120 declare class CX { a: number } 121 >CX : Symbol(CX, Decl(interfaceExtendsObjectIntersection.ts, 27, 39)) 122 >a : Symbol(CX.a, Decl(interfaceExtendsObjectIntersection.ts, 28, 18)) 138 type T11 = typeof CX; 140 >CX : Symbol(CX, Decl(interfaceExtendsObjectIntersection.ts, 27, 39))
|
D | interfaceExtendsObjectIntersectionErrors.errors.txt | 27 …ersectionErrors.ts(30,11): error TS2430: Interface 'I10' incorrectly extends interface 'typeof CX'. 37 …tIntersectionErrors.ts(33,29): error TS2411: Property 'prototype' of type 'CX' is not assignable t… 116 declare class CX { static a: string } 120 type TCX = typeof CX; 126 !!! error TS2430: Interface 'I10' incorrectly extends interface 'typeof CX'. 143 !!! error TS2411: Property 'prototype' of type 'CX' is not assignable to 'string' index type 'numbe…
|
D | interfaceExtendsObjectIntersectionErrors.js | 23 declare class CX { static a: string } 27 type TCX = typeof CX;
|
D | interfaceExtendsObjectIntersection.js | 30 declare class CX { a: number } 35 type T11 = typeof CX;
|
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/ |
D | interfaceExtendsObjectIntersectionErrors.ts | 24 declare class CX { static a: string } class 28 type TCX = typeof CX;
|
D | interfaceExtendsObjectIntersection.ts | 31 declare class CX { a: number } 36 type T11 = typeof CX;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 98 {codeview::RegisterId::CX, X86::CX}, in initLLVMToSEHAndCVRegMapping() 619 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX: in getX86SubSuperRegisterOrZero() 631 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX: in getX86SubSuperRegisterOrZero() 668 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX: in getX86SubSuperRegisterOrZero() 669 return X86::CX; in getX86SubSuperRegisterOrZero() 704 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX: in getX86SubSuperRegisterOrZero() 740 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX: in getX86SubSuperRegisterOrZero()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasAnalysis.cpp | 576 ModRefInfo AAResults::getModRefInfo(const AtomicCmpXchgInst *CX, in getModRefInfo() argument 579 return getModRefInfo(CX, Loc, AAQIP); in getModRefInfo() 582 ModRefInfo AAResults::getModRefInfo(const AtomicCmpXchgInst *CX, in getModRefInfo() argument 586 if (isStrongerThanMonotonic(CX->getSuccessOrdering())) in getModRefInfo() 590 AliasResult AR = alias(MemoryLocation::get(CX), Loc, AAQI); in getModRefInfo()
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | ru_UA.txt | 11 CX{"О-в Рождества"}
|
D | sw_CD.txt | 11 CX{"Kisiwa cha Christmas"}
|
/third_party/icu/icu4c/source/data/region/ |
D | ru_UA.txt | 11 CX{"О-в Рождества"}
|
D | sw_CD.txt | 11 CX{"Kisiwa cha Christmas"}
|
D | fr_CA.txt | 18 CX{"île Christmas"}
|
/third_party/mbedtls/tests/data_files/ |
D | rsa_pkcs8_pbes2_pbkdf2_4096_des_sha512.pem | 34 BHV95sRDCAvUywGTIPhx5xa+gICVeL97DOUCS+Y+WJYmeSlZ5r+dyg2V7+CX+qjr
|