Home
last modified time | relevance | path

Searched full:no (Results 1 – 25 of 519) sorted by relevance

12345678910>>...21

/arkcompiler/runtime_core/docs/
Ddoxygen.config69 # 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 …]
Dcoding-style.md17 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/
Dexpect_output.txt14 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]
Decmastringtable.js36 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/
DdynamicImport_tests.txt4 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 …]
Dskip_tests.json215 "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/
Dgc-thread-activity.puactivity22 else (no)
32 else (no)
34 endwhile (no)
35 else (no)
Dgc-mark.puactivity26 else (No)
30 else (No)
33 else (No)
/arkcompiler/ets_frontend/es2panda/test/
DBUILD.gn23 "--no-progress",
39 "--no-progress",
74 "--no-progress",
92 "--no-progress",
107 "--no-progress",
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch722 \ 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/
Djava_typing.als19 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/
Dclass_method_signature.ts18 // 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";
Dexpect_output.txt14 test one signature but no body
18 test multi-signatures but no body
/arkcompiler/runtime_core/runtime/tooling/
Ddebug_inf.cpp103 …// 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/
Dexpect_output.txt19 QuickFix have no exception
27 QuickFix have no exception
35 QuickFix have no exception
/arkcompiler/runtime_core/runtime/bridge/arch/aarch64/
Dhandle_call_imm4_v4_v4_v4_aarch64.S36 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/
Dnative_area_allocator.cpp34 // 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/
Dhandle_call_imm4_v4_v4_v4_amd64.S38 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/
Dinstall-deps-ubuntu96 …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/
Dpanda_cache_test.cpp57 // 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/
DCMakeLists.txt18 # 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/
Dfmovi.64.yaml33 check-type: no-check
93 check-type: no-check
223 check-type: no-check
254 check-type: no-check
Dfmovi.yaml33 check-type: no-check
100 check-type: no-check
218 check-type: no-check
250 check-type: no-check
Dnop.yaml18 title: No operation
33 check-type: no-check
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_trigger.cpp61 …// 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()

12345678910>>...21