Home
last modified time | relevance | path

Searched refs:args (Results 5076 - 5100 of 5994) sorted by relevance

1...<<201202203204205206207208209210>>...240

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp95 for (Argument &Arg : F.args()) { in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp55 for (const Value *Op : Call->args()) { in CanAlterRefCount()
/third_party/skia/third_party/externals/tint/src/transform/
H A Darray_length_from_uniform.cc66 auto* param = call_expr->args[0]->As<ast::UnaryOpExpression>(); in IterateArrayLengthOnStorageVar()
H A Dcalculate_array_length.cc138 auto* arg = call_expr->args[0]; in Run()
/third_party/typescript/tests/baselines/reference/
H A DnamedTupleMembers.js75 declare function getArgsForInjection<T extends (...args: any[]) => any>(x: T): Parameters<T>;
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dmethod_dump.sh8 # - Do not overload any methods that have 0 args such as "autorelease".
52 // Note that methods have 2 defaults args (_cmd and SEL) so a method "0 arg method"
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.h247 // Note that positional arguments are disallowed: 'args' must be NULL or the
249 int InitAttributes(CMessage* self, PyObject* args, PyObject* kwargs);
/third_party/protobuf/python/google/protobuf/internal/
H A D_parameterized.py218 def __call__(self, *args, **kwargs):
/third_party/python/Lib/test/test_importlib/
H A Dtest_threaded_import.py131 threading.Thread(target=task, args=(N, done, done_tasks, errors,))
/third_party/rust/crates/clap/clap_bench/benches/
H A D03_complex.rs16 .args([
H A D04_new_help.rs45 .args([ in app_example3()
202 let mut cmd = app_example4().help_template("{name} {version}\n{author}\n{about}\n\nUSAGE:\n {usage}\n\nOPTIONS:\n{options}\n\nARGS:\n{args}\n"); in example4_template()
/third_party/skia/infra/bots/recipes/
H A Dperf_skottietrace.py209 args=[trace_json, lottie_filename, api.json.output()])
/third_party/skia/modules/canvaskit/
H A Dcompile.sh279 --args="cc=\"${EMCC}\" \
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py236 options, args = getopt.getopt(sys.argv[1:],"hi:m:a:p:g:w:")
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py236 options, args = getopt.getopt(sys.argv[1:],"hi:m:a:p:g:w:")
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.c1272 struct expression *args[3]; in attribute_context() local
1276 token = conditional_expression(token, &args[0]); in attribute_context()
1278 token = conditional_expression(token, &args[1]); in attribute_context()
1281 token = conditional_expression(token, &args[2]); in attribute_context()
1283 context->context = args[0]; in attribute_context()
1288 context->in = get_expression_value(args[idx++]); in attribute_context()
1289 context->out = get_expression_value(args[idx++]); in attribute_context()
2848 struct symbol_list *args = NULL; in parse_k_r_arguments() local
2854 token = declaration_list(token, &args); in parse_k_r_arguments()
2862 apply_k_r_types(args, dec in parse_k_r_arguments()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c234 LLVMValueRef args[] = { a, b, c }; in lp_build_fmuladd() local
235 return lp_build_intrinsic(builder, intrinsic, type, args, 3, 0); in lp_build_fmuladd()
3034 LLVMValueRef args[] = { a }; in lp_build_sin() local
3035 return lp_build_intrinsic(builder, intrinsic, vec_type, args, 1, 0); in lp_build_sin()
3056 LLVMValueRef args[] = { a }; in lp_build_cos() local
3057 return lp_build_intrinsic(builder, intrinsic, vec_type, args, 1, 0); in lp_build_cos()
3246 LLVMValueRef args[] = { x }; in lp_build_exp2() local
3247 return lp_build_intrinsic(builder, intrinsic, vec_type, args, 1, 0); in lp_build_exp2()
3434 LLVMValueRef args[] = { x }; in lp_build_log2_approx() local
3436 *p_log2 = lp_build_intrinsic(builder, intrinsic, bld->vec_type, args, in lp_build_log2_approx()
[all...]
/third_party/tzdata/
H A Dzic.c608 verror(const char *const string, va_list args) in verror() argument
618 vfprintf(stderr, string, args); in verror()
628 va_list args; in error() local
629 va_start(args, string); in error()
630 verror(string, args); in error()
631 va_end(args); in error()
638 va_list args; in warning() local
640 va_start(args, string); in warning()
641 verror(string, args); in warning()
642 va_end(args); in warning()
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc1210 PropertyCallbackArguments args(isolate, interceptor->data(), *receiver, in GetPropertyWithInterceptorInternal()
1214 result = args.CallIndexedGetter(interceptor, it->array_index()); in GetPropertyWithInterceptorInternal()
1216 result = args.CallNamedGetter(interceptor, it->name()); in GetPropertyWithInterceptorInternal()
1243 PropertyCallbackArguments args(isolate, interceptor->data(), *receiver, in GetPropertyAttributesWithInterceptorInternal()
1248 result = args.CallIndexedQuery(interceptor, it->array_index()); in GetPropertyAttributesWithInterceptorInternal()
1250 result = args.CallNamedQuery(interceptor, it->name()); in GetPropertyAttributesWithInterceptorInternal()
1263 result = args.CallIndexedGetter(interceptor, it->array_index()); in GetPropertyAttributesWithInterceptorInternal()
1265 result = args.CallNamedGetter(interceptor, it->name()); in GetPropertyAttributesWithInterceptorInternal()
1292 PropertyCallbackArguments args(isolate, interceptor->data(), *receiver, in SetPropertyWithInterceptorInternal()
1298 result = !args in SetPropertyWithInterceptorInternal()
5078 EnsureCanContainElements(Handle<JSObject> object, JavaScriptArguments* args, uint32_t arg_count, EnsureElementsMode mode) EnsureCanContainElements() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c2038 const union tgsi_exec_channel *args[5], *proj = NULL; in exec_tex() local
2058 assert(shadow_ref >= dim && shadow_ref < (int)ARRAY_SIZE(args)); in exec_tex()
2062 const int last = ARRAY_SIZE(args) - 1; in exec_tex()
2074 args[last] = &r[last]; in exec_tex()
2078 args[last] = &ZeroVec; in exec_tex()
2083 args[i] = &ZeroVec; in exec_tex()
2093 for (i = dim; i < (int)ARRAY_SIZE(args); i++) in exec_tex()
2094 args[i] = &ZeroVec; in exec_tex()
2104 args[i] = &r[i]; in exec_tex()
2114 args[shadow_re in exec_tex()
2148 const union tgsi_exec_channel *args[ARRAY_SIZE(coords)]; exec_lodq() local
[all...]
/third_party/libabigail/
H A Dltmain.sh438 # Invoke $ECHO with all args, space-separated.
584 # Double-quote args containing shell metacharacters to delay
612 # Double-quote args containing shell metacharacters to delay
1379 # Double-quote args containing other shell metacharacters.
1990 args=$func_stripname_result
1993 for arg in $args; do
2574 args=
2594 func_append_quoted args "$file"
2614 exec_cmd="\$cmd$args"
2621 $ECHO "$cmd$args"
[all...]
/third_party/python/Lib/test/
H A Dpickletester.py79 def peek(self, *args):
85 def seek(self, *args):
96 def __init__(self, *args):
97 self._bio = io.BytesIO(*args)
265 def __init__(self, *args, **kwargs):
266 self.array = _testbuffer.ndarray(*args, **kwargs)
885 for X, args in [(C, ()), (D, ('x',)), (E, ())]:
902 self.assert_is_copy(X(*args), self.loads(pickle0))
919 self.assert_is_copy(X(*args), self.loads(pickle1))
937 self.assert_is_copy(X(*args), sel
[all...]
/third_party/skia/third_party/externals/microhttpd/
H A Dltmain.sh458 # Invoke $ECHO with all args, space-separated.
604 # Double-quote args containing shell metacharacters to delay
632 # Double-quote args containing shell metacharacters to delay
1399 # Double-quote args containing other shell metacharacters.
2010 args=$func_stripname_result
2013 for arg in $args; do
2594 args=
2614 func_append_quoted args "$file"
2634 exec_cmd="\$cmd$args"
2641 $ECHO "$cmd$args"
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp1690 // (could be used for unused args). in handleFunctionDefinition()
1755 const TIntermSequence& sequence = it->args->getSequence(); in handleEntryPointAttributes()
2041 // retType shaderEntryPoint(args...) // shader declared entry point
2052 // args<that are input> = iargs...;
2053 // ret = @shaderEntryPoint(args...);
2054 // oargs = args<that are output>...;
2056 // retType @shaderEntryPoint(args...)
4004 case EOpTextureLod: //is almost EOpTextureBias (only args & operations are different) in decomposeSampleMethods()
4603 // AST wants an array of 4 offsets, where HLSL has separate args. Here in decomposeSampleMethods()
4604 // we construct an array from the separate args in decomposeSampleMethods()
5687 addGenMulArgumentConversion(const TSourceLoc& loc, TFunction& call, TIntermTyped*& args) addGenMulArgumentConversion() argument
7545 findFunction(const TSourceLoc& loc, TFunction& call, bool& builtIn, int& thisDepth, TIntermTyped*& args) findFunction() argument
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2grep.c2300 char *args; in pcre2grep_callout() local
2338 if (argsvectorlen > 10000) return 0; /* Too many args */ in pcre2grep_callout()
2379 args = (char*)malloc(argslen); in pcre2grep_callout()
2380 if (args == NULL) return 0; in pcre2grep_callout()
2386 free(args); in pcre2grep_callout()
2393 argsptr = args; in pcre2grep_callout()
2447 free(args); /* calls so that source checkers do not complain. */ in pcre2grep_callout()
2509 free(args); in pcre2grep_callout()

Completed in 61 milliseconds

1...<<201202203204205206207208209210>>...240