/third_party/node/test/addons/null-buffer-neuter/ |
H A D | binding.cc | 14 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 D | binding.cc | 27 inline void GetProviders(const FunctionCallbackInfo<Value>& args) { in GetProviders() argument
|
/third_party/node/test/addons/report-api/ |
H A D | binding.cc | 11 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 D | binding.cc | 35 void EnsureAllocation(const v8::FunctionCallbackInfo<v8::Value> &args) { in EnsureAllocation() argument
|
/third_party/node/test/addons/uv-handle-leak/ |
H A D | binding.cc | 29 void LeakHandle(const FunctionCallbackInfo<Value>& args) { in LeakHandle() argument
|
/third_party/node/test/embedding/ |
H A D | embedtest.cc | 55 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 D | mq_notify.c | 10 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 D | mq_notify.c | 14 struct args { struct 24 struct args *args = p; in start() local [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_debug.h | 54 va_list args; in ST_DBG() local
|
/third_party/libdrm/tegra/ |
H A D | channel.c | 41 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 D | printcap.c | 94 struct fuse_args args = FUSE_ARGS_INIT(argc, argv); in main() local
|
/third_party/ltp/testcases/kernel/syscalls/sysctl/ |
H A D | sysctl01.c | 46 struct __sysctl_args args = { in verify_sysctl() local
|
H A D | sysctl04.c | 45 struct __sysctl_args args = { in verify_sysctl() local
|
/third_party/ltp/testcases/lib/ |
H A D | tst_rod.c | 19 char *args[argc]; in main() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/close_range/ |
H A D | close_range01.c | 129 const struct tst_clone_args args = { in run() local
|
/third_party/ltp/testcases/kernel/syscalls/clone3/ |
H A D | clone303.c | 26 static struct tst_clone_args *args; variable
|
/third_party/ltp/testcases/kernel/syscalls/pathconf/ |
H A D | pathconf01.c | 125 } args[] = { variable
|
/third_party/libdrm/tests/radeon/ |
H A D | rbo.c | 65 struct drm_radeon_gem_create args; in rbo() local 96 struct drm_radeon_gem_mmap args; in rbo_map() local 141 struct drm_gem_close args; rbo_decref() local 160 struct drm_radeon_gem_wait_idle args; rbo_wait() local [all...] |
/third_party/node/deps/v8/src/base/ |
H A D | strings.cc | 16 int VSNPrintF(Vector<char> str, const char* format, va_list args) { in VSNPrintF() argument 21 va_list args; in SNPrintF() local
|
/third_party/node/deps/v8/src/execution/ |
H A D | arguments-inl.h | 18 ChangeValueScope(Isolate* isolate, Arguments* args, int index, Object value) ChangeValueScope() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | managed-inl.h | 17 Allocate(Isolate* isolate, size_t estimated_size, Args&&... args) Allocate() argument
|
/third_party/node/deps/v8/src/torque/ |
H A D | contextual.h | 41 explicit Scope(Args&&... args) in Scope() argument
|
/third_party/node/deps/v8/src/torque/ls/ |
H A D | globals.h | 32 static void Log(Args&&... args) { in Log() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_tracepoints.py | 34 args = parser.parse_args() variable 85 args=[TracepointArg(type='struct fd_batch *', var='batch', c_format='%x'), variable 94 args variable 107 args=[TracepointArg(type='uint32_t', var='submit_id', c_format='%u'), global() variable 125 args=[TracepointArg(type='uint16_t', var='fast_cleared', c_format='0x%x')], global() variable 132 args=[TracepointArg(type='uint16_t', var='bin_h', c_format='%u'), global() variable 143 args=[TracepointArg(type='enum pipe_texture_target', var='src_target', c_format='%s', to_prim_type="util_str_tex_target({}, true)"), global() variable [all...] |
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_debug.h | 62 va_list args; in I915_DBG() local
|