Home
last modified time | relevance | path

Searched defs:args (Results 2276 - 2300 of 6506) sorted by relevance

1...<<919293949596979899100>>...261

/third_party/node/test/node-api/test_async_context/
H A Dbinding.c11 napi_value args[MAX_ARGUMENTS]; in MakeCallback() local
57 napi_value args[CREATE_ASYNC_RESOURCE_ARGC]; in CreateAsyncResource() local
92 napi_value args[DESTROY_ASYNC_RESOURCE_ARGC]; DestroyAsyncResource() local
[all...]
/third_party/node/test/node-api/test_buffer/
H A Dtest_buffer.c67 napi_value args[1]; in bufferHasInstance() local
85 napi_value args[1]; in bufferInfo() local
/third_party/node/deps/v8/src/wasm/
H A Dwasm-result.cc45 va_list args; in PrintFToString() local
54 std::string WasmError::FormatError(const char* format, va_list args) { in FormatError() argument
60 void ErrorThrower::Format(ErrorType type, const char* format, va_list args) { in Format() argument
21 VPrintFToString(std::string* str, size_t str_offset, const char* format, va_list args) VPrintFToString() argument
[all...]
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dtable.c52 wasm_val_t args[2] = { in check_call() local
64 wasm_val_t args[2] = { in check_trap() local
11 neg_callback( const wasm_val_t args[], wasm_val_t results[] ) neg_callback() argument
H A Dthreads.c16 own wasm_trap_t* callback(const wasm_val_t args[], wasm_val_t results[]) { in callback() argument
30 thread_args* args = (thread_args*)args_abs; in run() local
136 thread_args* args = malloc(sizeof(thread_args)); in main() local
[all...]
/third_party/node/src/
H A Djs_stream.cc144 void JSStream::New(const FunctionCallbackInfo<Value>& args) { in New() argument
155 void JSStream::Finish(const FunctionCallbackInfo<Value>& args) { in Finish() argument
164 void JSStream::ReadBuffer(const FunctionCallbackInfo<Value>& args) { in ReadBuffer() argument
188 EmitEOF(const FunctionCallbackInfo<Value>& args) EmitEOF() argument
[all...]
H A Dnode_task_queue.cc114 Local<Value> args[] = { type, promise, value }; in PromiseRejectCallback() local
163 static void EnqueueMicrotask(const FunctionCallbackInfo<Value>& args) { in EnqueueMicrotask() argument
173 static void RunMicrotasks(const FunctionCallbackInfo<Value>& args) { in RunMicrotasks() argument
178 static void SetTickCallback(const FunctionCallbackInfo<Value>& args) { in SetTickCallback() argument
184 SetPromiseRejectCallback( const FunctionCallbackInfo<Value>& args) SetPromiseRejectCallback() argument
[all...]
H A Dnode_trace_events.cc62 void NodeCategorySet::New(const FunctionCallbackInfo<Value>& args) { in New() argument
78 void NodeCategorySet::Enable(const FunctionCallbackInfo<Value>& args) { in Enable() argument
92 Disable(const FunctionCallbackInfo<Value>& args) Disable() argument
103 GetEnabledCategories(const FunctionCallbackInfo<Value>& args) GetEnabledCategories() argument
116 SetTraceCategoryStateUpdateHandler( const FunctionCallbackInfo<Value>& args) SetTraceCategoryStateUpdateHandler() argument
[all...]
H A Dnode_wasm_web_api.cc77 void WasmStreamingObject::New(const FunctionCallbackInfo<Value>& args) { in New() argument
83 void WasmStreamingObject::SetURL(const FunctionCallbackInfo<Value>& args) { in SetURL() argument
94 Push(const FunctionCallbackInfo<Value>& args) Push() argument
130 Finish(const FunctionCallbackInfo<Value>& args) Finish() argument
139 Abort(const FunctionCallbackInfo<Value>& args) Abort() argument
177 Local<Value> args[] = {obj, info[0]}; StartStreamingCompilation() local
[all...]
H A Dpipe_wrap.cc122 void PipeWrap::New(const FunctionCallbackInfo<Value>& args) { in New() argument
167 void PipeWrap::Bind(const FunctionCallbackInfo<Value>& args) { in Bind() argument
177 SetPendingInstances(const FunctionCallbackInfo<Value>& args) SetPendingInstances() argument
187 Fchmod(const v8::FunctionCallbackInfo<v8::Value>& args) Fchmod() argument
197 Listen(const FunctionCallbackInfo<Value>& args) Listen() argument
210 Open(const FunctionCallbackInfo<Value>& args) Open() argument
226 Connect(const FunctionCallbackInfo<Value>& args) Connect() argument
[all...]
H A Dstream_pipe.cc275 void StreamPipe::New(const FunctionCallbackInfo<Value>& args) { in New() argument
285 void StreamPipe::Start(const FunctionCallbackInfo<Value>& args) { in Start() argument
292 void StreamPipe::Unpipe(const FunctionCallbackInfo<Value>& args) { in Unpipe() argument
298 IsClosed(const FunctionCallbackInfo<Value>& args) IsClosed() argument
304 PendingWrites(const FunctionCallbackInfo<Value>& args) PendingWrites() argument
[all...]
H A Dstring_decoder.cc266 void DecodeData(const FunctionCallbackInfo<Value>& args) { in DecodeData() argument
281 void FlushData(const FunctionCallbackInfo<Value>& args) { in FlushData() argument
[all...]
/third_party/node/src/quic/
H A Dbindingdata.cc142 void BindingData::SetCallbacks(const FunctionCallbackInfo<Value>& args) { in SetCallbacks() argument
164 void BindingData::FlushPacketFreelist(const FunctionCallbackInfo<Value>& args) { in FlushPacketFreelist() argument
202 void IllegalConstructor(const FunctionCallbackInfo<Value>& args) { in IllegalConstructor() argument
/third_party/musl/libc-test/src/regression/
H A Dpthread_cond-smasher.c64 static unsigned args[threads]; variable
/third_party/nghttp2/script/
H A Dfetch-ocsp-response241 args = parser.parse_args() global() variable
[all...]
/third_party/musl/src/time/
H A Dtimer_create.c82 struct start_args *args = arg; in start() local
117 struct start_args args; in timer_create() local
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_create.c50 struct start_args *args = (struct start_args *)p; in start() local
57 struct start_args *args = (struct start_args *)p; in start_c11() local
164 struct start_args *args = (void *)stack; in __pthread_create() local
/third_party/nghttp2/doc/
H A Dmkapiref.py328 args = parser.parse_args() variable
/third_party/node/benchmark/napi/function_args/
H A Dbinding.cc20 void CallWithString(const FunctionCallbackInfo<Value>& args) { in CallWithString() argument
31 void CallWithArray(const FunctionCallbackInfo<Value>& args) { in CallWithArray() argument
44 CallWithNumber(const FunctionCallbackInfo<Value>& args) CallWithNumber() argument
51 CallWithObject(const FunctionCallbackInfo<Value>& args) CallWithObject() argument
97 CallWithTypedarray(const FunctionCallbackInfo<Value>& args) CallWithTypedarray() argument
114 CallWithArguments(const FunctionCallbackInfo<Value>& args) CallWithArguments() argument
[all...]
/third_party/ninja/src/
H A Dbrowse.py215 args = parser.parse_args() variable
/third_party/mesa3d/src/intel/tools/
H A Daub_write.h45 va_list args; in _fail() local
/third_party/mesa3d/src/mesa/main/
H A Dglthread.c318 va_list args; in _mesa_error_glthread_safe() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_debug.h85 va_list args; in LP_DBG() local
H A Dlp_test_format.c88 LLVMTypeRef args[5]; in add_fetch_rgba_test() local
/third_party/libfuse/example/
H A Dhello_ll.c217 struct fuse_args args = FUSE_ARGS_INIT(argc, argv); in main() local

Completed in 12 milliseconds

1...<<919293949596979899100>>...261