Searched full:multiple (Results 1 – 25 of 91) sorted by relevance
1234
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_scope.h | 39 …TIMING> : public trace::ScopedTrace, public ScopedTiming { // NOLINT(fuchsia-multiple-inheritance) 48 // NOLINTNEXTLINE(fuchsia-multiple-inheritance) 58 …IMING_PHASE> : public ScopedTiming, public GCScopedPhase { // NOLINT(fuchsia-multiple-inheritance) 67 …PHASE> : public trace::ScopedTrace, public GCScopedPhase { // NOLINT(fuchsia-multiple-inheritance)
|
| /arkcompiler/runtime_core/assembler/ |
| D | metadata.yaml | 44 multiple: false 60 multiple: false
|
| D | asm_metadata.rb | 39 def multiple? 40 !bool? && multiple 102 unless a.multiple?
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | mem.h | 294 * @param file_offset - an offset in the file. If the offset is not multiple of page size 312 * @param size - size in bytes, should be multiple of PAGE_SIZE 323 * @param size - size in bytes, should be multiple of PAGE_SIZE 324 * @param aligment_in_bytes - alignment in bytes, should be multiple of PAGE_SIZE 350 * @param size size in bytes, should be multiple of PAGE_SIZE 382 * @param pages_start - address of pages beginning, should be multiple of PAGE_SIZE 383 * @param pages_end - address of pages ending, should be multiple of PAGE_SIZE
|
| D | stacktrace.h | 38 * to print multiple stack traces.
|
| /arkcompiler/runtime_core/cmake/toolchain/ |
| D | cross-ohos-aarch64.cmake | 30 # Toolchain file can be sourced multiple times with different sets of variables. 46 … # Do not add linker flags multiple times when variables persist across toolchain file invocation.
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | CMakeLists.txt | 55 -fuchsia-multiple-inheritance 92 -fuchsia-multiple-inheritance
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | avoid-calculating-start-of-array.md | 11 Having multiple access to the same array on a control flow path results in 20 Detect multiple array accesses to an array that belong to one basic block or
|
| D | memory_coalescing_doc.md | 38 * Handle multiple output from one instruction in terms of SSA 46 …multiple values produces multiple assignment that is not a part of SSA form. By this reason, we ne…
|
| /arkcompiler/ets_frontend/ts2panda/tests/statements/ |
| D | switch.test.ts | 67 it("multiple cases without break", function () { 104 it("multiple cases with default", function () { 142 it("multiple cases without default", function () { 177 it("multiple cases with default surrounded by cases", function () {
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-switch-5-expected.txt | 1 SyntaxError: Multiple default clauses. [test-switch-5.js:19:3]
|
| D | test-multiple-update-expression-expected.txt | 1 SyntaxError: Unexpected token [test-multiple-update-expression.js:17:5]
|
| D | test-class-definition2-expected.txt | 1 SyntaxError: Multiple constructor implementations are not allowed. [test-class-definition2.js:21:5]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-class-constructor5-expected.txt | 1 SyntaxError: Multiple constructor implementations are not allowed. [test-class-constructor5.ts:19:5]
|
| D | test_decorator3-expected.txt | 1 SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. [test_dec…
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | inst.h | 50 // NOLINTNEXTLINE(fuchsia-multiple-inheritance) 2002 * Mixin for instructions with multiple return values 2274 // NOLINTNEXTLINE(fuchsia-multiple-inheritance) 2311 // NOLINTNEXTLINE(fuchsia-multiple-inheritance) 2341 // NOLINTNEXTLINE(fuchsia-multiple-inheritance) 2447 // NOLINTNEXTLINE(fuchsia-multiple-inheritance) 2514 // NOLINTNEXTLINE(fuchsia-multiple-inheritance) 2569 // NOLINTNEXTLINE(fuchsia-multiple-inheritance) 3032 // NOLINTNEXTLINE(fuchsia-multiple-inheritance) 3142 // NOLINTNEXTLINE(fuchsia-multiple-inheritance) [all …]
|
| /arkcompiler/runtime_core/docs/ |
| D | assembly_format.md | 157 …eritance between records. Value is the name of the interface record. Allowed multiple definition. | 162 | `java.annotation.class` | Used to specify annotation class. Allowed multiple definitions. Value i… 163 …tation elements. `java.annotation.class` must be defined first. Allowed multiple definitions (but … 164 …otation element. `java.annotation.class` must be defined first. Allowed multiple definitions (but … 165 … element. `java.annotation.element.name` must be defined first. Allowed multiple definitions (but … 166 …ion.element.type` must be defined first and have `array` value. Allowed multiple definitions (but … 167 …| Used to specify value of the annotation element. Allowed multiple definitions (also multiple def…
|
| /arkcompiler/runtime_core/plugins/ecmascript/assembler/extension/ |
| D | metadata.yaml | 25 multiple: false
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | thread_test.cpp | 30 * gtest ASSERT_DEATH doesn't work with multiple threads: in ThreadTest() 31 * "In particular, death tests don't like having multiple threads in the parent process" in ThreadTest()
|
| /arkcompiler/ets_frontend/ts2panda/scripts/ |
| D | diagnosticMessages.json | 134 "An object literal cannot have multiple properties with the same name in strict mode.": { 138 "An object literal cannot have multiple get/set accessors with the same name.": { 254 "Decorators cannot be applied to multiple get/set accessors of the same name.": { 430 "Multiple constructor implementations are not allowed.": { 474 "A module cannot have multiple default exports.": {
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | runtime_notification.h | 386 // If we need to support multiple monitor listeners, in MonitorWaitEvent() 399 // If we need to support multiple monitor listeners, in MonitorWaitedEvent() 412 // If we need to support multiple monitor listeners, in MonitorContendedEnterEvent() 425 // If we need to support multiple monitor listeners, in MonitorContendedEnteredEvent() 443 // If we need to support multiple allocation listeners, in ObjectAllocEvent()
|
| /arkcompiler/runtime_core/scripts/dep-lists/ |
| D | ubuntu-20-04-cross-arm-all | 27 gdb-multiarch=9.2-* # GDB with support for multiple architectures
|
| D | ubuntu-18-04-cross-arm-all | 28 gdb-multiarch=8.1.1-* # GDB with support for multiple architectures
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | object_type_propagation.h | 24 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | test262skiplist.txt | 929 language/arguments-object/cls-decl-async-private-gen-meth-args-trailing-comma-multiple.js 934 language/arguments-object/cls-decl-async-private-gen-meth-static-args-trailing-comma-multiple.js 939 language/arguments-object/cls-decl-private-gen-meth-args-trailing-comma-multiple.js 944 language/arguments-object/cls-decl-private-gen-meth-static-args-trailing-comma-multiple.js 949 language/arguments-object/cls-decl-private-meth-args-trailing-comma-multiple.js 954 language/arguments-object/cls-decl-private-meth-static-args-trailing-comma-multiple.js 959 language/arguments-object/cls-expr-async-private-gen-meth-args-trailing-comma-multiple.js 964 language/arguments-object/cls-expr-async-private-gen-meth-static-args-trailing-comma-multiple.js 969 language/arguments-object/cls-expr-private-gen-meth-args-trailing-comma-multiple.js 974 language/arguments-object/cls-expr-private-gen-meth-static-args-trailing-comma-multiple.js [all …]
|
1234