Home
last modified time | relevance | path

Searched defs:args (Results 601 - 625 of 2648) sorted by relevance

1...<<21222324252627282930>>...106

/third_party/libwebsockets/lib/abstract/
H A Dtest-sequencer.c36 lws_test_sequencer_args_t args; member
235 lws_abs_unit_test_sequencer(const lws_test_sequencer_args_t *args) lws_abs_unit_test_sequencer() argument
[all...]
/third_party/lzma/Java/SevenZip/
H A DLzmaAlone.java71 public boolean Parse(String[] args) throws Exception in Parse() argument
164 public static void main(String[] args) throws Exception in main() argument
/third_party/jerryscript/tests/unit-core/
H A Dtest-native-instanceof.cpp43 jerry_value_t args[2] = in test_instanceof() local
H A Dtest-api-strings.cpp29 jerry_value_t args[2] = {a, b}; in strict_equals() local
69 jerry_value_t args[2]; in HWTEST_F() local
[all...]
/third_party/jerryscript/targets/curie_bsp/jerry_app/quark/
H A Dmain.c123 jerry_value_t args[] = {eval_ret}; in eval_jerry_script() local
/third_party/mesa3d/src/freedreno/drm-shim/
H A Dfreedreno_noop.c79 struct drm_msm_gem_info *args = arg; in msm_ioctl_gem_info() local
153 struct drm_msm_gem_madvise *args = arg; in msm_ioctl_gem_madvise() local
/third_party/mesa3d/src/etnaviv/drm-shim/
H A Detnaviv_noop.c179 struct drm_etnaviv_gem_info *args = arg; in etnaviv_ioctl_gem_info() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader_args.h79 radv_shader_args_from_ac(struct ac_shader_args *args) in radv_shader_args_from_ac() argument
H A Dradv_nir_lower_abi.c34 const struct radv_shader_args *args; member
259 radv_nir_lower_abi(nir_shader *shader, enum amd_gfx_level gfx_level, const struct radv_shader_info *info, const struct radv_shader_args *args, const struct radv_pipeline_key *pl_key, bool use_llvm) radv_nir_lower_abi() argument
[all...]
/third_party/mesa3d/src/broadcom/drm-shim/
H A Dv3d_noop.c83 struct drm_v3d_get_bo_offset *args = arg; in v3d_ioctl_get_bo_offset() local
/third_party/ltp/testcases/kernel/containers/userns/
H A Duserns03.c120 const struct tst_clone_args args = { in run() local
/third_party/ltp/lib/
H A Dself_exec.c85 char *args = strdup(child_args); in maybe_run_child() local
/third_party/libwebsockets/minimal-examples/api-tests/api-test-smtp_client/
H A Dmain.c184 lws_test_sequencer_args_t args; in main() local
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dqueue.cpp34 debug_notify_callback(void *data, unsigned *id, enum util_debug_type type, const char *fmt, va_list args) debug_notify_callback() argument
/third_party/mesa3d/src/gallium/tests/graw/
H A Dquad-tex.c211 static void args(int argc, char *argv[]) in args() function
H A Dtri-large.c148 static void args(int argc, char *argv[]) in args() function
/third_party/node/lib/internal/cluster/
H A Dprimary.js
/third_party/node/src/
H A Dbase_object.cc76 LazilyInitializedJSTemplateConstructor( const FunctionCallbackInfo<Value>& args) LazilyInitializedJSTemplateConstructor() argument
H A Dcallback_queue-inl.h89 R CallbackQueue<R, Args...>::CallbackImpl<Fn>::Call(Args... args) { in Call() argument
H A Ddebug_utils-inl.h131 void COLD_NOINLINE FPrintF(FILE* file, const char* format, Args&&... args) { in FPrintF() argument
76 SPrintFImpl( const char* format, Arg&& arg, Args&&... args) SPrintFImpl() argument
125 SPrintF( const char* format, Args&&... args) SPrintF() argument
136 Debug(EnabledDebugList* list, DebugCategory cat, const char* format, Args&&... args) Debug() argument
153 Debug(Environment* env, DebugCategory cat, const char* format, Args&&... args) Debug() argument
164 Debug(Environment* env, DebugCategory cat, const std::string& format, Args&&... args) Debug() argument
182 UnconditionalAsyncWrapDebug(AsyncWrap* async_wrap, const char* format, Args&&... args) UnconditionalAsyncWrapDebug() argument
192 Debug(AsyncWrap* async_wrap, const char* format, Args&&... args) Debug() argument
202 Debug(AsyncWrap* async_wrap, const std::string& format, Args&&... args) Debug() argument
211 Debug(DebugCategory cat, const char* format, Args&&... args) Debug() argument
[all...]
H A Dhandle_wrap.cc40 void HandleWrap::Ref(const FunctionCallbackInfo<Value>& args) { in Ref() argument
49 void HandleWrap::Unref(const FunctionCallbackInfo<Value>& args) { in Unref() argument
58 void HandleWrap::HasRef(const FunctionCallbackInfo<Value>& args) { in HasRef() argument
65 void HandleWrap::Close(const FunctionCallbackInfo<Value>& args) { in Close() argument
[all...]
/third_party/node/src/crypto/
H A Dcrypto_dsa.cc81 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int* offset, DsaKeyPairGenConfig* params) AdditionalConfig() argument
98 AdditionalConfig( const FunctionCallbackInfo<Value>& args, unsigned int offset, DSAKeyExportConfig* params) AdditionalConfig() argument
H A Dcrypto_hkdf.cc43 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, HKDFConfig* params) AdditionalConfig() argument
[all...]
H A Dcrypto_keygen.cc33 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int* offset, NidKeyPairGenConfig* params) AdditionalConfig() argument
60 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int* offset, SecretKeyGenConfig* params) AdditionalConfig() argument
H A Dcrypto_random.cc37 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, RandomBytesConfig* params) AdditionalConfig() argument
86 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, RandomPrimeConfig* params) AdditionalConfig() argument
177 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, CheckPrimeConfig* params) AdditionalConfig() argument
[all...]

Completed in 11 milliseconds

1...<<21222324252627282930>>...106