HomeSort by relevance Sort by last modified time
    Searched refs:isDebug (Results 1 - 25 of 29) sorted by null

1 2

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPVersionInfo.java 40 boolean isDebug();
XMPMetaFactory.java 290 public boolean isDebug()
  /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; };
  /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; };
  /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()) {