/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsSubclassWithExplicitNoArgumentConstructor.symbols | 6 * @param {string} firstArg 9 constructor(firstArg, secondArg) { } 10 >firstArg : Symbol(firstArg, Decl(index.js, 5, 16))
|
D | jsDeclarationsSubclassWithExplicitNoArgumentConstructor.types | 6 * @param {string} firstArg 9 constructor(firstArg, secondArg) { } 10 >firstArg : string
|
D | jsDeclarationsSubclassWithExplicitNoArgumentConstructor.js | 7 constructor(firstArg, secondArg) { } argument 40 function Super(firstArg, secondArg) { argument 61 constructor(firstArg: string, secondArg: string);
|
/third_party/node/test/parallel/ |
D | test-dgram-send-empty-packet.js | 20 function callback(firstArg) { argument 23 if (firstArg instanceof Buffer) { 24 assert.strictEqual(firstArg.length, 0);
|
D | test-dgram-connect-send-empty-packet.js | 18 function callback(firstArg) { argument 21 if (firstArg instanceof Buffer) { 22 assert.strictEqual(firstArg.length, 0);
|
/third_party/node/test/fixtures/wpt/streams/resources/ |
D | test-utils.js | 46 firstArgs.forEach(firstArg => assert_throws_js(TypeError, () => new constructor(firstArg),
|
/third_party/icu/icu4c/source/common/ |
D | simpleformatter.cpp | 220 int32_t firstArg = -1; in formatAndReplace() local 230 firstArg = n; in formatAndReplace() 240 if (firstArg < 0) { in formatAndReplace()
|
/third_party/node/deps/icu-small/source/common/ |
D | simpleformatter.cpp | 220 int32_t firstArg = -1; in formatAndReplace() local 230 firstArg = n; in formatAndReplace() 240 if (firstArg < 0) { in formatAndReplace()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | simpleformatter.cpp | 220 int32_t firstArg = -1; in formatAndReplace() local 230 firstArg = n; in formatAndReplace() 240 if (firstArg < 0) { in formatAndReplace()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | SimpleFormatterImpl.java | 266 int firstArg = -1; in formatAndReplace() local 276 firstArg = n; in formatAndReplace() 286 if (firstArg < 0) { in formatAndReplace()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | SimpleFormatterImpl.java | 268 int firstArg = -1; in formatAndReplace() local 278 firstArg = n; in formatAndReplace() 288 if (firstArg < 0) { in formatAndReplace()
|
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
D | jsDeclarationsSubclassWithExplicitNoArgumentConstructor.ts | 12 constructor(firstArg, secondArg) { }
|
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/ |
D | MessagePatternUtilDemo.java | 111 boolean firstArg = true; in genCode() 113 if (firstArg) { in genCode() 115 firstArg = false; in genCode()
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 39755 const [firstArg, ...restArgs] = argv; 39756 const request = getPackageManagerRequestFromCli(firstArg, context);
|