Home
last modified time | relevance | path

Searched full:correct (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/
Dtest_gc_ark_pause.py37 self.assertEqual(line, pev.raw_message, 'GC message is correct')
38 self.assertEqual('G1', pev.gc_name, 'GC name is correct')
40 'timestamp is correct')
41 self.assertEqual(4234, pev.freed_object_count, 'freed objects count is correct')
42 self.assertEqual(4 * 1024 * 1024, pev.freed_object_mem, 'freed objects memory is correct')
43 self.assertEqual(0, pev.freed_large_object_count, 'freed large objects count is correct')
44 self.assertEqual(0, pev.freed_large_object_mem, 'freed large objects memory is correct')
45 self.assertEqual(46 * 1024 * 1024, pev.mem_after, 'memory after gc is correct')
46 self.assertEqual(256 * 1024 * 1024, pev.mem_total, 'memory total is correct')
47 self.assertEqual(335100.0, pev.pause_time, 'pause time is correct')
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dsp_sc_lock_free_queue.h53 // Atomic with release order reason: other threads should see correct value in SPSCLockFreeQueue()
55 // Atomic with release order reason: other threads should see correct value in SPSCLockFreeQueue()
63 // Atomic with acquire order reason: gets correct value in Push()
65 // Atomic with acquire order reason: gets correct value in Push()
69 // Atomic with release order reason: other threads should see correct value in Push()
72 // Atomic with release order reason: other threads should see correct value in Push()
78 // Atomic with release order reason: other threads should see correct value in Push()
84 // Atomic with acquire order reason: gets correct value in Pop()
86 // Atomic With acquire order reason: gets correct value in Pop()
88 // Atomic with acquire order reason: gets correct value in Pop()
[all …]
Dsp_mc_lock_free_queue.h70 // Atomic with acq_rel order reason: other threads should see correct value in PopUserScope()
75 // Atomic with acq_rel order reason: other threads should see correct value in ~PopUserScope()
154 // Atomic with acquire order reason: getting correct value of popUserCount in GetPopUserCount()
161 * @return correct value of atomicPtr
189 // Atomic with acq_rel order reason: other threads should be correct value in TryMovePopIndex()
204 // Atomic with acq_rel order reason: other threads should be correct value in CompareAndSetNextHead()
233 // Atomic with release order reason: other threads should see correct value in SPMCLockFreeQueue()
235 // Atomic with release order reason: other threads should see correct value in SPMCLockFreeQueue()
254 // Atomic with acq_rel order reason: other threads should be correct value in RegisterConsumer()
297 // Atomic with release order reason: other threads should see correct value in Push()
[all …]
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DnodeHasType.cpp32 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in operator ()()
35 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in operator ()()
38 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in operator ()()
42 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in operator ()()
50 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in operator ()()
53 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in operator ()()
61 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
70 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in CheckCompound()
76 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in CheckCompound()
82 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in CheckCompound()
[all …]
DcheckInfiniteLoop.cpp38 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
74 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in HandleWhileStatement()
83 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in HandleWhileStatement()
92 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in HandleDoWhileStatement()
101 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in HandleDoWhileStatement()
110 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in HandleForUpdateStatement()
118 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in HandleForUpdateStatement()
122 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in HandleForUpdateStatement()
DarithmeticOperationValid.cpp33 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
38 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
40 auto result = std::make_tuple(CheckDecision::CORRECT, CheckAction::CONTINUE); in operator ()()
57 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in CheckCompound()
63 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in CheckCompound()
69 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in CheckCompound()
71 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in CheckCompound()
DvariableNameIdentifierNameSame.cpp25 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
30 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
36 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
39 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
50 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
DmodifierAccessValid.cpp32 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
38 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in HandleMethodExpression()
46 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in HandleMethodExpression()
52 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in HandleCallExpression()
65 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in HandleCallExpression()
DforLoopCorrectlyInitialized.cpp36 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
52 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in HandleForInStatement()
68 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in HandleForOfStatement()
82 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in HandleForUpdateStatement()
90 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in HandleForUpdateStatement()
DvariableHasEnclosingScope.cpp30 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
44 auto result = std::make_tuple(CheckDecision::CORRECT, CheckAction::CONTINUE); in operator ()()
47 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
51 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
DidentifierHasVariable.cpp28 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
32 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
37 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
42 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
DvariableHasScope.cpp29 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
41 auto result = std::make_tuple(CheckDecision::CORRECT, CheckAction::CONTINUE); in operator ()()
49 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
71 if (decision == CheckDecision::CORRECT && variable->IsLocalVariable()) { in GetLocalScopeVariable()
DnodeHasParent.cpp32 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
35 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
DsequenceExpressionHasLastType.cpp24 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
40 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
/arkcompiler/runtime_core/static_core/tests/checked/
Dss_ir_builder.pa14 # Check that object in acc is correct, GraphChecker will pass in this case
16 #! CHECKER Check SaveState in IrBuilder is correct create
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_to_string_cache_test.cpp304 bool correct; in TEST_F() local
308 correct = res == "NaN"; in TEST_F()
312 correct = std::abs(resValue - value) <= eps; in TEST_F()
315 if (!correct) { in TEST_F()
340 bool correct; in TEST_F() local
344 correct = res == "NaN"; in TEST_F()
348 correct = std::abs(resValue - value) <= eps; in TEST_F()
351 if (!correct) { in TEST_F()
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
Dtask_utils_test.cpp109 // First test should show correct work of WaitList with waiting in TEST_F()
115 // Second test should show correct work of WaitList with large time to wait and correct signal in TEST_F()
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_scheduler.cpp209 // Atomic with acquire order reason: getting correct value in HelpWorkersWithTasks()
227 // Atomic with acquire order reason: get correct value in HelpWorkersWithTasks()
288 // Atomic with acq_rel order reason: other thread should see correct value in WaitForFinishAllTasksWithProperties()
293 // Atomic with acq_rel order reason: other thread should see correct value in WaitForFinishAllTasksWithProperties()
304 // see correct value in Finalize()
313 // see correct value in Finalize()
343 // Atomic with acquire order reason: get correct value in IncrementCounterOfExecutedTasks()
355 // Atomic with acquire order reason: get correct value in SignalWorkers()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/
Dtsconfig.sample.json6 "forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dmmap_test.cpp67 ASSERT_FALSE(res) << "Unmup for mmaped address must be correct"; in TEST_F()
83 ASSERT_FALSE(res) << "Unmup for mmaped address must be correct"; in TEST_F()
109 ASSERT_FALSE(res) << "Unmup for mmaped address must be correct"; in TEST_F()
/arkcompiler/runtime_core/static_core/verification/models/
DREADME.md28 …upertypes intersection calculation during context merge does not lead to correct checks of compati…
/arkcompiler/runtime_core/tests/verifier-tests/
Dbug_1826.pa19 movi v0, 0 # correct use: mov.null v0
/arkcompiler/runtime_core/static_core/tests/verifier-tests/
Dbug_1826.pa19 movi v0, 0 # correct use: mov.null v0
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/01.integer_literals/
Dint_literals.sts17 desc: Correct integer literals with bases 16, 10, 8 and 2
/arkcompiler/runtime_core/static_core/verification/config/
DREADME.md22 List of methods, calls to which always be considered as correct (signature checks is turned off for…

12345678910>>...13