Home
last modified time | relevance | path

Searched defs:expected (Results 1 - 25 of 113) sorted by relevance

12345

/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dcanonicalization_test.cpp39 auto expected = CreateEmptyGraph(); in TEST_F() local
H A Dconst_array_resolver_test.cpp46 auto expected = CreateEmptyGraph(); in TEST_F() local
189 auto expected = CreateEmptyGraph(); in TEST_F() local
249 auto expected = CreateEmptyGraph(); in TEST_F() local
H A Dbitops_bitwise_and_test.cpp75 auto expected = CreateEmptyGraph(); in TEST_F() local
116 EXPECT_TRUE(GraphComparator().Compare(GetGraph(), expected)); in TEST_F() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dcanonicalization_test.cpp41 auto expected = CreateEmptyGraph(); in TEST_F() local
H A Dreg_encoder_test.cpp83 auto expected = CreateEmptyGraph(); in TEST_F() local
166 auto expected = CreateEmptyGraph(); in TEST_F() local
293 auto expected = CreateEmptyGraph(); in TEST_F() local
H A Dbc_lowering_test.cpp67 auto expected = CreateEmptyGraph(); in TEST_F() local
79 EXPECT_TRUE(GraphComparator().Compare(GetGraph(), expected)); in TEST_F() local
118 auto expected = CreateEmptyGraph(); in TEST_F() local
193 auto expected = CreateEmptyGraph(); in TEST_F() local
273 auto expected = CreateEmptyGraph(); TEST_F() local
349 auto expected = CreateEmptyGraph(); TEST_F() local
[all...]
H A Dbitops_bitwise_and_test.cpp77 auto expected = CreateEmptyGraph(); in TEST_F() local
122 EXPECT_TRUE(GraphComparator().Compare(GetGraph(), expected)); in TEST_F() local
H A Dconst_array_resolver_test.cpp49 auto expected = CreateEmptyGraph(); in TEST_F() local
232 auto expected = CreateEmptyGraph(); in TEST_F() local
293 auto expected = CreateEmptyGraph(); in TEST_F() local
/foundation/graphic/graphic_2d/interfaces/inner_api/hyper_graphic_manager/
H A Dnative_display_soloist.h76 int32_t expected; member
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Datomic.h37 ALWAYS_INLINE inline T AtomicCmpxchgStrong(T *addr, T expected, T newValue, std::memory_order order) in AtomicCmpxchgStrong() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/compiler/
H A Dinterop_peepholes_test.cpp170 auto expected = SetPropertyStringBuildExpectedGraph(); in TEST_F() local
171 ASSERT_TRUE(GraphComparator().Compare(GetGraph(), expected)); in TEST_F() local
/arkcompiler/runtime_core/tests/fuzztest/expected_fuzzer/
H A Dexpected_fuzzer.cpp25 panda::Expected<int, ErrorCode> expected; in ExpectedFuzzTest() local
/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Di_standard_codec_listener.h46 uint64_t expected = std::numeric_limits<uint64_t>::max(); in RestoreGeneration() local
/arkcompiler/runtime_core/libpandabase/tests/
H A Dexpected_test.cpp22 namespace panda::test::expected { namespace in panda::test
H A Dtype_converter_tests.cpp44 double expected = left_part_time + right_part_time * 1e-3; in HWTEST() local
78 double expected = left_part_bytes + right_part_bytes * 1e-3; in HWTEST() local
[all...]
H A Dbit_memory_region_test.cpp26 uint8_t expected = (offset <= i && i < offset + length) ? value >> (i - offset) : fill_value; in CompareData() local
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_items_test.cpp78 std::string expected; in HWTEST() local
111 EXPECT_EQ(ItemTypeToString(type), expected); HWTEST() local
120 std::string expected; HWTEST() local
153 EXPECT_EQ(ItemTypeToString(type), expected); HWTEST() local
162 std::string expected; HWTEST() local
198 EXPECT_EQ(ItemTypeToString(type), expected); HWTEST() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dloop_idioms_test.cpp62 void BuildExpectedFillArrayFull(Graph *expected, DataType::Type arrayType, in BuildExpectedFillArrayFull() argument
130 auto expected = CreateEmptyGraph(); in CheckFillArrayFull() local
372 auto expected = CreateEmptyGraph(); in FillLargeArrayWithConstantIterationsCountExpected() local
427 auto expected = FillLargeArrayWithConstantIterationsCountExpected(); in TEST_F() local
428 ASSERT_TRUE(GraphComparator().Compare(GetGraph(), expected)); in TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dexpected_test.cpp22 namespace ark::test::expected { namespace in ark::test
H A Dtype_converter_tests.cpp47 double expected = leftPartTime + rightPartTime * 1e-3; in TEST() local
82 double expected = leftPartBytes + rightPartBytes * 1e-3; in TEST() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/
H A Dserver_endpoint.h45 ConnectionPtr expected; in Pin() local
52 auto expected = endpoint_.get_con_from_hdl(hdl); in Unpin() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dirtoc_test.cpp82 auto expected = ModifyArrayForLoopTest(&bufExpected); in TestLoop() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/ipc_callbacks/
H A Drs_rt_refresh_callback_test.cpp57 const int expected = 3; in HWTEST_F() local
/foundation/multimedia/player_framework/test/unittest/utils_test/
H A Dtime_format_utils_unit_test.cpp45 std::string expected = "2023-01"; in HWTEST_F() local
58 std::string expected = "2023-01"; in HWTEST_F() local
72 std::string expected = ""; in HWTEST_F() local
73 EXPECT_EQ(TimeFormatUtils::FormatDataTimeByString(dataTime), expected); in HWTEST_F() local
80 std::string expected = "2022-01-01 00:00:00"; in HWTEST_F() local
81 EXPECT_EQ(TimeFormatUtils::FormatDataTimeByString(dataTime), expected); in HWTEST_F() local
88 std::string expected = "2022-01-01 12:00:00"; in HWTEST_F() local
89 EXPECT_EQ(TimeFormatUtils::FormatDataTimeByString(dataTime), expected); in HWTEST_F() local
96 std::string expected = "2022-12-25 12:34:56"; HWTEST_F() local
97 EXPECT_EQ(TimeFormatUtils::FormatDataTimeByString(dataTime), expected); HWTEST_F() local
104 std::string expected = "2022-12-25 00:00:00"; HWTEST_F() local
105 EXPECT_EQ(TimeFormatUtils::FormatDataTimeByString(dataTime), expected); HWTEST_F() local
112 std::string expected = "2022-12-25 12:34:56"; HWTEST_F() local
113 EXPECT_EQ(TimeFormatUtils::FormatDataTimeByString(dataTime), expected); HWTEST_F() local
120 std::string expected = "2022-12-01 00:00:00"; HWTEST_F() local
121 EXPECT_EQ(TimeFormatUtils::FormatDataTimeByString(dataTime), expected); HWTEST_F() local
128 std::string expected = "2022-12-01 12:00:00"; HWTEST_F() local
129 EXPECT_EQ(TimeFormatUtils::FormatDataTimeByString(dataTime), expected); HWTEST_F() local
137 std::string expected = ""; HWTEST_F() local
138 EXPECT_EQ(TimeFormatUtils::ConvertTimestampToDatetime(timestamp), expected); HWTEST_F() local
146 std::string expected = "2021-01"; HWTEST_F() local
[all...]
/arkcompiler/runtime_core/compiler/tests/
H A Ddom_tree_test.cpp23 void CheckImmediateDominators(BasicBlock *dominator, const std::set<BasicBlock *> &&expected) in CheckImmediateDominators() argument
43 void CheckListDominators(BasicBlock *dominator, const std::vector<BasicBlock *> &&expected) in CheckListDominators() argument

Completed in 8 milliseconds

12345