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

1 2 3 4 5 6 7 8 91011>>

  /art/tools/dexfuzz/
dexfuzz 21 DEBUG=
22 #DEBUG="-Xdebug -Xrunjdwp:transport=dt_socket,address=127.0.0.1:8888,server=y,suspend=n -XX:+HeapDumpOnOutOfMemoryError -ea"
24 java ${DEBUG} -jar ${ANDROID_HOST_OUT}/framework/dexfuzz.jar "$@"
  /external/libavc/common/
ih264_debug.h 44 #define DEBUG(...) \
52 #define DEBUG(...) {}
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardConstants.java 28 public static final boolean DEBUG = false;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
Debug.java 19 public class Debug {
21 public final static boolean DEBUG = false;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
debug.py 6 # debug mode.
7 DEBUG = os.environ.get('DISTUTILS_DEBUG')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
debug.py 6 # debug mode.
7 DEBUG = os.environ.get('DISTUTILS_DEBUG')
  /development/tools/idegen/src/
Log.java 22 static final boolean DEBUG = false;
24 static void debug(String message) { method in class:Log
25 if (DEBUG) {
  /external/valgrind/coregrind/
vgdb-invoker-none.c 44 DEBUG(1, "invoker_cleanup_restore_and_detach");
49 DEBUG(2, "invoker_invoke_gdbserver not implemented\n");
  /ndk/tests/device/test-stlport_shared-exception/jni/
check.h 2 #ifdef DEBUG
18 #ifdef DEBUG
31 #ifdef DEBUG
  /ndk/tests/device/test-stlport_static-exception/jni/
check.h 2 #ifdef DEBUG
18 #ifdef DEBUG
31 #ifdef DEBUG
  /external/libcap-ng/libcap-ng-0.7/src/test/
thread_test.c 7 //#define DEBUG 1
14 #ifdef DEBUG
22 #ifdef DEBUG
31 #ifdef DEBUG
40 #ifdef DEBUG
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
D.java 22 public static boolean BUG = Log.isLoggable("volume", Log.DEBUG);
  /external/libhevc/common/
ihevc_debug.h 41 #define DEBUG(...) \
49 #define DEBUG(...) {}
  /external/llvm/include/llvm/Support/
UnicodeCharRanges.h 15 #include "llvm/Support/Debug.h"
75 DEBUG(dbgs() << "Upper bound 0x");
76 DEBUG(dbgs().write_hex(Prev));
77 DEBUG(dbgs() << " should be less than succeeding lower bound 0x");
78 DEBUG(dbgs().write_hex(I->Lower) << "\n");
82 DEBUG(dbgs() << "Upper bound 0x");
83 DEBUG(dbgs().write_hex(I->Lower));
84 DEBUG(dbgs() << " should not be less than lower bound 0x");
85 DEBUG(dbgs().write_hex(I->Upper) << "\n");
  /external/mesa3d/src/gallium/auxiliary/target-helpers/
inline_debug_helper.h 10 * one or more debug driver: rbug, trace.
13 #ifdef DEBUG
31 #endif /* DEBUG */
36 #ifdef DEBUG
54 #endif /* DEBUG */
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILDeviceInfo.cpp 33 #if DEBUG
40 #if DEBUG
47 #if DEBUG
54 #if DEBUG
62 #if DEBUG
69 #if DEBUG
76 #if DEBUG
85 #if DEBUG
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 40 #include "llvm/Support/Debug.h"
96 DEBUG(dbgs() << getPassName() << '\n');
358 DEBUG(dbgs() << "Insertion point dominated by:\n");
359 DEBUG(IPI.first->print(dbgs()));
360 DEBUG(dbgs() << '\n');
385 DEBUG(dbgs() << "Merge insertion point with:\n");
386 DEBUG(IPI->first->print(dbgs()));
387 DEBUG(dbgs() << "\nat considered insertion point.\n");
407 DEBUG(dbgs() << "Merge insertion point with:\n");
408 DEBUG(IPI->first->print(dbgs()))
    [all...]
  /external/flac/include/FLAC/
assert.h 37 #ifdef DEBUG
  /frameworks/base/core/java/android/util/
Config.java 31 public static final boolean DEBUG = false;
  /sdk/testapps/buildConfigTest/lib1/src/com/android/tests/buildconfigtest/lib1/
Lib1.java 11 if (BuildConfig.DEBUG) {
12 a = "DEBUG";
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
test.c 14 #undef DEBUG
48 #if !defined(DEBUG)
55 sev = "debug: ";
113 #if defined(DEBUG)
119 #if defined(DEBUG)
126 #if defined(DEBUG)
132 #if defined(DEBUG)
140 #if defined(DEBUG)
145 #if defined(DEBUG)
151 #if defined(DEBUG)
    [all...]
  /external/emma/core/java12/com/vladium/jcd/parser/
ClassDefParser.java 107 if (DEBUG) System.out.println (s_line);
111 if (DEBUG) System.out.println (s_line);
117 if (DEBUG) System.out.println (s_line);
120 if (DEBUG) System.out.println (s_line);
123 if (DEBUG) System.out.println (s_line);
126 if (DEBUG) System.out.println (s_line);
129 if (DEBUG) System.out.println (s_line);
138 if (DEBUG) System.out.println ("magic: [" + Long.toHexString (magic) + ']');
149 if (DEBUG)
162 if (DEBUG) System.out.println ("constant_pool_count = " + constant_pool_count + " [actual number of entries (…)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
PrivateLog.java 29 * Class to keep long-term log. This is inactive in production, and is only for debug purposes.
33 public static final boolean DEBUG = DictionaryProvider.DEBUG;
56 if (!DEBUG) return sInstance;
73 if (!DEBUG) return;
80 if (!DEBUG) return;
88 if (!DEBUG) return;
98 if (!DEBUG) return;
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 40 private static final boolean DEBUG = true;
84 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status);
131 if (DEBUG) Log.d(LOG_TAG, "Begin sounds test");
136 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
143 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
146 if (DEBUG) Log.d(LOG_TAG, "End sounds test");
151 if (DEBUG) Log.d(LOG_TAG, "Begin scale test");
158 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
165 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
168 if (DEBUG) Log.d(LOG_TAG, "End scale test")
    [all...]
  /cts/tests/app/src/android/app/cts/
KeyguardManagerActivity.java 27 public static final boolean DEBUG = false;
41 if (DEBUG) {
47 if (DEBUG) {
59 if (DEBUG) {
63 if (DEBUG) {

Completed in 2525 milliseconds

1 2 3 4 5 6 7 8 91011>>