| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | null-coalesc-negative.ets | 24 increment(): void { 35 b.increment(); 37 /* @@ label */a./* @@ label1 */increment(); 40 /* @@@ label1 Error TypeError: Property 'increment' does not exist on type 'C' */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/arkui/ |
| D | dollar_dollar_01.ets | 22 function increment(n: int): void { 28 increment($$n) 32 increment(nn)
|
| D | dollar_dollar_08.ets | 22 function increment(n: int): void { 28 increment($$nArr[0]) 31 increment(nArr[1])
|
| D | dollar_dollar_07.ets | 23 function increment(n: int): void { 29 increment($$$$n)
|
| D | dollar_dollar_06.ets | 22 function increment(n: int): void { 28 increment($$n)
|
| D | dollar_dollar_12.ets | 24 function increment(n: int): void { 29 increment($$globalNum)
|
| D | dollar_dollar_10.ets | 22 function increment(n: int): void { 30 increment($$n)
|
| D | dollar_dollar_09.ets | 29 function increment(n: int): void { 35 increment($$a.n)
|
| D | dollar_dollar_13.ets | 28 function increment(): void { 35 increment()
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/semantics/ |
| D | analysis.py | 365 increment: Callable[[Any, EnumItemDecl], Any] 371 increment = lambda prev, item: prev + 1 function 375 increment = lambda prev, item: prev + 1 function 379 increment = lambda prev, item: prev + 1 function 383 increment = lambda prev, item: prev + 1 function 387 increment = lambda prev, item: prev + 1 function 391 increment = lambda prev, item: prev + 1 function 395 increment = lambda prev, item: prev + 1 function 399 increment = lambda prev, item: prev + 1 function 403 increment = lambda prev, item: False function [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/01.postfix_increment/ |
| D | postfix_increment_neg.ets | 17 desc: Postfix increment operator 23 …assertEQ(c++, "110", "If postix increment expression completes abruptly then no incrementation occ…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/03.prefix_increment/ |
| D | prefix_increment_neg.ets | 17 desc: Prefix increment operator. TypeError Bad operand type, the type of the operand must be numeri… 23 …assertEQ(++c, "110", "If prefix increment expression completes abruptly then no incrementation occ…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/ |
| D | eaworker_coroutines.ets | 16 const INCREMENT = 5; 59 let job: Job<void> = launch<void, (num: int)=>void>(add, INCREMENT); 98 addAsync(INCREMENT); 133 assertEQ(counter, INCREMENT); 150 assertEQ(counter, INCREMENT);
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/import/import_primitive_types/ |
| D | import_primitive_types.ets | 18 increment, 37 increment();
|
| /arkcompiler/runtime_core/libpandabase/mem/ringbuf/ |
| D | lock_free_ring_buffer.h | 51 const auto next_tail = Increment(current_tail); in TryPush() 94 size_t new_value = Increment(currentHead); in TryPop() 114 size_t Increment(size_t n) in Increment() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/ |
| D | eval_se.ets | 18 Expressions may contain assignments, increment operators, decrement operators, 48 // increment side effect
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | updateExpression.cpp | 69 …argument_, "The operand of an increment or decrement operator must be a variable or a property acc… in Check() 70 "The operand of an increment or decrement operator may not be an optional property access"); in Check()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | sts_vm_interface_impl.cpp | 33 xgcBarrier_.Increment(); in OnVMAttach() 99 void STSVMInterfaceImpl::VMBarrier::Increment() in Increment() function in ark::ets::interop::js::STSVMInterfaceImpl::VMBarrier 134 // No we can try to pass the barrier. First we increment count of waiters. in Wait()
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ringbuf/ |
| D | lock_free_ring_buffer.h | 53 const auto nextTail = Increment(currentTail); in TryPush() 102 size_t newValue = Increment(currentHead); in TryPop() 141 size_t Increment(size_t n) in Increment() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/02.lambda_body/ |
| D | body.params.yaml | 41 increment() { 47 a.increment()
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| D | test-type-alias-call3.ets | 19 public increment() {
|
| D | test-type-alias-call2.ets | 21 public increment() {
|
| D | test-type-alias-call4.ets | 19 public static increment() {
|
| D | test-type-alias-call8.ets | 20 public increment(){
|
| D | test-type-alias-call1.ets | 19 public increment() {
|