Searched refs:FALSE (Results 1 – 13 of 13) sorted by relevance
/developtools/packing_tool/adapter/ohos/ |
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()
|
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()
|
D | CommandParser.java | 319 …if (Boolean.TRUE.toString().equals(entry.getValue()) || Boolean.FALSE.toString().equals(entry.getV… in initCommandFuncs() 328 …if (Boolean.TRUE.toString().equals(entry.getValue()) || Boolean.FALSE.toString().equals(entry.getV… in initCommandFuncs()
|
D | CompressVerify.java | 63 private static final String FALSE = "false"; field in CompressVerify 663 if ((FALSE.equals(utility.getForceRewrite())) && (outFile.exists())) { in isVerifyValidInHQFMode() 684 if ((FALSE.equals(utility.getForceRewrite())) && outFile.exists()) { in isVerifyValidInAPPQFMode()
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
D | ark_define.ts | 101 export const FALSE: string = 'false'; constant
|
/developtools/hdc/hdc_rust/src/cffi/ |
D | utils.cpp | 84 HANDLE hMutex = CreateMutex(nullptr, FALSE, buf); in ProgramMutex()
|
D | uart.cpp | 261 dwMilliseconds, FALSE)) {
|
/developtools/ace_ets2bundle/compiler/src/ |
D | pre_define.ts | 168 export const FALSE: string = 'false'; constant
|
D | process_component_build.ts | 100 FALSE, 1697 …Arr.push(...addForEachParameter(ts.factory.createIdentifier(COMPONENT_IF_UNDEFINED), TRUE, FALSE)); 1702 addForEachIdFuncParameterArr.push(...addForEachParameter(argumentsArray[2], TRUE, FALSE)); 1710 addForEachIdFuncParameterArr.push(...addForEachParameter(argumentsArray[2], FALSE, TRUE)) : 1711 addForEachIdFuncParameterArr.push(...addForEachParameter(argumentsArray[2], FALSE, FALSE));
|
D | process_component_member.ts | 81 FALSE
|
/developtools/hdc/src/common/ |
D | uart.cpp | 252 dwMilliseconds, FALSE)) { in ReadUartDev()
|
D | base.cpp | 984 HANDLE hMutex = CreateMutex(nullptr, FALSE, buf); in ProgramMutex()
|
/developtools/ace_ets2bundle/compiler/codegen/ |
D | codegen_ets.js | 15 …FALSE,a.TokenClass.NEW_LINE),r.concat(`listener_${s}`,a.TokenClass.SPACE,a.TokenClass.ASSIGN,a.Tok…
|