Home
last modified time | relevance | path

Searched defs:version (Results 1 – 25 of 119) sorted by relevance

12345

/developtools/ace_js2bundle/ace-loader/
Dpackage-lock.json3 "version": "1.0.11", string
8 "version": "2.2.1", string
17 "version": "7.20.7", string
33 "version": "7.22.5", string
41 "version": "7.22.5", string
46 "version": "7.20.12", string
68 "version": "6.3.0", string
75 "version": "7.22.5", string
86 "version": "7.22.5", string
94 "version": "7.22.5", string
[all …]
/developtools/ace_ets2bundle/compiler/
Dpackage-lock.json3 "version": "0.0.1", string
8 "version": "2.2.1", string
18 "version": "7.20.7", string
35 "version": "1.1.11", string
45 "version": "4.1.1", string
51 "version": "7.2.3", string
65 "version": "3.1.2", string
74 "version": "2.0.0", string
82 "version": "7.22.5", string
91 "version": "7.22.5", string
[all …]
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/cache/
Dsource_map_cache_preview.json3 "version": 3, number
13 "version": 3, number
23 "version": 3, number
Dsource_map_cache.json3 "version": 3, number
13 "version": 3, number
23 "version": 3, number
Dsource_map_expect.json3 "version": 3, number
13 "version": 3, number
Dsource_map_expect_preview.json3 "version": 3, number
13 "version": 3, number
Dsource_map_edit.json3 "version": 3, number
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DFsVerityInfoSegment.java59 private byte version; field in FsVerityInfoSegment
71 public FsVerityInfoSegment(byte version, byte hashAlgorithm, byte log2BlockSize) { in FsVerityInfoSegment()
84 …public FsVerityInfoSegment(int magic, byte version, byte hashAlgorithm, byte log2BlockSize, byte[]… in FsVerityInfoSegment()
DCodeSignBlockHeader.java67 private int version; field in CodeSignBlockHeader
191 private int version = CODE_SIGNING_VERSION; field in CodeSignBlockHeader.Builder
206 public Builder setVersion(int version) { in setVersion()
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
Dcode_sign_block_header.h42 int version = CODE_SIGNING_VERSION; variable
77 int version = 0; variable
Dfs_verity_info_segment.h45 int8_t version = 0; variable
/developtools/smartperf_host/ide/src/hdc/message/
DSessionHandShake.ts83 get version(): string { method in SessionHandShake
87 set version(value: string) { method in SessionHandShake
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
Dfs_verity_info_segment.cpp26 FsVerityInfoSegment::FsVerityInfoSegment(int8_t version, int8_t hashAlgorithm, int8_t log2BlockSize) in FsVerityInfoSegment()
35 FsVerityInfoSegment::FsVerityInfoSegment(int magic, int8_t version, int8_t hashAlgorithm, in FsVerityInfoSegment()
/developtools/profiler/host/smartperf/client/client_ui/entry/
Dpackage-lock.json3 "version": "1.0.0", string
Dpackage.json12 "version": "1.0.0", string
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/protos/types/plugins/mock_data/
Dmock_plugin_config.proto18 uint32 version = 1; field
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/
DupdateSourceMap.json2 "version": 3, number
DbytecodeHarSourceMap.json3 "version": 3, number
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/utils/
DHapUtils.java516 int version = hapSigningBlockHeader.getInt(); in findHapSigningBlock() local
526 …long hapSignBlockMagicHi, int version, long centralDirectoryStartOffset) throws SignatureNotFoundE… in verifySignBlock()
542 …private static boolean isVersionAndMagicNumValid(int version, long hapSignBlockMagicLo, long hapSi… in isVersionAndMagicNumValid()
554 private final int version; field in HapUtils.HapSignBlockInfo
557 public HapSignBlockInfo(long offset, int version, ByteBuffer content) { in HapSignBlockInfo()
/developtools/profiler/protos/services/
Dcommon_types.proto44 string version = 4; field
71 string version = 7; // "1.01" field
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
DFsVerityDescriptor.java95 private byte version; field in FsVerityDescriptor
294 private byte version = VERSION; field in FsVerityDescriptor.Builder
320 public Builder setVersion(byte version) { in setVersion()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_stage_test/
Dmodule_json_stage_test.cpp1405 Version version; variable
1422 Version version; variable
1439 Version version; variable
1456 Version version; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DZipEntry.java133 private short version = 10; field in ZipEntry.Builder
151 public Builder setVersion(short version) { in setVersion()
DZipEntryHeader.java57 private short version; field in ZipEntryHeader
220 public void setVersion(short version) { in setVersion()
/developtools/hapsigner/hapsigntool_cpp/utils/include/
Dsignature_info.h34 int32_t version = 0; member

12345