Home
last modified time | relevance | path

Searched defs:args (Results 2401 - 2425 of 3382) sorted by relevance

1...<<919293949596979899100>>...136

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-proxy-object.c433 ecma_value_t args[] = { target, proto }; in ecma_proxy_object_set_prototype_of() local
702 ecma_value_t args[] = { target, prop_value }; in ecma_proxy_object_get_own_property_descriptor() local
883 ecma_value_t args[] = {target, prop_value, desc_obj_value}; in ecma_proxy_object_define_own_property() local
1025 ecma_value_t args[] = {target, prop_value}; in ecma_proxy_object_has() local
1129 ecma_value_t args[] = { target, prop_value, receiver }; in ecma_proxy_object_get() local
1234 ecma_value_t args[] = { target, prop_name_value, value, receiver }; ecma_proxy_object_set() local
1344 ecma_value_t args[] = { target, prop_name_value }; ecma_proxy_object_delete_property() local
[all...]
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
H A DSfxCon.cpp245 static void GetArguments(int numArgs, char *args[], UStringVector &parts) in GetArguments() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_image.c199 struct fdl_view_args args = {}; in tu_image_view_init() local
[all...]
/third_party/mesa3d/src/broadcom/simulator/
H A Dv3d_simulator.c535 v3d_simulator_create_bo_ioctl(int fd, struct drm_v3d_create_bo *args) in v3d_simulator_create_bo_ioctl() argument
597 v3d_simulator_mmap_bo_ioctl(int fd, struct drm_v3d_mmap_bo *args) v3d_simulator_mmap_bo_ioctl() argument
609 v3d_simulator_get_bo_offset_ioctl(int fd, struct drm_v3d_get_bo_offset *args) v3d_simulator_get_bo_offset_ioctl() argument
621 v3d_simulator_gem_close_ioctl(int fd, struct drm_gem_close *args) v3d_simulator_gem_close_ioctl() argument
635 v3d_simulator_get_param_ioctl(int fd, struct drm_v3d_get_param *args) v3d_simulator_get_param_ioctl() argument
644 v3d_simulator_submit_tfu_ioctl(int fd, struct drm_v3d_submit_tfu *args) v3d_simulator_submit_tfu_ioctl() argument
673 v3d_simulator_submit_csd_ioctl(int fd, struct drm_v3d_submit_csd *args) v3d_simulator_submit_csd_ioctl() argument
705 v3d_simulator_perfmon_create_ioctl(int fd, struct drm_v3d_perfmon_create *args) v3d_simulator_perfmon_create_ioctl() argument
735 v3d_simulator_perfmon_destroy_ioctl(int fd, struct drm_v3d_perfmon_destroy *args) v3d_simulator_perfmon_destroy_ioctl() argument
754 v3d_simulator_perfmon_get_values_ioctl(int fd, struct drm_v3d_perfmon_get_values *args) v3d_simulator_perfmon_get_values_ioctl() argument
778 v3d_simulator_ioctl(int fd, unsigned long request, void *args) v3d_simulator_ioctl() argument
[all...]
/third_party/mesa3d/src/compiler/clc/
H A Dclc.h67 const char * const *args; member
139 const struct clc_kernel_arg *args; member
/third_party/libwebsockets/test-apps/
H A Dtest-sshd.c460 ssh_ops_child_process_io(void *_priv, struct lws *wsi, struct lws_cgi_args *args) ssh_ops_child_process_io() argument
[all...]
/third_party/mesa3d/src/glx/
H A Dglxext.c78 va_list args; in glx_message() local
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c64 struct drm_radeon_gem_busy args = {0}; in radeon_real_bo_is_busy() local
97 struct drm_radeon_gem_wait_idle args = {0}; in radeon_real_bo_wait_idle() local
180 struct drm_radeon_gem_op args; in radeon_bo_get_initial_domain() local
354 struct drm_gem_close args; radeon_bo_destroy() local
433 struct drm_radeon_gem_mmap args = {0}; radeon_bo_do_map() local
625 struct drm_radeon_gem_create args; radeon_create_bo() local
879 struct drm_radeon_gem_set_tiling args; radeon_bo_get_metadata() local
937 struct drm_radeon_gem_set_tiling args; radeon_bo_set_metadata() local
1093 struct drm_radeon_gem_userptr args; radeon_winsys_bo_from_ptr() local
[all...]
/third_party/node/src/
H A Dasync_wrap.cc154 static void SetupHooks(const FunctionCallbackInfo<Value>& args) { in SetupHooks() argument
185 static void SetPromiseHooks(const FunctionCallbackInfo<Value>& args) { in SetPromiseHooks() argument
230 RegisterDestroyHook(const FunctionCallbackInfo<Value>& args) RegisterDestroyHook() argument
247 GetAsyncId(const FunctionCallbackInfo<Value>& args) GetAsyncId() argument
255 PushAsyncContext(const FunctionCallbackInfo<Value>& args) PushAsyncContext() argument
265 PopAsyncContext(const FunctionCallbackInfo<Value>& args) PopAsyncContext() argument
272 ExecutionAsyncResource( const FunctionCallbackInfo<Value>& args) ExecutionAsyncResource() argument
282 ClearAsyncIdStack(const FunctionCallbackInfo<Value>& args) ClearAsyncIdStack() argument
288 AsyncReset(const FunctionCallbackInfo<Value>& args) AsyncReset() argument
301 GetProviderType(const FunctionCallbackInfo<Value>& args) GetProviderType() argument
320 QueueDestroyAsyncId(const FunctionCallbackInfo<Value>& args) QueueDestroyAsyncId() argument
327 SetCallbackTrampoline(const FunctionCallbackInfo<Value>& args) SetCallbackTrampoline() argument
[all...]
H A Dnode.cc708 int ProcessGlobalArgs(std::vector<std::string>* args, in ProcessGlobalArgs() argument
912 InitializeOncePerProcess( const std::vector<std::string>& args, ProcessInitializationFlags::Flags flags) InitializeOncePerProcess() argument
H A Dmodule_wrap.cc106 void ModuleWrap::New(const FunctionCallbackInfo<Value>& args) { in New() argument
271 Link(const FunctionCallbackInfo<Value>& args) Link() argument
335 Instantiate(const FunctionCallbackInfo<Value>& args) Instantiate() argument
358 Evaluate(const FunctionCallbackInfo<Value>& args) Evaluate() argument
435 GetNamespace(const FunctionCallbackInfo<Value>& args) GetNamespace() argument
461 GetStatus(const FunctionCallbackInfo<Value>& args) GetStatus() argument
471 GetStaticDependencySpecifiers( const FunctionCallbackInfo<Value>& args) GetStaticDependencySpecifiers() argument
494 GetError(const FunctionCallbackInfo<Value>& args) GetError() argument
611 SetImportModuleDynamicallyCallback( const FunctionCallbackInfo<Value>& args) SetImportModuleDynamicallyCallback() argument
645 Local<Value> args[] = {id, meta}; HostInitializeImportMetaObjectCallback() local
654 SetInitializeImportMetaObjectCallback( const FunctionCallbackInfo<Value>& args) SetInitializeImportMetaObjectCallback() argument
704 SetSyntheticExport(const FunctionCallbackInfo<Value>& args) SetSyntheticExport() argument
724 CreateCachedData(const FunctionCallbackInfo<Value>& args) CreateCachedData() argument
[all...]
H A Dnode_binding.cc434 void DLOpen(const FunctionCallbackInfo<Value>& args) { in DLOpen() argument
632 void GetInternalBinding(const FunctionCallbackInfo<Value>& args) { in GetInternalBinding() argument
668 GetLinkedBinding(const FunctionCallbackInfo<Value>& args) GetLinkedBinding() argument
[all...]
H A Dnode_blob.cc90 void Blob::New(const FunctionCallbackInfo<Value>& args) { in New() argument
128 void Blob::ToArrayBuffer(const FunctionCallbackInfo<Value>& args) { in ToArrayBuffer() argument
137 ToSlice(const FunctionCallbackInfo<Value>& args) ToSlice() argument
237 StoreDataObject(const v8::FunctionCallbackInfo<v8::Value>& args) StoreDataObject() argument
261 RevokeDataObject(const v8::FunctionCallbackInfo<v8::Value>& args) RevokeDataObject() argument
272 GetDataObject(const v8::FunctionCallbackInfo<v8::Value>& args) GetDataObject() argument
325 Local<Value> args[2]; AfterThreadPoolWork() local
370 New(const FunctionCallbackInfo<Value>& args) New() argument
394 Run(const FunctionCallbackInfo<Value>& args) Run() argument
[all...]
H A Dnode_builtins.cc573 void BuiltinLoader::GetCacheUsage(const FunctionCallbackInfo<Value>& args) { in GetCacheUsage() argument
648 void BuiltinLoader::CompileFunction(const FunctionCallbackInfo<Value>& args) { in CompileFunction() argument
661 void BuiltinLoader::HasCachedBuiltins(const FunctionCallbackInfo<Value>& args) { in HasCachedBuiltins() argument
668 SetInternalLoaders(const FunctionCallbackInfo<Value>& args) SetInternalLoaders() argument
[all...]
H A Dnode_i18n.cc346 void ICUErrorName(const FunctionCallbackInfo<Value>& args) { in ICUErrorName() argument
393 Has(const FunctionCallbackInfo<Value>& args) Has() argument
404 Create(const FunctionCallbackInfo<Value>& args) Create() argument
436 Decode(const FunctionCallbackInfo<Value>& args) Decode() argument
717 ToUnicode(const FunctionCallbackInfo<Value>& args) ToUnicode() argument
737 ToASCII(const FunctionCallbackInfo<Value>& args) ToASCII() argument
820 GetStringWidth(const FunctionCallbackInfo<Value>& args) GetStringWidth() argument
[all...]
H A Dnode_process_methods.cc64 static void Abort(const FunctionCallbackInfo<Value>& args) { in Abort() argument
69 static void CauseSegfault(const FunctionCallbackInfo<Value>& args) { in CauseSegfault() argument
75 static void Chdir(const FunctionCallbackInfo<Value>& args) { in Chdir() argument
93 get_fields_array_buffer( const FunctionCallbackInfo<Value>& args, size_t index, size_t array_length) get_fields_array_buffer() argument
108 CPUUsage(const FunctionCallbackInfo<Value>& args) CPUUsage() argument
126 Cwd(const FunctionCallbackInfo<Value>& args) Cwd() argument
142 Kill(const FunctionCallbackInfo<Value>& args) Kill() argument
168 Rss(const FunctionCallbackInfo<Value>& args) Rss() argument
179 MemoryUsage(const FunctionCallbackInfo<Value>& args) MemoryUsage() argument
209 GetConstrainedMemory(const FunctionCallbackInfo<Value>& args) GetConstrainedMemory() argument
216 RawDebug(const FunctionCallbackInfo<Value>& args) RawDebug() argument
224 Umask(const FunctionCallbackInfo<Value>& args) Umask() argument
243 Uptime(const FunctionCallbackInfo<Value>& args) Uptime() argument
253 GetActiveRequests(const FunctionCallbackInfo<Value>& args) GetActiveRequests() argument
270 GetActiveHandles(const FunctionCallbackInfo<Value>& args) GetActiveHandles() argument
283 GetActiveResourcesInfo(const FunctionCallbackInfo<Value>& args) GetActiveResourcesInfo() argument
316 ResourceUsage(const FunctionCallbackInfo<Value>& args) ResourceUsage() argument
346 DebugProcess(const FunctionCallbackInfo<Value>& args) DebugProcess() argument
370 DebugProcess(const FunctionCallbackInfo<Value>& args) DebugProcess() argument
444 DebugEnd(const FunctionCallbackInfo<Value>& args) DebugEnd() argument
453 ReallyExit(const FunctionCallbackInfo<Value>& args) ReallyExit() argument
530 SlowBigInt(const FunctionCallbackInfo<Value>& args) SlowBigInt() argument
534 SlowNumber(const v8::FunctionCallbackInfo<v8::Value>& args) SlowNumber() argument
[all...]
H A Dnode_worker.cc416 Local<Value> args[] = { in JoinThread() local
427 MakeCallback(env()->onexit_string(), arraysize(args), args); in JoinThread() local
446 void Worker::New(const FunctionCallbackInfo<Value>& args) { in New() argument
616 StartThread(const FunctionCallbackInfo<Value>& args) StartThread() argument
686 StopThread(const FunctionCallbackInfo<Value>& args) StopThread() argument
694 Ref(const FunctionCallbackInfo<Value>& args) Ref() argument
703 HasRef(const FunctionCallbackInfo<Value>& args) HasRef() argument
709 Unref(const FunctionCallbackInfo<Value>& args) Unref() argument
718 GetResourceLimits(const FunctionCallbackInfo<Value>& args) GetResourceLimits() argument
765 TakeHeapSnapshot(const FunctionCallbackInfo<Value>& args) TakeHeapSnapshot() argument
823 LoopIdleTime(const FunctionCallbackInfo<Value>& args) LoopIdleTime() argument
838 LoopStartTime(const FunctionCallbackInfo<Value>& args) LoopStartTime() argument
860 GetEnvMessagePort(const FunctionCallbackInfo<Value>& args) GetEnvMessagePort() argument
[all...]
H A Dstream_base.cc150 int StreamBase::ReadStartJS(const FunctionCallbackInfo<Value>& args) { in ReadStartJS() argument
155 int StreamBase::ReadStopJS(const FunctionCallbackInfo<Value>& args) { in ReadStopJS() argument
159 int StreamBase::UseUserBuffer(const FunctionCallbackInfo<Value>& args) { in UseUserBuffer() argument
167 Shutdown(const FunctionCallbackInfo<Value>& args) Shutdown() argument
179 Writev(const FunctionCallbackInfo<Value>& args) Writev() argument
296 WriteBuffer(const FunctionCallbackInfo<Value>& args) WriteBuffer() argument
336 WriteString(const FunctionCallbackInfo<Value>& args) WriteString() argument
582 GetFD(const FunctionCallbackInfo<Value>& args) GetFD() argument
592 GetBytesRead(const FunctionCallbackInfo<Value>& args) GetBytesRead() argument
600 GetBytesWritten(const FunctionCallbackInfo<Value>& args) GetBytesWritten() argument
608 GetExternal(const FunctionCallbackInfo<Value>& args) GetExternal() argument
617 JSMethod(const FunctionCallbackInfo<Value>& args) JSMethod() argument
[all...]
H A Dudp_wrap.cc57 void SetLibuvInt32(const FunctionCallbackInfo<Value>& args) { in SetLibuvInt32() argument
233 void UDPWrap::New(const FunctionCallbackInfo<Value>& args) { in New() argument
240 GetFD(const FunctionCallbackInfo<Value>& args) GetFD() argument
264 DoBind(const FunctionCallbackInfo<Value>& args, int family) DoBind() argument
294 DoConnect(const FunctionCallbackInfo<Value>& args, int family) DoConnect() argument
318 Open(const FunctionCallbackInfo<Value>& args) Open() argument
331 Bind(const FunctionCallbackInfo<Value>& args) Bind() argument
336 Bind6(const FunctionCallbackInfo<Value>& args) Bind6() argument
341 BufferSize(const FunctionCallbackInfo<Value>& args) BufferSize() argument
377 Connect(const FunctionCallbackInfo<Value>& args) Connect() argument
382 Connect6(const FunctionCallbackInfo<Value>& args) Connect6() argument
387 Disconnect(const FunctionCallbackInfo<Value>& args) Disconnect() argument
400 SetMulticastInterface(const FunctionCallbackInfo<Value>& args) SetMulticastInterface() argument
417 SetMembership(const FunctionCallbackInfo<Value>& args, uv_membership membership) SetMembership() argument
442 AddMembership(const FunctionCallbackInfo<Value>& args) AddMembership() argument
447 DropMembership(const FunctionCallbackInfo<Value>& args) DropMembership() argument
451 SetSourceMembership(const FunctionCallbackInfo<Value>& args, uv_membership membership) SetSourceMembership() argument
478 AddSourceSpecificMembership( const FunctionCallbackInfo<Value>& args) AddSourceSpecificMembership() argument
484 DropSourceSpecificMembership( const FunctionCallbackInfo<Value>& args) DropSourceSpecificMembership() argument
490 DoSend(const FunctionCallbackInfo<Value>& args, int family) DoSend() argument
623 Send(const FunctionCallbackInfo<Value>& args) Send() argument
628 Send6(const FunctionCallbackInfo<Value>& args) Send6() argument
645 RecvStart(const FunctionCallbackInfo<Value>& args) RecvStart() argument
660 RecvStop(const FunctionCallbackInfo<Value>& args) RecvStop() argument
789 GetSendQueueSize(const FunctionCallbackInfo<Value>& args) GetSendQueueSize() argument
798 GetSendQueueCount(const FunctionCallbackInfo<Value>& args) GetSendQueueCount() argument
[all...]
H A Dutil-inl.h502 SlicedArguments( const v8::FunctionCallbackInfo<v8::Value>& args, size_t start) SlicedArguments() argument
/third_party/node/src/crypto/
H A Dcrypto_ec.cc109 void ECDH::GetCurves(const FunctionCallbackInfo<Value>& args) { in GetCurves() argument
136 void ECDH::New(const FunctionCallbackInfo<Value>& args) { in New() argument
157 void ECDH::GenerateKeys(const FunctionCallbackInfo<Value>& args) { in GenerateKeys() argument
196 ComputeSecret(const FunctionCallbackInfo<Value>& args) ComputeSecret() argument
239 GetPublicKey(const FunctionCallbackInfo<Value>& args) GetPublicKey() argument
265 GetPrivateKey(const FunctionCallbackInfo<Value>& args) GetPrivateKey() argument
291 SetPrivateKey(const FunctionCallbackInfo<Value>& args) SetPrivateKey() argument
347 SetPublicKey(const FunctionCallbackInfo<Value>& args) SetPublicKey() argument
394 ConvertKey(const FunctionCallbackInfo<Value>& args) ConvertKey() argument
453 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, ECDHBitsConfig* params) AdditionalConfig() argument
598 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int* offset, EcKeyPairGenConfig* params) AdditionalConfig() argument
685 AdditionalConfig( const FunctionCallbackInfo<Value>& args, unsigned int offset, ECKeyExportConfig* params) AdditionalConfig() argument
920 ImportJWKEcKey( Environment* env, Local<Object> jwk, const FunctionCallbackInfo<Value>& args, unsigned int offset) ImportJWKEcKey() argument
[all...]
H A Dcrypto_dh.cc255 void DiffieHellman::New(const FunctionCallbackInfo<Value>& args) { in New() argument
234 DiffieHellmanGroup( const FunctionCallbackInfo<Value>& args) DiffieHellmanGroup() argument
291 GenerateKeys(const FunctionCallbackInfo<Value>& args) GenerateKeys() argument
324 GetField(const FunctionCallbackInfo<Value>& args, const BIGNUM* (*get_field)(const DH*), const char* err_if_null) GetField() argument
355 GetPrime(const FunctionCallbackInfo<Value>& args) GetPrime() argument
363 GetGenerator(const FunctionCallbackInfo<Value>& args) GetGenerator() argument
371 GetPublicKey(const FunctionCallbackInfo<Value>& args) GetPublicKey() argument
379 GetPrivateKey(const FunctionCallbackInfo<Value>& args) GetPrivateKey() argument
387 ComputeSecret(const FunctionCallbackInfo<Value>& args) ComputeSecret() argument
446 SetKey(const FunctionCallbackInfo<Value>& args, int (*set_field)(DH*, BIGNUM*), const char* what) SetKey() argument
460 SetPublicKey(const FunctionCallbackInfo<Value>& args) SetPublicKey() argument
466 SetPrivateKey(const FunctionCallbackInfo<Value>& args) SetPrivateKey() argument
472 VerifyErrorGetter(const FunctionCallbackInfo<Value>& args) VerifyErrorGetter() argument
503 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int* offset, DhKeyPairGenConfig* params) AdditionalConfig() argument
595 AdditionalConfig( const FunctionCallbackInfo<Value>& args, unsigned int offset, DHKeyExportConfig* params) AdditionalConfig() argument
646 Stateless(const FunctionCallbackInfo<Value>& args) Stateless() argument
671 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, DHBitsConfig* params) AdditionalConfig() argument
[all...]
H A Dcrypto_sig.cc363 void Sign::New(const FunctionCallbackInfo<Value>& args) { in New() argument
368 void Sign::SignInit(const FunctionCallbackInfo<Value>& args) { in SignInit() argument
377 void Sign::SignUpdate(const FunctionCallbackInfo<Value>& args) { in SignUpdate() argument
411 SignFinal(const FunctionCallbackInfo<Value>& args) SignFinal() argument
481 New(const FunctionCallbackInfo<Value>& args) New() argument
486 VerifyInit(const FunctionCallbackInfo<Value>& args) VerifyInit() argument
495 VerifyUpdate(const FunctionCallbackInfo<Value>& args) VerifyUpdate() argument
537 VerifyFinal(const FunctionCallbackInfo<Value>& args) VerifyFinal() argument
612 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, SignConfiguration* params) AdditionalConfig() argument
[all...]
H A Dcrypto_util.cc214 void GetFipsCrypto(const FunctionCallbackInfo<Value>& args) { in GetFipsCrypto() argument
226 void SetFipsCrypto(const FunctionCallbackInfo<Value>& args) { in SetFipsCrypto() argument
253 void TestFipsCrypto(const v8::FunctionCallbackInfo<v8::Value>& args) { in SetFipsCrypto() argument
634 void SetEngine(const FunctionCallbackInfo<Value>& args) { in SetFipsCrypto() argument
695 GetCryptoJobMode(v8::Local<v8::Value> args) SetFipsCrypto() argument
708 SecureBuffer(const FunctionCallbackInfo<Value>& args) SetFipsCrypto() argument
730 SecureHeapUsed(const FunctionCallbackInfo<Value>& args) SetFipsCrypto() argument
[all...]
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_static.c299 va_list args; __itt_report_error() local
[all...]

Completed in 25 milliseconds

1...<<919293949596979899100>>...136