/developtools/profiler/device/plugins/ftrace_plugin/tools/ |
D | refresh_device_kernel_code.py | 38 version = args.version 40 version_path = "device_kernel_version/{}".format(version) 50 os.getcwd(), version
|
/developtools/smartperf_host/ide/test/hdc/message/ |
D | SessionHandShake.test.ts | 71 expect(sessionHandShake.version).toBe(''); 75 sessionHandShake.version = true; 76 expect(sessionHandShake.version).toBeTruthy();
|
/developtools/packing_tool/ |
D | build.py | 60 version = subprocess.check_output(['javac', '-version'], stderr=subprocess.STDOUT) 61 version = version.decode('utf-8') 62 array = re.findall(r'\d+', version)
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
D | HapUtils.java | 509 int version = hapSigningBlockHeader.getInt(); in findHapSigningBlock() local 510 if (!isVersionAndMagicNumValid(version, hapSignBlockMagicLo, hapSignBlockMagicHi)) { in findHapSigningBlock() 524 … LOGGER.info("Find Hap Signing Block success, version: {}, block count: {}", version, blockCount); in findHapSigningBlock() 525 return new HapSignBlockInfo(hapSigningBlockOffset, version, hapSigningBlockByteBuffer); in findHapSigningBlock() 528 …private static boolean isVersionAndMagicNumValid(int version, long hapSignBlockMagicLo, long hapSi… in isVersionAndMagicNumValid() argument 529 if (version < HAP_SIGN_SCHEME_V3_BLOCK_VERSION) { in isVersionAndMagicNumValid() 540 private final int version; field in HapUtils.HapSignBlockInfo 543 public HapSignBlockInfo(long offset, int version, ByteBuffer content) { in HapSignBlockInfo() argument 545 this.version = version; in HapSignBlockInfo() 550 return version; in getVersion()
|
/developtools/hdc/src/daemon/ |
D | daemon.cpp | 290 string version = Base::GetVersion() + HDC_MSG_HASH; in DaemonSessionHandshake() local 292 WRITE_LOG(LOG_FATAL, "receive hs version = %s", handshake.version.c_str()); in DaemonSessionHandshake() 294 if (!handshake.version.empty() && handshake.version != version) { in DaemonSessionHandshake() 296 handshake.version.c_str(), version.c_str()); in DaemonSessionHandshake() 306 if (handshake.version.empty()) { in DaemonSessionHandshake() 307 handshake.version = Base::GetVersion(); in DaemonSessionHandshake() 308 WRITE_LOG(LOG_FATAL, "set version if check mode = %s", handshake.version.c_str()); in DaemonSessionHandshake()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/ |
D | build.gradle | 21 version '1.0-SNAPSHOT' 31 implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.18.0' 32 implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.18.0'
|
/developtools/packing_tool/adapter/ohos/ |
D | HapVerifyInfo.java | 40 private Version version = new Version(); field in HapVerifyInfo 171 return version; in getVersion() 177 public void setVersion(Version version) { in setVersion() argument 178 this.version = version; in setVersion()
|
/developtools/profiler/host/smartperf/ide/src/hdc/message/ |
D | SessionHandShake.ts | 82 get version(): string { method in SessionHandShake 86 set version(value: string) { method in SessionHandShake
|
/developtools/smartperf_host/ide/src/hdc/message/ |
D | SessionHandShake.ts | 82 get version(): string { method in SessionHandShake 86 set version(value: string) { method in SessionHandShake
|
/developtools/ace_ets2bundle/compiler/src/fast_build/common/ |
D | rollup-plugin-watch-change.ts | 56 …files[path.resolve(id)] ? files[path.resolve(id)].version++ : files[path.resolve(id)] = {version: …
|
/developtools/smartperf_host/ide/server/ |
D | smarperfServer.py | 32 version = 'v1.0.0' variable 74 global version 202 self.send_header("data-version", version) 252 global version 254 version = read_text('version.txt')
|
D | main.go | 54 func cors(fs http.Handler, version string) http.HandlerFunc { 66 w.Header().Set("data-version", version) 118 version := "" 121 version = "" 123 version = string(readVersion) 135 mux.Handle("/application/", http.StripPrefix("/application/", cors(fs, version)))
|
/developtools/ace_js2bundle/ace-loader/ |
D | webpack.lite.config.js | 127 const version = parseInt(manifest.minPlatformVersion); 128 if (version == 5) { 131 if (version <= 4) { 134 process.env.PLATFORM_VERSION_VERSION = version;
|
/developtools/hdc/ |
D | README.md | 44 …latform; Note: Only the windows/linux version tools can be compiled in the ubuntu environment, and… 61 …version is recommended to be 64-bit above ubuntu 16.04, and other similar versions are also availa…
|
/developtools/profiler/device/plugins/api/src/ |
D | buffer_writer.cpp | 29 std::string version, in BufferWriter() argument 34 : pluginName_(name), pluginVersion_(version) in BufferWriter()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/ |
D | SignContentInfo.java | 81 private char[] version = "1000".toCharArray(); field in SignContentInfo 118 index = ByteArrayUtils.insertCharToByteArray(ret, index, version); in getByteContent()
|
/developtools/profiler/host/smartperf/ide/server/ |
D | main.go | 54 func cors(fs http.Handler, version string) http.HandlerFunc { 66 w.Header().Set("data-version", version) 118 version := "" 121 version = "" 123 version = string(readVersion) 135 mux.Handle("/application/", http.StripPrefix("/application/", cors(fs, version)))
|
/developtools/hapsigner/hapsigntool/hap_sign_tool/ |
D | build.gradle | 32 implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.1' 33 implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.1'
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/ |
D | trace_stdtype.cpp | 101 void MetaData::SetParserToolVersion(const std::string& version) in SetParserToolVersion() argument 103 values_[METADATA_ITEM_PARSERTOOL_VERSION] = version; in SetParserToolVersion()
|
/developtools/integration_verification/tools/rom_ram_analyzer/standard/ |
D | README.md | 43 -v, -version show program\'s version number and exit 133 -v, -version show program\'s version number and exit
|
/developtools/smartperf_host/ |
D | README.md | 62 - C++ version: 11 or later 63 - Node.js version: 16.15.1 or later 64 - npm version: 8.13.2 or later 65 - TypeScript version: 4.2.3 or later 66 - Go version: 1.13.8 or later 68 To set up the Smartperf_Host website, you need to compile the WASM version of Trace Streamer for th…
|
/developtools/smartperf_host/trace_streamer/ |
D | commit.md | 18 ```clang-format version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)```
|
/developtools/profiler/host/smartperf/trace_streamer/ |
D | commit.md | 18 ```clang-format version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)```
|
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/trace_data/ |
D | trace_stdtype.cpp | 116 void MetaData::SetParserToolVersion(const std::string& version) in SetParserToolVersion() argument 118 values_[METADATA_ITEM_PARSERTOOL_VERSION] = version; in SetParserToolVersion()
|
/developtools/profiler/device/plugins/hilog_plugin/src/ |
D | hilog_module.cpp | 61 .version = "1.02",
|