Home
last modified time | relevance | path

Searched refs:isDebug (Results 1 – 19 of 19) sorted by relevance

/external/deqp/modules/internal/
DditBuildInfoTests.cpp185 const bool isDebug = true; in init() local
187 const bool isDebug = false; in init()
190 …addChild(new BuildInfoStringCase (m_testCtx, "de_debug", "DE_DEBUG", isDebug ? "1" : "not d… in init()
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp105 const bool isDebug = true; in logBuildInfo() local
107 const bool isDebug = false; in logBuildInfo()
117 << "DE_DEBUG: " << (isDebug ? "true" : "false") << "\n" in logBuildInfo()
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h769 (SkipDebug && op->isDebug())) in defusechain_iterator()
785 assert(!Op->isDebug() && "Can't have debug defs"); in advance()
790 (SkipDebug && Op->isDebug()))) in advance()
871 (SkipDebug && op->isDebug())) in defusechain_instr_iterator()
887 assert(!Op->isDebug() && "Can't have debug defs"); in advance()
892 (SkipDebug && Op->isDebug()))) in advance()
DMachineOperand.h322 bool isDebug() const { in isDebug() function
377 assert((!Val || !isDebug()) && "Marking a debug operation as kill");
573 bool isUndef = false, bool isDebug = false);
602 bool isDebug = false,
615 Op.IsDebug = isDebug;
/external/testng/src/main/java/org/testng/remote/
DRemoteTestNG.java84 msh.setDebug(isDebug()); in run()
226 boolean result = System.getProperty(PROPERTY_VERBOSE) != null || isDebug(); in isVerbose()
230 public static boolean isDebug() { in isDebug() method in RemoteTestNG
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPVersionInfo.java40 boolean isDebug(); in isDebug() method
DXMPMetaFactory.java290 public boolean isDebug() in getVersionInfo()
/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp67 inline bool isDebug() { in isDebug() function
761 if (isDebug()) { in findRecordInsertForms()
825 if (isDebug()) { in findRecordInsertForms()
878 if (isDebug()) { in findRecordInsertForms()
896 if (isDebug()) in collectInBlock()
1502 BTLoc.trace(isDebug()); in runOnMachineFunction()
1510 if (isDebug()) { in runOnMachineFunction()
1530 if (isDebug()) { in runOnMachineFunction()
1543 if (isDebug()) { in runOnMachineFunction()
1556 if (isDebug()) { in runOnMachineFunction()
DHexagonPeephole.cpp324 Src.isDebug()); in ChangeOpInto()
DHexagonSplitDouble.cpp120 (R.isDebug() ? RegState::Debug : 0); in getRegState()
589 Op.isDead(), Op.isUndef(), Op.isEarlyClobber(), SR, Op.isDebug(), in createHalfInstr()
DHexagonHardwareLoops.cpp1065 if (Use.isDebug()) in removeIfDead()
/external/llvm/lib/Target/X86/
DX86VZeroUpper.cpp132 if (MO.isDebug()) in hasYmmReg()
/external/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp200 Orig.isDebug(), in copyRegOperandAsImplicit()
/external/testng/src/main/java/org/testng/xml/
DLaunchSuite.java93 if (RemoteTestNG.isDebug()) { in save()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
DTool.java645 generator.setDebug(isDebug()); in generateRecognizer()
1112 public boolean isDebug() {
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
DSimpleWaterProcessor.java493 public boolean isDebug() { in isDebug() method in SimpleWaterProcessor
/external/llvm/lib/CodeGen/
DMachineInstr.cpp100 assert((!Val || !isDebug()) && "Marking a debug operation as def"); in setIsDef()
178 bool isDebug) { in ChangeToRegister() argument
201 IsDebug = isDebug; in ChangeToRegister()
DMIRPrinter.cpp749 if (Op.isDebug()) in print()
DScheduleDAGInstrs.cpp1197 if (MO.isDebug()) in toggleBundleKillFlag()