Home
last modified time | relevance | path

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

12345678910>>...14

/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.cpp33 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in operator ()()
36 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in operator ()()
39 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in operator ()()
43 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in operator ()()
51 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in operator ()()
54 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in operator ()()
62 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
71 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in CheckCompound()
77 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in CheckCompound()
83 return {CheckDecision::CORRECT, CheckAction::SKIP_SUBTREE}; in CheckCompound()
[all …]
DcheckScopeDeclaration.cpp26 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
33 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
39 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
50 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in CheckScope()
59 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in CheckScope()
65 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in CheckScope()
75 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in CheckScope()
82 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in CheckScope()
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.cpp27 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
32 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
38 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
41 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
52 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
64 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()
DreferenceTypeAnnotationIsNull.cpp27 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
30 // We are running AST verifier only for ETS files so it is correct to pass ETS extension here in operator ()()
37 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
DidentifierHasVariable.cpp25 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
29 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
34 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
39 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
DcheckAbstractMethod.cpp26 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
31 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
41 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
DvariableHasEnclosingScope.cpp26 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
40 auto result = std::make_tuple(CheckDecision::CORRECT, CheckAction::CONTINUE); in operator ()()
43 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
47 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 ()()
DcheckConstProperties.cpp30 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
38 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/plugins/ets/playground/frontend/src/pages/disasmView/
DDisasmCode.test.tsx56 it('applies correct theme based on context', () => {
61 it('applies correct theme based on context light', () => {
66 it('applies correct run loading', () => {
77 it('applies correct compile loading', () => {
88 it('applies correct disasm code', () => {
/arkcompiler/runtime_core/libabckit/tests/
DREADME.md23 api name should be correct (without typos and *api_name* is api from *api_group*)
46 There are examples of correct annotations:
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/mypackage/
Dimplicit_package_import_1.sts30 …// NOTE (mmartin): Enable this assert, when correct initialization order of global variables is we…
34 // NOTE (mmartin): Merge these when correct initialization order of global variables is well define…
/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.cpp310 bool correct; in TEST_F() local
314 correct = res == "NaN"; in TEST_F()
318 correct = std::abs(resValue - value) <= eps; in TEST_F()
321 if (!correct) { in TEST_F()
346 bool correct; in TEST_F() local
350 correct = res == "NaN"; in TEST_F()
354 correct = std::abs(resValue - value) <= eps; in TEST_F()
357 if (!correct) { in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/services/
Dcode.test.ts36 …it('should call fetchPostEntity with correct arguments and transform response using codeModel.from…
59 …it('should call fetchPostEntity with correct arguments and transform response using codeModel.from…
/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()

12345678910>>...14