Home
last modified time | relevance | path

Searched defs:args (Results 1426 - 1450 of 2397) sorted by relevance

1...<<51525354555657585960>>...96

/third_party/libexif/libexif/
H A Dexif-entry.c55 va_list args; in exif_entry_log() local
/third_party/libinput/test/
H A Dtest-device.c1446 debug_log_handler(struct libinput *libinput, enum libinput_log_priority priority, const char *format, va_list args) debug_log_handler() argument
/third_party/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress.c190 static void *thread_fault(void *args) in thread_fault() argument
/third_party/littlefs/scripts/
H A Dperf.py1328 args = parser.parse_args() global() variable in main.AppendSort
1330 args = parser.parse_intermixed_args() global() variable in main.AppendSort
[all...]
/third_party/libfuse/lib/
H A Dhelper.c179 static int add_default_subtype(const char *progname, struct fuse_args *args) in add_default_subtype() argument
208 int fuse_parse_cmdline_312(struct fuse_args *args, in fuse_parse_cmdline_312() argument
237 int fuse_parse_cmdline_30(struct fuse_args *args, in fuse_parse_cmdline_30() argument
310 struct fuse_args args = FUSE_ARGS_INIT(argc, argv); fuse_main_real() local
445 fuse_parse_conn_info_opts(struct fuse_args *args) fuse_parse_conn_info_opts() argument
467 struct fuse_args args = FUSE_ARGS_INIT(argc, (char**) argv); fuse_open_channel() local
[all...]
/third_party/libinput/tools/
H A Dshared.c57 log_handler(struct libinput *li, enum libinput_log_priority priority, const char *format, va_list args) log_handler() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dbuiltin.c109 struct expression *arg, *args[3]; in evaluate_choose() local
[all...]
H A Dexpression.c51 va_list args; in match_oplist() local
/third_party/node/deps/v8/src/compiler/
H A Djs-type-hint-lowering.cc461 ReduceCallOperation( const Operator* op, Node* const* args, int arg_count, Node* effect, Node* control, FeedbackSlot slot) const ReduceCallOperation() argument
474 ReduceConstructOperation( const Operator* op, Node* const* args, int arg_count, Node* effect, Node* control, FeedbackSlot slot) const ReduceConstructOperation() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-intl.cc168 DateTimeFormatRange( BuiltinArguments args, Isolate* isolate, const char* const method_name) DateTimeFormatRange() argument
262 LegacyFormatConstructor(BuiltinArguments args, Isolate* isolate, v8::Isolate::UseCounterFeature feature, Handle<Object> constructor, const char* method_name) LegacyFormatConstructor() argument
336 DisallowCallConstructor(BuiltinArguments args, Isolate* isolate, v8::Isolate::UseCounterFeature feature, const char* method_name) DisallowCallConstructor() argument
369 CallOrConstructConstructor(BuiltinArguments args, Isolate* isolate, const char* method_name) CallOrConstructConstructor() argument
532 NumberFormatRange(BuiltinArguments args, Isolate* isolate, const char* const method_name) NumberFormatRange() argument
[all...]
H A Dbuiltins-async-generator-gen.cc140 AsyncGeneratorEnqueue( CodeStubArguments* args, TNode<Context> context, TNode<Object> receiver, TNode<Object> value, JSAsyncGeneratorObject::ResumeMode resume_mode, const char* method_name) AsyncGeneratorEnqueue() argument
[all...]
/third_party/node/deps/v8/src/debug/
H A Dinterface-types.h123 virtual void Debug(const ConsoleCallArguments& args, in Debug() argument
125 virtual void Error(const ConsoleCallArguments& args, in Error() argument
127 virtual void Info(const ConsoleCallArguments& args, in Info() argument
129 virtual void Log(const ConsoleCallArguments& args, in Log() argument
131 virtual void Warn(const ConsoleCallArguments& args, in Warn() argument
133 virtual void Dir(const ConsoleCallArguments& args, in Dir() argument
135 virtual void DirXml(const ConsoleCallArguments& args, in DirXml() argument
137 virtual void Table(const ConsoleCallArguments& args, in Table() argument
139 virtual void Trace(const ConsoleCallArguments& args, in Trace() argument
141 virtual void Group(const ConsoleCallArguments& args, in Group() argument
143 GroupCollapsed(const ConsoleCallArguments& args, const ConsoleContext& context) GroupCollapsed() argument
145 GroupEnd(const ConsoleCallArguments& args, const ConsoleContext& context) GroupEnd() argument
147 Clear(const ConsoleCallArguments& args, const ConsoleContext& context) Clear() argument
149 Count(const ConsoleCallArguments& args, const ConsoleContext& context) Count() argument
151 CountReset(const ConsoleCallArguments& args, const ConsoleContext& context) CountReset() argument
153 Assert(const ConsoleCallArguments& args, const ConsoleContext& context) Assert() argument
155 Profile(const ConsoleCallArguments& args, const ConsoleContext& context) Profile() argument
157 ProfileEnd(const ConsoleCallArguments& args, const ConsoleContext& context) ProfileEnd() argument
159 Time(const ConsoleCallArguments& args, const ConsoleContext& context) Time() argument
161 TimeLog(const ConsoleCallArguments& args, const ConsoleContext& context) TimeLog() argument
163 TimeEnd(const ConsoleCallArguments& args, const ConsoleContext& context) TimeEnd() argument
165 TimeStamp(const ConsoleCallArguments& args, const ConsoleContext& context) TimeStamp() argument
[all...]
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.h574 ReturnCallRuntime(Runtime::FunctionId function, TNode<Context> context, TArgs... args) ReturnCallRuntime() argument
584 ReturnCallStub(Callable const& callable, TNode<Context> context, TArgs... args) ReturnCallStub() argument
594 ReturnCallStub(const CallInterfaceDescriptor& descriptor, TNode<CodeT> target, TNode<Context> context, TArgs... args) ReturnCallStub() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-classes.cc146 GetMethodAndSetName(Isolate* isolate, RuntimeArguments& args, Smi index, Handle<String> name_prefix, Handle<Object> key) GetMethodAndSetName() argument
178 GetMethodWithSharedName(Isolate* isolate, RuntimeArguments& args, Object index) GetMethodWithSharedName() argument
211 SubstituteValues(Isolate* isolate, Handle<Dictionary> dictionary, RuntimeArguments& args) SubstituteValues() argument
279 AddDescriptorsByTemplate( Isolate* isolate, Handle<Map> map, Handle<DescriptorArray> descriptors_template, Handle<NumberDictionary> elements_dictionary_template, Handle<JSObject> receiver, RuntimeArguments& args) AddDescriptorsByTemplate() argument
401 AddDescriptorsByTemplate( Isolate* isolate, Handle<Map> map, Handle<Dictionary> properties_dictionary_template, Handle<NumberDictionary> elements_dictionary_template, Handle<FixedArray> computed_properties, Handle<JSObject> receiver, RuntimeArguments& args) AddDescriptorsByTemplate() argument
478 InitClassPrototype(Isolate* isolate, Handle<ClassBoilerplate> class_boilerplate, Handle<JSObject> prototype, Handle<HeapObject> prototype_parent, Handle<JSFunction> constructor, RuntimeArguments& args) InitClassPrototype() argument
531 InitClassConstructor(Isolate* isolate, Handle<ClassBoilerplate> class_boilerplate, Handle<HeapObject> constructor_parent, Handle<JSFunction> constructor, RuntimeArguments& args) InitClassConstructor() argument
589 DefineClass(Isolate* isolate, Handle<ClassBoilerplate> class_boilerplate, Handle<Object> super_class, Handle<JSFunction> constructor, RuntimeArguments& args) DefineClass() argument
[all...]
H A Druntime-test-wasm.cc84 bool WasmModuleOverride(const v8::FunctionCallbackInfo<v8::Value>& args) { in WasmModuleOverride() argument
90 bool WasmInstanceOverride(const v8::FunctionCallbackInfo<v8::Value>& args) { in WasmInstanceOverride() argument
[all...]
/third_party/node/deps/v8/src/torque/
H A Dcsa-generator.cc157 std::vector<std::string> args; in ProcessArgumentsCommon() local
180 std::vector<std::string> args = ProcessArgumentsCommon( in EmitInstruction() local
301 PrintCommaSeparatedList(out(), args); in EmitInstruction() local
316 std::vector<std::string> args = ProcessArgumentsCommon( in EmitInstruction() local
352 PrintCommaSeparatedList(out(), args); EmitInstruction() local
368 std::vector<std::string> args = ProcessArgumentsCommon( EmitInstruction() local
421 PrintCommaSeparatedList(out(), args); EmitInstruction() local
489 std::vector<std::string> args = ProcessArgumentsCommon( EmitInstruction() local
515 PrintCommaSeparatedList(out(), args); EmitInstruction() local
[all...]
H A Dtype-visitor.cc349 auto& args = basic->generic_arguments; in ComputeType() local
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c100 va_list args; in i915_program_error() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_screen.c710 va_list args; in iris_shader_debug_log() local
724 va_list args; in iris_shader_perf_log() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compute_transforms.cpp35 get_indirect_draw_base_vertex_transform(const nir_shader_compiler_options *options, const d3d12_compute_transform_key *args) in get_indirect_draw_base_vertex_transform() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c860 LLVMValueRef args[4]; in lp_build_fetch_rgba_aos() local
960 LLVMValueRef args[ in lp_build_fetch_rgba_aos() local
[all...]
/third_party/musl/Benchmark/musl/
H A Dbenchmark_framework.cpp173 args_vector *ResolveArgs(args_vector *argsVector, std::string args, in ResolveArgs() argument
210 args_vector args; in GetArgs() local
219 args_vector args; in GetArgs() local
228 args_vector args; GetArgs() local
[all...]
/third_party/mksh/
H A Dshf.c732 va_list args; in shf_fprintf() local
746 va_list args; in shf_snprintf() local
766 va_list args; in shf_smprintf() local
790 shf_vfprintf(struct shf *shf, const char *fmt, va_list args) shf_vfprintf() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator.c242 struct drm_vc4_submit_cl *args = exec->args; in vc4_simulator_pin_bos() local
368 vc4_simulator_submit_cl_ioctl(int fd, struct drm_vc4_submit_cl *args) in vc4_simulator_submit_cl_ioctl() argument
452 vc4_simulator_create_bo_ioctl(int fd, struct drm_vc4_create_bo *args) in vc4_simulator_create_bo_ioctl() argument
478 vc4_simulator_create_shader_bo_ioctl(int fd, struct drm_vc4_create_shader_bo *args) vc4_simulator_create_shader_bo_ioctl() argument
521 vc4_simulator_mmap_bo_ioctl(int fd, struct drm_vc4_mmap_bo *args) vc4_simulator_mmap_bo_ioctl() argument
535 vc4_simulator_gem_close_ioctl(int fd, struct drm_gem_close *args) vc4_simulator_gem_close_ioctl() argument
549 vc4_simulator_get_param_ioctl(int fd, struct drm_vc4_get_param *args) vc4_simulator_get_param_ioctl() argument
580 vc4_simulator_ioctl(int fd, unsigned long request, void *args) vc4_simulator_ioctl() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_st.c367 struct notify_before_flush_cb_args *args = (struct notify_before_flush_cb_args *) _args; in notify_before_flush_cb() local
395 struct notify_before_flush_cb_args args; stw_st_flush() local
[all...]

Completed in 30 milliseconds

1...<<51525354555657585960>>...96