/third_party/typescript/tests/baselines/reference/ |
D | mappedTypeNotMistakenlyHomomorphic.js | 39 var ABC; variable 40 (function (ABC) { argument
|
D | stringLiteralTypesWithTemplateStrings01.js | 2 let ABC: "ABC" = `ABC`; variable
|
D | instanceOfAssignability.js | 82 class ABC { a; b; c; } class 189 function ABC() { class in ABC
|
D | mixinPrivateAndProtected.js | 153 var AB2C = mixC(AB2), ABC = mixC(AB); variable
|
/third_party/typescript/tests/cases/compiler/ |
D | libTypeScriptOverrideSimple.ts | 2 interface ABC { abc: string } interface
|
D | mappedTypeNotMistakenlyHomomorphic.ts | 1 enum ABC { A, B } enum
|
D | unionPropertyExistence.ts | 19 type ABC = C | AB; alias
|
D | instanceOfAssignability.ts | 81 class ABC { a; b; c; } class
|
/third_party/typescript/tests/cases/conformance/types/stringLiteral/ |
D | stringLiteralTypesWithTemplateStrings01.ts | 3 let ABC: "ABC" = `ABC`; variable
|
/third_party/rust/crates/bitflags/src/ |
D | example_generated.rs | 12 const ABC = Self::A.bits | Self::B.bits | Self::C.bits; constant
|
D | lib.rs | 956 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/ |
D | improved_control_over_mapped_type_modifiers_2.ts | 27 type ABC = Required<ABCU>; alias
|
/third_party/rust/crates/bitflags/tests/ |
D | basic.rs | 13 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/ |
D | for_in_statements.ts | 44 interface ABC { interface
|
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
D | dump-macros-only.c | 2 #define ABC abc macro
|
D | dump-macros.c | 1 #define ABC abc macro
|
/third_party/python/Lib/test/ |
D | test_typechecks.py | 6 class ABC(type): class
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/grammar/scripts_and_modules/ |
D | source_file_1.ts | 54 export enum ABC { enum
|
/third_party/node/test/parallel/ |
D | test-stream-uint8array.js | 7 const ABC = new Uint8Array([0x41, 0x42, 0x43]); constant
|
D | test-http2-compat-serverresponse-trailers.js | 14 ABC: 123 property
|
/third_party/python/Lib/ |
D | abc.py | 184 class ABC(metaclass=ABCMeta): class
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cstrtest.c | 49 …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/ |
D | types.ts | 159 type ABC = [number, string, boolean]; alias
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SetupRoutine.cpp | 383 Float4 ABC = M[0] + M[1] + M[2]; in generate() local
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | SetupRoutine.cpp | 391 Float4 ABC = M[0] + M[1] + M[2]; in generate() local
|