Home
last modified time | relevance | path

Searched defs:arg0 (Results 51 - 75 of 83) sorted by relevance

1234

/third_party/python/Python/
H A Dinitconfig.c2695 wchar_t *arg0 = NULL; in config_update_argv() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessageLite.java247 protected abstract Object dynamicMethod(MethodToInvoke method, Object arg0, Object arg1); in dynamicMethod() argument
250 protected Object dynamicMethod(MethodToInvoke method, Object arg0) { in dynamicMethod() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp1466 createTestInstanceWithPrograms(tcu::TestContext& testCtx, const std::string& name, const std::string& desc, typename FunctionProgramsSimple1<Arg0>::Function initPrograms, Arg0 arg0) createTestInstanceWithPrograms() argument
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc239 i::Handle<i::Object> arg0 = Utils::OpenHandle(*args[0]); in GetFirstArgumentAsJSFunction() local
1758 i::Handle<i::Object> arg0 = Utils::OpenHandle(*args[0]); in WebAssemblyException() local
1914 i::Handle<i::Object> arg0 in WebAssemblyFunctionType() local
2617 i::Handle<i::Object> arg0 = Utils::OpenHandle(*args[0]); WebAssemblySuspenderSuspendOnReturnedPromise() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc1156 ThrowDataCloneError(MessageTemplate index, Handle<Object> arg0) ThrowDataCloneError() argument
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeS390X.c1891 sljit_gpr arg0 = gpr(SLJIT_R0); in sljit_emit_op0() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp1563 TIntermTyped *arg0 = arg[0]->getAsTyped(); in visitAggregate() local
1710 TIntermTyped *arg0 = arg[0]->getAsTyped(); in visitAggregate() local
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.cpp1998 void spvc_compiler_set_execution_mode_with_arguments(spvc_compiler compiler, SpvExecutionMode mode, unsigned arg0, in spvc_compiler_set_execution_mode_with_arguments() argument
2002 compiler->compiler->set_execution_mode(static_cast<spv::ExecutionMode>(mode), arg0, arg1, arg2); in spvc_compiler_set_execution_mode_with_arguments() local
H A Dspirv_cross.cpp2068 void Compiler::set_execution_mode(ExecutionMode mode, uint32_t arg0, uint32_t arg1, uint32_t arg2) in set_execution_mode() argument
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc2651 PrintfNoPreserve(const char* format, const CPURegister& arg0, const CPURegister& arg1, const CPURegister& arg2, const CPURegister& arg3) Emit() argument
[all...]
/third_party/mesa3d/include/CL/
H A Dcl.hpp1632 getInfo(Func f, const Arg0& arg0, cl_uint name, T* param) in getInfo() argument
1640 getInfo(Func f, const Arg0& arg0, const Arg1& arg1, cl_uint name, T* param) in getInfo() argument
[all...]
H A Dcl2.hpp1554 getInfo(Func f, const Arg0& arg0, cl_uint name, T* param) in getInfo() argument
1562 getInfo(Func f, const Arg0& arg0, const Arg1& arg1, cl_uint name, T* param) in getInfo() argument
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc3420 PrintfNoPreserve(const char* format, const CPURegister& arg0, const CPURegister& arg1, const CPURegister& arg2, const CPURegister& arg3) TruncateDoubleToI() argument
[all...]
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc2051 int64_t arg0 = get_register(a0); in SoftwareInterrupt() local
[all...]
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc2246 int64_t arg0 = get_register(a0); in SoftwareInterrupt() local
[all...]
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc2224 int32_t arg0 = get_register(a0); in SoftwareInterrupt() local
[all...]
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc2775 const int64_t arg0 = get_register(a0); in SoftwareInterrupt() local
4419 int64_t arg0 = get_register(a0); DecodeRVIType() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp133 addInstanceTestCaseWithPrograms(tcu::TestCaseGroup* group, const std::string& name, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionProgramsSimple1<Arg0>::Function initPrograms, Arg0 arg0) addInstanceTestCaseWithPrograms() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp131 addInstanceTestCaseWithPrograms(tcu::TestCaseGroup* group, const std::string& name, const std::string& desc, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionProgramsSimple1<Arg0>::Function initPrograms, Arg0 arg0) addInstanceTestCaseWithPrograms() argument
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp1939 const TIntermTyped* arg0 = (*argp)[0]->getAsTyped(); in memorySemanticsCheck() local
2099 const TIntermTyped* arg0 = nullptr; in builtInOpCheck() local
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c4112 _ac_build_dual_src_blend_swizzle(struct ac_llvm_context *ctx, LLVMValueRef *arg0, LLVMValueRef *arg1) _ac_build_dual_src_blend_swizzle() argument
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc1624 int64_t UnsafeGenericFunctionCall(intptr_t function, int32_t arg0, int32_t arg1, in UnsafeGenericFunctionCall() argument
1637 void UnsafeDirectApiCall(intptr_t function, int32_t arg0) { in UnsafeDirectApiCall() argument
1642 UnsafeProfilingApiCall(intptr_t function, int32_t arg0, int32_t arg1) UnsafeProfilingApiCall() argument
1647 UnsafeDirectGetterCall(intptr_t function, int32_t arg0, int32_t arg1) UnsafeDirectGetterCall() argument
1665 int32_t arg0 = get_register(r0); SoftwareInterrupt() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc2184 NewError(Handle<JSFunction> constructor, MessageTemplate template_index, Handle<Object> arg0, Handle<Object> arg1, Handle<Object> arg2) NewError() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1943 operator ()(const ExprP<typename Sig::Arg0>& arg0, const ExprP<typename Sig::Arg1>& arg1, const ExprP<typename Sig::Arg2>& arg2, const ExprP<typename Sig::Arg3>& arg3) const operator ()() argument
1971 alternatives(const ExprP<T>& arg0, const ExprP<T>& arg1) alternatives() argument
1991 ApplyVar(const ApplyFunc& func, const VariableP<Arg0>& arg0, const VariableP<Arg1>& arg1, const VariableP<Arg2>& arg2, const VariableP<Arg3>& arg3) ApplyVar() argument
2022 applyVar(const Func<Sig>& func, const VariableP<typename Sig::Arg0>& arg0, const VariableP<typename Sig::Arg1>& arg1, const VariableP<typename Sig::Arg2>& arg2, const VariableP<typename Sig::Arg3>& arg3) applyVar() argument
2213 const IArg0& arg0 = iargs.a; doApply() local
3534 mat2(const ExprP<Vector<T, Rows> >& arg0, const ExprP<Vector<T, Rows> >& arg1) mat2() argument
3541 mat3(const ExprP<Vector<T, Rows> >& arg0, const ExprP<Vector<T, Rows> >& arg1, const ExprP<Vector<T, Rows> >& arg2) mat3() argument
3549 mat4(const ExprP<Vector<T, Rows> >& arg0, const ExprP<Vector<T, Rows> >& arg1, const ExprP<Vector<T, Rows> >& arg2, const ExprP<Vector<T, Rows> >& arg3) mat4() argument
5342 operator +(const ExprP<float>& arg0, const ExprP<float>& arg1) operator +() argument
5347 operator +(const ExprP<deFloat16>& arg0, const ExprP<deFloat16>& arg1) operator +() argument
5352 operator +(const ExprP<double>& arg0, const ExprP<double>& arg1) operator +() argument
5358 operator -(const ExprP<T>& arg0, const ExprP<T>& arg1) operator -() argument
5364 operator -(const ExprP<T>& arg0) operator -() argument
5369 operator *(const ExprP<float>& arg0, const ExprP<float>& arg1) operator *() argument
5374 operator *(const ExprP<deFloat16>& arg0, const ExprP<deFloat16>& arg1) operator *() argument
5379 operator *(const ExprP<double>& arg0, const ExprP<double>& arg1) operator *() argument
5385 operator /(const ExprP<T>& arg0, const ExprP<T>& arg1) operator /() argument
5556 operator /(const ExprP<Vector<T, Size> >& arg0, const ExprP<T>& arg1) operator /() argument
5563 operator -(const ExprP<Vector<T, Size> >& arg0) operator -() argument
5569 operator -(const ExprP<Vector<T, Size> >& arg0, const ExprP<Vector<T, Size> >& arg1) operator -() argument
5576 operator *(const ExprP<Vector<T, Size> >& arg0, const ExprP<T>& arg1) operator *() argument
5583 operator *(const ExprP<Vector<T, Size> >& arg0, const ExprP<Vector<T, Size> >& arg1) operator *() argument
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc3854 auto arg0 = MakeOperand(inst, 0); in MaybeEmitCombinatorialValue() local
3868 auto arg0 = MakeOperand(inst, 0); in MaybeEmitCombinatorialValue() local
3908 auto arg0 = MakeOperand(inst, 0); in MaybeEmitCombinatorialValue() local
3936 auto arg0 = MakeOperand(inst, 0); MaybeEmitCombinatorialValue() local
[all...]

Completed in 146 milliseconds

1234