| /third_party/typescript/tests/baselines/reference/ |
| D | libTypeScriptOverrideSimple.js | 7 const a: ABC = { abc: "Hello" } property 15 var a = { abc: "Hello" }; property
|
| D | unionPropertyExistence.js | 23 var abc: ABC; variable 46 var abc; variable
|
| D | libTypeScriptSubfileResolving.js | 9 const a: DOMIterable = { abc: "Hello" } property 17 var a = { abc: "Hello" }; property
|
| D | nullishCoalescingOperator9.js | 10 var g = f || (function (abc) { void abc.toLowerCase(); }); argument 11 var gg = f !== null && f !== void 0 ? f : (function (abc) { void abc.toLowerCase(); }); argument
|
| D | checkJsdocTypeTagOnExportAssignment7.js | 12 const abc = { a: 1, b: 1, c: 1 }; variable 31 var abc = { a: 1, b: 1, c: 1 }; variable
|
| D | typedGenericPrototypeMember.js | 6 List.prototype.add("abc"); // Valid because T is instantiated to any 16 List.prototype.add("abc"); // Valid because T is instantiated to any
|
| D | stringLiteralTypesWithTemplateStrings02.js | 2 let abc: "AB\r\nC" = `AB variable
|
| /third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
| D | fopen.c | 33 char abc[100] = {0}; in fopen_0100() local 93 char abc[100] = {0}; in fopen_0300() local 123 char abc[100] = {0}; in fopen_0400() local 152 char abc[100] = {0}; in fopen_0500() local 209 char abc[100] = {0}; in fopen_0600() local 267 char abc[100] = {0}; in fopen_0900() local
|
| D | fread.c | 33 char abc[100] = {0}; in fread_0100() local 57 char abc[100] = {0}; in fread_0200() local 83 char abc[100] = {0}; in fread_0300() local 105 char abc[100] = {0}; in fread_0400() local
|
| /third_party/skia/src/gpu/tessellate/ |
| D | PatchWriter.cpp | 37 float4 abc = mix(ab, bc, T); in chopAndWriteQuads() local 55 float2 abc = (ab + bc) * .5f; in chopAndWriteQuads() local 85 float4 abc = mix(ab, bc, T); in chopAndWriteConics() local 120 float4 abc = mix(ab, bc, T); in chopAndWriteCubics() local 140 float2 abc = (ab + bc) * .5f; in chopAndWriteCubics() local
|
| /third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
| D | 088-redefine-macro-legitimate.c | 1 #define abc 123 macro 2 #define abc 123 macro
|
| D | 089-redefine-macro-error.c | 4 #define abc 123 macro 5 #define abc() 123 macro
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | issue-639-typedef-anon-field.hpp | 4 int abc; member 13 int abc; member
|
| /third_party/node/test/parallel/ |
| D | test-http2-util-headers-list.js | 100 'abc': 1, property 118 'abc': 1, property 134 'abc': 1, property 151 const base = { 'abc': 1 }; property 193 'abc': 1, property
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| D | issue-639-typedef-anon-field.rs | 16 pub abc: ::std::os::raw::c_int, field 73 pub abc: ::std::os::raw::c_int, field
|
| /third_party/protobuf/js/ |
| D | proto3_test.js | 457 abc: "def", property 463 complicatedKey: [{xyz: {abc: [3, 4, null, false]}}, "zzz"] property
|
| /third_party/typescript/tests/cases/compiler/ |
| D | checkJsdocTypeTagOnExportAssignment7.ts | 13 const abc = { a: 1, b: 1, c: 1 }; constant
|
| D | libTypeScriptOverrideSimple.ts | 2 interface ABC { abc: string } property
|
| D | extendPrivateConstructorClass.ts | 1 declare namespace abc { namespace
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-no-globalthis/arkts-no-globalthis-1-ok/ |
| D | arkts-no-globalthis-1-ok.ts | 17 export let abc: number = 100 variable
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-no-globalthis/arkts-no-globalthis-3-ok/ |
| D | arkts-no-globalthis-3-ok.ts | 17 export let abc: number[] = [100] variable
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-no-globalthis/arkts-no-globalthis-3-error/ |
| D | arkts-no-globalthis-3-error.ts | 17 let abc: number[] = [1, 2, 3] variable
|
| /third_party/typescript/tests/cases/conformance/salsa/ |
| D | conflictingCommonJSES2015Exports.ts | 5 export function abc(a, b, c) { return 5; } function
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-no-globalthis/arkts-no-globalthis-1-error/ |
| D | arkts-no-globalthis-1-error.ts | 17 let abc: number = 100 variable
|
| /third_party/typescript/tests/cases/conformance/types/stringLiteral/ |
| D | stringLiteralTypesWithTemplateStrings02.ts | 3 let abc: "AB\r\nC" = `AB variable
|