Home
last modified time | relevance | path

Searched defs:VERSION (Results 1 – 11 of 11) sorted by relevance

/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
D__init__.py18 VERSION = 1.0 variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DHwSignHead.java48 public static final char[] VERSION = "1000".toCharArray(); field in HwSignHead
/developtools/syscap_codec/src/
Dmain.c40 #define VERSION 7 macro
/developtools/profiler/host/smartperf/client/client_command/include/
Dcommon.h82 VERSION enumerator
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
DFsVerityDescriptor.java46 public static final byte VERSION = 1; field in FsVerityDescriptor
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntool/
DHapSignTool.java50 private static final String VERSION = "1.0.0"; field in HapSignTool
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp49 const std::string VERSION = "1.02"; variable
/developtools/hiperf/include/
Dperf_file_format.h33 VERSION, // A perf_header_string with the perf user tool version where the data was collected. enumerator
/developtools/global_resource_tool/include/
Dresource_data.h128 VERSION = 'v', enumerator
/developtools/packing_tool/adapter/ohos/
DModuleJsonUtil.java43 private static final String VERSION = "version"; field in ModuleJsonUtil
DJsonUtil.java49 private static final String VERSION = "version"; field in JsonUtil