Home
last modified time | relevance | path

Searched defs:args (Results 2926 - 2950 of 5056) sorted by relevance

1...<<111112113114115116117118119120>>...203

/third_party/node/src/
H A Dinspector_js_api.cc182 void CallAndPauseOnStart(const FunctionCallbackInfo<v8::Value>& args) { in CallAndPauseOnStart() argument
239 static void InvokeAsyncTaskFnWithId(const FunctionCallbackInfo<Value>& args) { in InvokeAsyncTaskFnWithId() argument
246 AsyncTaskScheduledWrapper(const FunctionCallbackInfo<Value>& args) AsyncTaskScheduledWrapper() argument
264 RegisterAsyncHookWrapper(const FunctionCallbackInfo<Value>& args) RegisterAsyncHookWrapper() argument
275 IsEnabled(const FunctionCallbackInfo<Value>& args) IsEnabled() argument
280 Open(const FunctionCallbackInfo<Value>& args) Open() argument
300 WaitForDebugger(const FunctionCallbackInfo<Value>& args) WaitForDebugger() argument
308 Url(const FunctionCallbackInfo<Value>& args) Url() argument
[all...]
H A Dnode_file-inl.h272 FSReqBase* GetReqWrap(const v8::FunctionCallbackInfo<v8::Value>& args, in GetReqWrap() argument
256 SetReturnValue( const v8::FunctionCallbackInfo<v8::Value>& args) SetReturnValue() argument
294 AsyncDestCall(Environment* env, FSReqBase* req_wrap, const v8::FunctionCallbackInfo<v8::Value>& args, const char* syscall, const char* dest, size_t len, enum encoding enc, uv_fs_cb after, Func fn, Args... fn_args) AsyncDestCall() argument
317 AsyncCall(Environment* env, FSReqBase* req_wrap, const v8::FunctionCallbackInfo<v8::Value>& args, const char* syscall, enum encoding enc, uv_fs_cb after, Func fn, Args... fn_args) AsyncCall() argument
332 SyncCall(Environment* env, v8::Local<v8::Value> ctx, FSReqWrapSync* req_wrap, const char* syscall, Func fn, Args... args) SyncCall() argument
[all...]
H A Dnode_internals.h67 void GetSockOrPeerName(const v8::FunctionCallbackInfo<v8::Value>& args) { in GetSockOrPeerName() argument
323 const std::vector<std::string>& args() const { return args_; } in args() function in node::final
H A Dnode_options.cc1084 void GetCLIOptions(const FunctionCallbackInfo<Value>& args) { in GetCLIOptions() argument
1225 void GetEmbedderOptions(const FunctionCallbackInfo<Value>& args) { in GetEmbedderOptions() argument
275 Parse( StringVector* const args, StringVector* const exec_args, StringVector* const v8_args, DebugOptions* const options, OptionEnvvarSettings required_env_settings, StringVector* const errors) Parse() argument
290 Parse( StringVector* const args, StringVector* const exec_args, StringVector* const v8_args, PerIsolateOptions* const options, OptionEnvvarSettings required_env_settings, StringVector* const errors) Parse() argument
300 Parse( StringVector* const args, StringVector* const exec_args, StringVector* const v8_args, PerProcessOptions* const options, OptionEnvvarSettings required_env_settings, StringVector* const errors) Parse() argument
[all...]
H A Dnode_os.cc60 static void GetHostname(const FunctionCallbackInfo<Value>& args) { in GetHostname() argument
77 static void GetOSInformation(const FunctionCallbackInfo<Value>& args) { in GetOSInformation() argument
100 GetCPUInfo(const FunctionCallbackInfo<Value>& args) GetCPUInfo() argument
138 GetFreeMemory(const FunctionCallbackInfo<Value>& args) GetFreeMemory() argument
144 GetTotalMemory(const FunctionCallbackInfo<Value>& args) GetTotalMemory() argument
150 GetUptime(const FunctionCallbackInfo<Value>& args) GetUptime() argument
163 GetLoadAvg(const FunctionCallbackInfo<Value>& args) GetLoadAvg() argument
173 GetInterfaceAddresses(const FunctionCallbackInfo<Value>& args) GetInterfaceAddresses() argument
251 GetHomeDirectory(const FunctionCallbackInfo<Value>& args) GetHomeDirectory() argument
272 GetUserInfo(const FunctionCallbackInfo<Value>& args) GetUserInfo() argument
344 SetPriority(const FunctionCallbackInfo<Value>& args) SetPriority() argument
364 GetPriority(const FunctionCallbackInfo<Value>& args) GetPriority() argument
383 GetAvailableParallelism(const FunctionCallbackInfo<Value>& args) GetAvailableParallelism() argument
[all...]
H A Dnode_serdes.cc105 Local<Value> args[1] = { message }; ThrowDataCloneError() local
125 Local<Value> args[1] = { shared_array_buffer }; GetSharedArrayBufferId() local
150 Local<Value> args[1] = { input }; WriteHostObject() local
171 New(const FunctionCallbackInfo<Value>& args) New() argument
181 WriteHeader(const FunctionCallbackInfo<Value>& args) WriteHeader() argument
187 WriteValue(const FunctionCallbackInfo<Value>& args) WriteValue() argument
196 SetTreatArrayBufferViewsAsHostObjects( const FunctionCallbackInfo<Value>& args) SetTreatArrayBufferViewsAsHostObjects() argument
205 ReleaseBuffer(const FunctionCallbackInfo<Value>& args) ReleaseBuffer() argument
221 TransferArrayBuffer( const FunctionCallbackInfo<Value>& args) TransferArrayBuffer() argument
238 WriteUint32(const FunctionCallbackInfo<Value>& args) WriteUint32() argument
248 WriteUint64(const FunctionCallbackInfo<Value>& args) WriteUint64() argument
262 WriteDouble(const FunctionCallbackInfo<Value>& args) WriteDouble() argument
272 WriteRawBytes(const FunctionCallbackInfo<Value>& args) WriteRawBytes() argument
325 New(const FunctionCallbackInfo<Value>& args) New() argument
340 ReadHeader(const FunctionCallbackInfo<Value>& args) ReadHeader() argument
349 ReadValue(const FunctionCallbackInfo<Value>& args) ReadValue() argument
358 TransferArrayBuffer( const FunctionCallbackInfo<Value>& args) TransferArrayBuffer() argument
382 GetWireFormatVersion( const FunctionCallbackInfo<Value>& args) GetWireFormatVersion() argument
390 ReadUint32(const FunctionCallbackInfo<Value>& args) ReadUint32() argument
400 ReadUint64(const FunctionCallbackInfo<Value>& args) ReadUint64() argument
420 ReadDouble(const FunctionCallbackInfo<Value>& args) ReadDouble() argument
430 ReadRawBytes( const FunctionCallbackInfo<Value>& args) ReadRawBytes() argument
[all...]
H A Dstream_wrap.cc61 void IsConstructCallCallback(const FunctionCallbackInfo<Value>& args) { in IsConstructCallCallback() argument
312 void LibuvStreamWrap::SetBlocking(const FunctionCallbackInfo<Value>& args) { in SetBlocking() argument
/third_party/musl/src/thread/linux/
H A Dpthread_create.c364 struct start_args *args = p; in start() local
393 struct start_args *args in start_c11() local
531 struct start_args *args = (void *)stack; __pthread_create() local
[all...]
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c300 struct start_args *args = p; in start() local
329 struct start_args *args in start_c11() local
467 struct start_args *args = (void *)stack; __pthread_create() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dcmemory.h796 T* create(Args&&... args) { in create() argument
807 T* createAndCheckErrorCode(UErrorCode &status, Args &&... args) { in createAndCheckErrorCode() argument
854 T* emplaceBack(Args&&... args) { in emplaceBack() argument
859 T *emplaceBackAndCheckErrorCode(UErrorCode &status, Args &&... args) { in emplaceBackAndCheckErrorCode() argument
H A Ducnvhz.cpp156 UConverter_toUnicode_HZ_OFFSETS_LOGIC(UConverterToUnicodeArgs *args, in UConverter_toUnicode_HZ_OFFSETS_LOGIC() argument
336 UConverter_fromUnicode_HZ_OFFSETS_LOGIC(UConverterFromUnicodeArgs * args, UErrorCode * err) UConverter_fromUnicode_HZ_OFFSETS_LOGIC() argument
500 _HZ_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err) _HZ_WriteSub() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dintel_clc.c88 va_list args; in compiler_log() local
[all...]
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler_test.cpp1921 CompileArgs args = { 1, 1, 1 }; in TEST_F() local
2306 CompileArgs args = { (unsigned)inout.size(), 1, 1 }; in TEST_F() local
[all...]
H A Dclc_compiler.h62 } *args; member
121 struct clc_runtime_arg_info *args; member
H A Dcompute_test.h281 void gather_args(std::vector<RawShaderArg *> &args) { } in gather_args() argument
284 void gather_args(std::vector<RawShaderArg *> &args, T &arg, Rest&... rest) in gather_args() argument
296 run_shader(Shader shader, const CompileArgs &compile_args, Args&... args) run_shader() argument
306 run_shader(const std::vector<const char *> &sources, unsigned x, unsigned y, unsigned z, Args&... args) run_shader() argument
317 run_shader(const std::vector<const char *> &sources, const CompileArgs &compile_args, Args&... args) run_shader() argument
329 run_shader(const char *source, unsigned x, unsigned y, unsigned z, Args&... args) run_shader() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dumsg.cpp410 Formattable* args = new Formattable[count ? count : 1]; in umsg_vformat() local
528 Formattable *args = ((const MessageFormat*)fmt)->parse(srcString,*count,*status); in umsg_vparse() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_gem.c389 struct drm_prime_handle args = { in anv_gem_handle_to_fd() local
404 struct drm_prime_handle args = { in anv_gem_fd_to_handle() local
418 struct drm_i915_reg_read args = { in anv_gem_reg_read() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c142 LLVMTypeRef args[5]; in add_blend_test() local
H A Dlp_test_arit.c348 LLVMTypeRef args[2] = { LLVMPointerType(vf32t, 0), LLVMPointerType(vf32t, 0) }; in build_unary_test_func() local
/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

Completed in 28 milliseconds

1...<<111112113114115116117118119120>>...203