Home
last modified time | relevance | path

Searched refs:numArgs (Results 1 – 25 of 62) sorted by relevance

123

/third_party/vk-gl-cts/framework/delibs/deutil/
DdeCommandLine.c129 cmdLine->numArgs = CharPtrArray_getNumElements(args); in deCommandLine_parse()
132 for (argNdx = 0; argNdx < cmdLine->numArgs; argNdx++) in deCommandLine_parse()
146 static void testParse (const char* cmdLine, const char* const* refArgs, int numArgs) in testParse() argument
152 DE_TEST_ASSERT(parsedCmdLine->numArgs == numArgs); in testParse()
154 for (argNdx = 0; argNdx < numArgs; argNdx++) in testParse()
/third_party/lzma/C/Util/Lzma/
DLzmaUtil.c190 static int main2(int numArgs, const char *args[], char *rs) in main2() argument
209 if (numArgs == 1) in main2()
215 if (numArgs < 3 || numArgs > 4 || strlen(args[1]) != 1) in main2()
236 if (numArgs > 3) in main2()
280 int MY_CDECL main(int numArgs, const char *args[]) in main() argument
283 int res = main2(numArgs, args, rs); in main()
/third_party/lzma/CPP/7zip/UI/Console/
DMainAr.cpp31 int numArgs, char *args[]
62 int numArgs, char *args[] in main() argument
82 numArgs, args in main()
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp242 static void GetArguments(int numArgs, char *args[], UStringVector &parts) in GetArguments() argument
245 for (int i = 0; i < numArgs; i++) in GetArguments()
256 int numArgs, char *args[]
261 int numArgs, char *args[] in Main2() argument
284 GetArguments(numArgs, args, commandStrings); in Main2()
/third_party/node/test/parallel/
Dtest-event-emitter-num-args.js31 const numArgs = arguments.length;
32 num_args_emitted.push(numArgs);
/third_party/skia/tools/trace/
DChromeTracingTracer.cpp84 int numArgs, in addTraceEvent() argument
93 int size = static_cast<int>(sizeof(TraceEvent) + numArgs * sizeof(TraceEventArg)); in addTraceEvent()
94 for (int i = 0; i < numArgs; ++i) { in addTraceEvent()
109 traceEvent->fNumArgs = numArgs; in addTraceEvent()
120 for (int i = 0; i < numArgs; ++i) { in addTraceEvent()
DSkDebugfTracer.cpp15 int numArgs, in addTraceEvent() argument
21 for (int i = 0; i < numArgs; ++i) { in addTraceEvent()
/third_party/skia/third_party/externals/angle2/src/common/
Devent_tracer.cpp32 int numArgs, in AddTraceEvent() argument
46 numArgs, argNames, argTypes, argValues, flags); in AddTraceEvent()
/third_party/skia/third_party/externals/dawn/src/dawn_platform/tracing/
DEventTracer.cpp40 int numArgs, in AddTraceEvent() argument
50 platform->AddTraceEvent(phase, categoryGroupEnabled, name, id, timestamp, numArgs, in AddTraceEvent()
/third_party/node/deps/npm/node_modules/events/tests/
Dnum-args.js30 var numArgs = arguments.length;
31 num_args_emitted.push(numArgs);
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
Dkatex.js6319 numArgs: props.numArgs, property
6357 numArgs: 0 property
7810 numArgs: 1 property
7833 numArgs: 1, property
7863 numArgs: 1 property
7929 numArgs: 1, property
8052 numArgs: 1, property
8107 numArgs: 2, property
8130 numArgs: 1, property
8172 numArgs: 0, property
[all …]
Dkatex.min.js1numArgs:a.numArgs,argTypes:a.argTypes,greediness:void 0===a.greediness?1:a.greediness,allowedInTex… property
/third_party/node/deps/v8/src/builtins/
Dtyped-array-createtypedarray.tq417 methodName: constexpr string, numArgs: constexpr int31,
439 // TODO(pwong): Simplify and remove numArgs when varargs are supported in
442 if constexpr (numArgs == 1) {
445 dcheck(numArgs == 3);
457 const numArgs: constexpr int31 = 1;
460 methodName, numArgs, exemplar, Convert<Number>(length), Undefined,
471 const numArgs: constexpr int31 = 3;
474 methodName, numArgs, exemplar, buffer, Convert<Number>(beginByteOffset),
/third_party/glslang/glslang/HLSL/
DhlslParseables.cpp88 const int numArgs = int(std::count(argOrder, argOrder + strlen(argOrder), ',')) + 1; in IsIllegalSample() local
92 if ((name == "Sample" && numArgs >= 4) || in IsIllegalSample()
93 (name == "SampleBias" && numArgs >= 5) || in IsIllegalSample()
94 (name == "SampleCmp" && numArgs >= 5) || in IsIllegalSample()
95 (name == "SampleCmpLevelZero" && numArgs >= 5) || in IsIllegalSample()
96 (name == "SampleGrad" && numArgs >= 6) || in IsIllegalSample()
97 (name == "SampleLevel" && numArgs >= 5)) in IsIllegalSample()
122 if ((isGather && numArgs > 3) || (isGatherCmp && numArgs > 4)) in IsIllegalSample()
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp608 int main2(int numArgs, const char *args[]) in main2() argument
611 if (numArgs == 1) in main2()
614 if (numArgs != 3) in main2()
700 main(int numArgs, const char *args[]) in main() argument
702 try { return main2(numArgs, args); } in main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLKernelCL.cpp176 !GetKernelInfo(mNative, cl::KernelInfo::NumArgs, info.numArgs, errorCode) || in createInfo()
209 info.args.resize(info.numArgs); in createInfo()
212 for (cl_uint index = 0u; index < info.numArgs; ++index) in createInfo()
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp337 static int main2(int numArgs, const char *args[]) in main2() argument
341 if (numArgs == 1) in main2()
354 for (int i = 1; i < numArgs; i++) in main2()
795 int MY_CDECL main(int numArgs, const char *args[]) in main() argument
799 try { return main2(numArgs, args); } in main()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c427 uint32_t numArgs, struct i915_fragment_shader *fs) in emit_simple_arith() argument
431 assert(numArgs <= 3); in emit_simple_arith()
433 arg1 = (numArgs < 1) ? 0 : src_vector(p, &inst->Src[0], fs); in emit_simple_arith()
434 arg2 = (numArgs < 2) ? 0 : src_vector(p, &inst->Src[1], fs); in emit_simple_arith()
435 arg3 = (numArgs < 3) ? 0 : src_vector(p, &inst->Src[2], fs); in emit_simple_arith()
445 uint32_t opcode, uint32_t numArgs, in emit_simple_arith_swap2() argument
450 assert(numArgs == 2); in emit_simple_arith_swap2()
457 emit_simple_arith(p, &inst2, opcode, numArgs, fs); in emit_simple_arith_swap2()
/third_party/openGLES/specs/katex/
Dkatex.min.js1 …turn a[e].handler(n,t)};h.prototype.parseArguments=function(e,t){var r=t.numArgs+t.numOptionalArgs…
2numArgs:r}}var i={numArgs:r.numArgs||0,argTypes:r.argTypes,greediness:1,allowedInText:!!r.allowedI… property
4numArgs:r}}var i={numArgs:r.numArgs,argTypes:r.argTypes,greediness:r.greediness===undefined?1:r.gr… property
Dkatex.js1096 var totalArgs = funcData.numArgs + funcData.numOptionalArgs;
5230 props = { numArgs: props }; property
5234 numArgs: props.numArgs || 0,
5249 numArgs: 1 property
7508 props = { numArgs: props }; property
7512 numArgs: props.numArgs,
7537 numArgs: 1, property
7560 numArgs: 1, property
7575 numArgs: 2, property
7591 numArgs: 1 property
[all …]
/third_party/openGLES/specs/gl/katex/
Dkatex.min.js1 …turn a[e].handler(n,t)};h.prototype.parseArguments=function(e,t){var r=t.numArgs+t.numOptionalArgs…
2numArgs:r}}var i={numArgs:r.numArgs||0,argTypes:r.argTypes,greediness:1,allowedInText:!!r.allowedI… property
4numArgs:r}}var i={numArgs:r.numArgs,argTypes:r.argTypes,greediness:r.greediness===undefined?1:r.gr… property
/third_party/openGLES/specs/es/katex/
Dkatex.min.js1 …turn a[e].handler(n,t)};h.prototype.parseArguments=function(e,t){var r=t.numArgs+t.numOptionalArgs…
2numArgs:r}}var i={numArgs:r.numArgs||0,argTypes:r.argTypes,greediness:1,allowedInText:!!r.allowedI… property
4numArgs:r}}var i={numArgs:r.numArgs,argTypes:r.argTypes,greediness:r.greediness===undefined?1:r.gr… property
Dkatex.js1096 var totalArgs = funcData.numArgs + funcData.numOptionalArgs;
5230 props = { numArgs: props }; property
5234 numArgs: props.numArgs || 0,
5249 numArgs: 1 property
7508 props = { numArgs: props }; property
7512 numArgs: props.numArgs,
7537 numArgs: 1, property
7560 numArgs: 1, property
7575 numArgs: 2, property
7591 numArgs: 1 property
[all …]
/third_party/openGLES/specs/es/3.2/katex/
Dkatex.min.js1 …turn a[e].handler(n,t)};h.prototype.parseArguments=function(e,t){var r=t.numArgs+t.numOptionalArgs…
2numArgs:r}}var i={numArgs:r.numArgs||0,argTypes:r.argTypes,greediness:1,allowedInText:!!r.allowedI… property
4numArgs:r}}var i={numArgs:r.numArgs,argTypes:r.argTypes,greediness:r.greediness===undefined?1:r.gr… property
Dkatex.js1096 var totalArgs = funcData.numArgs + funcData.numOptionalArgs;
5230 props = { numArgs: props }; property
5234 numArgs: props.numArgs || 0,
5249 numArgs: 1 property
7508 props = { numArgs: props }; property
7512 numArgs: props.numArgs,
7537 numArgs: 1, property
7560 numArgs: 1, property
7575 numArgs: 2, property
7591 numArgs: 1 property
[all …]

123