/third_party/uboot/u-boot-2020.01/common/ |
D | android_ab.c | 23 static uint32_t ab_control_compute_crc(struct bootloader_control *abc) in ab_control_compute_crc() 39 static int ab_control_default(struct bootloader_control *abc) in ab_control_default() 84 struct bootloader_control **abc) in ab_control_create_from_disk() 134 struct bootloader_control *abc) in ab_control_store() 182 struct bootloader_control *abc = NULL; in ab_select_slot() local
|
/third_party/typescript/tests/baselines/reference/ |
D | unionPropertyExistence.js | 23 var abc: ABC; variable 46 var abc; variable
|
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 | 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
|
D | lateBoundConstraintTypeChecksCorrectly.js | 13 const abc = x[fooProp]; // expected: 'T[typeof fooProp]' constant
|
D | intersectionTypeMembers.js | 9 var abc: A & B & C; variable 73 var abc; variable
|
/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/node/test/parallel/ |
D | test-http2-util-headers-list.js | 96 'abc': 1, property 114 'abc': 1, property 130 'abc': 1, property 147 const base = { 'abc': 1 }; property 189 'abc': 1, property
|
D | test-http2-sent-headers.js | 15 stream.respond({ abc: 'xyz' }, { waitForTrailers: true }); property
|
D | test-http2-server-rst-before-respond.js | 20 'abc': 123 property
|
D | test-zlib-from-concatenated-gzip.js | 10 const abc = 'abc'; constant
|
/third_party/boost/libs/fiber/test/ |
D | test_fiber_dispatch.cpp | 212 std::string abc("abc"); in test_join_lambda() local 226 std::string abc("abc"); in test_join_lambda() local 228 boost::fibers::launch::dispatch, [](int i, std::string const& abc) { in test_join_lambda() 244 std::string abc("abc"); in test_join_bind() local 259 std::string abc("abc"); in test_join_bind() local 275 std::string abc("abc"); in test_join_bind() local
|
D | test_fiber_post.cpp | 212 std::string abc("abc"); in test_join_lambda() local 226 std::string abc("abc"); in test_join_lambda() local 228 boost::fibers::launch::post, [](int i, std::string const& abc) { in test_join_lambda() 244 std::string abc("abc"); in test_join_bind() local 259 std::string abc("abc"); in test_join_bind() local 275 std::string abc("abc"); in test_join_bind() local
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | conflictingCommonJSES2015Exports.ts | 5 export function abc(a, b, c) { return 5; } function
|
/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_eslint/packages/shared-fixtures/fixtures/typescript/basics/ |
D | global-this.src.ts | 3 var abc = 100; variable
|
/third_party/typescript/tests/cases/conformance/types/stringLiteral/ |
D | stringLiteralTypesWithTemplateStrings02.ts | 3 let abc: "AB\r\nC" = `AB variable
|
/third_party/jerryscript/tests/jerry/ |
D | regression-test-issue-2400.js | 17 function abc(a,b) { function
|
/third_party/typescript/tests/cases/compiler/ |
D | extendPrivateConstructorClass.ts | 1 declare namespace abc { namespace
|
D | recursiveBaseConstructorCreation2.ts | 4 declare class abc extends base class
|
D | recursiveBaseConstructorCreation3.ts | 3 declare class abc<T> extends base<T> { class
|
D | lateBoundConstraintTypeChecksCorrectly.ts | 14 const abc = x[fooProp]; // expected: 'T[typeof fooProp]' constant
|
/third_party/node/test/js-native-api/test_general/ |
D | testNapiRun.js | 14 assert.throws(() => addon.testNapiRun({ abc: 'def' }), /string was expected/); property
|
/third_party/boost/libs/hana/test/string/ |
D | cnstr.c_str.cpp | 19 constexpr char const abc[] = "abc"; variable
|