/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_mdpcomp.cpp | 350 ALOGD_IF(isDebug(),"%s: MDP Comp. not enabled.", __FUNCTION__); 353 ALOGD_IF( isDebug(),"%s: External Display connection is pending", 368 ALOGD_IF(isDebug(), "%s: Idle fallback dpy %d",__FUNCTION__, mDpy); 373 ALOGD_IF(isDebug(), "%s: Cannot support External display(s)", 379 ALOGD_IF(isDebug(),"%s: SKIP present: %d", 387 ALOGD_IF(isDebug(), "%s: plane alpha not implemented on MDSS", 394 ALOGD_IF(isDebug(), "%s: frame needs alpha downscaling",__FUNCTION__); 406 ALOGD_IF(isDebug(), "%s: MDP securing is active", __FUNCTION__); 410 ALOGD_IF(isDebug(), "%s: orientation involved",__FUNCTION__); 415 ALOGD_IF(isDebug(), "%s: Buffer is of invalid width" [all...] |
hwc_mdpcomp.h | 151 static bool isDebug() { return sDebugLogs ? true : false; };
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_mdpcomp.cpp | 345 ALOGD_IF(isDebug(),"%s: MDP Comp. not enabled.", __FUNCTION__); 348 ALOGD_IF( isDebug(),"%s: External Display connection is pending", 363 ALOGD_IF(isDebug(), "%s: Idle fallback dpy %d",__FUNCTION__, mDpy); 368 ALOGD_IF(isDebug(), "%s: Cannot support External display(s)", 374 ALOGD_IF(isDebug(),"%s: SKIP present: %d", 382 ALOGD_IF(isDebug(), "%s: plane alpha not implemented on MDSS", 389 ALOGD_IF(isDebug(), "%s: frame needs alpha downscaling",__FUNCTION__); 401 ALOGD_IF(isDebug(), "%s: MDP securing is active", __FUNCTION__); 405 ALOGD_IF(isDebug(), "%s: orientation involved",__FUNCTION__); 410 ALOGD_IF(isDebug(), "%s: Buffer is of invalid width" [all...] |
hwc_mdpcomp.h | 151 static bool isDebug() { return sDebugLogs ? true : false; };
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_mdpcomp.cpp | 345 ALOGD_IF(isDebug(),"%s: MDP Comp. not enabled.", __FUNCTION__); 351 ALOGD_IF(isDebug(),"%s: MDP Comp. video transition padding round", 355 ALOGD_IF( isDebug(),"%s: External Display connection is pending", 360 ALOGD_IF(isDebug(), "%s: padding round",__FUNCTION__); 374 ALOGD_IF(isDebug(), "%s: Idle fallback dpy %d",__FUNCTION__, mDpy); 379 ALOGD_IF(isDebug(),"%s: SKIP present: %d", 387 ALOGD_IF(isDebug(), "%s: frame needs alpha downscaling",__FUNCTION__); 397 ALOGD_IF(isDebug(), "%s: Can't use rotator for dpy %d", 434 ALOGD_IF(isDebug(), "%s: Exceeds max secondary pipes",__FUNCTION__); 450 ALOGD_IF(isDebug(), "%s: Unsupported layer in list",__FUNCTION__) [all...] |
hwc_mdpcomp.h | 158 static bool isDebug() { return sDebugLogs ? true : false; };
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/ |
RemoteAdtTestRunner.java | 242 boolean isDebug, ITestRunListener listener) { 246 mIsDebug = isDebug; 283 public boolean isDebug() { 295 public TestTreeCollectorJob(String name, RemoteAndroidTestRunner runner, boolean isDebug, 297 super(name, runner, isDebug, listener); 319 public InstrumentationRunJob(String name, RemoteAndroidTestRunner runner, boolean isDebug, 321 super(name, runner, isDebug, listener); 329 if (isDebug()) {
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPVersionInfo.java | 40 boolean isDebug();
|
XMPMetaFactory.java | 290 public boolean isDebug()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
InstrEmitter.h | 71 bool IsDebug, bool IsClone, bool IsCloned); 82 bool IsDebug, bool IsClone, bool IsCloned);
|
InstrEmitter.cpp | 300 bool IsDebug, bool IsClone, bool IsCloned) { 337 !IsDebug && 351 getDebugRegState(IsDebug)); 362 bool IsDebug, bool IsClone, bool IsCloned) { 365 IsDebug, IsClone, IsCloned); 420 IsDebug, IsClone, IsCloned); 549 AddOperand(MIB, N0, 0, 0, VRBaseMap, /*IsDebug=*/false, 552 AddOperand(MIB, N1, 0, 0, VRBaseMap, /*IsDebug=*/false, 619 AddOperand(MIB, Op, i+1, &II, VRBaseMap, /*IsDebug=*/false, 661 /*IsDebug=*/true, /*IsClone=*/false, /*IsCloned=*/false) [all...] |
/external/llvm/include/llvm/CodeGen/ |
MachineOperand.h | 133 /// IsDebug - True if this MO_Register 'use' operand is in a debug pseudo, 135 bool IsDebug : 1; 314 bool isDebug() const { 316 return IsDebug; 369 assert((!Val || !isDebug()) && "Marking a debug operation as kill"); 395 IsDebug = Val; 536 bool isUndef = false, bool isDebug = false); 565 bool isDebug = false, 576 Op.IsDebug = isDebug; [all...] |
MachineRegisterInfo.h | 531 (SkipDebug && op->isDebug())) 566 assert(!Op->isDebug() && "Can't have debug defs"); 571 (SkipDebug && Op->isDebug())))
|
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/ |
syscall_sets.h | 64 static bool IsDebug(int sysno);
|
baseline_policy.cc | 55 SyscallSets::IsDebug(sysno) ||
|
syscall_sets.cc | 690 bool SyscallSets::IsDebug(int sysno) {
|
/external/chromium_org/content/common/sandbox_linux/ |
sandbox_seccomp_bpf_linux.cc | 86 if (SyscallSets::IsDebug(sysno) || SyscallSets::IsNuma(sysno))
|
/external/llvm/lib/CodeGen/ |
DeadMachineInstructionElim.cpp | 138 assert(Use.isDebug());
|
MachineInstr.cpp | 93 assert((!Val || !isDebug()) && "Marking a debug operation as def"); 131 bool isDebug) { 154 IsDebug = isDebug; [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
coff-objfmt.c | 117 int isdebug; /* is a debug section? */ member in struct:coff_section_data 413 data->isdebug = 0; 419 data->isdebug = 1; 784 if (!csd->isdebug) 817 if (!csd->isdebug) [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonPeephole.cpp | 332 Src.isDebug());
|
HexagonInstrInfo.cpp | 875 MO.isDebug()); 918 PredMO.isDebug()); [all...] |
/external/llvm/lib/Target/X86/ |
X86VZeroUpper.cpp | 143 if (MO.isDebug())
|
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/ |
SimpleWaterProcessor.java | 493 public boolean isDebug() {
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/ |
Tool.java | 645 generator.setDebug(isDebug()); [all...] |