| /arkcompiler/runtime_core/static_core/runtime/ |
| D | options.yaml | 21 default: 28 default: [] 34 default: 43 default: 52 default: core 59 default: 68 default: true 73 default: true 78 default: false 83 default: 0 [all …]
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | options.yaml | 22 default: false 27 default: $ORIGIN/arktsconfig.json 33 default: ets 45 default: false 50 default: false 55 default: false 60 default: false 65 default: false 70 default: false 75 default: false [all …]
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | config.yaml | 105 build_path: [ build, default ] 106 preview_path: [.preview, default] 109 cache_path: [ cache, default, default@CompileArkTS, esmodule ] 110 preview_cache_path: [ cache, default, default@PreviewArkTS, esmodule ] 111 hap_output_path: [ outputs, default, entry-default-unsigned.hap ] 112 hap_output_path_signed: [ outputs, default, entry-default-signed.hap ] 113 har_output_path: [outputs, default, har.har] 114 hsp_output_path: [ outputs, default, hsp-default-unsigned.hsp] 115 hsp_output_path_signed: [outputs, default, hsp-default-signed.hsp] 134 build_path: [ build, default ] [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | compiler.yaml | 21 default: false 31 default: ".*" 39 default: ".*" 43 default: false 53 default: false 57 default: false 61 default: false 65 default: false 69 default: ./ir_dump 73 default: false [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/ |
| D | CMakeLists.txt | 25 # OPTION_SETS_THREADED "DEFAULT" 26 # OPTION_SETS_STACKFUL "DEFAULT" "POOL" "MIGRATION_AWAIT" 31 # THREADED DEFAULT AUTO INT 32 # THREADED DEFAULT AUTO JIT 96 OPTION_SETS_STACKFUL "DEFAULT" 105 OPTION_SETS_STACKFUL "DEFAULT" 113 OPTION_SETS_STACKFUL "DEFAULT" 129 OPTION_SETS_THREADED "DEFAULT" 130 OPTION_SETS_STACKFUL "DEFAULT" 138 OPTION_SETS_THREADED "DEFAULT" [all …]
|
| /arkcompiler/runtime_core/compiler/ |
| D | compiler.yaml | 21 default: false 27 default: ".*" 33 default: false 43 default: false 47 default: false 51 default: false 55 default: ./ir_dump 59 default: false 63 default: false 72 default: false [all …]
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/ |
| D | cli_options.py | 71 default=None, 75 default=None, 95 default=None, 99 default=None, help='run test against ETS STDLIB TEMPLATES and manual written ETS tests') 102 default=None, 106 default=None, 110 default=None, help='run ets-templates tests') 113 default=None, help='run es checked templates tests') 116 default=None, help='run custom ETS suite test') 119 default=None, help='run comparing static VM vs dynamic one on TS subset suite test') [all …]
|
| /arkcompiler/runtime_core/static_core/verification/verifier/ |
| D | options.yaml | 21 default: 28 default: [] 34 default: [] 40 default: [] 48 default: 61 default: 78 default: error 89 default: std 98 default: "" 103 default: false [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/ |
| D | runtime_options.yaml | 17 default: 26 default: 36 default: core 44 default: 56 default: false 63 default: g1-gc 76 default: heap-trigger 91 default: 10 98 default: 0 105 default: false [all …]
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvmbackend.yaml | 22 default: false 26 default: true 30 default: true 32 Enable inlining optimization. Default value is overridden by explicit 37 default: 0 45 default: true 49 default: false 53 default: false 57 default: false 61 default: false [all …]
|
| /arkcompiler/runtime_core/common_interfaces/base/ |
| D | runtime_param.h | 29 …* The reference value of region size, measured in KB, default to 64 KB, must be in range [4KB, 64K… 30 * It will be set to default value if assigned with 0. 35 * The maximum size of arkcommon heap, measured in KB, default to 256 * 1024 KB, must >= 4MB. 36 * It will be set to default value if assigned with 0. 43 * Default to 0.8, must be in range (0, 1]. 44 * It will be set to default value if assigned with 0. 53 * Default to 0.80, must be in range (0, 1]. 54 * It will be set to default value if assigned with 0. 61 * Default to 0.15, must > 0. 62 * It will be set to default value if assigned with 0. [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
| D | paoc.yaml | 22 default: [] 28 default: "" 33 default: "" 38 default: "" 43 default: "" 48 default: aot 58 default: none 63 default: none 68 default: out.an 73 default: boot.an [all …]
|
| /arkcompiler/toolchain/tooling/dynamic/base/ |
| D | pt_returns.h | 24 PtBaseReturns() = default; 25 ~PtBaseReturns() override = default; 40 ~DebuggerEnableReturns() override = default; 45 DebuggerEnableReturns() = default; 56 ~EnableReturns() override = default; 61 EnableReturns() = default; 73 ~SetBreakpointByUrlReturns() override = default; 78 SetBreakpointByUrlReturns() = default; 91 ~GetPossibleAndSetBreakpointByUrlReturns() override = default; 96 GetPossibleAndSetBreakpointByUrlReturns() = default; [all …]
|
| D | pt_params.h | 24 PtBaseParams() = default; 25 ~PtBaseParams() override = default; 38 ContinueToLocationParams() = default; 39 ~ContinueToLocationParams() override = default; 62 EnableParams() = default; 63 ~EnableParams() override = default; 98 EvaluateOnCallFrameParams() = default; 99 ~EvaluateOnCallFrameParams() override = default; 129 GetPossibleBreakpointsParams() = default; 130 ~GetPossibleBreakpointsParams() override = default; [all …]
|
| /arkcompiler/runtime_core/libabckit/include/cpp/headers/ |
| D | utils.h | 54 default: in StatusToString() 121 IErrorHandler() = default; 127 IErrorHandler(const IErrorHandler &other) = default; 134 IErrorHandler &operator=(const IErrorHandler &other) = default; 140 IErrorHandler(IErrorHandler &&other) = default; 147 IErrorHandler &operator=(IErrorHandler &&other) = default; 152 virtual ~IErrorHandler() = default; 167 DefaultErrorHandler() = default; 173 DefaultErrorHandler(const DefaultErrorHandler &other) = default; 180 DefaultErrorHandler &operator=(const DefaultErrorHandler &other) = default; [all …]
|
| /arkcompiler/ets_frontend/test/scripts/performance_test/ |
| D | readme_zh.md | 22 …# Default config settings for all projects, if it's not what you need, config them in application_… 66 … debug_package_path = r'entry\build\default\outputs\default\entry-default-unsigned.hap', 67 … release_package_path = r'entry\build\default\outputs\default\app\entry-default.hap', 94 cmd_debug_suffix = ' --mode module -p product=default assembleHap' 95 cmd_release_suffix = ' --mode project -p product=default assembleApp' 98 debug_package_path = r'entry\build\default\outputs\default\entry-default-unsigned.hap' 99 release_package_path = r'entry\build\default\outputs\default\app\entry-default.hap'
|
| D | readme.md | 14 …s_path, jbr_path. These params must be set according your envronment!!! Other params use default. 22 …# Default config settings for all projects, if it's not what you need, config them in application_… 66 … debug_package_path = r'entry\build\default\outputs\default\entry-default-unsigned.hap', 67 … release_package_path = r'entry\build\default\outputs\default\app\entry-default.hap', 94 cmd_debug_suffix = ' --mode module -p product=default assembleHap' 95 cmd_release_suffix = ' --mode project -p product=default assembleApp' 98 debug_package_path = r'entry\build\default\outputs\default\entry-default-unsigned.hap' 99 release_package_path = r'entry\build\default\outputs\default\app\entry-default.hap' 119 **filename of output logs, default name is [IDE_filename]_[debug_or_release]_[build_type_of_log]_[l…
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | passes.yaml | 27 setup: default 33 setup: default 39 setup: default 46 setup: default 54 setup: default 59 setup: default 69 setup: default 81 setup: default 92 setup: default 125 setup: default [all …]
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | cli.py | 50 parser.add_argument('-wi', '--warmup-iters', default=None, type=int, 52 parser.add_argument('-mi', '--measure-iters', default=None, type=int, 54 parser.add_argument('-it', '--iter-time', default=None, type=int, 56 parser.add_argument('-wt', '--warmup-time', default=None, type=int, 58 parser.add_argument('-fi', '--fast-iters', default=None, type=int, 60 parser.add_argument('-gc', '--sys-gc-pause', default=None, type=int, 63 parser.add_argument("-aot-co", "--aot-compiler-options", default=[], 66 parser.add_argument("-aot-lib-co", "--aot-lib-compiler-options", default=[], 70 default=None, type=str, 73 default=None, type=str, [all …]
|
| /arkcompiler/ets_frontend/ets2panda/lsp/include/ |
| D | class_hierarchy_item.h | 35 virtual ~ClassHierarchyItem() = default; 37 ClassHierarchyItem(const ClassHierarchyItem &other) = default; 38 ClassHierarchyItem(ClassHierarchyItem &&other) = default; 39 ClassHierarchyItem &operator=(const ClassHierarchyItem &other) = default; 40 ClassHierarchyItem &operator=(ClassHierarchyItem &&other) = default; 63 ~ClassPropertyItem() override = default; 65 ClassPropertyItem(const ClassPropertyItem &other) = default; 66 ClassPropertyItem(ClassPropertyItem &&other) = default; 67 ClassPropertyItem &operator=(const ClassPropertyItem &other) = default; 68 ClassPropertyItem &operator=(ClassPropertyItem &&other) = default; [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/test-lists/ets-func-tests/ |
| D | ets-func-tests-excluded.txt | 1 spec/nullables/nullable-lambda-default-param_0.ets 2 spec/nullables/nullable-lambda-default-param_1.ets 3 spec/nullables/nullable-lambda-default-param_3.ets 4 spec/nullables/nullable-lambda-default-param_4.ets 5 spec/nullables/nullable-lambda-default-param_5.ets 6 spec/nullables/nullable-lambda-default-param_6.ets
|
| /arkcompiler/runtime_core/static_core/scripts/llvm/ |
| D | README.md | 19 VERSION=<version string, which is included in build/install directory names>(default: "main") 20 PACKAGE_VERSION=<kit version>(default: $VERSION) # must match REQUIRED_LLVM_VERSION in libllvmbacke… 23 BUILD_X86_DEBUG=<debug version for x86_64 architecure>(default: false) 24 BUILD_X86_RELEASE=<release version for x86_64 architecure>(default: false) 25 BUILD_AARCH64_DEBUG=<debug version for arm64 architecure>(default: false) 26 BUILD_AARCH64_RELEASE=<release version for arm64 architecure>(default: false) 27 BUILD_OHOS_RELEASE=<release version for OHOS platform (OHOS SDK build)>(default: false) 28 BUILD_OHOS_RELEASE_GN=<release version for OHOS GN platform (GN build)>(default: false) 31 INSTALL_DIR=<directory for installation, empty means "do not install"> (default: "") 33 DO_STRIPPING=<when install, strip libraries before installation>(default: true) [all …]
|
| /arkcompiler/runtime_core/tests/benchmarks/ |
| D | CMakeLists.txt | 30 FULL_DOCS "Stack limit for this benchmark in bytes. Set 0 to use default value") 49 BRIEF_DOCS "Run in default mode?" 50 FULL_DOCS "Run in default mode?") 55 name vmb_name stack_limit interpreter enforce_jit_compiler gc_type aot default) 69 panda_benchmark_run_default ${default}) 81 # * 6. Gc type (default - for default gc) 83 # * 8. Run in default mode? 89 … | | | | | | 8.default 90 …d-morph" "Morph3d" 0 TRUE TRUE default TRUE TRUE) 91 …ccess-binary-trees" "AccessBinaryTrees" 0 TRUE TRUE default TRUE TRUE) [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | default_required_args.ets.arkts2.json | 24 …"rule": "Default parameters must be placed after mandatory parameters (arkts-default-args-behind-r… 44 …"rule": "Default parameters must be placed after mandatory parameters (arkts-default-args-behind-r… 64 …"rule": "Default parameters must be placed after mandatory parameters (arkts-default-args-behind-r… 74 …"rule": "Default parameters must be placed after mandatory parameters (arkts-default-args-behind-r… 134 …"rule": "Default parameters must be placed after mandatory parameters (arkts-default-args-behind-r… 144 …"rule": "Default parameters must be placed after mandatory parameters (arkts-default-args-behind-r… 174 …"rule": "Default parameters must be placed after mandatory parameters (arkts-default-args-behind-r… 184 …"rule": "Default parameters must be placed after mandatory parameters (arkts-default-args-behind-r… 194 …"rule": "Default parameters must be placed after mandatory parameters (arkts-default-args-behind-r…
|
| /arkcompiler/ets_frontend/es2panda/test/optimizer/ts/branch-elimination/projects/ts_module_syntax_project/ |
| D | recordnames.txt | 1 test-export-default-const:&myapp/test-export-default-const& 2 test-export-default-let:&myapp/test-export-default-let& 3 test-export-default-value:&myapp/test-export-default-value&
|