Home
last modified time | relevance | path

Searched defs:ABC (Results 1 – 25 of 26) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DmappedTypeNotMistakenlyHomomorphic.js39 var ABC; variable
40 (function (ABC) { argument
DstringLiteralTypesWithTemplateStrings01.js2 let ABC: "ABC" = `ABC`; variable
DinstanceOfAssignability.js82 class ABC { a; b; c; } class
189 function ABC() { class in ABC
DmixinPrivateAndProtected.js153 var AB2C = mixC(AB2), ABC = mixC(AB); variable
/third_party/typescript/tests/cases/compiler/
DlibTypeScriptOverrideSimple.ts2 interface ABC { abc: string } interface
DmappedTypeNotMistakenlyHomomorphic.ts1 enum ABC { A, B } enum
DunionPropertyExistence.ts19 type ABC = C | AB; alias
DinstanceOfAssignability.ts81 class ABC { a; b; c; } class
/third_party/typescript/tests/cases/conformance/types/stringLiteral/
DstringLiteralTypesWithTemplateStrings01.ts3 let ABC: "ABC" = `ABC`; variable
/third_party/rust/crates/bitflags/src/
Dexample_generated.rs12 const ABC = Self::A.bits | Self::B.bits | Self::C.bits; constant
Dlib.rs956 const ABC = Self::A.bits | Self::B.bits | Self::C.bits; constant
1675 const ABC = Self::A.bits | Self::B.bits | Self::C.bits; in test_u128_bitflags() constant
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.8/
Dimproved_control_over_mapped_type_modifiers_2.ts27 type ABC = Required<ABCU>; alias
/third_party/rust/crates/bitflags/tests/
Dbasic.rs13 const ABC = Flags::A.bits | Flags::B.bits | Flags::C.bits; constant
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/statements/for_in_statements/
Dfor_in_statements.ts44 interface ABC { interface
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
Ddump-macros-only.c2 #define ABC abc macro
Ddump-macros.c1 #define ABC abc macro
/third_party/python/Lib/test/
Dtest_typechecks.py6 class ABC(type): class
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/grammar/scripts_and_modules/
Dsource_file_1.ts54 export enum ABC { enum
/third_party/node/test/parallel/
Dtest-stream-uint8array.js7 const ABC = new Uint8Array([0x41, 0x42, 0x43]); constant
Dtest-http2-compat-serverresponse-trailers.js14 ABC: 123 property
/third_party/python/Lib/
Dabc.py184 class ABC(metaclass=ABCMeta): class
/third_party/icu/icu4c/source/test/cintltst/
Dcstrtest.c49 …static const char *const abc="abcdefghijklmnopqrstuvwxyz", *const ABC="ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in TestAPI() local
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/grammar/types/
Dtypes.ts159 type ABC = [number, string, boolean]; alias
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSetupRoutine.cpp383 Float4 ABC = M[0] + M[1] + M[2]; in generate() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSetupRoutine.cpp391 Float4 ABC = M[0] + M[1] + M[2]; in generate() local

12