Home
last modified time | relevance | path

Searched defs:arg (Results 1 - 25 of 98) sorted by relevance

1234

/arkcompiler/runtime_core/tests/fuzztest/pandargs_fuzzer/
H A Dpandargs_fuzzer.cpp24 panda::arg_list_t arg = {str}; in PandargsFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dcode_decrypt.cpp25 struct code_decrypto_arg arg; in DecryptSetKey() local
35 struct code_decrypto_arg arg; in DecrypRemoveKey() local
45 struct code_decrypto_arg arg; DecryptAssociateKey() local
55 struct code_decrypto_arg arg; DecrypRemoveAssociateKey() local
[all...]
/arkcompiler/runtime_core/libpandabase/tests/genmc/
H A Dmutex_test_2.cpp34 static void *ThreadN(void *arg) in ThreadN() argument
H A Dmutex_test_3.cpp30 static void *Threadn(void *arg) in Threadn() argument
H A Dmutex_test_genmc.cpp28 static void *ThreadN(void *arg) in ThreadN() argument
H A Dmutex_test_4.cpp31 static void *Thread1(void *arg) in Thread1() argument
46 static void *Thread2(void *arg) in Thread2() argument
59 static void *Thread3(void *arg) in Thread3() argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/genmc/
H A Dcondvar_test_3.cpp31 static void *Thread1(void *arg) in Thread1() argument
47 static void *Thread2(void *arg) in Thread2() argument
H A Dmutex_test_2.cpp31 static void *ThreadN(void *arg) in ThreadN() argument
H A Dmutex_test_3.cpp29 static void *Threadn(void *arg) in Threadn() argument
H A Dmutex_test_genmc.cpp27 static void *ThreadN(void *arg) in ThreadN() argument
H A Dcondvar_test_2.cpp33 static void *Thread1(void *arg) in Thread1() argument
44 static void *Thread2(void *arg) in Thread2() argument
H A Dmutex_test_4.cpp30 static void *Thread1(void *arg) in Thread1() argument
44 static void *Thread2(void *arg) in Thread2() argument
56 static void *Thread3(void *arg) in Thread3() argument
H A Dcondvar_test_1.cpp32 static void *Thread1(void *arg) in Thread1() argument
44 static void *Thread2(void *arg) in Thread2() argument
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A De2p_test_plugin_is.c33 static void IsIdentifier(es2panda_AstNode *node, void *arg) in IsIdentifier() argument
H A De2p_test_plugin_dump_json.c33 static void DumpJSON(es2panda_AstNode *node, void *arg) in DumpJSON() argument
H A De2p_test_plugin_ets_src.c33 static void DumpEtsSrc(es2panda_AstNode *node, void *arg) in DumpEtsSrc() argument
H A De2p_test_plugin.c32 static void PrintIfIdentifier(es2panda_AstNode *node, void *arg) in PrintIfIdentifier() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DawaitExpressionBuilder.h30 AwaitExpressionBuilder &SetArgument(Expression *arg) in SetArgument() argument
H A DthrowStatementBuilder.h29 ThrowStatementBuilder &SetArgument(Expression *arg) in SetArgument() argument
H A DtypeofExpressionBuilder.h29 TypeofExpressionBuilder &SetArgument(Expression *arg) in SetArgument() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_arguments_test.cpp41 JSHandle<JSArguments> arg = thread->GetEcmaVM()->GetFactory()->NewJSArguments(); in HWTEST_F_L0() local
64 JSHandle<JSArguments> arg = thread->GetEcmaVM()->GetFactory()->NewJSArguments(); in HWTEST_F_L0() local
86 JSHandle<JSArguments> arg = thread->GetEcmaVM()->GetFactory()->NewJSArguments(); in HWTEST_F_L0() local
106 JSHandle<JSArguments> arg = thread->GetEcmaVM()->GetFactory()->NewJSArguments(); in HWTEST_F_L0() local
128 JSHandle<JSArguments> arg = thread->GetEcmaVM()->GetFactory()->NewJSArguments(); HWTEST_F_L0() local
[all...]
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_graph_test.cpp446 int32_t arg = 20; in HWTEST_F() local
500 int32_t arg = 20; in HWTEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/
H A Dnapi_impl.cpp48 napi_add_env_cleanup_hook([[maybe_unused]] napi_env env, [[maybe_unused]] void (*fun)(void *arg), in napi_add_env_cleanup_hook() argument
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Ddfx.cpp74 std::string arg = s.substr(lastPos, pos - lastPos); in ResetOptionValueFromString() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinvokation_helper.h44 inline void WriteArgImpl(arch::ArgWriter<RUNTIME_ARCH> *writer, size_t nfloats, float arg, Args... args) in WriteArgImpl() argument
51 inline void WriteArgImpl(arch::ArgWriter<RUNTIME_ARCH> *writer, size_t nfloats, T arg, Args... args) in WriteArgImpl() argument
80 inline void WriteArg(arch::ArgWriter<RUNTIME_ARCH> *writer, T arg, Args... args) in WriteArg() argument

Completed in 10 milliseconds

1234