| /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 | templateLiteralTypesPatterns.errors.txt | 2 …nce/types/literal/templateLiteralTypesPatterns.ts(14,10): error TS2345: Argument of type '"example… 3 …nce/types/literal/templateLiteralTypesPatterns.ts(16,10): error TS2345: Argument of type '"gopher:… 4 tests/cases/conformance/types/literal/templateLiteralTypesPatterns.ts(26,7): error TS2345: Argument… 5 …nce/types/literal/templateLiteralTypesPatterns.ts(35,11): error TS2345: Argument of type '"0"' is … 6 …nce/types/literal/templateLiteralTypesPatterns.ts(36,11): error TS2345: Argument of type '"false"'… 7 …nce/types/literal/templateLiteralTypesPatterns.ts(37,11): error TS2345: Argument of type '"NaN"' i… 8 …nce/types/literal/templateLiteralTypesPatterns.ts(38,11): error TS2345: Argument of type '""' is n… 9 …nce/types/literal/templateLiteralTypesPatterns.ts(39,11): error TS2345: Argument of type '"other"'… 10 tests/cases/conformance/types/literal/templateLiteralTypesPatterns.ts(60,9): error TS2345: Argument… 11 tests/cases/conformance/types/literal/templateLiteralTypesPatterns.ts(61,9): error TS2345: Argument… [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 | jsDeclarationsClassAccessor.symbols | 3 declare module "./argument.js" { 4 >"./argument.js" : Symbol("tests/cases/conformance/jsdoc/declarations/argument", Decl(argument.js, … 6 interface Argument { 7 >Argument : Symbol(Argument, Decl(argument.js, 0, 33), Decl(supplement.d.ts, 1, 32)) 10 >idlType : Symbol(Argument.idlType, Decl(supplement.d.ts, 2, 24)) 13 >default : Symbol(Argument.default, Decl(supplement.d.ts, 3, 21)) 38 === tests/cases/conformance/jsdoc/declarations/argument.js === 40 >Base : Symbol(Base, Decl(argument.js, 0, 8)) 42 export class Argument extends Base { 43 >Argument : Symbol(Argument, Decl(argument.js, 0, 33), Decl(supplement.d.ts, 1, 32)) [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 | 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 | 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 | typeArgumentsWithStringLiteralTypes01.errors.txt | 1 …gLiteral/typeArgumentsWithStringLiteralTypes01.ts(36,25): error TS2345: Argument of type 'string' … 2 …gLiteral/typeArgumentsWithStringLiteralTypes01.ts(37,25): error TS2345: Argument of type 'string' … 3 …gLiteral/typeArgumentsWithStringLiteralTypes01.ts(38,25): error TS2345: Argument of type 'string' … 4 …gLiteral/typeArgumentsWithStringLiteralTypes01.ts(39,25): error TS2345: Argument of type 'string' … 5 …gLiteral/typeArgumentsWithStringLiteralTypes01.ts(40,25): error TS2345: Argument of type 'string' … 6 …gLiteral/typeArgumentsWithStringLiteralTypes01.ts(43,30): error TS2345: Argument of type 'string' … 7 …gLiteral/typeArgumentsWithStringLiteralTypes01.ts(44,30): error TS2345: Argument of type 'string' … 8 …gLiteral/typeArgumentsWithStringLiteralTypes01.ts(45,30): error TS2345: Argument of type 'string' … 9 …gLiteral/typeArgumentsWithStringLiteralTypes01.ts(46,30): error TS2345: Argument of type 'string' … 10 …gLiteral/typeArgumentsWithStringLiteralTypes01.ts(47,30): error TS2345: Argument of type 'string' … [all …]
|
| D | callWithSpread2.errors.txt | 1 …essions/functionCalls/callWithSpread2.ts(23,13): error TS2556: A spread argument must either have … 2 …ressions/functionCalls/callWithSpread2.ts(24,7): error TS2556: A spread argument must either have … 3 tests/cases/conformance/expressions/functionCalls/callWithSpread2.ts(27,5): error TS2345: Argument … 5 tests/cases/conformance/expressions/functionCalls/callWithSpread2.ts(28,5): error TS2345: Argument … 6 tests/cases/conformance/expressions/functionCalls/callWithSpread2.ts(29,13): error TS2345: Argument… 8 tests/cases/conformance/expressions/functionCalls/callWithSpread2.ts(30,13): error TS2345: Argument… 9 tests/cases/conformance/expressions/functionCalls/callWithSpread2.ts(31,11): error TS2345: Argument… 11 tests/cases/conformance/expressions/functionCalls/callWithSpread2.ts(32,11): error TS2345: Argument… 12 …ressions/functionCalls/callWithSpread2.ts(33,8): error TS2556: A spread argument must either have … 13 …ressions/functionCalls/callWithSpread2.ts(34,8): error TS2556: A spread argument must either have … [all …]
|
| /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/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| D | Argument.h | 1 //===-- llvm/Argument.h - Definition of the Argument class ------*- C++ -*-===// 10 // This file declares the Argument class. 26 /// \brief LLVM Argument representation 28 /// This class represents an incoming formal argument to a Function. A formal 29 /// argument, since it is ``formal'', does not contain an actual value but 30 /// instead represents the type, argument number, and attributes of an argument 32 /// argument of course represents the value of the actual argument that the 34 class Argument : public Value, public ilist_node<Argument> { 38 friend class SymbolTableListTraits<Argument>; 44 /// If \p F is specified, the argument is inserted at the end of the argument [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | Argument.h | 1 //===-- llvm/Argument.h - Definition of the Argument class ------*- C++ -*-===// 9 // This file declares the Argument class. 23 /// This class represents an incoming formal argument to a Function. A formal 24 /// argument, since it is ``formal'', does not contain an actual value but 25 /// instead represents the type, argument number, and attributes of an argument 27 /// argument of course represents the value of the actual argument that the 29 class Argument final : public Value { 37 /// Argument constructor. 38 explicit Argument(Type *Ty, const Twine &Name = "", Function *F = nullptr, 44 /// Return the index of this formal argument in its containing function. [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 44 valueOf: t.unreached_func("Should not touch the argument (valueOf)"), 45 toString: t.unreached_func("Should not touch the argument (toString)"), 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 75 valueOf: t.unreached_func("Should not touch the argument (valueOf)"), [all …]
|
| D | grow.any.js | 10 const argument = { "element": "anyfunc", "initial": 5 }; variable 11 const table = new WebAssembly.Table(argument); 28 const argument = { variable 29 valueOf: t.unreached_func("Should not touch the argument (valueOf)"), 30 toString: t.unreached_func("Should not touch the argument (toString)"), 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); [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/libphonenumber/java/demo/ |
| D | pom.xml | 125 <argument>-classpath</argument> 127 <argument>com.google.template.soy.SoyParseInfoGenerator</argument> 128 <argument>--generateInvocationBuilders</argument> 129 <argument>--javaPackage</argument> 130 <argument>${soy.package}</argument> 131 <argument>--javaClassNameSource</argument> 132 <argument>filename</argument> 133 <argument>--srcs</argument> 134 <argument>${soy.srcs}</argument> 135 <argument>--outputDirectory</argument> [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; 83 /// \a true if the argument has been set. 89 /// Set this argument to some object. 92 /// Set this argument to an SVM pointer. 98 /// object to this argument, and update \a ctx accordingly. [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 …]
|
| /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/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 24 valueOf: t.unreached_func("Should not touch the argument (valueOf)"), 25 toString: t.unreached_func("Should not touch the argument (toString)"), 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); [all …]
|
| /third_party/python/Doc/howto/ |
| D | clinic.rst | 6 Argument Clinic How-To 14 Argument Clinic is a preprocessor for CPython C files. 16 with writing argument parsing code for "builtins". 18 function to work with Argument Clinic, and then introduces 19 some advanced topics on Argument Clinic usage. 21 Currently Argument Clinic is considered internal-only 26 to experiment with Argument Clinic in your own code. But the 27 version of Argument Clinic that ships with the next version 30 The Goals Of Argument Clinic 33 Argument Clinic's primary goal [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)); 80 }, "Invalid descriptor argument"); 85 const argument = { value }; 86 assert_throws_js(TypeError, () => new WebAssembly.Global(argument)); 88 }, "Invalid type 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); [all …]
|
| /third_party/popt/ |
| D | popt.3 | 77 Either type of option may be followed by an argument. A space separates a 79 option from an argument. 100 unsigned int argInfo; /* type of argument expected after the option */ 104 const char * argDescrip; /* argument description for autohelp -- may be NULL*/ 116 .IR argInfo " member tells popt what type of argument is expected" 117 after the option. If no argument is expected, 128 POPT_ARG_NONE No argument expected int 131 POPT_ARG_SHORT A short argument is expected short 132 POPT_ARG_INT An integer argument is expected int 136 POPT_ARG_FLOAT A float argument is expected float [all …]
|