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/ |
| D | annotation_@Provide.sts | 24 @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/ |
| D | CMakeLists.txt | 34 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/ |
| D | options.yaml | 31 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.
|
| D | README.md | 33 …-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/ |
| D | builtinMathAtanh.ts | 33 // 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/ |
| D | builtinMathTan.ts | 33 // 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/ |
| D | README.md | 6 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/ |
| D | builtinMathAsinh.ts | 33 // 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/ |
| D | builtinMathSinh.ts | 33 // 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/ |
| D | builtinMathCosh.ts | 33 // 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/ |
| D | builtinMathTanh.ts | 33 // 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/ |
| D | builtinMathAcos.ts | 33 // 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/ |
| D | builtinMathAtan.ts | 33 // 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/ |
| D | builtinMathAsin.ts | 33 // 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/ |
| D | builtinMathAcosh.ts | 33 // 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/ |
| D | function_import_and_decl.params.yaml | 16 # 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/ |
| D | ignore_checked_coverage.txt | 8 # 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/ |
| D | builtinMathCos.ts | 29 // 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/ |
| D | inlining.md | 41 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/ |
| D | escaping.sts | 21 …\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/ |
| D | merge_local_scopes.sts | 21 …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/ |
| D | design-of-interpreter.md | 35 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/ |
| D | design-of-interpreter.md | 35 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.json | 10 "quotes": [2, "single"]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/qualified_call/ |
| D | qualified_call.sts | 30 …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