Home
last modified time | relevance | path

Searched defs:testValue (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dunique_fd_test.cpp24 enum testValue { DEFAULT_VALUE = -1, STDIN_VALUE, STDOUT_VALUE, STDERR_VALUE }; enum
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dcountable_loop_parser.cpp149 uint64_t testValue = loopInfo.test->CastToConstant()->GetInt64Value(); in GetLoopIterations() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_unroll.cpp46 auto testValue = static_cast<T>(loopInfo.test->CastToConstant()->GetIntValue()); in ConditionOverFlowImpl() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_finalization_registry_test.cpp27 static int testValue = 0; variable
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_finalization_registry_test.cpp39 static int testValue = 0; variable
Dbuiltins_math_test.cpp133 const double testValue = base::MAX_VALUE + 1; in HWTEST_F_L0() local
149 const double testValue = base::MIN_VALUE + 1; in HWTEST_F_L0() local
165 const double testValue = base::POSITIVE_INFINITY + 1; in HWTEST_F_L0() local
181 const double testValue = -base::POSITIVE_INFINITY - 1; in HWTEST_F_L0() local
197 const double testValue = base::NAN_VALUE; in HWTEST_F_L0() local