Home
last modified time | relevance | path

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

123

/arkcompiler/ets_frontend/ets2panda/linter/test/sdkwhite/
Dsdk_optional_methods.ets.arkts2.json24 "rule": "API no longer supports optional methods (sdk-optional-methods)",
34 "rule": "API no longer supports optional methods (sdk-optional-methods)",
64 "rule": "API no longer supports optional methods (sdk-optional-methods)",
74 "rule": "API no longer supports optional methods (sdk-optional-methods)",
94 "rule": "API no longer supports optional methods (sdk-optional-methods)",
Dlimit_void_type_sdk.ets.arkts2.json34 "rule": "API no longer supports optional methods (sdk-optional-methods)",
Dlimit_void_type_sdk2.ets.arkts2.json74 "rule": "API no longer supports optional methods (sdk-optional-methods)",
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/
Didentifiers.ets25 {% 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()
/arkcompiler/toolchain/inspector/
Dinspector.h54 // The returned pointer must be released using free() after it is no longer needed.
/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/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/
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.gn175 # ark_asm_static is a legcay component for ts2abc and is no longer valid
/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
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.h64 // This function bypass all blocks and delete 'SaveStateOSR' if the block is no longer the header o…
/arkcompiler/toolchain/test/autotest/testcases/toolchain/hotreload/
DTestHotReloadHarHsp01.py116 assert pid == self.pid, f'App is no longer running with pid: {pid}'
DTestHotReloadClass01.py137 assert pid == self.pid, f'App is no longer running with pid: {pid}'
DTestHotReloadPages02.py147 assert pid == self.pid, self.driver.log_error(f'App is no longer running with pid: {pid}')
DTestHotReloadPages01.py148 assert pid == self.pid, self.driver.log_error(f'App is no longer running with pid: {pid}')
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/ArrayList/
DArrayListCapacityTest.ets103 …assertFalse(array[0] instanceof Dog, "The first element in the array should no longer be an instan…
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DFunctions.ets215 * @deprecated This feature is no longer recommended. Though some
321 * @deprecated This feature is no longer recommended. Though some
/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/platforms/unix/libpandabase/futex/
Dmutex.cpp37 // Spin for small arguments and yield for longer ones.
/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string-inl2.h281 // second string is longer. So recurse over first. in WriteToFlat()
293 // first string is longer. So recurse over second. in WriteToFlat()
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dfmutex.cpp104 // Spin for small arguments and yield for longer ones.
/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()
613 // Deadlock is no longer possible with the given thread. in Acquire()

123