Home
last modified time | relevance | path

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

/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/js/
DInheritanceTest.js33 constructor(type, model) { argument
/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_runtime/ecmascript/extractortool/tests/
Dextractor_test.cpp56 void SetIsStageModel(bool model) in SetIsStageModel()