Home
last modified time | relevance | path

Searched defs:abc (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DunionPropertyExistence.js23 var abc: ABC; variable
46 var abc; variable
DnullishCoalescingOperator9.js10 var g = f || (function (abc) { void abc.toLowerCase(); }); argument
11 var gg = f !== null && f !== void 0 ? f : (function (abc) { void abc.toLowerCase(); }); argument
DtypedGenericPrototypeMember.js6 List.prototype.add("abc"); // Valid because T is instantiated to any
16 List.prototype.add("abc"); // Valid because T is instantiated to any
DstringLiteralTypesWithTemplateStrings02.js2 let abc: "AB\r\nC" = `AB variable
DlateBoundConstraintTypeChecksCorrectly.js13 const abc = x[fooProp]; // expected: 'T[typeof fooProp]' constant
DintersectionTypeMembers.js9 var abc: A & B & C; variable
73 var abc; variable
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dfopen.c33 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
Dfread.c33 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/
DPatchWriter.cpp37 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/
D088-redefine-macro-legitimate.c1 #define abc 123 macro
2 #define abc 123 macro
D089-redefine-macro-error.c4 #define abc 123 macro
5 #define abc() 123 macro
/third_party/node/test/parallel/
Dtest-http2-util-headers-list.js96 'abc': 1, property
114 'abc': 1, property
130 'abc': 1, property
147 const base = { 'abc': 1 }; property
189 'abc': 1, property
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-639-typedef-anon-field.hpp4 int abc; member
13 int abc; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dissue-639-typedef-anon-field.rs16 pub abc: ::std::os::raw::c_int, field
73 pub abc: ::std::os::raw::c_int, field
/third_party/protobuf/js/
Dproto3_test.js457 abc: "def", property
463 complicatedKey: [{xyz: {abc: [3, 4, null, false]}}, "zzz"] property
/third_party/typescript/tests/cases/conformance/salsa/
DconflictingCommonJSES2015Exports.ts5 export function abc(a, b, c) { return 5; } function
/third_party/typescript/tests/cases/conformance/types/stringLiteral/
DstringLiteralTypesWithTemplateStrings02.ts3 let abc: "AB\r\nC" = `AB variable
/third_party/typescript/tests/cases/compiler/
DextendPrivateConstructorClass.ts1 declare namespace abc { namespace
DrecursiveBaseConstructorCreation2.ts4 declare class abc extends base class
DrecursiveBaseConstructorCreation3.ts3 declare class abc<T> extends base<T> { class
DlateBoundConstraintTypeChecksCorrectly.ts14 const abc = x[fooProp]; // expected: 'T[typeof fooProp]' constant
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-2400.js17 function abc(a,b) { function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.8/
Dimproved_control_over_mapped_type_modifiers_2.ts30 let abc: ABC = { A: 1, B: 2, C: 3, D: 4 }; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.0/variadic_tuple_types/
Dvariadic_tuple_types_1.ts32 let abc: string[] = ['a', 'b', 'c']; variable
/third_party/node/test/js-native-api/test_general/
DtestNapiRun.js14 assert.throws(() => addon.testNapiRun({ abc: 'def' }), /string was expected/); property

1234