Home
last modified time | relevance | path

Searched defs:model (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dobject_new_test.cpp41 ani_string model {}; in GetTestData() local
85 const char model[] = "Pure P60"; in GetTestString() local
110 ani_string model {}; in TEST_F() local
125 ani_string model {}; in TEST_F() local
144 ani_string model {}; in TEST_F() local
159 ani_string model {}; in TEST_F() local
171 ani_string model {}; in TEST_F() local
183 ani_string model {}; in TEST_F() local
195 ani_string model {}; in TEST_F() local
206 ani_string model {}; in TEST_F() local
[all …]
Dobject_get_property_by_name_byte_test.cpp59 ani_byte model {}; in TEST_F() local
86 ani_byte model {}; in TEST_F() local
Dobject_get_property_by_name_char_test.cpp61 ani_char model = '\0'; in TEST_F() local
99 ani_char model = '\0'; in TEST_F() local
Dobject_get_property_by_name_short_test.cpp86 ani_short model = 0U; in TEST_F() local
Dobject_get_property_by_name_float_test.cpp86 ani_float model = 0.0F; in TEST_F() local
Dobject_get_property_by_name_double_test.cpp86 ani_double model = 0.0; in TEST_F() local
Dobject_get_property_by_name_boolean_test.cpp87 ani_boolean model = ANI_FALSE; in TEST_F() local
Dobject_get_property_by_name_long_test.cpp86 ani_long model = 0L; in TEST_F() local
Dobject_get_property_by_name_int_test.cpp97 ani_int model = 0U; in TEST_F() local
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DInheritanceTest.java54 String model; field in Car
62 public Car(String type, String model) { in Car()
/arkcompiler/runtime_core/static_core/platforms/ohos/
Ddefault_target_options.cpp26 std::string model = ark::ohos_device::GetHardwareModelString(); in GetHardawareSpecificIntValue() local
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DInheritanceTest.ts33 constructor(public type: string, public model: string) { property in Car
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DInheritanceTest.js33 constructor(type, model) { argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/wref_ops/
Dweak_reference_create_test.cpp84 ani_string model {}; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
Dextractor_test.cpp56 void SetIsStageModel(bool model) in SetIsStageModel()