Home
last modified time | relevance | path

Searched full:single (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/16.Support_for_GUI_Programming/annotations/
Dannotation_@Provide.sts24 @Link single: ClassA;
40 Button("add single object").width(300).height(70)
42 this.data.add(this.single);
96 @State single: ClassA;
97 @Provide data: MySet<ClassA> = new MySet([this.single, new ClassA(3, "33")]);
114 Button("delete single object").width(300).height(70)
116 if (this.data.has(this.single)) {
117 this.data.delete(this.single);
123 LinkChild({ single: this.$single, data: this.$data })
/arkcompiler/runtime_core/static_core/static_linker/tests/
DCMakeLists.txt34 data/single/exceptions.pa
35 data/single/lnp_dedup.pa
36 data/single/lit_array.pa
37 data/single/unresolved_global.pa
38 data/single/hello_world.pa
66 data/single/lit_array.gold
67 data/single/exceptions.gold
68 data/single/unresolved_global.gold
69 data/single/hello_world.gold
70 data/single/lnp_dedup.gold
/arkcompiler/runtime_core/static_core/tools/sampler/
Doptions.yaml31 default: single-csv-multi-tid
33 - single-csv-single-tid
34 - single-csv-multi-tid
36 description: Separates threads into single or multuple csv files.
DREADME.md33 …-csv-tid-separation | single-csv-single-tid | Doesn't distinguish threads, …
34 | | single-csv-multi-tid (by default) | Distinguish threads by thre…
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Atanh/
DbuiltinMathAtanh.ts33 // Check with single param
38 // Check with single param
43 // Check with single param
48 // Check with single param
53 // Check with single param
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Tan/
DbuiltinMathTan.ts33 // Check with single param
38 // Check with single param
43 // Check with single param
48 // Check with single param
53 // Check with single param
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/
DREADME.md6 File must end with a **single** empty line
8 In type annotations don't place a space before colon and place single after, like `let x: number | …
16 Always be consistent with semicolons (`;`) after statements before line breaks in a single file: ei…
20 …mpty or consists of a single short line, newlines can be omitted. Single line statement must be se…
41 Empty braces for single-block constructs must be placed on the same line. Example:
65 …gical group, or with one to emphasize that they belong to different. Use single vertical space bet…
91 …and methods in camel case, like `myMethod`. Write entire abbreviation in single case according to …
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Asinh/
DbuiltinMathAsinh.ts33 // Check with single param
38 // Check with single param
43 // Check with single param
48 // Check with single param
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Sinh/
DbuiltinMathSinh.ts33 // Check with single param
38 // Check with single param
43 // Check with single param
48 // Check with single param
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Cosh/
DbuiltinMathCosh.ts33 // Check with single param
38 // Check with single param
43 // Check with single param
48 // Check with single param
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Tanh/
DbuiltinMathTanh.ts33 // Check with single param
38 // Check with single param
43 // Check with single param
48 // Check with single param
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Acos/
DbuiltinMathAcos.ts33 // Check with single param, in |x| <= 1
38 // Check with single param, in |x| <= 1
43 // Check with single param, in |x| <= 1
48 // Check with single param, in |x| > 1
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Atan/
DbuiltinMathAtan.ts33 // Check with single param
38 // Check with single param
43 // Check with single param
48 // Check with single param, in |x| > 1
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Asin/
DbuiltinMathAsin.ts33 // Check with single param, in |x| <= 1
38 // Check with single param, in |x| <= 1
43 // Check with single param, in |x| <= 1
48 // Check with single param, in |x| > 1
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Acosh/
DbuiltinMathAcosh.ts33 // Check with single param, in x < 1
38 // Check with single param, in x < 1
43 // Check with single param, in x >= 1
48 // Check with single param, in x >= 1
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/
Dfunction_import_and_decl.params.yaml16 # import from a single file + declare in the current scope, overload-equivalent
21 # import from a single file + declare in the current scope, not overload-equivalent
26 # import from a single file + declare in the current scope, not overload-equivalent
/arkcompiler/runtime_core/static_core/compiler/tools/
Dignore_checked_coverage.txt8 # IGNORE benchmark FUNCS function - ignoring a single function of a benchmark or …
9 # IGNORE benchmark FUNCS function ARM32 ARM64 OSR - ignoring OSR-compilation of a single function…
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Cos/
DbuiltinMathCos.ts29 // Check with single param
34 // Check with single not zero param
71 // Check with single param
76 // Check with single not zero param
/arkcompiler/runtime_core/static_core/compiler/docs/
Dinlining.md41 the analysis is a flag in Method class, that indicates that method has a single implementation.
68 never instantiated. Thus we can't apply the rule: abstract method does not break Single Implementat…
72 devirtualized method still has Single Implementation flag.
75 devirtualized method, f.e. inline. Once method lost Single Implementation flag, CHA searches this m…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/05.string_literals/
Descaping.sts21 …\b\f\n\r\t\v\\\A\B\C\d\+\=\-\(\)\#\$\@\!\~\`\<\>\/\?\*\{\}\[\]\|\;\:\%\^\&\ю\Я\ ' // single-quoted
23 …009\u000b\u005c\A\B\C\d\+\=\-\(\)\#\$\@\!\~\`\<\>\/\?\*\{\}\[\]\|\;\:\%\^\&\ю\Я\ ' // single-quoted
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/merge_local_scopes/
Dmerge_local_scopes.sts21 …l_tree", options: "--compiler-regex=ETSGLOBAL::call_tree --compiler-interop-try-single-scope=false"
70 …ons: "--compiler-regex=ETSGLOBAL::call_hoist_scope_start --compiler-interop-try-single-scope=false"
108 …", options: "--compiler-regex=ETSGLOBAL::loop_into_scope --compiler-interop-try-single-scope=false"
141 …ons: "--compiler-regex=ETSGLOBAL::small_loop_with_scopes --compiler-interop-try-single-scope=false"
183 …BAL::large_loop_with_scopes --compiler-loop-unroll=false --compiler-interop-try-single-scope=false"
222 …ptions: "--compiler-regex=ETSGLOBAL::if_chain_into_scope --compiler-interop-try-single-scope=false"
265 …tions: "--compiler-regex=ETSGLOBAL::if_chain_with_scopes --compiler-interop-try-single-scope=false"
/arkcompiler/runtime_core/static_core/docs/
Ddesign-of-interpreter.md35 1. Bytecode description should have a single entry point to simplify maintenance
82 single file to gain maximum benefits from deduplicating constant string pools, information
95 90% of them do not fit into a single mobile executable already now. Having multiple executables
99 Our aim is to address these issues by having a single file for application code. This, however,
100 may introduce a new issue: a single file will require larger identifiers, which obviously consume
161 the size of up to 64 bits, floating point numbers of single and double precision, raw pointers
/arkcompiler/runtime_core/docs/
Ddesign-of-interpreter.md35 1. Bytecode description should have a single entry point to simplify maintenance
82 single file to gain maximum benefits from deduplicating constant string pools, information
95 90% of them do not fit into a single mobile executable already now. Having multiple executables
99 Our aim is to address these issues by having a single file for application code. This, however,
100 may introduce a new issue: a single file will require larger identifiers, which obviously consume
161 the size of up to 64 bits, floating point numbers of single and double precision, raw pointers
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/
D.eslintrc.json10 "quotes": [2, "single"]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/qualified_call/
Dqualified_call.sts30 …lInner", options: "--compiler-regex=ETSGLOBAL::callInner --compiler-interop-try-single-scope=false"
80 //! RUN_PAOC options: "--compiler-regex=ETSGLOBAL::callInner --compiler-interop-try-single-scop…
134 …er", options: "--compiler-regex=ETSGLOBAL::callDeepInner --compiler-interop-try-single-scope=false"
153 //! RUN_PAOC options: "--compiler-regex=ETSGLOBAL::callDeepInner --compiler-interop-try-single-…

12345678910>>...19