Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 25 of 79) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dbc_lowering_test.cpp67 auto expected = CreateEmptyGraph(); in TEST_F() local
117 auto expected = CreateEmptyGraph(); in TEST_F() local
191 auto expected = CreateEmptyGraph(); in TEST_F() local
270 auto expected = CreateEmptyGraph(); in TEST_F() local
345 auto expected = CreateEmptyGraph(); in TEST_F() local
Dreg_encoder_test.cpp82 auto expected = CreateEmptyGraph(); in TEST_F() local
164 auto expected = CreateEmptyGraph(); in TEST_F() local
290 auto expected = CreateEmptyGraph(); in TEST_F() local
Dcanonicalization_test.cpp41 auto expected = CreateEmptyGraph(); in TEST_F() local
Dbitops_bitwise_and_test.cpp76 auto expected = CreateEmptyGraph(); in TEST_F() local
Dconst_array_resolver_test.cpp49 auto expected = CreateEmptyGraph(); in TEST_F() local
232 auto expected = CreateEmptyGraph(); in TEST_F() local
292 auto expected = CreateEmptyGraph(); in TEST_F() local
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_items_test.cpp78 std::string expected; variable
120 std::string expected; variable
162 std::string expected; variable
Dbytecode_emitter_tests.cpp114 std::vector<uint8_t> expected; variable
137 std::vector<uint8_t> expected; variable
158 std::vector<uint8_t> expected; variable
176 std::vector<uint8_t> expected; variable
202 std::vector<uint8_t> expected; variable
223 std::vector<uint8_t> expected; variable
387 std::vector<uint8_t> expected; variable
411 std::vector<uint8_t> expected; variable
428 std::vector<uint8_t> expected; variable
448 std::vector<uint8_t> expected; variable
[all …]
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp116 std::vector<uint8_t> expected; in TEST() local
139 std::vector<uint8_t> expected; in TEST() local
160 std::vector<uint8_t> expected; in TEST() local
178 std::vector<uint8_t> expected; in TEST() local
204 std::vector<uint8_t> expected; in TEST() local
225 std::vector<uint8_t> expected; in TEST() local
389 std::vector<uint8_t> expected; in TEST() local
413 std::vector<uint8_t> expected; in TEST() local
435 std::vector<uint8_t> expected; in JcmpBwd_V8_IMM8() local
459 std::vector<uint8_t> expected; in JcmpFwd_V8_IMM8() local
[all …]
/arkcompiler/ets_runtime/test/aottest/formatrangetoparts/
Dformatrangetoparts.js23 function compare(actual, expected, message) { argument
36 const expected = dtf.formatRangeToParts(0, date); constant
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/
Dserver_endpoint.h48 ConnectionPtr expected; in Pin() local
55 auto expected = endpoint_.get_con_from_hdl(hdl); in Unpin() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dloop_idioms_test.cpp62 void BuildExpectedFillArrayFull(Graph *expected, DataType::Type arrayType, in BuildExpectedFillArrayFull()
130 auto expected = CreateEmptyGraph(); in CheckFillArrayFull() local
372 auto expected = CreateEmptyGraph(); in FillLargeArrayWithConstantIterationsCountExpected() local
427 auto expected = FillLargeArrayWithConstantIterationsCountExpected(); in TEST_F() local
/arkcompiler/runtime_core/libpandabase/tests/
Dtype_converter_tests.cpp44 double expected = left_part_time + right_part_time * 1e-3; variable
78 double expected = left_part_bytes + right_part_bytes * 1e-3; variable
/arkcompiler/toolchain/websocket/server/
Dwebsocket_server.cpp149 auto expected = ConnectionState::CLOSED; in MoveToConnectingState() local
188 auto expected = SetConnectionState(ConnectionState::CLOSED); in AcceptNewConnection() local
203 auto expected = SetConnectionState(ConnectionState::CLOSING); in AcceptNewConnection() local
351 auto expected = SetConnectionState(ConnectionState::CLOSING); in ConnectUnixWebSocketBySocketpair() local
378 auto expected = SetConnectionState(ConnectionState::OPEN); in OnNewConnection() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcanonicalization_test.cpp39 auto expected = CreateEmptyGraph(); in TEST_F() local
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
Dbitops_bitwise_and_test.cpp75 auto expected = CreateEmptyGraph(); in TEST_F() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dtype_converter_tests.cpp47 double expected = leftPartTime + rightPartTime * 1e-3; in TEST() local
82 double expected = leftPartBytes + rightPartBytes * 1e-3; in TEST() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/
Dreturn_promise_to_js_test.js18 function equal(actual, expected) { argument
/arkcompiler/runtime_core/static_core/runtime/tests/
Dobject_helpers_test.cpp160 ObjectHeader *expected = AllocString(); in TEST_F() local
189 ObjectHeader *expected = AllocString(); in TEST_F() local
220 ObjectHeader *expected = AllocString(); in TEST_F() local
251 ObjectHeader *expected = AllocString(); in TEST_F() local
272 ObjectHeader *expected = AllocString(); in TEST_F() local
Dstatic_analyzer_test.cpp86 ObjectHeader *expected = AllocString(); in TEST_F() local
140 ObjectHeader *expected = ca->VirtualAllocString(*this); in TEST_F() local
/arkcompiler/runtime_core/tests/fuzztest/expected_fuzzer/
Dexpected_fuzzer.cpp25 panda::Expected<int, ErrorCode> expected; in ExpectedFuzzTest() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Datomic.h37 ALWAYS_INLINE inline T AtomicCmpxchgStrong(T *addr, T expected, T newValue, std::memory_order order) in AtomicCmpxchgStrong()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/
Dcheck_proxy_objects.js23 let expected = ['next', 'tag', 'getNext', 'setNext', 'constructor']; variable
/arkcompiler/runtime_core/compiler/tests/
Ddom_tree_test.cpp23 void CheckImmediateDominators(BasicBlock *dominator, const std::set<BasicBlock *> &&expected) in CheckImmediateDominators()
43 void CheckListDominators(BasicBlock *dominator, const std::vector<BasicBlock *> &&expected) in CheckListDominators()
/arkcompiler/toolchain/websocket/
Dwebsocket_base.cpp216 auto expected = ConnectionState::CLOSING; in CloseConnectionSocket() local
240 auto expected = ConnectionState::OPEN; in CloseConnection() local
278 bool WebSocketBase::CompareExchangeConnectionState(ConnectionState& expected, ConnectionState newSt… in CompareExchangeConnectionState()

1234