Searched refs:FALSE (Results 1 - 10 of 10) sorted by relevance
/developtools/packing_tool/adapter/ohos/ |
H A D | UncompressVerify.java | 31 private static final String FALSE = "false"; field in UncompressVerify 86 if (!(TRUE.equals(utility.getRpcid()) || FALSE.equals(utility.getRpcid()))) { in hapCommandVerify() 115 if (outPath.exists() && FALSE.equals(utility.getForceRewrite())) { in rpcidCommandVerify()
|
H A D | Constants.java | 197 public static final String FALSE = "false"; field in Constants
|
H A D | ScanStatSuffix.java | 44 private static final String FALSE = "false"; field in ScanStatSuffix 121 private String compress = FALSE; 288 soFile.setCompress(oldSize < newSize ? TRUE : FALSE); in setMapData()
|
H A D | CommandParser.java | 329 if (Boolean.TRUE.toString().equals(entry.getValue()) || Boolean.FALSE.toString().equals(entry.getValue())) { in initCommandFuncs() 338 if (Boolean.TRUE.toString().equals(entry.getValue()) || Boolean.FALSE.toString().equals(entry.getValue())) { in initCommandFuncs()
|
H A D | CompressVerify.java | 65 private static final String FALSE = "false"; field in CompressVerify 688 if ((FALSE.equals(utility.getForceRewrite())) && (outFile.exists())) { in isVerifyValidInHQFMode() 709 if ((FALSE.equals(utility.getForceRewrite())) && outFile.exists()) { in isVerifyValidInAPPQFMode()
|
H A D | PackageUtil.java | 807 if (utility.getForceRewrite().equals(Constants.FALSE) && Files.exists(outPath)) { in isVerifyValidInFastAppMode()
|
/developtools/hdc/hdc_rust/src/cffi/ |
H A D | utils.cpp | 87 HANDLE hMutex = CreateMutex(nullptr, FALSE, buf); in ProgramMutex()
|
H A D | uart.cpp | 261 dwMilliseconds, FALSE)) {
|
/developtools/hdc/src/common/ |
H A D | base.cpp | 296 if (!CreateProcess(GetTarBinFile().c_str(), buf, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi)) { in CompressLogFile() 1374 HANDLE hMutex = OpenMutex(SYNCHRONIZE, FALSE, buf); in ProgramMutex()
|
H A D | uart.cpp | 252 dwMilliseconds, FALSE)) {
in ReadUartDev()
|
Completed in 17 milliseconds