| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_shared_typedarray_test.cpp | 56 JSHandle<JSTaggedValue> val1(thread, JSTaggedValue(2)); in HWTEST_F_L0() local 80 JSHandle<JSTaggedValue> val1(thread, JSTaggedValue(2)); in HWTEST_F_L0() local 105 JSHandle<JSTaggedValue> val1(thread, JSTaggedValue(2)); in HWTEST_F_L0() local 128 JSHandle<JSTaggedValue> val1(thread, JSTaggedValue(2)); in HWTEST_F_L0() local 151 JSHandle<JSTaggedValue> val1(thread, JSTaggedValue(2)); in HWTEST_F_L0() local 174 JSHandle<JSTaggedValue> val1(thread, JSTaggedValue(2)); in HWTEST_F_L0() local 197 JSHandle<JSTaggedValue> val1(thread, JSTaggedValue(2)); in HWTEST_F_L0() local 220 JSHandle<JSTaggedValue> val1(thread, JSTaggedValue(2)); in HWTEST_F_L0() local 243 JSHandle<JSTaggedValue> val1(thread, JSTaggedValue(2)); in HWTEST_F_L0() local 266 JSHandle<JSTaggedValue> val1(thread, JSTaggedValue(2)); in HWTEST_F_L0() local [all …]
|
| D | builtins_string_test.cpp | 290 JSHandle<EcmaString> val1 = factory->NewFromASCII("b"); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | dyn_buffer_test.cpp | 64 uint32_t val1 = dynChunk.GetU8(0U); in TEST_F() local 81 uint32_t val1 = dynChunk.GetU8(0); in TEST_F() local 94 uint32_t val1 = dynChunk.GetU8(0U); in TEST_F() local
|
| D | string_test.cpp | 416 uint8_t val1 = rand(); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/tests/ |
| D | dyn_chunk_test.cpp | 64 uint32_t val1 = dynChunk.GetU8(0); in HWTEST_F_L0() local 80 uint32_t val1 = dynChunk.GetU8(0); in HWTEST_F_L0() local 93 uint32_t val1 = dynChunk.GetU8(0); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | futex_test.cpp | 123 int val1 = g_global; in TEST() local 149 int val1 = g_global; in TEST() local 168 int val1 = g_global; in TEST() local 181 int val1 = g_global; in TEST() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dynamic_enum/ |
| D | dynamic_enum.js | 35 function isEq(val1, val2) { argument
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_infer-type-with-extends5.ts | 35 declare const val1: <T>() => (T extends infer U extends number ? 1 : 0); constant
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | annotation_test.cpp | 533 std::unique_ptr<Value> val1 = panda::pandasm::making_value(element1); variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_math.cpp | 131 extern "C" double StdMathAtan2(double val1, double val2) in StdMathAtan2() 267 extern "C" double StdMathHypot(double val1, double val2) in StdMathHypot()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | math_helpers.h | 166 auto val1 = static_cast<UnsignedT>(a); in SafeMath() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_test.cpp | 203 uint64_t val1 = int64Const[i]; in TEST_F() local 259 uint64_t val1 = int64Const[i]; in TEST_F() local
|
| D | inst_generator.cpp | 242 auto val1 = CreateParamInst(graph, inst->GetType(), stackSlot++); in PopulateStoreArrayPair() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | inst_test.cpp | 196 uint64_t val1 = int64_const[i]; in TEST_F() local 252 uint64_t val1 = int64_const[i]; in TEST_F() local
|
| D | compiler_inst_test.cpp | 537 uint64_t val1 = int64_const[i]; in __anonaa205d010c02() local
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_util.h | 229 #define ASSERT_FAIL_(val1, val2, strval1, strval2, msg) \ argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | test_util.h | 231 #define ASSERT_FAIL_IMPL(val1, val2, strval1, strval2, msg) \ argument
|
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| D | elf_builder.h | 53 void AddFdeInst(Dwarf_Small op, Dwarf_Unsigned val1, Dwarf_Unsigned val2) in AddFdeInst()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 2284 Local<JSValueRef> val1 = map->Get(vm, StringRef::NewFromUtf8(vm, "key1")); in MapGetValue() local 2477 Local<StringRef> val1 = jsVal1->ToString(vm); in JsonObjGetValue() local 2802 Local<ObjectRef> val1 = obj->Get(vm_, StringRef::NewFromUtf8(vm_, "key1")); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | alias_analysis.cpp | 1244 Pointer val1 = Pointer::CreateObject(inst->GetDataFlowInput(2)); in VisitStoreObjectPair() local
|
| D | bounds_analysis.cpp | 88 auto val1 = left_ == MIN_RANGE_VALUE ? MAX_RANGE_VALUE : std::abs(left_); in Abs() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/codegen/ |
| D | codegen_test_1.cpp | 268 auto val1 = graph->AddNewParameter(3U, type); in SRC_GRAPH() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_native_inline_lowering.cpp | 624 GateRef val1 = acc_.GetValueIn(gate, 0); in LowerMathImul() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 3028 uint32 val1 = is64Bits ? (val >> 61) & 0x3 : (val >> 29) & 0x3; in HandleFmovImm() local 5307 uint32 val1 = is64Bits ? (val >> 61) & 0x3 : (val >> 29) & 0x3; in SelectRetype() local
|