/third_party/node/deps/npm/node_modules/spdx-correct/ |
D | index.js | 85 function (argument) { 86 return argument.toUpperCase() 89 function (argument) { 90 return argument.trim() 93 function (argument) { 94 return argument.replace(/\./g, '') 97 function (argument) { 98 return argument.replace(/\s+/g, '') 101 function (argument) { 102 return argument.replace(/\s+/g, '-') [all …]
|
/third_party/lz4/tests/ |
D | datagencli.c | 98 char* argument = argv[argNb]; in main() local 100 if(!argument) continue; /* Protection if argument empty */ in main() 103 if (*argument=='-') in main() 105 argument++; in main() 106 while (*argument!=0) in main() 108 switch(*argument) in main() 113 argument++; in main() 114 size = strtoull(argument, &argument, 10); in main() 115 if (*argument=='K') { size <<= 10; argument++; } in main() 116 if (*argument=='M') { size <<= 20; argument++; } in main() [all …]
|
D | checkFrame.c | 225 const char* argument = argv[argNb]; in main() local 227 if(!argument) continue; /* Protection if argument empty */ in main() 230 if (argument[0]=='-') { in main() 231 if (!strcmp(argument, "--no-prompt")) { in main() 236 argument++; in main() 238 while (*argument!=0) { in main() 239 switch(*argument) in main() 244 argument++; in main() 248 argument++; in main() 252 argument++; in main() [all …]
|
/third_party/lz4/programs/ |
D | lz4cli.c | 363 const char* argument = argv[i]; in main() local 365 if(!argument) continue; /* Protection if argument empty */ in main() 368 if (!all_arguments_are_files && argument[0]=='-') { in main() 370 if (argument[1]==0) { in main() 377 if (argument[1]=='-') { in main() 378 if (!strcmp(argument, "--")) { all_arguments_are_files = 1; continue; } in main() 379 if (!strcmp(argument, "--compress")) { mode = om_compress; continue; } in main() 380 if ( (!strcmp(argument, "--decompress")) in main() 381 || (!strcmp(argument, "--uncompress"))) { in main() 386 if (!strcmp(argument, "--multiple")) { multiple_inputs = 1; continue; } in main() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | returnTypeTypeArguments.errors.txt | 1 …returnTypeTypeArguments.ts(14,16): error TS2314: Generic type 'One<T>' requires 1 type argument(s). 2 …urnTypeTypeArguments.ts(15,16): error TS2314: Generic type 'Two<T, U>' requires 2 type argument(s). 3 …peTypeArguments.ts(16,16): error TS2314: Generic type 'Three<T, U, V>' requires 3 type argument(s). 4 …urnTypeTypeArguments.ts(18,16): error TS2314: Generic type 'Two<T, U>' requires 2 type argument(s). 5 …peTypeArguments.ts(19,16): error TS2314: Generic type 'Three<T, U, V>' requires 3 type argument(s). 6 …peTypeArguments.ts(20,16): error TS2314: Generic type 'Three<T, U, V>' requires 3 type argument(s). 7 …returnTypeTypeArguments.ts(23,11): error TS2314: Generic type 'One<T>' requires 1 type argument(s). 8 …urnTypeTypeArguments.ts(24,11): error TS2314: Generic type 'Two<T, U>' requires 2 type argument(s). 9 …peTypeArguments.ts(25,11): error TS2314: Generic type 'Three<T, U, V>' requires 3 type argument(s). 10 …urnTypeTypeArguments.ts(27,11): error TS2314: Generic type 'Two<T, U>' requires 2 type argument(s). [all …]
|
D | genericTypeReferenceWithoutTypeArgument.errors.txt | 1 …eferenceWithoutTypeArgument.ts(8,8): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 2 …erenceWithoutTypeArgument.ts(10,13): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 3 …erenceWithoutTypeArgument.ts(11,14): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 4 …erenceWithoutTypeArgument.ts(11,18): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 6 …erenceWithoutTypeArgument.ts(12,14): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 7 …erenceWithoutTypeArgument.ts(12,18): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 8 …erenceWithoutTypeArgument.ts(14,13): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 9 …erenceWithoutTypeArgument.ts(14,28): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 10 …erenceWithoutTypeArgument.ts(16,15): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 11 …erenceWithoutTypeArgument.ts(16,19): error TS2314: Generic type 'C<T>' requires 1 type argument(s). [all …]
|
D | genericsWithoutTypeParameters1.errors.txt | 1 …ericsWithoutTypeParameters1.ts(9,9): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 2 …ricsWithoutTypeParameters1.ts(10,9): error TS2314: Generic type 'I<T>' requires 1 type argument(s). 3 …icsWithoutTypeParameters1.ts(11,11): error TS2314: Generic type 'I<T>' requires 1 type argument(s). 4 …icsWithoutTypeParameters1.ts(12,11): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 5 …icsWithoutTypeParameters1.ts(14,17): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 6 …icsWithoutTypeParameters1.ts(14,23): error TS2314: Generic type 'I<T>' requires 1 type argument(s). 7 …icsWithoutTypeParameters1.ts(15,20): error TS2314: Generic type 'I<T>' requires 1 type argument(s). 8 …icsWithoutTypeParameters1.ts(15,29): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 9 …icsWithoutTypeParameters1.ts(17,13): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 10 …icsWithoutTypeParameters1.ts(18,14): error TS2314: Generic type 'I<T>' requires 1 type argument(s). [all …]
|
D | genericTypeReferenceWithoutTypeArgument2.errors.txt | 1 …ferenceWithoutTypeArgument2.ts(8,8): error TS2314: Generic type 'I<T>' requires 1 type argument(s). 2 …renceWithoutTypeArgument2.ts(10,13): error TS2314: Generic type 'I<T>' requires 1 type argument(s). 3 …renceWithoutTypeArgument2.ts(11,14): error TS2314: Generic type 'I<T>' requires 1 type argument(s). 4 …renceWithoutTypeArgument2.ts(11,18): error TS2314: Generic type 'I<T>' requires 1 type argument(s). 6 …renceWithoutTypeArgument2.ts(12,14): error TS2314: Generic type 'I<T>' requires 1 type argument(s). 7 …renceWithoutTypeArgument2.ts(12,18): error TS2314: Generic type 'I<T>' requires 1 type argument(s). 8 …renceWithoutTypeArgument2.ts(14,13): error TS2314: Generic type 'I<T>' requires 1 type argument(s). 9 …renceWithoutTypeArgument2.ts(14,28): error TS2314: Generic type 'I<T>' requires 1 type argument(s). 10 …renceWithoutTypeArgument2.ts(16,15): error TS2314: Generic type 'I<T>' requires 1 type argument(s). 11 …renceWithoutTypeArgument2.ts(16,19): error TS2314: Generic type 'I<T>' requires 1 type argument(s). [all …]
|
D | missingTypeArguments1.errors.txt | 1 …iler/missingTypeArguments1.ts(4,15): error TS2314: Generic type 'X<T>' requires 1 type argument(s). 2 …ler/missingTypeArguments1.ts(9,26): error TS2314: Generic type 'X2<T>' requires 1 type argument(s). 3 …ler/missingTypeArguments1.ts(14,9): error TS2314: Generic type 'X3<T>' requires 1 type argument(s). 4 …er/missingTypeArguments1.ts(19,11): error TS2314: Generic type 'X4<T>' requires 1 type argument(s). 5 …ler/missingTypeArguments1.ts(24,9): error TS2314: Generic type 'X5<T>' requires 1 type argument(s). 6 …ler/missingTypeArguments1.ts(29,15): error TS2314: Generic type 'Y<T>' requires 1 type argument(s). 7 …ler/missingTypeArguments1.ts(34,26): error TS2314: Generic type 'Y<T>' requires 1 type argument(s). 8 …iler/missingTypeArguments1.ts(39,9): error TS2314: Generic type 'Y<T>' requires 1 type argument(s). 9 …ler/missingTypeArguments1.ts(44,11): error TS2314: Generic type 'Y<T>' requires 1 type argument(s). 10 …iler/missingTypeArguments1.ts(49,9): error TS2314: Generic type 'Y<T>' requires 1 type argument(s). [all …]
|
D | genericTypeReferenceWithoutTypeArgument3.errors.txt | 1 …erenceWithoutTypeArgument3.ts(8,16): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 2 …renceWithoutTypeArgument3.ts(10,21): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 3 …renceWithoutTypeArgument3.ts(11,22): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 4 …renceWithoutTypeArgument3.ts(11,26): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 6 …renceWithoutTypeArgument3.ts(12,22): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 7 …renceWithoutTypeArgument3.ts(12,26): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 8 …renceWithoutTypeArgument3.ts(14,23): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 9 …renceWithoutTypeArgument3.ts(14,27): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 10 …renceWithoutTypeArgument3.ts(16,25): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 12 …renceWithoutTypeArgument3.ts(23,28): error TS2314: Generic type 'E<T>' requires 1 type argument(s). [all …]
|
D | genericTypeReferenceWithoutTypeArgument.d.errors.txt | 1 …renceWithoutTypeArgument.d.ts(8,16): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 2 …enceWithoutTypeArgument.d.ts(10,21): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 3 …enceWithoutTypeArgument.d.ts(11,22): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 4 …enceWithoutTypeArgument.d.ts(11,26): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 6 …enceWithoutTypeArgument.d.ts(12,22): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 7 …enceWithoutTypeArgument.d.ts(12,26): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 8 …enceWithoutTypeArgument.d.ts(14,23): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 9 …enceWithoutTypeArgument.d.ts(14,27): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 10 …enceWithoutTypeArgument.d.ts(16,25): error TS2314: Generic type 'C<T>' requires 1 type argument(s). 12 …enceWithoutTypeArgument.d.ts(23,28): error TS2314: Generic type 'E<T>' requires 1 type argument(s). [all …]
|
D | jsDeclarationsClassAccessor.symbols | 3 declare module "./argument.js" { 4 >"./argument.js" : Symbol("tests/cases/conformance/jsdoc/declarations/argument", Decl(argument.js, … 7 >Argument : Symbol(Argument, Decl(argument.js, 0, 33), Decl(supplement.d.ts, 1, 32)) 38 === tests/cases/conformance/jsdoc/declarations/argument.js === 40 >Base : Symbol(Base, Decl(argument.js, 0, 8)) 43 >Argument : Symbol(Argument, Decl(argument.js, 0, 33), Decl(supplement.d.ts, 1, 32)) 44 >Base : Symbol(Base, Decl(argument.js, 0, 8)) 50 >parse : Symbol(Argument.parse, Decl(argument.js, 1, 36)) 51 >tokeniser : Symbol(tokeniser, Decl(argument.js, 5, 17)) 57 >type : Symbol(Argument.type, Decl(argument.js, 7, 5)) [all …]
|
D | badArraySyntax.errors.txt | 1 …mpiler/badArraySyntax.ts(6,16): error TS1011: An element access expression should take an argument. 2 …mpiler/badArraySyntax.ts(7,16): error TS1011: An element access expression should take an argument. 3 …mpiler/badArraySyntax.ts(8,21): error TS1011: An element access expression should take an argument. 4 …mpiler/badArraySyntax.ts(9,21): error TS1011: An element access expression should take an argument. 5 …piler/badArraySyntax.ts(10,30): error TS1011: An element access expression should take an argument. 6 …piler/badArraySyntax.ts(10,41): error TS1011: An element access expression should take an argument. 17 !!! error TS1011: An element access expression should take an argument. 20 !!! error TS1011: An element access expression should take an argument. 23 !!! error TS1011: An element access expression should take an argument. 26 !!! error TS1011: An element access expression should take an argument. [all …]
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/table/ |
D | get-set.any.js | 25 const argument = { "element": "anyfunc", "initial": 5 }; variable 26 const table = new WebAssembly.Table(argument); 43 const argument = { variable 51 …assert_throws_js(TypeError, () => fn.call(thisValue, argument), `this=${format_value(thisValue)}`); 56 const argument = { "element": "anyfunc", "initial": 5 }; variable 57 const table = new WebAssembly.Table(argument); 74 const argument = { variable 82 …assert_throws_js(TypeError, () => fn.call(thisValue, argument, null), `this=${format_value(thisVal… 87 const argument = { "element": "anyfunc", "initial": 5 }; variable 88 const table = new WebAssembly.Table(argument); [all …]
|
D | grow.any.js | 10 const argument = { "element": "anyfunc", "initial": 5 }; variable 11 const table = new WebAssembly.Table(argument); 28 const argument = { variable 36 …assert_throws_js(TypeError, () => fn.call(thisValue, argument), `this=${format_value(thisValue)}`); 41 const argument = { "element": "anyfunc", "initial": 5 }; variable 42 const table = new WebAssembly.Table(argument); 51 const argument = { "element": "anyfunc", "initial": 3, "maximum": 5 }; variable 52 const table = new WebAssembly.Table(argument); 61 const argument = { "element": "anyfunc", "initial": 2, "maximum": 5 }; variable 62 const table = new WebAssembly.Table(argument); [all …]
|
D | constructor.any.js | 19 const argument = { "element": "anyfunc", "initial": 0 }; variable 20 assert_throws_js(TypeError, () => WebAssembly.Table(argument)); 79 const argument = { "element": "anyfunc", "initial": 0 }; variable 80 const table = new WebAssembly.Table(argument); 85 const argument = { "element": "anyfunc", "initial": 5 }; variable 86 const table = new WebAssembly.Table(argument); 91 const argument = { "element": "anyfunc", "initial": 0 }; variable 92 const table = new WebAssembly.Table(argument, null, {}); 174 const argument = { "element": "externref", "initial": 3 }; variable 175 const table = new WebAssembly.Table(argument, testObject); [all …]
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | kernel.hpp | 74 class argument { class in clover::kernel 76 static std::unique_ptr<argument> 77 create(const binary::argument &barg); 79 argument(const argument &arg) = delete; 80 argument & 81 operator=(const argument &arg) = delete; 100 const binary::argument &barg) = 0; 105 virtual ~argument() {}; in ~argument() 107 argument(); 114 derefs, std::vector<std::unique_ptr<argument>> & [all …]
|
D | kernel.cpp | 32 const std::vector<binary::argument> &bargs) : in kernel() 36 if (barg.semantic == binary::argument::general) in kernel() 37 _args.emplace_back(argument::create(barg)); in kernel() 171 if (barg.semantic == clover::binary::argument::general) in args_infos() 205 case binary::argument::general: in bind() 209 case binary::argument::grid_dimension: { in bind() 211 auto arg = argument::create(barg); in bind() 217 case binary::argument::grid_offset: { in bind() 219 auto arg = argument::create(barg); in bind() 226 case binary::argument::image_size: { in bind() [all …]
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/global/ |
D | constructor.any.js | 26 const argument = { "value": "i32" }; variable 27 assert_throws_js(TypeError, () => WebAssembly.Global(argument)); 85 const argument = { value }; 86 assert_throws_js(TypeError, () => new WebAssembly.Global(argument)); 91 const argument = { "value": "v128" }; variable 92 assert_throws_js(TypeError, () => new WebAssembly.Global(argument)); 96 const argument = { "value": "i64" }; variable 97 const global = new WebAssembly.Global(argument); 103 const argument = { "value": type }; variable 104 const global = new WebAssembly.Global(argument); [all …]
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/memory/ |
D | grow.any.js | 5 const argument = { "initial": 0 }; variable 6 const memory = new WebAssembly.Memory(argument); 23 const argument = { variable 31 …assert_throws_js(TypeError, () => fn.call(thisValue, argument), `this=${format_value(thisValue)}`); 36 const argument = { "initial": 0 }; variable 37 const memory = new WebAssembly.Memory(argument); 51 const argument = { "initial": { valueOf() { return 0 } } }; variable 52 const memory = new WebAssembly.Memory(argument); 66 const argument = { "initial": 3 }; variable 67 const memory = new WebAssembly.Memory(argument); [all …]
|
/third_party/glslang/Test/baseResults/ |
D | rayQuery-committed.Error.rgen.out | 2 ERROR: 0:48: 'committed' : argument must be compile-time constant 3 ERROR: 0:53: 'committed' : argument must be compile-time constant 4 ERROR: 0:54: 'committed' : argument must be compile-time constant 5 ERROR: 0:58: 'committed' : argument must be compile-time constant 6 ERROR: 0:62: 'committed' : argument must be compile-time constant 7 ERROR: 0:66: 'committed' : argument must be compile-time constant 8 ERROR: 0:70: 'committed' : argument must be compile-time constant 9 ERROR: 0:74: 'committed' : argument must be compile-time constant 10 ERROR: 0:78: 'committed' : argument must be compile-time constant 11 ERROR: 0:82: 'committed' : argument must be compile-time constant [all …]
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
D | common.cpp | 58 enum binary::argument::type 63 return binary::argument::image_rd; in get_image_type() 65 return binary::argument::image_wr; in get_image_type() 151 std::vector<binary::argument> 154 std::vector<binary::argument> args; in make_kernel_args() 180 target_align, binary::argument::zero_ext); in make_kernel_args() 183 args.emplace_back(binary::argument::sampler, arg_api_size, in make_kernel_args() 185 binary::argument::zero_ext); in make_kernel_args() 189 args.emplace_back(binary::argument::scalar, sizeof(cl_uint), in make_kernel_args() 192 binary::argument::zero_ext, in make_kernel_args() [all …]
|
/third_party/elfutils/tests/ |
D | run-readelf-multi-noline.sh | 53 [ 2] 1 argument 54 [ 3] 1 argument 55 [ 4] 1 argument 56 [ 5] 1 argument 60 [ 9] 1 argument 63 [12] 1 argument 89 [ 2] 1 argument 90 [ 3] 1 argument 91 [ 4] 1 argument 92 [ 5] 1 argument [all …]
|
/third_party/googletest/docs/reference/ |
D | matchers.md | 3 A **matcher** matches a *single* argument. You can use it inside `ON_CALL()` or 21 Built-in matchers (where `argument` is the function argument, e.g. 31 `_` | `argument` can be any value of the correct type. 32 `A<type>()` or `An<type>()` | `argument` can be any value of type `type`. 38 | `Eq(value)` or `value` | `argument == value` | 39 | `Ge(value)` | `argument >= value` | 40 | `Gt(value)` | `argument > value` | 41 | `Le(value)` | `argument <= value` | 42 | `Lt(value)` | `argument < value` | 43 | `Ne(value)` | `argument != value` | [all …]
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
D | help.js | 124 cmd._args.forEach(argument => { 125 argument.description = argument.description || cmd._argsDescription[argument.name()] || ''; 130 if (cmd._args.find(argument => argument.description)) { 170 argumentTerm(argument) { argument 171 return argument.name(); 225 return helper.visibleArguments(cmd).reduce((max, argument) => { 226 return Math.max(max, helper.argumentTerm(argument).length); 320 argumentDescription(argument) { argument 322 if (argument.argChoices) { 325 `choices: ${argument.argChoices.map((choice) => JSON.stringify(choice)).join(', ')}`); [all …]
|