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

1 2 34 5 6 7 8 91011>>

  /external/srtp/crypto/ae_xfm/
xfm.c 180 #undef DEBUG
181 #define DEBUG 0
212 #if DEBUG
240 #if DEBUG
252 #if DEBUG
270 #if DEBUG
278 #if DEBUG
285 #if DEBUG
325 #if DEBUG
340 #if DEBUG
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
TestBenchMultipleInstance.c 25 #define DEBUG(argv) printf argv
84 DEBUG((
87 DEBUG(("\t-Nn forces decoding to stop after n pictures\n"));
89 DEBUG(("\t-Ooutfile output writing disabled at compile time\n"));
91 DEBUG(("\t-Ooutfile write output to \"outfile\" (default out.yuv)\n"));
92 DEBUG(("\t-Onone does not write output\n"));
94 DEBUG(("\t-C display cropped image (default decoded image)\n"));
95 DEBUG(("\t-R disable DPB output reordering\n"));
96 DEBUG(("\t-T to print tag name and exit\n"));
130 DEBUG(("No input files\n"))
    [all...]
  /bionic/libc/netbsd/resolv/
res_debug.h 23 #ifndef DEBUG
  /external/llvm/include/llvm/Support/
Debug.h 1 //===- llvm/Support/Debug.h - Easy way to add debug output ------*- C++ -*-===//
14 // In particular, just wrap your code with the DEBUG() macro, and it will be
15 // enabled automatically if you specify '-debug' on the command-line.
17 // that your debug code belongs to class "foo". Then, on the command line, you
18 // can specify '-debug-only=foo' to enable JUST the debug information for the
21 // When compiling without assertions, the -debug-* options and all code in
22 // DEBUG() statements disappears, so it does not affect the runtime of the code.
34 /// all of their DEBUG statements to be activatable with -debug-only=thatstring
    [all...]
  /external/mtpd/
mtpd.h 34 DEBUG = 0,
  /external/qemu/distrib/sdl-1.2.15/test/
testver.c 20 #ifdef DEBUG
  /frameworks/base/core/java/android/net/http/
HttpLog.java 33 private static final boolean DEBUG = false;
  /hardware/ti/omap4xxx/domx/test/
Makefile 35 CDEFS += DEBUG
  /system/extras/fatblock/
utils.h 28 #define DEBUG(...) EPRINT(__VA_ARGS__)
  /dalvik/tests/etc/
host-run-test-jar 11 # --debug -- wait for debugger to attach
23 DEBUG="n"
48 elif [ "x$1" = "x--debug" ]; then
49 DEBUG="y"
146 if [ "$DEBUG" = "y" ]; then
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleReceiver.java 40 private static final boolean DEBUG = true;
51 if (DEBUG) {
72 if (!is_ok && DEBUG) {
  /external/aac/libSYS/include/
machine_type.h 104 * collate all corresponding compiler specific macros to detect a debug build, and set the DEBUG macro if that is the case.
107 #define DEBUG
193 #if defined(DEBUG) || defined(__i686__) || defined(__i586__) || defined(__i386__) || defined(__x86_64__) || defined(_M_IX86) || defined(FDK_DEBUG) || defined(FDK_ASSERT_ENABLE)
290 #ifdef DEBUG
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
ExceptionExtensions.cs 40 #if DEBUG
58 #if DEBUG
82 #if DEBUG
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
ExceptionExtensions.cs 43 #if DEBUG
63 #if DEBUG
92 #if DEBUG
SetExtensions.cs 35 #if DEBUG
43 #if DEBUG
57 #if DEBUG
  /external/proguard/src/proguard/classfile/editor/
VariableSizeUpdater.java 42 private static final boolean DEBUG = false;
44 private static boolean DEBUG = true;
55 // DEBUG =
64 if (DEBUG)
92 if (DEBUG)
  /external/srec/tools/grxmlcompile/
vocab.cpp 34 #define DEBUG 0
87 #if DEBUG
88 std::cout << "DEBUG: " << phrase <<" to be looked up" << std::endl;
95 #if DEBUG
103 #if DEBUG
104 std::cout << "DEBUG: used " << len_used << " now " << LSTRLEN(pron) << std::endl;
108 #if DEBUG
109 std::cout << "DEBUG: " << phrase << " " << pron << std::endl;
145 #if DEBUG
156 #if DEBUG
    [all...]
  /external/v8/src/
v8.h 37 #if defined(DEBUG) && defined(NDEBUG)
38 // V8 only uses DEBUG and whenever it is set we are building a debug
45 // V8 only uses DEBUG, but included external files
47 #if defined(DEBUG) && defined(NDEBUG)
48 #error both DEBUG and NDEBUG are set
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NotificationRowLayout.java 50 private static final boolean DEBUG = false;
51 private static final boolean SLOW_ANIMATIONS = DEBUG;
86 if (DEBUG) {
136 if (DEBUG) Log.v(TAG, "onInterceptTouchEvent()");
137 if (DEBUG) logLayoutTransition();
145 if (DEBUG) Log.v(TAG, "onTouchEvent()");
146 if (DEBUG) logLayoutTransition();
170 if (DEBUG) Slog.v(TAG, "onChildDismissed: " + v + " mRemoveViews=" + mRemoveViews);
234 if (DEBUG) Slog.v(TAG, "setViewRemoval: " + removeViews);
261 if (DEBUG) setWillNotDraw(false)
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
DimLayer.java 16 private static final boolean DEBUG = false;
49 if (DEBUG) Slog.v(TAG, "Ctor: displayId=" + displayId);
101 if (DEBUG) Slog.v(TAG, "setAlpha alpha=" + alpha);
105 if (DEBUG) Slog.v(TAG, "setAlpha hiding");
109 if (DEBUG) Slog.v(TAG, "setAlpha showing");
132 if (DEBUG) Slog.v(TAG, "show: immediate");
146 if (DEBUG) Slog.v(TAG, "show: layer=" + layer + " alpha=" + alpha
192 if (DEBUG) Slog.v(TAG, "show: mStartAlpha=" + mStartAlpha + " mStartTime=" + mStartTime);
200 if (DEBUG) Slog.v(TAG, "hide: immediate");
213 if (DEBUG) Slog.v(TAG, "hide: duration=" + duration)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DelegateManager.java 19 import com.android.layoutlib.bridge.util.Debug;
101 if (Debug.DEBUG) {
125 if (Debug.DEBUG) {
139 if (Debug.DEBUG) {
  /libcore/support/src/test/java/tests/net/
StuckServer.java 30 private static final boolean DEBUG = false;
48 if (DEBUG) {
54 if (DEBUG) {
  /packages/apps/Email/src/com/android/email/mail/transport/
MailTransport.java 162 if (Email.DEBUG) {
184 if (Email.DEBUG) {
189 if (Email.DEBUG) {
215 if (Email.DEBUG) {
220 if (Email.DEBUG) {
286 if (Email.DEBUG) {
295 if (Email.DEBUG) {
303 if (Email.DEBUG) {
311 if (Email.DEBUG) {
335 if (Email.DEBUG) {
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardViewMediator.java 99 final static boolean DEBUG = false;
360 if (DEBUG) Log.d(TAG, "screen is off and call ended, let's make sure the "
379 if (DEBUG) Log.d(TAG, "onSimStateChanged: " + simState);
389 if (DEBUG) Log.d(TAG, "ICC_ABSENT isn't showing,"
403 if (DEBUG) Log.d(TAG, "INTENT_VALUE_ICC_LOCKED and keygaurd isn't "
414 if (DEBUG) Log.d(TAG, "PERM_DISABLED and "
418 if (DEBUG) Log.d(TAG, "PERM_DISABLED, resetStateLocked to"
552 if (DEBUG) Log.d(TAG, "onSystemReady");
567 if (DEBUG) Log.d(TAG, "suppressing biometric unlock during boot");
589 if (DEBUG) Log.d(TAG, "onScreenTurnedOff(" + why + ")")
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
LoaderManager.java 177 LoaderManagerImpl.DEBUG = enabled;
189 static boolean DEBUG = false;
250 if (DEBUG) Log.v(TAG, " Starting: " + this);
270 if (DEBUG) Log.v(TAG, " Retaining: " + this);
279 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this);
314 if (DEBUG) Log.v(TAG, " Stopping: " + this);
327 if (DEBUG) Log.v(TAG, " Destroying: " + this);
332 if (DEBUG) Log.v(TAG, " Reseting: " + this);
362 if (DEBUG) Log.v(TAG, "onLoadComplete: " + this);
365 if (DEBUG) Log.v(TAG, " Ignoring load complete -- destroyed")
    [all...]

Completed in 1137 milliseconds

1 2 34 5 6 7 8 91011>>