| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | dyn_buffer_test.cpp | 65 uint32_t val2 = dynChunk.GetU16(2U); in TEST_F() local 82 uint32_t val2 = dynChunk.GetU8(1); in TEST_F() local 95 uint32_t val2 = dynChunk.GetU8(1U); in TEST_F() local
|
| D | string_test.cpp | 421 uint8_t val2 = rand(); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/tests/ |
| D | dyn_chunk_test.cpp | 65 uint32_t val2 = dynChunk.GetU16(2); in HWTEST_F_L0() local 81 uint32_t val2 = dynChunk.GetU8(1); in HWTEST_F_L0() local 94 uint32_t val2 = dynChunk.GetU8(1); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_math.cpp | 53 extern "C" double StdMathAtan2(double val1, double val2) in StdMathAtan2() 119 extern "C" double StdMathRem(double val, double val2) in StdMathRem() 124 extern "C" double StdMathMod(double val, double val2) in StdMathMod() 134 extern "C" int StdMathImul(float val, float val2) in StdMathImul()
|
| /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 | 41 declare const val2: <T>() => (T extends ExpectNumber<infer U> ? 1 : 0); constant
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | futex_test.cpp | 126 int val2 = g_global; in TEST() local 186 int val2 = g_global; in TEST() local
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | math_helpers.h | 167 auto val2 = static_cast<UnsignedT>(b); in SafeMath() 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 | 229 #define ASSERT_FAIL_IMPL(val1, val2, strval1, strval2, msg) \ argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_test.cpp | 257 int32_t val2 = int32Const[i]; in TEST_F() local
|
| D | inst_generator.cpp | 238 auto val2 = CreateParamInst(graph, inst->GetType(), stackSlot++); in GenerateOperation() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | inst_test.cpp | 260 int32_t val2 = int32_const[i]; in TEST_F() local
|
| D | compiler_inst_test.cpp | 531 int32_t val2 = int32_const[i]; in __anon8ce037610c02() local
|
| /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/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | bounds_analysis.cpp | 89 auto val2 = right_ == MIN_RANGE_VALUE ? MAX_RANGE_VALUE : std::abs(right_); in Abs() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | serializer_test.cpp | 681 JSHandle<JSTaggedValue> val2 = JSObject::GetProperty(thread, sObj, key2).GetRawValue(); in SharedObjectTest1() local 706 JSHandle<JSTaggedValue> val2 = JSObject::GetProperty(thread, sObj, key2).GetRawValue(); in SharedObjectTest2() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 2302 Local<JSValueRef> val2 = map->Get(vm, StringRef::NewFromUtf8(vm, "key2")); in MapGetValue() local 2494 int val2 = jsVal2->Int32Value(vm); in JsonObjGetValue() local 2816 Local<ObjectRef> val2 = obj->Get(vm_, StringRef::NewFromUtf8(vm_, "key2")); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_object_test.cpp | 155 …JSTaggedValue val2 = JSObject::GetProperty(thread, global, printTestKey).GetValue().GetTaggedValue… in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_string_test.cpp | 278 JSHandle<EcmaString> val2 = factory->NewFromASCII("c"); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 3619 uint32 val2 = is64Bits ? (val >> 54) & 0xff : (val >> 25) & 0x1f; in HandleFmovImm() local 5885 uint32 val2 = is64Bits ? (val >> 54) & 0xff : (val >> 25) & 0x1f; in SelectRetype() local
|