Home
last modified time | relevance | path

Searched full:private (Results 1 – 25 of 2793) sorted by relevance

12345678910>>...112

/arkcompiler/ets_frontend/ets2panda/linter/test/
Dprivate_identifiers.ts.json64 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
71 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
78 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
92 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
99 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
106 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
113 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
120 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
127 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
134 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
[all …]
Dprivate_identifiers.ts.autofix.json74 "replacementText": "private p: number;"
83 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
91 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
102 "replacementText": "private q?: string;"
111 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
130 "replacementText": "private e!: string;"
139 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
150 "replacementText": "private static s = 0;"
159 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
170 "replacementText": "private readonly r = 20;"
[all …]
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
Dbinary_operations.sts19 private sum1 : int = 3 + 2;
20 private sum2 : int = 3 + 2 - 4 + 1;
21 private sub1 : int = 8 - 3;
22 private sub2 : int = 8 - 3 + 8;
23 private rem1 : int = 5 % 3;
24 private rem2 : int = 5 % 3 - 2 * 8;
25 private mult1 : float = 6.2 * 3.14;
26 private mult2 : double = 6.2 * (3.7 + 8.18) / 2.2;
27 private div1 : float = 4.2 / 2.3;
28 private div2 : double = 4.2 / (2.2 - 0.1) + (3.3 / 6.1);
[all …]
Dunary_operations.sts19 private a: int = 3;
20 private pref1: int = +this.a;
21 private pref2: int = -this.a;
22 private pref3: int = ++this.a;
23 private pref4: int = --this.a;
24 private pref5: int = ~this.a;
25 private b: boolean = false;
26 private pref6: boolean = !this.b;
27 private post1: int = this.a++;
28 private post2: int = this.a--;
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/
Drule3.ts.json22 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
29 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
36 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
43 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
50 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
57 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
64 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
71 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
78 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
Drule3.ts.autofix.json26 "replacementText": "private foo: number = 42;"
30 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
41 "replacementText": "private a: number = 1;"
60 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
71 "replacementText": "private b: number = 2;"
90 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
101 "replacementText": "private a: number = 1;"
120 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
131 "replacementText": "private b: number = 2;"
150 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)"
[all …]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/test-lists/test262/
Dtest262-ignored-AOT-FULL.txt31 language/expressions/compound-assignment/left-hand-side-private-reference-accessor-property-add.js
32 language/expressions/compound-assignment/left-hand-side-private-reference-accessor-property-bitand.…
33 language/expressions/compound-assignment/left-hand-side-private-reference-accessor-property-bitor.js
34 language/expressions/compound-assignment/left-hand-side-private-reference-accessor-property-bitxor.…
35 language/expressions/compound-assignment/left-hand-side-private-reference-accessor-property-div.js
36 language/expressions/compound-assignment/left-hand-side-private-reference-accessor-property-exp.js
37 language/expressions/compound-assignment/left-hand-side-private-reference-accessor-property-lshift.…
38 language/expressions/compound-assignment/left-hand-side-private-reference-accessor-property-mod.js
39 language/expressions/compound-assignment/left-hand-side-private-reference-accessor-property-mult.js
40 language/expressions/compound-assignment/left-hand-side-private-reference-accessor-property-rshift.…
[all …]
Dtest262-ignored-JIT-REPEATS.txt1498 language/arguments-object/cls-decl-async-private-gen-meth-static-args-trailing-comma-multiple.js
1499 language/arguments-object/cls-decl-async-private-gen-meth-static-args-trailing-comma-null.js
1500 language/arguments-object/cls-decl-async-private-gen-meth-static-args-trailing-comma-single-args.js
1501 language/arguments-object/cls-decl-async-private-gen-meth-static-args-trailing-comma-spread-operato…
1502 language/arguments-object/cls-decl-async-private-gen-meth-static-args-trailing-comma-undefined.js
1503 language/arguments-object/cls-decl-private-gen-meth-static-args-trailing-comma-multiple.js
1504 language/arguments-object/cls-decl-private-gen-meth-static-args-trailing-comma-null.js
1505 language/arguments-object/cls-decl-private-gen-meth-static-args-trailing-comma-single-args.js
1506 language/arguments-object/cls-decl-private-gen-meth-static-args-trailing-comma-spread-operator.js
1507 language/arguments-object/cls-decl-private-gen-meth-static-args-trailing-comma-undefined.js
[all …]
/arkcompiler/ets_frontend/test262/
Dignored-test262-other-release-x64-aot-pgo.txt4 test262/data/other_tests/language/expressions/compound-assignment/left-hand-side-private-reference-…
5 test262/data/other_tests/language/statements/class/elements/private-accessor-is-visible-in-computed…
6 test262/data/other_tests/language/statements/class/elements/private-method-is-visible-in-computed-p…
7 test262/data/other_tests/language/expressions/compound-assignment/left-hand-side-private-reference-…
8 test262/data/other_tests/language/expressions/compound-assignment/left-hand-side-private-reference-…
9 test262/data/other_tests/language/expressions/compound-assignment/left-hand-side-private-reference-…
10 test262/data/other_tests/language/expressions/compound-assignment/left-hand-side-private-reference-…
24 test262/data/other_tests/language/expressions/compound-assignment/left-hand-side-private-reference-…
25 test262/data/other_tests/language/expressions/compound-assignment/left-hand-side-private-reference-…
26 test262/data/other_tests/language/expressions/compound-assignment/left-hand-side-private-reference-…
[all …]
Des2022_tests.txt713 language/expressions/object/method-definition/private-name-early-error-async-fn-inside-class.js
714 language/expressions/object/method-definition/private-name-early-error-get-method-inside-class.js
715 language/expressions/object/method-definition/private-name-early-error-method-inside-class.js
716 language/expressions/object/method-definition/private-name-early-error-gen-inside-class.js
717 language/expressions/object/method-definition/private-name-early-error-async-gen-inside-class.js
718 language/expressions/object/method-definition/private-name-early-error-set-method-inside-class.js
727 language/expressions/class/elements/same-line-async-method-rs-private-method.js
728 language/expressions/class/elements/after-same-line-method-rs-private-setter.js
731 language/expressions/class/elements/new-no-sc-line-method-private-method-usage.js
741 language/expressions/class/elements/after-same-line-gen-rs-private-method.js
[all …]
Dother_tests.txt671 language/arguments-object/cls-decl-async-private-gen-meth-args-trailing-comma-multiple.js
673 language/arguments-object/cls-decl-async-private-gen-meth-args-trailing-comma-null.js
674 language/arguments-object/cls-decl-async-private-gen-meth-args-trailing-comma-single-args.js
675 language/arguments-object/cls-decl-async-private-gen-meth-args-trailing-comma-undefined.js
676 language/arguments-object/cls-decl-async-private-gen-meth-args-trailing-comma-spread-operator.js
677 language/arguments-object/cls-decl-async-private-gen-meth-static-args-trailing-comma-null.js
678 language/arguments-object/cls-decl-async-private-gen-meth-static-args-trailing-comma-multiple.js
679 language/arguments-object/cls-decl-async-private-gen-meth-static-args-trailing-comma-spread-operato…
680 language/arguments-object/cls-decl-async-private-gen-meth-static-args-trailing-comma-single-args.js
682 language/arguments-object/cls-decl-async-private-gen-meth-static-args-trailing-comma-undefined.js
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/stress/
Dtest_gc_old.sts32 private static size: int;
33 private static workUnits: int;
34 private static promoteRate: int;
35 private static ptrMutRate: int;
36 private static steps: int;
38 private static MEG : int = 1000000;
39 private static INSIGNIFICANT : int = 999;
40 private static BYTES_PER_WORD : int = 4;
41 private static BYTES_PER_NODE : int = 20;
42 private static WORDS_DEAD : int = 100;
[all …]
/arkcompiler/runtime_core/static_core/patches/zydis/
D0003-Mark-zycore-as-system.patch21 +target_include_directories("Zydis" SYSTEM PRIVATE
24 - PRIVATE "src")
27 +target_include_directories("Zydis" PRIVATE "src")
28 +target_include_directories("Zydis" SYSTEM PRIVATE
32 target_compile_definitions("Zydis" PRIVATE "_CRT_SECURE_NO_WARNINGS")
33 target_compile_options("Zydis" PRIVATE "-std=c99")
45 +target_include_directories("Zycore" SYSTEM PRIVATE
48 - PRIVATE "src")
50 +target_include_directories("Zycore" PRIVATE "src")
51 target_compile_definitions("Zycore" PRIVATE "_CRT_SECURE_NO_WARNINGS")
[all …]
/arkcompiler/ets_frontend/es2panda/test/
Dtest262skiplist.txt148 built-ins/Function/prototype/toString/private-method-class-expression.js
149 built-ins/Function/prototype/toString/private-method-class-statement.js
150 built-ins/Function/prototype/toString/private-static-method-class-expression.js
151 built-ins/Function/prototype/toString/private-static-method-class-statement.js
929 language/arguments-object/cls-decl-async-private-gen-meth-args-trailing-comma-multiple.js
930 language/arguments-object/cls-decl-async-private-gen-meth-args-trailing-comma-null.js
931 language/arguments-object/cls-decl-async-private-gen-meth-args-trailing-comma-single-args.js
932 language/arguments-object/cls-decl-async-private-gen-meth-args-trailing-comma-spread-operator.js
933 language/arguments-object/cls-decl-async-private-gen-meth-args-trailing-comma-undefined.js
934 language/arguments-object/cls-decl-async-private-gen-meth-static-args-trailing-comma-multiple.js
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe3.md1 # Private '#' identifiers are not supported
3 Rule ``arkts-no-private-identifiers``
7 ArkTS does not use private identifiers starting with the symbol ``#``. Use
8 the keyword ``private`` instead.
17 * Such notation for private fields is not supported in ArkTS:
31 private foo: number = 42
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dsimplify_string_builder.h61 private:
68 Inst *instance {nullptr}; // NOLINT(misc-non-private-member-variables-in-classes)
69 Inst *ctorCall {nullptr}; // NOLINT(misc-non-private-member-variables-in-classes)
70 Inst *toStringCall {nullptr}; // NOLINT(misc-non-private-member-variables-in-classes)
71 size_t appendCount {0}; // NOLINT(misc-non-private-member-variables-in-classes)
73 appendIntrinsics {}; // NOLINT(misc-non-private-member-variables-in-classes)
142 BasicBlock *block {nullptr}; // NOLINT(misc-non-private-member-variables-in-classes)
143 PhiInst *accValue {nullptr}; // NOLINT(misc-non-private-member-variables-in-classes)
144 Inst *initialValue {nullptr}; // NOLINT(misc-non-private-member-variables-in-classes)
147 Inst *instance {nullptr}; // NOLINT(misc-non-private-member-variables-in-classes)
[all …]
/arkcompiler/runtime_core/compiler/
Dintrinsics.yaml21 private: false
41 private: false
61 private: false
81 private: false
101 private: false
121 private: false
141 private: false
161 private: false
181 private: false
201 private: false
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DPromise.sts44 private constructor() {
249 private static toArray<U>(values: Iterable<U>): U[] {
269 private static trim<U>(array: U[], length: int): U[] {
280 private static ensureCapacity<U>(queue: U[], size: int): U[] {
291 private subscribeOnAnotherPromise<U>(internalPromise: PromiseLike<U>): void {
300 private doResolve<U>(value: U|PromiseLike<U>): void {
310 private native resolveImpl<U>(value: U): void;
311 private native rejectImpl(error: NullishType): void;
312 private native submitCallback(callback: Object): void;
314 private static STATE_PENDING = 0;
[all …]
DFinalizationRegistry.sts20 private callbackWithArg: (value: T) => void;
21 private callbackWithoutArg: () => void;
22 private isCallbackWithArg: boolean = true;
24 private obj_token_refs: (Object | null)[];
25 private callback_arguments: (T | null)[];
27 private idxarr: int[];
28 private freeidx: int = -1;
30 private static readonly FIRST_SIZE = 32;
32 private init_arrays(size: int): void {
42 private enlarge_arrays(newsize: int): void {
[all …]
/arkcompiler/ets_frontend/ets2panda/lexer/token/
DsourceLocation.h35 // NOLINTBEGIN(misc-non-private-member-variables-in-classes)
38 // NOLINTEND(misc-non-private-member-variables-in-classes)
49 // NOLINTBEGIN(misc-non-private-member-variables-in-classes)
52 // NOLINTEND(misc-non-private-member-variables-in-classes)
63 // NOLINTBEGIN(misc-non-private-member-variables-in-classes)
66 // NOLINTEND(misc-non-private-member-variables-in-classes)
77 // NOLINTBEGIN(misc-non-private-member-variables-in-classes)
80 // NOLINTEND(misc-non-private-member-variables-in-classes)
93 // NOLINTBEGIN(misc-non-private-member-variables-in-classes)
96 // NOLINTEND(misc-non-private-member-variables-in-classes)
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/
DSymbolCache.ts24 private readonly typeChecker: ts.TypeChecker,
25 private readonly utils: TsUtils,
52 private handleElementAccessExpression(node: ts.Node): ts.Symbol | undefined {
57 private handleEnumDeclaration(node: ts.Node): ts.Symbol | undefined {
62 private handlePrivateIdentifier(node: ts.Node): ts.Symbol | undefined {
67 private handlePropertyAssignment(node: ts.Node): ts.Symbol | undefined {
73 private handlePropertyDeclaration(node: ts.Node): ts.Symbol | undefined {
78 private handlePropertySignature(node: ts.Node): ts.Symbol | undefined {
83 private handleFunctionDeclaration(node: ts.Node): ts.Symbol | undefined {
88 private handleCallExpression(node: ts.Node): ts.Symbol | undefined {
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/containers/
DBlockingQueue.sts150 private array: Array<T>;
151 private curHeadIdx: int = 0; // Index of the first element in a BlockingQueue
152 private curTailIdx: int = 0; // Index of the last element in a BlockingQueue
153 private mutex: long; // Mutex runtime pointer
154 private event: long; // Event runtime pointer
155 private static initSize: int = 8; // Initial size of a BlockingQueue
156private static minSizeToReduce: int = 16; // Minimal size for capacity decrease (see pop())
157private static sizeReductionCheckCoef: int = 3; // Coeff used for BlockingQueue fullness estimation
159 private static native initMutex(): long; // Mutex creation
160 private static native initEvent(): long; // Event creation
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/05.Generics/
Dunion_generic_0040.sts22 private attr: String;
23 private attr2: T;
37 private attr: String;
38 private attr2: T;
52 private attr: String;
53 private attr2: T;
68 private attr: String;
69 private attr2: number;
/arkcompiler/ets_frontend/arkguard/src/generator/
DDisorderNameGenerator.ts24 private mCharIndex: number;
25 private mLoopNumber: number;
26 private mReservedNames: Set<string>;
28 private readonly CHAR_COUNT: number = 26;
29 private readonly CHAR_CODE_A: number = 97;
31 private readonly mCharIndexList: number[];
42 private updateElements(): void {
/arkcompiler/toolchain/tooling/base/
Dpt_returns.h31 private:
44 private:
60 private:
77 private:
95 private:
112 private:
130 private:
147 private:
164 private:
179 private:
[all …]

12345678910>>...112