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

1 2

  /frameworks/base/media/java/android/media/
AsyncPlayer.java 36 private static final boolean mDebug = false;
59 if (mDebug) Log.d(mTag, "Starting playback");
90 if (mDebug) Log.d(mTag, "RemoveFirst");
96 if (mDebug) Log.d(mTag, "PLAY");
100 if (mDebug) Log.d(mTag, "STOP");
  /external/webkit/WebKit/android/nav/
CachedInput.cpp 37 CachedInput* nav = (CachedInput*) ((char*) this - OFFSETOF(CachedInput, mDebug));
CachedInput.h 73 } mDebug;
CachedLayer.h 75 } mDebug;
CachedLayer.cpp 44 mDebug.printRootLayerAndroid(root);
94 return (CachedLayer*) ((char*) this - OFFSETOF(CachedLayer, mDebug));
CachedHistory.h 83 } mDebug;
CachedHistory.cpp 135 CachedHistory* nav = (CachedHistory*) ((char*) this - OFFSETOF(CachedHistory, mDebug));
157 int index = root != NULL && root->CachedFrame::mDebug.validate(node) ?
CachedRoot.h 130 } mDebug;
CacheBuilder.cpp 111 CacheBuilder* nav = (CacheBuilder*) ((char*) this - OFFSETOF(CacheBuilder, mDebug));
184 Builder(parent)->mDebug.frameName(namePtr, max);
219 Builder(child)->mDebug.frames();
227 Builder(child)->mDebug.frameName(childNamePtr, childNamePtr + sizeof(childName) - 1);
251 Builder(grandChild)->mDebug.frameName(grandChildNamePtr,
290 Builder(child)->mDebug.frameName(childNamePtr, childNamePtr + sizeof(childName) - 1);
321 Builder(child)->mDebug.groups();
727 Builder(child)->mDebug.validateFrame();
    [all...]
CachedNode.h 228 } mDebug;
CachedFrame.cpp     [all...]
CachedRoot.cpp 870 ASSERT(CachedFrame::mDebug.mInUse);
    [all...]
CacheBuilder.h 283 } mDebug;
CachedFrame.h 269 } mDebug;
CachedNode.cpp 322 CachedNode* nav = (CachedNode*) ((char*) this - OFFSETOF(CachedNode, mDebug));
  /frameworks/base/services/java/com/android/server/
NotificationPlayer.java 46 private static final boolean mDebug = false;
123 if (mDebug) Log.d(mTag, "Starting playback");
163 if (mDebug) Log.d(mTag, "RemoveFirst");
169 if (mDebug) Log.d(mTag, "PLAY");
173 if (mDebug) Log.d(mTag, "STOP");
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
Environment.java 105 private boolean mDebug = false;
219 return mDebug;
  /system/vold/
VolumeManager.cpp 54 mDebug = false;
91 mDebug = enable;
400 if (mDebug) {
550 if (mDebug) {
564 if (mDebug) {
595 if (mDebug) {
599 if (mDebug) {
642 if (mDebug) {
661 if (mDebug) {
665 if (mDebug) {
    [all...]
Volume.h 51 bool mDebug;
VolumeManager.h 39 bool mDebug;
Volume.cpp 103 mDebug = false;
135 mDebug = enable;
211 if (mDebug) {
427 if (mDebug) {
458 if (mDebug) {
  /sdk/anttasks/src/com/android/ant/
ApkBuilderTask.java 48 private boolean mDebug = false;
100 mDebug = debug;
164 apkBuilder.setDebugMode(mDebug);
210 ApkBuilderImpl.processNativeFolder(new File(path), mDebug,
  /frameworks/base/test-runner/src/android/test/
InstrumentationTestRunner.java 282 private boolean mDebug;
310 mDebug = getBooleanArgument(arguments, "debug");
508 if (mDebug) {
    [all...]
  /frameworks/base/libs/surfaceflinger/
LayerBase.h 294 mutable bool mDebug;
  /sdk/traceview/src/com/android/traceview/
DmTraceReader.java 40 private boolean mDebug = false;

Completed in 410 milliseconds

1 2