Home
last modified time | relevance | path

Searched refs:CLASS_NAME (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dencoder_test_common.h40 #define CLASS_NAME(type) \ macro
48 CLASS_NAME(int8_t)
49 CLASS_NAME(int16_t)
50 CLASS_NAME(int32_t)
51 CLASS_NAME(int64_t)
52 CLASS_NAME(uint8_t)
53 CLASS_NAME(uint16_t)
54 CLASS_NAME(uint32_t)
55 CLASS_NAME(uint64_t)
56 CLASS_NAME(floa
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/native_methods/
H A Dregister_native_methods_test.cpp25 static constexpr const char *CLASS_NAME = "NativeRegistrationTest"; member
45 ets_class cls = env->FindClass(CLASS_NAME); in Func0()
66 auto cls = env_->FindClass(CLASS_NAME); in TEST_F()
92 auto cls = env_->FindClass(CLASS_NAME); in TEST_F()
120 auto cls = env_->FindClass(CLASS_NAME); in TEST_F()
146 auto cls = env_->FindClass(CLASS_NAME); in TEST_F()
177 auto cls = env_->FindClass(CLASS_NAME); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp1044 const static std::string CLASS_NAME; member in panda::test::Greeter
1050 const std::string Greeter::CLASS_NAME = "GreeterClass"; member in panda::test::Greeter
1093 claFunc->SetName(vm, StringRef::NewFromUtf8(vm, Greeter::CLASS_NAME.c_str())); in NewClassFunction()
1100 Local<JSValueRef> jsClaFunc = globalObj->Get(vm, StringRef::NewFromUtf8(vm, Greeter::CLASS_NAME.c_str())); in GetClassFunction()
1382 const static std::string CLASS_NAME; member in panda::test::Derive
1385 const std::string Derive::CLASS_NAME = "DeriveClass"; member in panda::test::Derive
1426 claFunc->SetName(vm, StringRef::NewFromUtf8(vm, Derive::CLASS_NAME.c_str())); in NewClassFunction()
1433 Local<JSValueRef> jsClaFunc = globalObj->Get(vm, StringRef::NewFromUtf8(vm, Derive::CLASS_NAME.c_str())); in GetClassFunction()
1486 const static std::string CLASS_NAME; member in panda::test::DeriveDouble
1489 const std::string DeriveDouble::CLASS_NAME member in panda::test::DeriveDouble
1584 const static std::string CLASS_NAME; global() member in panda::test::DerivedTriple
1587 const std::string DerivedTriple::CLASS_NAME = "DerivedTripleClass"; global() member in panda::test::DerivedTriple
[all...]
/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dencoder32_test.cpp34 #define CLASS_NAME(type) \ macro
41 CLASS_NAME(int8_t)
42 CLASS_NAME(int16_t)
43 CLASS_NAME(int32_t)
44 CLASS_NAME(int64_t)
45 CLASS_NAME(uint8_t)
46 CLASS_NAME(uint16_t)
47 CLASS_NAME(uint32_t)
48 CLASS_NAME(uint64_t)
49 CLASS_NAME(floa
[all...]
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp35 #define CLASS_NAME(type) \ macro
42 CLASS_NAME(int8_t)
43 CLASS_NAME(int16_t)
44 CLASS_NAME(int32_t)
45 CLASS_NAME(int64_t)
46 CLASS_NAME(uint8_t)
47 CLASS_NAME(uint16_t)
48 CLASS_NAME(uint32_t)
49 CLASS_NAME(uint64_t)
50 CLASS_NAME(floa
[all...]
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp34 #define CLASS_NAME(type) \ macro
41 CLASS_NAME(int8_t)
42 CLASS_NAME(int16_t)
43 CLASS_NAME(int32_t)
44 CLASS_NAME(int64_t)
45 CLASS_NAME(uint8_t)
46 CLASS_NAME(uint16_t)
47 CLASS_NAME(uint32_t)
48 CLASS_NAME(uint64_t)
49 CLASS_NAME(floa
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/compiler/
H A Dinterop_intrinsics_opt_test.cpp26 #define PARAM_TEST(CLASS_NAME, TEST_NAME, ...) \
27 class TEST_NAME : public CLASS_NAME {}; \
28 INSTANTIATE_TEST_SUITE_P(CLASS_NAME, TEST_NAME, __VA_ARGS__); \

Completed in 14 milliseconds