| /arkcompiler/runtime_core/docs/ |
| D | doxygen.config | 69 # The default value is: NO. 71 CREATE_SUBDIRS = NO 74 # characters to appear in the names of generated files. If set to NO, non-ASCII 77 # The default value is: NO. 79 ALLOW_UNICODE_NAMES = NO 98 # documentation (similar to Javadoc). Set to NO to disable this. 106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 136 # The default value is: NO. 138 ALWAYS_DETAILED_SEC = NO 144 # The default value is: NO. [all …]
|
| D | coding-style.md | 17 7. No `k` prefix in constant names. 18 8. No one-line if-clauses: 29 case 41: // No annotation needed here. 47 12. Use standard notices in comments (e.g. TODO:, NB!, no FIXME: allowed).
|
| /arkcompiler/ets_runtime/test/moduletest/ecmastringtable/ |
| D | expect_output.txt | 14 id: no-schema:/src/xxx-js/instantiated-1af0bf5b.js - load: undefined 15 id: no-schema:/src/xxx-js/instantiation.js - load: undefined 16 id: no-schema:/src/xxx-js/cc.js - load: undefined 17 id: no-schema:/src/instantiated-1af0bf5b.js - load: undefined 22 id: no-schema:/src/xxx-js/instantiated-1af0bf5b.js - load: [object Object] 23 id: no-schema:/src/xxx-js/instantiation.js - load: [object Object] 24 id: no-schema:/src/xxx-js/cc.js - load: [object Object] 25 id: no-schema:/src/instantiated-1af0bf5b.js - load: [object Object]
|
| D | ecmastringtable.js | 36 let head1 = "no-".concat("schema:"); 42 let key3 = "no-schema:/src/xxx-js/instantiation.js"; 43 let key4 = "no-schema:" + "/src/xxx-js/instantiation.js"; 46 let head2 = "no-".concat("schema:"); 48 let key5 = "no-schema:" + "/src/xxx-js/cc.js"; 52 let head3 = "no-schema:"; 54 let key7 = "no-schema:" + "/src/instantiated-1af0bf5b.js";
|
| /arkcompiler/ets_frontend/test262/ |
| D | dynamicImport_tests.txt | 4 nested-block-no-new-call-expression.js 6 nested-async-gen-await-no-new-call-expression.js 7 nested-else-braceless-not-extensible-no-trailing-comma.js 10 nested-if-no-rest-param.js 12 nested-with-expression-no-new-call-expression.js 13 nested-if-braceless-no-rest-param.js 14 nested-async-arrow-function-await-no-new-call-expression.js 15 nested-else-braceless-no-new-call-expression.js 16 nested-async-function-return-await-not-extensible-no-trailing-comma.js 18 nested-async-function-return-await-no-new-call-expression.js [all …]
|
| D | skip_tests.json | 215 "built-ins/GeneratorFunction/invoked-as-constructor-no-arguments.js", 217 "built-ins/GeneratorFunction/invoked-as-function-no-arguments.js", 459 "language/statements/for/cptn-decl-expr-no-iter.js", 461 "language/statements/for/cptn-expr-expr-no-iter.js", 480 "language/statements/for-of/cptn-decl-no-itr.js", 483 "language/statements/for-of/cptn-expr-no-itr.js", 504 "language/statements/if/cptn-no-else-false.js", 505 "language/statements/if/cptn-no-else-true-nrml.js", 531 "language/statements/switch/cptn-no-dflt-match-abrupt-empty.js", 532 "language/statements/switch/cptn-no-dflt-match-fall-thru-abrupt-empty.js", [all …]
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | gc-thread-activity.puactivity | 22 else (no) 32 else (no) 34 endwhile (no) 35 else (no)
|
| D | gc-mark.puactivity | 26 else (No) 30 else (No) 33 else (No)
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | BUILD.gn | 23 "--no-progress", 39 "--no-progress", 74 "--no-progress", 92 "--no-progress", 107 "--no-progress",
|
| /arkcompiler/ets_frontend/testTs/ |
| D | test-case.patch | 722 \ No newline at end of file 740 \ No newline at end of file 783 \ No newline at end of file 793 \ No newline at end of file 827 \ No newline at end of file 847 \ No newline at end of file 856 \ No newline at end of file 865 \ No newline at end of file 874 \ No newline at end of file 939 \ No newline at end of file [all …]
|
| /arkcompiler/runtime_core/verification/models/contexts_merge/ |
| D | java_typing.als | 19 one sig Top extends Type {} { no Top.~@subtypes } 20 one sig Bot extends Type {} { no Bot.@subtypes } 30 no t: ProperType | t in t.^subtypes 33 all i: Interface | no i.~subtypes & Class
|
| /arkcompiler/ets_runtime/test/aottest/class_method_signature/ |
| D | class_method_signature.ts | 18 // one signature but no body 25 return "test one signature but no body"; 53 // multi-signature but no body. 64 return "test multi-signatures but no body";
|
| D | expect_output.txt | 14 test one signature but no body 18 test multi-signatures but no body
|
| /arkcompiler/runtime_core/runtime/tooling/ |
| D | debug_inf.cpp | 103 …// Atomic with relaxed order reason: data race with update_lock_ with no synchronization or orderi… in Lock() 112 …// Atomic with relaxed order reason: data race with update_lock_ with no synchronization or orderi… in UnLock() 121 …// Atomic with relaxed order reason: data race with metaInfo with no synchronization or ordering c… in AddCodeMetaInfoImpl() 129 …// Atomic with relaxed order reason: data race with codeItem with no synchronization or ordering c… in AddCodeMetaInfoImpl() 140 …// Atomic with relaxed order reason: data race with metaInfo with no synchronization or ordering c… in AddCodeMetaInfoImpl() 160 …// Atomic with relaxed order reason: data race with codeItem with no synchronization or ordering c… in DelCodeMetaInfoImpl() 164 …// Atomic with relaxed order reason: data race with codeItem with no synchronization or ordering c… in DelCodeMetaInfoImpl() 168 …// Atomic with relaxed order reason: data race with metaInfo with no synchronization or ordering c… in DelCodeMetaInfoImpl()
|
| /arkcompiler/ets_runtime/test/quickfix/multi_patch/ |
| D | expect_output.txt | 19 QuickFix have no exception 27 QuickFix have no exception 35 QuickFix have no exception
|
| /arkcompiler/runtime_core/runtime/bridge/arch/aarch64/ |
| D | handle_call_imm4_v4_v4_v4_aarch64.S | 36 beq .Linvoke // No more args from user's code? 46 beq .Linvoke // No more args from user's code? 54 beq .Linvoke // No more args from user's code? 64 beq .Linvoke // No more args from user's code?
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | native_area_allocator.cpp | 34 // NOLINTNEXTLINE(cppcoreguidelines-no-malloc) in AllocateArea() 71 // NOLINTNEXTLINE(cppcoreguidelines-no-malloc) in FreeArea() 87 // NOLINTNEXTLINE(cppcoreguidelines-no-malloc) in Free() 97 // NOLINTNEXTLINE(cppcoreguidelines-no-malloc) in AllocateBuffer() 128 // NOLINTNEXTLINE(cppcoreguidelines-no-malloc) in FreeBuffer()
|
| /arkcompiler/runtime_core/runtime/bridge/arch/amd64/ |
| D | handle_call_imm4_v4_v4_v4_amd64.S | 38 cmpl $1, %esi // No more args from user's code? 50 cmpl $2, %esi // No more args from user's code? 57 cmpl $3, %esi // No more args from user's code? 69 cmpl $4, %esi // No more args from user's code?
|
| /arkcompiler/runtime_core/scripts/ |
| D | install-deps-ubuntu | 96 …grep --color=never -o '^[^#]*' "$fname" | xargs apt install -y --no-install-recommends -o Dpkg::Op… 108 INSTALL_DEV=no 109 INSTALL_CROSS_x86=no 110 INSTALL_CROSS_WINDOWS=no 111 INSTALL_ARM_DEV=no 112 INSTALL_CROSS_ARM_ALL=no
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | panda_cache_test.cpp | 57 // TODO(yxr) : make sure no conflicts in TEST() 66 // TODO(yxr) : make sure no conflicts in TEST() 164 // TODO(yxr) : make sure no conflicts in GetElement() 165 // CacheOps.RunReader expect no conflicts in GetElement() 176 // TODO(yxr) : make sure no conflicts in SetElement() 177 // CacheOps.RunReader expect no conflicts in SetElement() 254 // TODO(yxr) : make sure no conflicts in CleanFieldMocks()
|
| /arkcompiler/runtime_core/runtime/tests/tooling/ |
| D | CMakeLists.txt | 18 # Test library can't be built with --no-undefined option 19 set(UNSUPPORTED_LINKER_FLAGS "-Wl,--no-undefined")
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | fmovi.64.yaml | 33 check-type: no-check 93 check-type: no-check 223 check-type: no-check 254 check-type: no-check
|
| D | fmovi.yaml | 33 check-type: no-check 100 check-type: no-check 218 check-type: no-check 250 check-type: no-check
|
| D | nop.yaml | 18 title: No operation 33 check-type: no-check
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_trigger.cpp | 61 …// Atomic with relaxed order reason: data race with target_footprint_ with no synchronization or o… in GCTriggerHeap() 73 …// Atomic with relaxed order reason: data race with target_footprint_ with no synchronization or o… in SetMinTargetFootprint() 93 …// Atomic with relaxed order reason: data race with target_footprint_ with no synchronization or o… in ComputeNewTargetFootprint() 122 …// Atomic with relaxed order reason: data race with target_footprint_ with no synchronization or o… in IsGcTriggered() 141 …// Atomic with relaxed order reason: data race with target_footprint_ with no synchronization or o… in GCAdaptiveTriggerHeap() 185 } else if (gc_trigger_type == "no-gc-for-start-up") { in GetTriggerType()
|