Home
last modified time | relevance | path

Searched defs:args (Results 1551 - 1575 of 6484) sorted by relevance

1...<<61626364656667686970>>...260

/third_party/libexif/test/
H A Dtest-fuzzer.c39 logfunc(ExifLog *log, ExifLogCode code, const char *domain, const char *format, va_list args, void *data) in logfunc() argument
/third_party/libdrm/tegra/
H A Djob.c136 struct drm_tegra_channel_submit args; in drm_tegra_job_submit() local
171 struct drm_tegra_syncpoint_wait args; drm_tegra_job_wait() local
[all...]
/third_party/libexif/libexif/
H A Dexif-log.c138 va_list args; in exif_log() local
146 exif_logv(ExifLog *log, ExifLogCode code, const char *domain, const char *format, va_list args) exif_logv() argument
/third_party/libinput/test/
H A Dtest-log.c39 simple_log_handler(struct libinput *libinput, enum libinput_log_priority priority, const char *format, va_list args) simple_log_handler() argument
157 axisrange_warning_log_handler(struct libinput *libinput, enum libinput_log_priority priority, const char *format, va_list args) axisrange_warning_log_handler() argument
/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dmmap3.c66 void *map_write_unmap(void *args) in map_write_unmap() argument
/third_party/ltp/testcases/network/nfs/nfs_stress/
H A Dnfs01_open_files.c130 va_list args; in abortx() local
/third_party/libwebsockets/lib/roles/ws/ext/
H A Dextension-permessage-deflate.h61 unsigned char args[PMD_ARG_COUNT]; member
/third_party/lwip/test/unit/core/
H A Dtest_netif.c67 test_netif_ext_callback_dummy(struct netif* netif, netif_nsc_reason_t reason, const netif_ext_callback_args_t* args) in test_netif_ext_callback_dummy() argument
77 test_netif_ext_callback(struct netif* netif, netif_nsc_reason_t reason, const netif_ext_callback_args_t* args) in test_netif_ext_callback() argument
/third_party/node/deps/v8/src/d8/
H A Dd8-console.cc40 void D8Console::Assert(const debug::ConsoleCallArguments& args, in Assert() argument
49 void D8Console::Log(const debug::ConsoleCallArguments& args, in Log() argument
54 void D8Console::Error(const debug::ConsoleCallArguments& args, in Error() argument
12 WriteToFile(const char* prefix, FILE* file, Isolate* isolate, const debug::ConsoleCallArguments& args) WriteToFile() argument
59 Warn(const debug::ConsoleCallArguments& args, const v8::debug::ConsoleContext&) Warn() argument
64 Info(const debug::ConsoleCallArguments& args, const v8::debug::ConsoleContext&) Info() argument
69 Debug(const debug::ConsoleCallArguments& args, const v8::debug::ConsoleContext&) Debug() argument
74 Time(const debug::ConsoleCallArguments& args, const v8::debug::ConsoleContext&) Time() argument
96 TimeEnd(const debug::ConsoleCallArguments& args, const v8::debug::ConsoleContext&) TimeEnd() argument
120 TimeStamp(const debug::ConsoleCallArguments& args, const v8::debug::ConsoleContext&) TimeStamp() argument
137 Trace(const debug::ConsoleCallArguments& args, const v8::debug::ConsoleContext&) Trace() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-function.cc23 CreateDynamicFunction(Isolate* isolate, BuiltinArguments args, const char* token) CreateDynamicFunction() argument
187 DoFunctionBind(Isolate* isolate, BuiltinArguments args) DoFunctionBind() argument
[all...]
/third_party/node/deps/v8/src/extensions/
H A Dvtunedomain-support-extension.cc112 Mark( const v8::FunctionCallbackInfo<v8::Value>& args) Mark() argument
[all...]
/third_party/node/deps/v8/src/execution/
H A Dsimulator.h121 Return Call(Args... args) { in Call() argument
137 DISABLE_CFI_ICALL Return Call(Args... args) { in Call() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_image.c95 struct fdl_view_args args = { in fd6_emit_image_descriptor() local
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_debug_fp.c44 static const int args[0x20] = { variable
/third_party/mesa3d/src/gallium/tests/graw/
H A Dtri.c145 static void args(int argc, char *argv[]) in args() function
/third_party/mesa3d/src/intel/common/
H A Dintel_gem.h109 struct drm_i915_query args = { in intel_i915_query_flags() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_printf.c53 lp_build_print_args(struct gallivm_state* gallivm, int argcount, LLVMValueRef* args) lp_build_print_args() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_debug.h67 va_list args; in SVGA_DBG() local
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
H A DRangeTreeSubject.java43 assertWithMessageThat( @ullable RangeTree tree, String message, Object... args) assertWithMessageThat() argument
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
H A DCommandLineMain.java86 public static void main(String[] args) throws IOException { in main() argument
/third_party/rust/crates/linux-raw-sys/gen/src/
H A Dmain.rs19 let mut args = env::args(); in main() variables
/third_party/rust/crates/clap/src/builder/
H A Darg_group.rs184 pub fn args(mut self, ns: impl IntoIterator<Item = impl Into<Id>>) -> Self { in args() functions
[all...]
/third_party/python/Tools/peg_generator/peg_extension/
H A Dpeg_extension.c23 parse_file(PyObject *self, PyObject *args, PyObject *kwds) in parse_file() argument
71 parse_string(PyObject *self, PyObject *args, PyObject *kwds) in parse_string() argument
/third_party/python/Lib/
H A Dcode.py310 args = parser.parse_args() variable
/third_party/python/Include/cpython/
H A Dabstract.h113 PyObject *args[2] = {self, arg}; in PyObject_CallMethodOneArg() local
161 PyObject *args[ in _PyObject_CallMethodIdOneArg() local
140 _PyObject_VectorcallMethodId( _Py_Identifier *name, PyObject *const *args, size_t nargsf, PyObject *kwnames) _PyObject_VectorcallMethodId() argument
[all...]

Completed in 11 milliseconds

1...<<61626364656667686970>>...260