Home
last modified time | relevance | path

Searched refs:CX (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/third_party/flutter/skia/tests/
DClipperTest.cpp81 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()
112 { CX, T }, { CX, B }, in test_intersectline()
114 { CX, T }, { R, CY }, in test_intersectline()
115 { CX, T }, { L, CY }, in test_intersectline()
116 { L, CY }, { CX, B }, in test_intersectline()
117 { R, CY }, { CX, B }, in test_intersectline()
133 { L - 10, CY }, { CX, CY }, { L, CY }, { CX, CY }, in test_intersectline()
134 { CX, T - 10 }, { CX, CY }, { CX, T }, { CX, CY }, in test_intersectline()
[all …]
DEmptyPathTest.cpp104 #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/skia/tests/
DClipperTest.cpp81 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 …]
DEmptyPathTest.cpp104 #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/
DShortNumberInfoTest.java167 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()
DRegionCode.java41 static final String CX = "CX"; field in RegionCode
/third_party/libphonenumber/cpp/test/phonenumbers/
Dshortnumberinfo_test.cc248 ParseNumberForTesting(ambiguous_premium_rate_string, RegionCode::CX()), in TEST_F()
249 RegionCode::CX())); in TEST_F()
253 RegionCode::CX()), in TEST_F()
254 RegionCode::CX())); in TEST_F()
269 ParseNumberForTesting(ambiguous_standard_rate_string, RegionCode::CX()), in TEST_F()
270 RegionCode::CX())); in TEST_F()
274 RegionCode::CX()), in TEST_F()
275 RegionCode::CX())); in TEST_F()
289 ParseNumberForTesting(ambiguous_toll_free_string, RegionCode::CX()), in TEST_F()
290 RegionCode::CX())); in TEST_F()
[all …]
Dtest_util.h116 static const char* CX() { in CX() function
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dshortnumberinfo_test.js236 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 …]
Dregioncodefortesting.js50 CX: 'CX', property
/third_party/typescript/tests/baselines/reference/
DinterfaceExtendsObjectIntersectionErrors.types70 declare class CX { static a: string }
71 >CX : CX
85 type TCX = typeof CX;
86 >TCX : typeof CX
87 >CX : typeof CX
DinterfaceExtendsObjectIntersection.types99 declare class CX { a: number }
100 >CX : CX
118 type T11 = typeof CX;
119 >T11 : typeof CX
120 >CX : typeof CX
DinterfaceExtendsObjectIntersectionErrors.symbols87 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))
DinterfaceExtendsObjectIntersection.symbols120 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))
DinterfaceExtendsObjectIntersectionErrors.errors.txt27 …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 'number'.
DinterfaceExtendsObjectIntersectionErrors.js23 declare class CX { static a: string }
27 type TCX = typeof CX;
DinterfaceExtendsObjectIntersection.js30 declare class CX { a: number }
35 type T11 = typeof CX;
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/
DinterfaceExtendsObjectIntersectionErrors.ts24 declare class CX { static a: string } class
28 type TCX = typeof CX;
DinterfaceExtendsObjectIntersection.ts31 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/
DX86MCTargetDesc.cpp98 {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/
DAliasAnalysis.cpp576 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/flutter/skia/third_party/externals/icu/source/data/region/
Dru_UA.txt10 CX{"О-в Рождества"}
Dsw_CD.txt10 CX{"Kisiwa cha Christmas"}
/third_party/skia/third_party/externals/icu/source/data/region/
Dru_UA.txt11 CX{"О-в Рождества"}
/third_party/icu/icu4c/source/data/region/
Dru_UA.txt11 CX{"О-в Рождества"}

12345678910>>...21