Home
last modified time | relevance | path

Searched full:increment (Results 1 – 25 of 172) sorted by relevance

1234567

/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Dnull-coalesc-negative.ets24 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/
Ddollar_dollar_01.ets22 function increment(n: int): void {
28 increment($$n)
32 increment(nn)
Ddollar_dollar_08.ets22 function increment(n: int): void {
28 increment($$nArr[0])
31 increment(nArr[1])
Ddollar_dollar_07.ets23 function increment(n: int): void {
29 increment($$$$n)
Ddollar_dollar_06.ets22 function increment(n: int): void {
28 increment($$n)
Ddollar_dollar_12.ets24 function increment(n: int): void {
29 increment($$globalNum)
Ddollar_dollar_10.ets22 function increment(n: int): void {
30 increment($$n)
Ddollar_dollar_09.ets29 function increment(n: int): void {
35 increment($$a.n)
Ddollar_dollar_13.ets28 function increment(): void {
35 increment()
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Danalysis.py365 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/
Dpostfix_increment_neg.ets17 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/
Dprefix_increment_neg.ets17 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/
Deaworker_coroutines.ets16 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/
Dimport_primitive_types.ets18 increment,
37 increment();
/arkcompiler/runtime_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h51 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/
Deval_se.ets18 Expressions may contain assignments, increment operators, decrement operators,
48 // increment side effect
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DupdateExpression.cpp69 …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/
Dsts_vm_interface_impl.cpp33 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/
Dlock_free_ring_buffer.h53 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/
Dbody.params.yaml41 increment() {
47 a.increment()
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
Dtest-type-alias-call3.ets19 public increment() {
Dtest-type-alias-call2.ets21 public increment() {
Dtest-type-alias-call4.ets19 public static increment() {
Dtest-type-alias-call8.ets20 public increment(){
Dtest-type-alias-call1.ets19 public increment() {

1234567