/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | NamedFunction.java | 25 String name, int argCount, Function<List<String>, String> fn) { in create() 26 return new NamedFunction(name, argCount, fn); in create() 33 private NamedFunction(String name, int argCount, Function<List<String>, String> fn) { in NamedFunction() argument 36 checkArgument(argCount >= 0, "invalid argument count: %s", argCount); in NamedFunction() 38 this.maxArgs = argCount; in NamedFunction() 24 create( String name, int argCount, Function<List<String>, String> fn) create() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | AddExplicitTypeCasts.cpp | 30 const size_t argCount = callNode.getChildCount(); variable 37 if (argCount == 1) 50 if (argCount == 1 && !retType.isArray()) 60 for (size_t i = 0; i < argCount; ++i) 69 if (argCount == 1)
|
H A D | RewriteOutArgs.cpp | 119 size_t argCount = args.size(); variable 142 for (size_t i = 0; i < argCount; ++i) 155 i = argCount; 174 for (size_t i = 0; i < argCount; ++i)
|
H A D | RewriteUnaddressableReferences.cpp | 272 size_t argCount = args.size(); variable 274 for (size_t i = 0; i < argCount; ++i)
|
H A D | SymbolEnv.cpp | 269 void SymbolEnv::TemplateName::assign(const Name &name, size_t argCount, const TemplateArg *args) in assign() argument 273 for (size_t i = 0; i < argCount; ++i) in assign()
|
H A D | SymbolEnv.h | 131 void assign(const Name &name, size_t argCount, const TemplateArg *args);
|
H A D | ProgramPrelude.cpp | 3903 const size_t argCount = node->getChildCount(); in visitAggregate() local 3905 auto getArgType = [node, argCount](size_t index) -> const TType & { in visitAggregate() 3906 ASSERT(index < argCount); in visitAggregate()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxcapi.h | 331 _In_opt_count_(argCount) LPCWSTR *pArguments, // Array of pointers to arguments to add 332 _In_ UINT32 argCount // Number of arguments to add member 335 _In_opt_count_(argCount)LPCSTR *pArguments, // Array of pointers to UTF-8 arguments to add 336 _In_ UINT32 argCount // Number of arguments to add member 402 _In_opt_count_(argCount) LPCWSTR *pArguments, // Array of pointers to arguments 403 _In_ UINT32 argCount, // Number of arguments 415 _In_opt_count_(argCount) LPCWSTR *pArguments, // Array of pointers to arguments 416 _In_ UINT32 argCount, // Number of arguments 440 _In_opt_count_(argCount) LPCWSTR *pArguments, // Array of pointers to arguments 441 _In_ UINT32 argCount, // Numbe [all...] |
/third_party/node/test/fixtures/wpt/streams/transform-streams/ |
H A D | properties.any.js | 25 let argCount; 28 argCount = args.length; 32 assert_equals(argCount, length, `${method} should be called with ${length} arguments`);
|
/third_party/node/test/fixtures/wpt/streams/writable-streams/ |
H A D | properties.any.js | 29 let argCount; 32 argCount = args.length; 36 assert_equals(argCount, length, `${method} should be called with ${length} arguments`);
|
/third_party/lz4/tests/ |
H A D | abiTest.c | 201 int main(int argCount, const char** argv) in main() argument 210 assert(argCount >= 1); in main() 211 if (argCount < 2) return bad_usage(exeName); in main() 213 if (argNb >= argCount) return bad_usage(exeName); in main()
|
H A D | roundTripTest.c | 229 int main(int argCount, const char** argv) in main() argument 235 assert(argCount >= 1); in main() 236 if (argCount < 2) return bad_usage(exeName); in main() 243 if (argNb >= argCount) return bad_usage(exeName); in main()
|
/third_party/icu/icu4c/source/common/ |
H A D | simpleformatter.cpp | 149 int32_t argCount = maxArg + 1; in applyPatternMinMaxArguments() local 150 if (argCount < min || max < argCount) { in applyPatternMinMaxArguments() 154 compiledPattern.setCharAt(0, (UChar)argCount); in applyPatternMinMaxArguments()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | simpleformatter.cpp | 149 int32_t argCount = maxArg + 1; in applyPatternMinMaxArguments() local 150 if (argCount < min || max < argCount) { in applyPatternMinMaxArguments() 154 compiledPattern.setCharAt(0, (char16_t)argCount); in applyPatternMinMaxArguments()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | simpleformatter.cpp | 149 int32_t argCount = maxArg + 1; in applyPatternMinMaxArguments() local 150 if (argCount < min || max < argCount) { in applyPatternMinMaxArguments() 154 compiledPattern.setCharAt(0, (UChar)argCount); in applyPatternMinMaxArguments()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | method_dump.sh | 57 int argCount = method_getNumberOfArguments(methods[i]); 60 if (argCount == 2) { 63 if (argCount == 3 && [methodName hasPrefix:@"set"] && methodName.length > 4) {
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 11547 const deUint32 argCount; in createFloat16LogicalSet() member 11661 specs["op_arg1"] = (testOp.argCount == 1) ? "" : "%val_src1"; in createFloat16LogicalSet() 11662 specs["op_arg1_calc"] = (testOp.argCount == 1) ? "" : arg1Calc.specialize(specs); in createFloat16LogicalSet() 11671 if (testOp.argCount > 1) in createFloat16LogicalSet() 11790 specs["op_arg1"] = (testOp.argCount == 1) ? "" : "%val_src1"; in createFloat16LogicalSet() 11791 specs["op_arg1_calc"] = (testOp.argCount == 1) ? "" : arg1Calc.specialize(specs); in createFloat16LogicalSet() 11800 if (testOp.argCount > 1) in createFloat16LogicalSet() 17892 vector<deFloat16> getInputData (deUint32 seed, size_t count, size_t compCount, size_t stride, size_t argCount, size_t argNo) 17898 switch (argCount) 17930 vector<deFloat16> getInputDataAC (deUint32 seed, size_t count, size_t compCount, size_t stride, size_t argCount, size_ [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 11449 const deUint32 argCount; in createFloat16LogicalSet() member 11563 specs["op_arg1"] = (testOp.argCount == 1) ? "" : "%val_src1"; in createFloat16LogicalSet() 11564 specs["op_arg1_calc"] = (testOp.argCount == 1) ? "" : arg1Calc.specialize(specs); in createFloat16LogicalSet() 11573 if (testOp.argCount > 1) in createFloat16LogicalSet() 11692 specs["op_arg1"] = (testOp.argCount == 1) ? "" : "%val_src1"; in createFloat16LogicalSet() 11693 specs["op_arg1_calc"] = (testOp.argCount == 1) ? "" : arg1Calc.specialize(specs); in createFloat16LogicalSet() 11702 if (testOp.argCount > 1) in createFloat16LogicalSet() 17794 vector<deFloat16> getInputData (deUint32 seed, size_t count, size_t compCount, size_t stride, size_t argCount, size_t argNo) 17800 switch (argCount) 17832 vector<deFloat16> getInputDataAC (deUint32 seed, size_t count, size_t compCount, size_t stride, size_t argCount, size_ [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_nir.cpp | 2193 unsigned int argCount = getNIRArgCount(target); 2290 for (unsigned int i = 0u; i < argCount; ++i) 3024 uint32_t argCount = target.getArgCount(); 3027 argCount -= 1; 3029 for (uint32_t i = 0u; i < (argCount - insn->coord_components); ++i)
|
/third_party/icu/icu4c/source/i18n/ |
H A D | smpdtfmt.cpp | 3145 int32_t argCount; in subParse() local 3146 Formattable * args = numericLeapMonthFormatter->parse(text, pos, argCount); in subParse() 3147 if (args != NULL && argCount == 1 && pos.getIndex() > parseStart && args[0].isNumeric()) { in subParse()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | smpdtfmt.cpp | 3096 int32_t argCount; in subParse() local 3097 Formattable * args = numericLeapMonthFormatter->parse(text, pos, argCount); in subParse() 3098 if (args != nullptr && argCount == 1 && pos.getIndex() > parseStart && args[0].isNumeric()) { in subParse()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | smpdtfmt.cpp | 3052 int32_t argCount; in subParse() local 3053 Formattable * args = numericLeapMonthFormatter->parse(text, pos, argCount); in subParse() 3054 if (args != NULL && argCount == 1 && pos.getIndex() > parseStart && args[0].isNumeric()) { in subParse()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |