HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG (Results 126 - 150 of 1781) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/proguard/src/proguard/optimize/
ParameterShrinker.java 44 private static final boolean DEBUG = false;
92 if (DEBUG)
116 if (DEBUG)
  /external/proguard/src/proguard/optimize/peephole/
UnreachableCodeRemover.java 43 private static final boolean DEBUG = false;
45 private static boolean DEBUG = true;
81 // DEBUG =
106 if (DEBUG)
125 if (DEBUG)
VariableShrinker.java 45 private static final boolean DEBUG = false;
91 if (DEBUG)
109 if (DEBUG)
  /frameworks/base/services/java/com/android/server/
PackageManagerBackupAgent.java 55 private static final boolean DEBUG = false;
123 if (DEBUG) Slog.v(TAG, "onBackup()");
150 if (DEBUG) Slog.v(TAG, "Storing global metadata key");
155 if (DEBUG) Slog.v(TAG, "Global metadata key already stored");
211 if (DEBUG) {
226 if (DEBUG) Slog.v(TAG, "- removing metadata for deleted pkg " + app);
257 if (DEBUG) Slog.v(TAG, "onRestore()");
264 if (DEBUG) Slog.v(TAG, " got key=" + key + " dataSize=" + dataSize);
274 if (DEBUG) Slog.v(TAG, " storedSystemVersion = " + storedSystemVersion);
283 if (DEBUG) {
    [all...]
RandomBlock.java 35 private static final boolean DEBUG = false;
42 if (DEBUG) Slog.v(TAG, "reading from file " + filename);
66 if (DEBUG) Slog.v(TAG, "writing to file " + filename);
  /frameworks/base/services/java/com/android/server/location/
ComprehensiveCountryDetector.java 62 /* package */ static final boolean DEBUG = false;
91 * Most recent {@link Country} result that was added to the debug logs {@link #mDebugLogs}.
136 if (DEBUG) Slog.d(TAG, "Country detected via LocationBasedCountryDetector");
186 * Attempt to add this {@link Country} to the debug logs.
205 if (DEBUG) {
215 if (DEBUG) Slog.v(TAG, " phonetype=" + phoneType);
318 if (DEBUG) {
331 if (DEBUG) Slog.d(TAG, "run startLocationBasedDetector()");
362 if (DEBUG) {
372 if (DEBUG) {
    [all...]
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
QueryController.java 33 private static final boolean DEBUG = Log.isLoggable(LOG_TAG, Log.DEBUG);
75 if (DEBUG)
146 if (DEBUG)
233 if (DEBUG)
248 if (DEBUG)
264 if (DEBUG)
295 if (DEBUG) {
409 if (DEBUG)
414 if (DEBUG)
    [all...]
  /frameworks/volley/src/com/android/volley/
CacheDispatcher.java 35 private static final boolean DEBUG = VolleyLog.DEBUG;
81 if (DEBUG) VolleyLog.v("start new dispatcher");
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSecurity.java 180 if (Email.DEBUG) {
190 if (Email.DEBUG) {
196 if (Email.DEBUG) {
215 if (Email.DEBUG) {
234 if (Email.DEBUG) {
240 if (Email.DEBUG) {
254 if (Email.DEBUG) {
260 if (Email.DEBUG) {
272 if (Email.DEBUG) {
326 if (Email.DEBUG) {
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
KeyboardInterpreter.java 27 private static final boolean DEBUG = false;
66 if (DEBUG) Log.d(TAG, "dropped unexpected: " + keyCode);
112 if (DEBUG) Log.d(TAG, "dropped unexpected: " + keyCode);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StringBuilderExtensions.cs 37 #if DEBUG
  /external/e2fsprogs/lib/e2p/
parse_num.c 47 #ifdef DEBUG
  /external/libpng/contrib/gregbook/
readpng.h 66 #ifdef DEBUG
  /external/llvm/lib/CodeGen/
RegAllocBase.cpp 31 #include "llvm/Support/Debug.h"
89 DEBUG(dbgs() << "Dropping unused " << *VirtReg << '\n');
100 DEBUG(dbgs() << "\nselectOrSplit "
134 DEBUG(dbgs() << "not queueing unused " << *SplitVirtReg << '\n');
138 DEBUG(dbgs() << "queuing new interval: " << *SplitVirtReg << "\n");
  /external/tcpdump/
route6d.h 61 #ifndef DEBUG
  /external/v8/src/
data-flow.cc 36 #ifdef DEBUG
  /frameworks/base/core/java/android/webkit/
ConsoleMessage.java 34 DEBUG
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
FirstFrameAnimatorHelper.java 34 private static final boolean DEBUG = false;
70 if (DEBUG) {
115 if (DEBUG) print(animation);
119 if (DEBUG) print(animation);
  /frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
FountainFbo.java 25 private static final boolean DEBUG = false;
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
Log_Delegate.java 27 case Log.DEBUG:
  /frameworks/support/v13/java/android/support/v13/app/
FragmentPagerAdapter.java 67 private static final boolean DEBUG = false;
98 if (DEBUG) Log.v(TAG, "Attaching item #" + itemId + ": f=" + fragment);
102 if (DEBUG) Log.v(TAG, "Adding item #" + itemId + ": f=" + fragment);
119 if (DEBUG) Log.v(TAG, "Detaching item #" + getItemId(position) + ": f=" + object
  /frameworks/support/v4/java/android/support/v4/app/
FragmentPagerAdapter.java 63 private static final boolean DEBUG = false;
94 if (DEBUG) Log.v(TAG, "Attaching item #" + itemId + ": f=" + fragment);
98 if (DEBUG) Log.v(TAG, "Adding item #" + itemId + ": f=" + fragment);
115 if (DEBUG) Log.v(TAG, "Detaching item #" + getItemId(position) + ": f=" + object
  /hardware/ti/omap4xxx/domx/omx_core/
Makefile 35 CDEFS += DEBUG
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh-alloca-1.cpp 37 #ifdef DEBUG
eh-inline-2.cpp 38 #ifdef DEBUG

Completed in 612 milliseconds

1 2 3 4 56 7 8 91011>>