Home
last modified time | relevance | path

Searched defs:args (Results 251 - 275 of 2293) sorted by relevance

1...<<11121314151617181920>>...92

/third_party/node/test/node-api/test_make_callback_recurse/
H A Dbinding.c6 napi_value args[2]; in MakeCallback() local
/third_party/node/deps/v8/tools/wasm-compilation-hints/
H A Dinject-compilation-hints.py31 args = parse_args() variable
/third_party/node/src/
H A Dnode_main_instance.cc32 NodeMainInstance(Isolate* isolate, uv_loop_t* event_loop, MultiIsolatePlatform* platform, const std::vector<std::string>& args, const std::vector<std::string>& exec_args) NodeMainInstance() argument
50 Create( Isolate* isolate, uv_loop_t* event_loop, MultiIsolatePlatform* platform, const std::vector<std::string>& args, const std::vector<std::string>& exec_args) Create() argument
60 NodeMainInstance(const SnapshotData* snapshot_data, uv_loop_t* event_loop, MultiIsolatePlatform* platform, const std::vector<std::string>& args, const std::vector<std::string>& exec_args) NodeMainInstance() argument
H A Dnode_types.cc50 static void IsAnyArrayBuffer(const FunctionCallbackInfo<Value>& args) { in IsAnyArrayBuffer() argument
55 static void IsBoxedPrimitive(const FunctionCallbackInfo<Value>& args) { in IsBoxedPrimitive() argument
[all...]
H A Dtimers.cc18 void SetupTimers(const FunctionCallbackInfo<Value>& args) { in SetupTimers() argument
27 void GetLibuvNow(const FunctionCallbackInfo<Value>& args) { in GetLibuvNow() argument
32 void ScheduleTimer(const FunctionCallbackInfo<Value>& args) { in ScheduleTimer() argument
37 ToggleTimerRef(const FunctionCallbackInfo<Value>& args) ToggleTimerRef() argument
41 ToggleImmediateRef(const FunctionCallbackInfo<Value>& args) ToggleImmediateRef() argument
[all...]
/third_party/node/test/addons/callback-scope/
H A Dbinding.cc11 void RunInCallbackScope(const v8::FunctionCallbackInfo<v8::Value>& args) { in RunInCallbackScope() argument
48 TestResolveAsync(const v8::FunctionCallbackInfo<v8::Value>& args) TestResolveAsync() argument
[all...]
/third_party/node/test/addons/buffer-free-callback/
H A Dbinding.cc14 void Alloc(const v8::FunctionCallbackInfo<v8::Value>& args) { in Alloc() argument
32 void Check(const v8::FunctionCallbackInfo<v8::Value>& args) { in Check() argument
/third_party/node/test/addons/new-isolate-addon/
H A Dbinding.cc19 void RunInSeparateIsolate(const FunctionCallbackInfo<Value>& args) { in RunInSeparateIsolate() argument
/third_party/node/test/addons/non-node-context/
H A Dbinding.cc16 MakeBufferInNewContext( const v8::FunctionCallbackInfo<v8::Value>& args) MakeBufferInNewContext() argument
27 RunInNewContext( const v8::FunctionCallbackInfo<v8::Value>& args) RunInNewContext() argument
/third_party/node/test/addons/null-buffer-neuter/
H A Dbinding.cc14 void IsAlive(const v8::FunctionCallbackInfo<v8::Value>& args) { in IsAlive() argument
18 void Run(const v8::FunctionCallbackInfo<v8::Value>& args) { in Run() argument
/third_party/node/test/addons/openssl-providers/
H A Dbinding.cc27 inline void GetProviders(const FunctionCallbackInfo<Value>& args) { in GetProviders() argument
/third_party/node/test/addons/report-api/
H A Dbinding.cc11 void TriggerReport(const FunctionCallbackInfo<Value>& args) { in TriggerReport() argument
18 void TriggerReportNoIsolate(const FunctionCallbackInfo<Value>& args) { in TriggerReportNoIsolate() argument
26 void TriggerReportEnv(const FunctionCallbackInfo<Value>& args) { in TriggerReportEnv() argument
37 void TriggerReportNoEnv(const FunctionCallbackInfo<Value>& args) { in TriggerReportNoEnv() argument
45 void TriggerReportNoContext(const FunctionCallbackInfo<Value>& args) { in TriggerReportNoContext() argument
60 void TriggerReportNewContext(const FunctionCallbackInfo<Value>& args) { in TriggerReportNewContext() argument
[all...]
/third_party/node/test/addons/stringbytes-external-exceed-max/
H A Dbinding.cc35 void EnsureAllocation(const v8::FunctionCallbackInfo<v8::Value> &args) { in EnsureAllocation() argument
/third_party/node/test/addons/uv-handle-leak/
H A Dbinding.cc29 void LeakHandle(const FunctionCallbackInfo<Value>& args) { in LeakHandle() argument
/third_party/node/test/embedding/
H A Dembedtest.cc55 RunNodeInstance(MultiIsolatePlatform* platform, const std::vector<std::string>& args, const std::vector<std::string>& exec_args) RunNodeInstance() argument
/third_party/musl/porting/linux/user/src/mq/
H A Dmq_notify.c10 struct args { struct
18 struct args *args = p; in start() local
35 struct args args = { .sev = sev }; in mq_notify() local
[all...]
/third_party/musl/src/mq/
H A Dmq_notify.c14 struct args { struct
24 struct args *args = p; in start() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_debug.h54 va_list args; in ST_DBG() local
/third_party/libdrm/tegra/
H A Dchannel.c41 struct drm_tegra_channel_open args; in drm_tegra_channel_open() local
112 struct drm_tegra_channel_close args; in drm_tegra_channel_close() local
145 struct drm_tegra_channel_map args; drm_tegra_channel_map() local
179 struct drm_tegra_channel_unmap args; drm_tegra_channel_unmap() local
[all...]
/third_party/libfuse/example/
H A Dprintcap.c94 struct fuse_args args = FUSE_ARGS_INIT(argc, argv); in main() local
/third_party/ltp/testcases/kernel/syscalls/sysctl/
H A Dsysctl01.c46 struct __sysctl_args args = { in verify_sysctl() local
H A Dsysctl04.c45 struct __sysctl_args args = { in verify_sysctl() local
/third_party/ltp/testcases/lib/
H A Dtst_rod.c19 char *args[argc]; in main() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/close_range/
H A Dclose_range01.c129 const struct tst_clone_args args = { in run() local
/third_party/ltp/testcases/kernel/syscalls/clone3/
H A Dclone303.c26 static struct tst_clone_args *args; variable

Completed in 6 milliseconds

1...<<11121314151617181920>>...92