Home
last modified time | relevance | path

Searched refs:Valid (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/toolchain/tooling/test/
H A Dpt_types_test.cpp79 bool result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0()
82 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0()
85 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0()
88 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0()
91 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0()
94 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0()
97 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0()
100 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0()
103 result = RemoteObject::TypeName::Valid(type); in HWTEST_F_L0()
106 result = RemoteObject::TypeName::Valid(typ in HWTEST_F_L0()
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dproperty_detector-inl.h28 ASSERT(Is##name##Valid(env)); \
34 inline bool PropertyDetector::Is##name##Valid(JSHandle<GlobalEnv> env) \
H A Dproperty_detector.h41 static inline bool Is##name##Valid(JSHandle<GlobalEnv> env); \
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dohos_pkg_args.h122 if (Valid()) { in GetJSPandaFile()
248 return Valid(); in ParseFromJsObject()
285 bool Valid() const in Valid() function in panda::ecmascript::kungfu::OhosPkgArgs
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h411 static bool Valid(const std::string &type) in Valid() function
442 static bool Valid(const std::string &type) in Valid() function
473 static bool Valid(const std::string &type) in Valid() function
1140 static bool Valid(const std::string &language) in Valid() function
1436 static bool Valid(const std::string &type) in Valid() function
1568 static bool Valid(const std::string &type) in Valid() function
2636 static bool Valid(const std::string &values) in Valid() function
2657 static bool Valid(const std::string &values) in Valid() function
2674 static bool Valid(const std::string &values) in Valid() function
2714 static bool Valid(cons function
2859 static bool Valid(const std::string &values) Valid() function
[all...]
H A Dpt_params.cpp1159 if (MemoryDumpLevelOfDetailValues::Valid(levelOfDetail)) { in Create()
1209 if (StartParams::TransferModeValues::Valid(transferMode)) { in Create()
1221 if (StreamFormatValues::Valid(streamFormat)) { in Create()
1233 if (StreamCompressionValues::Valid(streamCompression)) { in Create()
1266 if (TracingBackendValues::Valid(tracingBackend)) { in Create()
H A Dpt_params.h1237 static bool Valid(const std::string &values) in Valid() function
H A Dpt_types.cpp1009 if (ObjectType::Valid(type)) { in Create()
1021 if (ObjectSubType::Valid(subType)) { in Create()
1827 if (BreakType::Valid(type)) { in Create()
1869 if (Scope::Type::Valid(type)) { in Create()
3173 if (TraceConfig::RecordModeValues::Valid(recordMode)) { in Create()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dencoder_operands.cpp161 TEST_F(TypeInfoTest, Valid) in TEST_F()

Completed in 18 milliseconds