Home
last modified time | relevance | path

Searched full:initialized (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/arkcompiler/ets_frontend/ets2panda/linter/test/
Dsendable_class_initialization.ts.json29 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal…
36 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal…
50 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal…
64 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal…
78 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal…
85 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal…
92 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal…
99 …"rule": "Objects of \"Sendable\" type can not be initialized using object literal or array literal…
Denum_member_non_constant.ts.json22 …"rule": "Enumeration members can be initialized only with compile time expressions of the same typ…
29 …"rule": "Enumeration members can be initialized only with compile time expressions of the same typ…
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Djs_metadata_test.cpp1749 INITIALIZED enumerator
1834 // Set metadata status to INITIALIZED in ReadAndParseMetadataJson()
1835 metadata.status = MetadataStatus::INITIALIZED; in ReadAndParseMetadataJson()
2172 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0()
2183 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0()
2194 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0()
2205 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0()
2216 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0()
2227 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0()
2238 ASSERT_TRUE(metadata.status == JSMetadataTestHelper::INITIALIZED); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/
Drule111.ts.json22 …"rule": "Enumeration members can be initialized only with compile time expressions of the same typ…
29 …"rule": "Enumeration members can be initialized only with compile time expressions of the same typ…
36 …"rule": "Enumeration members can be initialized only with compile time expressions of the same typ…
Drule113.ts.json78 …"rule": "Enumeration members can be initialized only with compile time expressions of the same typ…
92 …"rule": "Enumeration members can be initialized only with compile time expressions of the same typ…
Drule134.sts16 let x!: number // Hint: x will be initialized before usage
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/
Dwrong_initialization_order.sts17 desc: Check that readonly static field initialized first.
18 assert: Note that static fields that are readonly variables are initialized before other static fie…
Dright_initialization_order.sts17 desc: Check that readonly static field initialized first.
18 assert: Note that static fields that are readonly variables are initialized before other static fie…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/
Dexpr.params.yaml203 let v: int[] = new int[33] // initialized with 0
212 let v: number[] = new number[33] // initialized with 0.0
221 let v: char[] = new char[33] // initialized with c'\u0000'
230 let v: boolean[] = new boolean[33] // initialized with false
241 let v: EN[] = new EN[33] // initialized with null
252 let v: EU[] = new EU[33] // initialized with undefined
/arkcompiler/runtime_core/static_core/tests/verifier-tests/
Dbug_2084.pa32 # Check that verifier reports error if source registers are not initialized
68 ldobj.64 v0, R.fu64 # verifier error expected, because the register is not initialized
/arkcompiler/runtime_core/tests/verifier-tests/
Dbug_2084.pa32 # Check that verifier reports error if source registers are not initialized
68 ldobj.64 v0, R.fu64 # verifier error expected, because the register is not initialized
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_info.h59 'static' can be removed and initialized here if only allocation is from only one source. */
64 static bool initialized; variable
68 if (initialized) { in VregInfo()
69 initialized = false; in VregInfo()
72 initialized = true; in VregInfo()
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-constructor11-expected.txt1 …-level statement within a constructor of a derived class that contains initialized properties, par…
Dtest-class-constructor10-expected.txt1 …-level statement within a constructor of a derived class that contains initialized properties, par…
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dregmask.rb46 raise "RegMask is initialized with symbol, but Regmap wasn't specified" unless @regmap
50 raise "RegMask is initialized with wrong type: #{value.class}" unless value.is_a?(Integer)
68 raise "RegMask is initialized with wrong type: #{value.class}" unless value.is_a?(Integer)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/koala-related-benchmarks/
Darkts-mockup.sts57 console.println("Column initialized")
75 console.println("Button initialized")
/arkcompiler/runtime_core/static_core/runtime/
Dclass.cpp50 case Class::State::INITIALIZED: { in operator <<()
51 os << "INITIALIZED"; in operator <<()
107 …= State::ERRONEOUS || state < state_ || (state_ == State::LOADED && state == State::INITIALIZED)) { in SetState()
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dpool_map.cpp50 // We can't get allocator info for not properly initialized pools in GetAllocatorInfo()
63 // We can't get space type for not properly initialized pools in GetSpaceType()
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe134.md17 let x!: number // Hint: x will be initialized before usage
Drecipe111.md1 # Enumeration members can be initialized only with compile time expressions of the same type
/arkcompiler/runtime_core/libpandabase/mem/
Dpool_map.cpp53 // We can't get allocator info for not properly initialized pools in GetAllocatorInfo()
66 // We can't get space type for not properly initialized pools in GetSpaceType()
/arkcompiler/ets_runtime/test/moduletest/moduleImportJson/
Dexpect_output.txt14 ReferenceError: a is not initialized
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/02.readonly_constant_fields/
Dreadonly_field_declaration_without_initialization.sts18 assert: A variable with the readonly modifier may only be initialized once, its value could not be …
Dreadonly_field_double_initialization.sts18 assert: A variable with the readonly modifier may only be initialized once, its value could not be …
/arkcompiler/runtime_core/static_core/docs/
Ddebugger-vscode-communication.md18 * It's critical for VSCode to have a debug server initialized at allocated time so we establish a t…

12345678910>>...12