/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 787 for (Argument &AI : BB.getParent()->args()) in handleEndBlock()
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | python_message.py | 483 if len(exc.args) == 1 and type(exc) is TypeError:
|
/third_party/python/Lib/test/ |
H A D | test_copy.py | 688 def state_setter(*args, **kwargs):
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | require.rs | 1031 .args(["g1", "g2"]) in require_eq_filtered_group()
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_icd.h | 621 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 D | tcuCommandLine.cpp | 251 << 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 D | json.hpp | 3206 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 D | js_native_api_v8.cc | 1236 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 D | posixmodule.c | 1092 * 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 D | es31fGeometryShaderTests.cpp | 122 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 D | pipeline.cc | 681 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 D | js-call-reducer.cc | 2820 // 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 D | factory.cc | 1689 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 D | AsmWriter.cpp | 165 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 D | function.cc | 5039 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 D | debug.rs | 25 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 D | visit_mut.rs | 949 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 D | api.cc | 5150 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 D | aplay.c | 198 #define error(args...) do {\ 200 fprintf(stderr, ##args); \
|
/third_party/json/tools/cpplint/ |
H A D | cpplint.py | 6723 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 D | liftoff-assembler-mips.h | 2982 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 D | liftoff-assembler-loong64.h | 2957 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 D | ParseHelper.cpp | 520 // 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 D | GrStyledShapeTest.cpp | 773 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 D | pactl.c | 2599 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()
|