| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/ |
| D | test_gc_ark_pause.py | 37 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/ |
| D | sp_sc_lock_free_queue.h | 53 // 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 …]
|
| D | sp_mc_lock_free_queue.h | 70 // 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/ |
| D | nodeHasType.cpp | 33 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 …]
|
| D | checkScopeDeclaration.cpp | 26 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()
|
| D | checkInfiniteLoop.cpp | 38 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()
|
| D | arithmeticOperationValid.cpp | 33 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()
|
| D | variableNameIdentifierNameSame.cpp | 27 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 ()()
|
| D | modifierAccessValid.cpp | 32 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()
|
| D | forLoopCorrectlyInitialized.cpp | 36 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()
|
| D | referenceTypeAnnotationIsNull.cpp | 27 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 ()()
|
| D | identifierHasVariable.cpp | 25 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 ()()
|
| D | checkAbstractMethod.cpp | 26 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()() 31 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()() 41 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
|
| D | variableHasEnclosingScope.cpp | 26 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 ()()
|
| D | variableHasScope.cpp | 29 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()
|
| D | nodeHasParent.cpp | 32 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()() 35 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
|
| D | checkConstProperties.cpp | 30 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()() 38 return {CheckDecision::CORRECT, CheckAction::CONTINUE}; in operator ()()
|
| D | sequenceExpressionHasLastType.cpp | 24 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/ |
| D | DisasmCode.test.tsx | 56 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/ |
| D | README.md | 23 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/ |
| D | implicit_package_import_1.sts | 30 …// 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/ |
| D | ss_ir_builder.pa | 14 # 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/ |
| D | ets_to_string_cache_test.cpp | 310 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/ |
| D | code.test.ts | 36 …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/ |
| D | task_utils_test.cpp | 109 // 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()
|