Home
last modified time | relevance | path

Searched full:longer (Results 1 – 25 of 51) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/
Didentifiers.sts25 {% if s != '$' or c != '$' %} // Exclude $$, identifier starting with $$ is no longer valid
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_equals_test.cpp70 // Test case 7: UTF-8 longer than UTF-16 in HWTEST_F_L0()
85 // Test case 10: Longer UTF-8 sequence matching shorter UTF-16 in HWTEST_F_L0()
Dbarrier_test.cpp112 // string longer than 1 will be in sweepable shared heap in HWTEST_F_L0()
303 // string longer than 1 will be in sweepable shared heap in HWTEST_F_L0()
338 // string longer than 1 will be in sweepable shared heap in HWTEST_F_L0()
379 // string longer than 1 will be in sweepable shared heap in HWTEST_F_L0()
425 // string longer than 1 will be in sweepable shared heap in HWTEST_F_L0()
471 // string longer than 1 will be in sweepable shared heap in HWTEST_F_L0()
/arkcompiler/toolchain/inspector/
Dinspector.h50 // The returned pointer must be released using free() after it is no longer needed.
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/
DREADME.md65 Don't use vertical spaces longer than two lines in declarations and longer than one line in code. D…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/
Danno2.txt38 deprecated, and must not be used any longer:
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
Dvalidate-recipes99 foreach my $longer (keys %shorter_names) {
100 if ($short_name =~ /$longer/) {
101 die "Instead of $longer, use $shorter_names{$longer}";
392 die 'Content line is longer than 80 characters'
/arkcompiler/runtime_core/static_core/docs/
Drationale-for-bytecode.md110 With this approach, we are no longer required to encode destination register, it is "hardcoded" to
121 longer than accumulator value (otherwise calls will be accompanied with moves from and to
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md110 With this approach, we are no longer required to encode destination register, it is "hardcoded" to
121 longer than accumulator value (otherwise calls will be accompanied with moves from and to
/arkcompiler/runtime_core/assembler/
DBUILD.gn151 # ark_asm_static is a legcay component for ts2abc and is no longer valid
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.h57 // This function bypass all blocks and delete 'SaveStateOSR' if the block is no longer the header o…
/arkcompiler/runtime_core/static_core/compiler/docs/
Dinlining.md81 …rds check. When method execution reaches this guard, it reads flag and see that method is no longer
Dplt.md11 `BoundaryFrame` for stack walker, it's code is much longer than few runtime-call-related instructio…
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DFunctions.sts212 * @deprecated This feature is no longer recommended. Though some
318 * @deprecated This feature is no longer recommended. Though some
/arkcompiler/toolchain/test/autotest/scenario_test/
Dtest_hot_reload_02.py153 assert pid == self.config['pid'], logging.error(f'App is no longer running with pid: {pid}')
Dtest_hot_reload_01.py142 assert pid == self.config['pid'], logging.error(f'App is no longer running with pid: {pid}')
Dtest_hot_reload_03.py159 assert pid == self.config['pid'], logging.error(f'App is no longer running with pid: {pid}')
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h404 // second string is longer. So recurse over first. in WriteToFlat()
415 // first string is longer. So recurse over second. in WriteToFlat()
Dproperty_attributes.h57 MUTABLE, // Cell will no longer be tracked as constant.
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dmutex.cpp37 // Spin for small arguments and yield for longer ones.
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml84 … monitor count turns out to be zero after than, then thread exits monitor and monitor is not longer
/arkcompiler/runtime_core/static_core/runtime/
Dmonitor.cpp96 // no longer taken), we restart lightlock acquisition policy again. in InflateThinLock()
100 // succeeed on longer blocks which should have safepoints and suspend successfully with in InflateThinLock()
609 // Deadlock is no longer possible with the given thread. in Acquire()
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dfmutex.cpp104 // Spin for small arguments and yield for longer ones.
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_scheduler.h182 /// @brief This method indicates that workers can no longer wait for new tasks and be completed.
/arkcompiler/runtime_core/compiler/docs/
Dplt.md11 `BoundaryFrame` for stack walker, it's code is much longer than few runtime-call-related instructio…

123