Home
last modified time | relevance | path

Searched full:default (Results 1 – 25 of 1234) sorted by relevance

12345678910>>...50

/arkcompiler/runtime_core/compiler/
Dcompiler.yaml21 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/ets_frontend/test/scripts/sdk_test/
Dconfig.yaml69 build_path: [entry, build, default]
70 cache_path: [cache, default, default@CompileArkTS, esmodule]
71 output_hap_path: [outputs, default, entry-default-unsigned.hap]
72 output_app_path: [outputs, default, app, entry-default.hap]
79 build_path: [entry, build, default]
80 cache_path: [cache, default, default@LegacyCompileArkTS, jsbundle]
81 output_hap_path: [outputs, default, entry-default-unsigned.hap]
82 output_app_path: [outputs, default, app, entry-default.hap]
89 build_path: [entry, build, default]
90 cache_path: [cache, default, default@LegacyCompileArkTS, jsbundle]
[all …]
Doptions.py90 parser.add_argument('--sdkPath', type=str, dest='sdk_path', default='',
91 … help='specify sdk path if need to update sdk. Default to use sdk specify in config.yaml')
92 parser.add_argument('--buildMode', type=str, dest='build_mode', default='all',
95 parser.add_argument('--hapMode', type=str, dest='hap_mode', default='all',
98 parser.add_argument('--compileMode', type=str, dest='compile_mode', default='all',
101 parser.add_argument('--testCase', type=str, dest='test_case', default='all',
104 parser.add_argument('--testHap', type=str, dest='test_hap', default='all',
106 parser.add_argument('--imagePath', type=str, dest='image_path', default='',
107 … help='specify image path if need to update rk/phone images. Default not to update image')
108 parser.add_argument('--runHaps', dest='run_haps', action='store_true', default=False,
[all …]
/arkcompiler/toolchain/tooling/base/
Dpt_returns.h24 PtBaseReturns() = default;
25 ~PtBaseReturns() override = default;
39 ~EnableReturns() override = default;
44 EnableReturns() = default;
56 ~SetBreakpointByUrlReturns() override = default;
61 SetBreakpointByUrlReturns() = default;
74 ~GetPossibleAndSetBreakpointByUrlReturns() override = default;
79 GetPossibleAndSetBreakpointByUrlReturns() = default;
92 ~EvaluateOnCallFrameReturns() override = default;
96 EvaluateOnCallFrameReturns() = default;
[all …]
Dpt_params.h24 PtBaseParams() = default;
25 ~PtBaseParams() override = default;
38 EnableParams() = default;
39 ~EnableParams() override = default;
62 EvaluateOnCallFrameParams() = default;
63 ~EvaluateOnCallFrameParams() override = default;
93 GetPossibleBreakpointsParams() = default;
94 ~GetPossibleBreakpointsParams() override = default;
137 GetScriptSourceParams() = default;
138 ~GetScriptSourceParams() override = default;
[all …]
Dpt_events.h31 PtBaseEvents() = default;
32 ~PtBaseEvents() override = default;
42 BreakpointResolved() = default;
43 ~BreakpointResolved() override = default;
83 Paused() = default;
84 ~Paused() override = default;
153 default: { in GetReasonString()
207 Resumed() = default;
208 ~Resumed() override = default;
223 NativeCalling() = default;
[all …]
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dreadme_zh.md22 …# 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',
91 cmd_debug_suffix = ' --mode module -p product=default assembleHap'
92 cmd_release_suffix = ' --mode project -p product=default assembleApp'
95 debug_package_path = r'entry\build\default\outputs\default\entry-default-unsigned.hap'
96 release_package_path = r'entry\build\default\outputs\default\app\entry-default.hap'
Dreadme.md14 …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',
91 cmd_debug_suffix = ' --mode module -p product=default assembleHap'
92 cmd_release_suffix = ' --mode project -p product=default assembleApp'
95 debug_package_path = r'entry\build\default\outputs\default\entry-default-unsigned.hap'
96 release_package_path = r'entry\build\default\outputs\default\app\entry-default.hap'
116 **filename of output logs, default name is [IDE_filename]_[debug_or_release]_[build_type_of_log]_[l…
Dperformance_config.py37 …# Default config settings for all projects, if it's not what you need, config them in application_…
52 self.cmd_debug_suffix = r' --mode module -p product=default assembleHap --no-daemon'
53 self.cmd_release_suffix = r' --mode project -p product=default assembleApp --no-daemon'
54 self.debug_package_path = r'entry/build/default/outputs/default/entry-default-signed.hap'
55 self.release_package_path = r'entry/build/default/outputs/default/app/entry-default.hap'
68 # If Default config is not what you need, you can set here!
96 … debug_package_path=r'entry/build/default/outputs/default/entry-default-unsigned.hap',
97 … release_package_path=r'entry/build/default/outputs/default/app/entry-default.hap',
/arkcompiler/runtime_core/tests/benchmarks/
DCMakeLists.txt30 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_runtime/ecmascript/regexp/
Dregexp_opcode.h73 virtual ~RegExpOpCode() = default;
100 ~SaveStartOpCode() override = default;
110 ~SaveEndOpCode() override = default;
120 ~CharOpCode() override = default;
131 ~GotoOpCode() override = default;
141 ~SplitNextOpCode() override = default;
151 ~SplitFirstOpCode() override = default;
161 ~PushOpCode() override = default;
171 ~PopOpCode() override = default;
181 ~PushCharOpCode() override = default;
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp42 … Path (file suffix not needed) to AOT output file. Default: 'aot_file'\n"
45 "--asm-interpreter: Enable asm interpreter. Default: 'true'\n"
47 …"--compiler-assert-types: Enable type assertion for type inference tests. Default: 'f…
61 " Default: 'none'\n"
63 "Default: 'none'\n"
64 …e-threshold: enable to skip methods whose type is no more than threshold. Default: -1\n"
65 "--compiler-log-snapshot: Enable to print snapshot information. Default: 'false'\n"
66 …"--compiler-opt-global-typeinfer: Enable global typeinfer for aot compiler: Default: 'false'\…
67 "--compiler-log-time: Enable to print pass compiler time. Default: 'false'\n"
68 "--enable-ark-tools: Enable ark tools to debug. Default: 'false'\n"
[all …]
/arkcompiler/runtime_core/docs/
Ddoxygen.config21 # that follow. The default is UTF-8 which is also the encoding used for all text
25 # The default value is: UTF-8.
33 # The default value is: My Project.
69 # The default value is: NO.
77 # The default value is: NO.
92 # The default value is: English.
99 # The default value is: YES.
108 # The default value is: YES.
136 # The default value is: NO.
144 # The default value is: NO.
[all …]
/arkcompiler/runtime_core/bytecode_optimizer/
Doptions.yaml22 default: 2
28 …timizations. N=1: New optimizer is turned on, only DCE is applied. N=2: (default): New optimizer i…
32 default: true
37 default: true
42 default: ""
47 default: false
52 default: true
57 default: true
/arkcompiler/ets_frontend/es2panda/lexer/token/
DsourceLocation.h35 explicit SourcePosition() noexcept = default;
39 ~SourcePosition() = default;
47 explicit SourceRange() noexcept = default;
51 ~SourceRange() = default;
59 explicit SourceLocation() noexcept = default;
63 ~SourceLocation() = default;
75 ~Range() = default;
87 ~OffsetEntry() = default;
101 explicit LineIndex() noexcept = default;
104 ~LineIndex() = default;
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/exportsAndImports4-amd/
Dt3.ts22 a.default;
23 AssertType(a.default, "string");
30 c.default;
31 AssertType(c.default, "string");
33 import { default as d } from "./t1";
41 e2.default;
42 AssertType(e2.default, "string");
44 import f1, { default as f2 } from "./t1";
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/exportsAndImports4-es6/
Dt3.ts22 a.default;
23 AssertType(a.default, "string");
30 c.default;
31 AssertType(c.default, "string");
33 import { default as d } from "./t1";
41 e2.default;
42 AssertType(e2.default, "string");
44 import f1, { default as f2 } from "./t1";
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/exportsAndImports4/
Dt3.ts22 a.default;
23 AssertType(a.default, "string");
30 c.default;
31 AssertType(c.default, "string");
33 import { default as d } from "./t1";
41 e2.default;
42 AssertType(e2.default, "string");
44 import f1, { default as f2 } from "./t1";
/arkcompiler/runtime_core/libpandabase/
Doptions.yaml25 default: error
36 default: std
46 default: ""
51 default:
84 default:
92 default:
100 default:
108 default:
116 default:
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DnullishCoalescingOperator8.ts31 const n1 = a.p ?? "default";
33 AssertType(a.p ?? "default", "string");
35 AssertType("default", "string");
37 const n2 = a.m() ?? "default";
39 AssertType(a.m() ?? "default", "string");
42 AssertType("default", "string");
44 const n3 = a.m() ?? b.p ?? b.m() ?? "default";;
46 AssertType(a.m() ?? b.p ?? b.m() ?? "default", "string");
54 AssertType("default", "string");
Des5-asyncFunctionSwitchStatements.ts37 default: b; break;
51 default: b; break;
65 default: b; break;
79 default: b; break;
92 default: await b; break;
117 default: c; break;
135 default: c; break;
153 default: c;
DexportDefaultInterfaceAndFunctionOverloads.ts21 export default function foo(value: number): number
22 export default function foo(value: string): string
23 export default function foo(value: string | number): string | number {
27 export default interface Foo {}
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_sampling_test.cpp58 uint64_t samplingInterval = 1 << 15; // default interval in HWTEST_F_L0()
59 int stackDepth = 128; // default depth in HWTEST_F_L0()
69 uint64_t samplingInterval = 1 << 15; // default interval in HWTEST_F_L0()
70 int stackDepth = 128; // default depth in HWTEST_F_L0()
83 uint64_t samplingInterval = 1 << 15; // default interval in HWTEST_F_L0()
84 int stackDepth = 128; // default depth in HWTEST_F_L0()
93 uint64_t samplingInterval = 1 << 15; // default interval in HWTEST_F_L0()
94 int stackDepth = 128; // default depth in HWTEST_F_L0()
97 int size = 1 << 15; // default size in HWTEST_F_L0()
/arkcompiler/runtime_core/assembler/
Dassembly-literals.h40 default: in IsBoolValue()
54 default: in IsByteValue()
65 default: in IsShortValue()
77 default: in IsIntegerValue()
88 default: in IsLongValue()
99 default: in IsFloatValue()
110 default: in IsDoubleValue()
124 default: in IsStringValue()
136 explicit LiteralArray() = default;
163 default: in GetArrayTagFromComponentType()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.cpp58 GlobalTSTypeRef propTypeGT = GlobalTSTypeRef::Default(); in GetPropTypeGT()
69 return GlobalTSTypeRef::Default(); in GetPropTypeGT()
83 GlobalTSTypeRef propTypeGT = GlobalTSTypeRef::Default(); in GetSuperPropTypeGT()
102 return GlobalTSTypeRef::Default(); in GetSuperPropTypeGT()
134 return GlobalTSTypeRef::Default(); in GetNonStaticPropTypeGT()
183 return GlobalTSTypeRef::Default(); in GetPropTypeGT()
203 return GlobalTSTypeRef::Default(); in GetIndexSignType()
207 return GlobalTSTypeRef::Default(); in GetIndexSignType()
215 return GlobalTSTypeRef::Default(); in GetIndexSignType()
234 return GlobalTSTypeRef::Default(); in GetPropTypeGT()
[all …]

12345678910>>...50