Home
last modified time | relevance | path

Searched refs:args (Results 5451 - 5475 of 5588) sorted by relevance

1...<<211212213214215216217218219220>>...224

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp787 for (Argument &AI : BB.getParent()->args()) in handleEndBlock()
/third_party/protobuf/python/google/protobuf/internal/
H A Dpython_message.py483 if len(exc.args) == 1 and type(exc) is TypeError:
/third_party/python/Lib/test/
H A Dtest_copy.py688 def state_setter(*args, **kwargs):
/third_party/rust/crates/clap/tests/builder/
H A Drequire.rs1031 .args(["g1", "g2"]) in require_eq_filtered_group()
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_icd.h621 void *args, size_t cb_args, cl_uint num_mem_objects, const cl_mem *mem_list,
/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.cpp251 << Option<PipelineCompilerArgs> (DE_NULL, "deqp-pipeline-args", "Additional compiler parameters (Vulkan SC only)", "") in registerOptions()
1041 isOk = parse(parsedCmdLine->numArgs, parsedCmdLine->args); in parse()
/third_party/json/single_include/nlohmann/
H A Djson.hpp3206 inline constexpr std::array<T, sizeof...(Args)> make_array(Args&& ... args) in make_array() argument
3208 return std::array<T, sizeof...(Args)> {{static_cast<T>(std::forward<Args>(args))...}}; in make_array()
4277 inline OutStringType concat(Args && ... args) in concat() argument
4280 str.reserve(concat_length(std::forward<Args>(args)...)); in concat()
4281 concat_into(str, std::forward<Args>(args)...); in concat()
14715 json_ref(Args && ... args)
14716 : owned_value(std::forward<Args>(args)...)
19556 static T* create(Args&& ... args)
19566 AllocatorTraits::construct(alloc, obj.get(), std::forward<Args>(args)...);
22379 reference emplace_back(Args&& ... args)
[all...]
/third_party/node/src/
H A Djs_native_api_v8.cc1236 Reference::Reference(JSVM_Env env, v8::Local<v8::Value> value, Args&&... args) in Reference() argument
1237 : RefBase(env, std::forward<Args>(args)...), in Reference()
1711 v8::Local<v8::Value> args[] = { error, trace, sourceMapObject.ToLocalChecked() }; in PrepareStackTraceCallback() local
1712 return resultFunc->Call(moduleContext, v8::Undefined(isolate), node::arraysize(args), args); in PrepareStackTraceCallback()
3272 // and receives the actual count of args.
/third_party/python/Modules/
H A Dposixmodule.c1092 * PyArg_ParseTuple(args, "O&", path_converter, &path);
2294 statresult_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in statresult_new() argument
2299 result = (PyStructSequence*)structseq_new(type, args, kwds); in statresult_new()
14356 ScandirIterator_close(ScandirIterator *self, PyObject *args) in ScandirIterator_close() argument
14363 ScandirIterator_enter(PyObject *self, PyObject *args) in ScandirIterator_enter() argument
14370 ScandirIterator_exit(ScandirIterator *self, PyObject *args) in ScandirIterator_exit() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp122 std::map<std::string, std::string> args; in specializeShader() local
123 args["GLSL_VERSION_DECL"] = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(contextType)); in specializeShader()
124 args["GLSL_EXT_GEOMETRY_SHADER"] = supportsES32orGL45 ? "" : "#extension GL_EXT_geometry_shader : require\n"; in specializeShader()
125 args["GLSL_OES_TEXTURE_STORAGE_MULTISAMPLE"]= supportsES32orGL45 ? "" : "#extension GL_OES_texture_storage_multisample_2d_array : require\n"; in specializeShader()
127 return tcu::StringTemplate(shaderSource).specialize(args); in specializeShader()
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc681 void Run(Args&&... args);
1278 void PipelineImpl::Run(Args&&... args) { in Run() argument
1286 phase.Run(this->data_, scope.zone(), std::forward<Args>(args)...); in Run()
H A Djs-call-reducer.cc2820 // ES6 section 19.2.3.3 Function.prototype.call (thisArg, ...args)
4375 base::SmallVector<Node*, kInlineSize> args;
4382 args.emplace_back(jsgraph()->Constant(maybe_arg.value()));
4394 node->InsertInput(graph()->zone(), i + 2, args[i]);
5164 base::SmallVector<Node*, kInlineSize> args;
5171 args.emplace_back(jsgraph()->Constant(maybe_arg.value()));
5195 node->InsertInput(graph()->zone(), n.ArgumentIndex(i), args[i]);
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc1689 wasm::WasmValue* args, in NewWasmStruct()
1700 args[i].Packed(type->field(i)).CopyTo(reinterpret_cast<byte*>(address)); in NewWasmStruct()
1703 TaggedField<Object>::store(result, offset, *args[i].to_ref()); in NewWasmStruct()
1688 NewWasmStruct(const wasm::StructType* type, wasm::WasmValue* args, Handle<Map> map) NewWasmStruct() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp165 for (const Argument &A : F.args()) in orderModule()
283 for (const Argument &A : F.args()) in predictUseListOrder()
2838 Out << "args: ("; in printArgs()
3478 for (const Argument &Arg : F->args()) { in printFunction()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc5039 ast::ExpressionList args; in EmitFunctionCall() local
5049 args.emplace_back(expr.expr); in EmitFunctionCall()
5055 create<ast::CallExpression>(Source{}, function, std::move(args)); in EmitFunctionCall()
/third_party/rust/crates/syn/src/gen/
H A Ddebug.rs25 formatter.field("args", &self.args); in fmt()
596 formatter.field("args", &self.args); in fmt()
875 formatter.field("args", &self.args); in fmt()
H A Dvisit_mut.rs949 for mut el in Punctuated::pairs_mut(&mut node.args) { in visit_angle_bracketed_generic_arguments_mut()
1505 for mut el in Punctuated::pairs_mut(&mut node.args) { in visit_expr_call_mut()
1741 for mut el in Punctuated::pairs_mut(&mut node.args) { in visit_expr_method_call_mut()
/third_party/node/deps/v8/src/api/
H A Dapi.cc5150 i::Handle<i::Object>* args = reinterpret_cast<i::Handle<i::Object>*>(argv); in CallAsFunction() local
5153 i::Execution::Call(isolate, self, recv_obj, argc, args), &result); in CallAsFunction()
5169 i::Handle<i::Object>* args = reinterpret_cast<i::Handle<i::Object>*>(argv); in CallAsConstructor() local
5172 i::Execution::New(isolate, self, self, argc, args), &result); in CallAsConstructor()
5224 i::Handle<i::Object>* args = reinterpret_cast<i::Handle<i::Object>*>(argv); in NewInstanceWithSideEffectType() local
5227 i::Execution::New(isolate, self, self, argc, args), &result); in NewInstanceWithSideEffectType()
5262 i::Handle<i::Object>* args = reinterpret_cast<i::Handle<i::Object>*>(argv); in Call() local
5265 i::Execution::Call(isolate, self, recv_obj, argc, args), &result); in Call()
/third_party/alsa-utils/aplay/
H A Daplay.c198 #define error(args...) do {\
200 fprintf(stderr, ##args); \
/third_party/json/tools/cpplint/
H A Dcpplint.py6723 def ParseArguments(args):
6729 args: The command line arguments:
6735 (opts, filenames) = getopt.getopt(args, '', ['help', 'output=', 'verbose=',
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h2982 const LiftoffRegister* args, in CallC()
2990 liftoff::Store(this, sp, arg_bytes, *args++, param_kind); in CallC()
2981 CallC(const ValueKindSig* sig, const LiftoffRegister* args, const LiftoffRegister* rets, ValueKind out_argument_kind, int stack_bytes, ExternalReference ext_ref) CallC() argument
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h2957 const LiftoffRegister* args, in CallC()
2965 liftoff::Store(this, sp, arg_bytes, *args++, param_kind); in CallC()
2956 CallC(const ValueKindSig* sig, const LiftoffRegister* args, const LiftoffRegister* rets, ValueKind out_argument_kind, int stack_bytes, ExternalReference ext_ref) CallC() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.cpp520 // arguments. 'full' will go to true when enough args have been seen. If we loop in constructorErrorCheck()
1961 // (could be used for unused args). in parseFunctionPrototype()
2130 TIntermSequence &args = aggregateArguments->getSequence(); in addConstructor() local
2134 if(args[i]->getAsTyped()->getType() != *fields[i]->type()) in addConstructor()
/third_party/skia/tests/
H A DGrStyledShapeTest.cpp773 static std::unique_ptr<TestCase> make_TestCase(Args&&... args) { in make_TestCase() argument
774 return std::make_unique<TestCase>( std::forward<Args>(args)... ); in make_TestCase()
/third_party/pulseaudio/src/utils/
H A Dpactl.c2599 static int parse_volumes(char *args[], unsigned n) { in parse_volumes() argument
2611 if (parse_volume(args[i], &volume.values[i], &flags) < 0) in parse_volumes()

Completed in 161 milliseconds

1...<<211212213214215216217218219220>>...224