/external/openssh/ |
log.c | 100 { "DEBUG", SYSLOG_LEVEL_DEBUG1 }, 206 debug(const char *fmt,...) function
|
/external/oprofile/agents/jvmpi/ |
jvmpi_oprofile.cpp | 42 static bool debug = false; variable 120 if (debug) { 143 if (debug) { 199 if (options && strstr(options, "debug=yes")) { 200 debug = true; 205 debug = true; 208 if (debug)
|
/external/oprofile/agents/jvmti/ |
libjvmti_oprofile.c | 37 static int debug = 0; variable 68 if (debug) { 102 if (debug) { 168 if (debug) { 214 if (debug) 226 if (debug) { 256 if (options && !strcmp("debug", options)) 257 debug = 1; 259 if (debug)
|
/external/proguard/src/proguard/classfile/editor/ |
MethodInvocationFixer.java | 47 private static final boolean DEBUG = false; 109 if (DEBUG) 111 debug(clazz, method, offset, constantInstruction, replacementInstruction); method 130 if (DEBUG) 132 debug(clazz, method, offset, constantInstruction, replacementInstruction); method 156 if (DEBUG) 158 debug(clazz, method, offset, constantInstruction, replacementInstruction); method 180 if (DEBUG) 182 debug(clazz, method, offset, constantInstruction, replacementInstruction); method 236 private void debug(Clazz clazz method in class:MethodInvocationFixer [all...] |
/external/qemu/android/ |
main-emulator.c | 32 /* Required by android/utils/debug.h */ 36 #define DEBUG 1 38 #if DEBUG 96 * see the debug messages from this launcher program. 98 const char* debug = getenv("ANDROID_EMULATOR_DEBUG"); local 100 if (debug != NULL && *debug && *debug != '0')
|
/external/srtp/crypto/include/ |
auth.h | 131 debug_module_t *debug; member in struct:auth_type_t
|
/external/valgrind/main/coregrind/ |
m_libcsignal.c | 403 const Bool debug = False; local 435 if (debug) 459 if (debug)
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-arm-linux.c | 173 const Bool debug = False; local 225 if (debug) [all...] |
syswrap-ppc32-linux.c | 240 const Bool debug = False; local 325 if (debug) 343 if (debug) [all...] |
syswrap-ppc64-linux.c | 267 const Bool debug = False; local 352 if (debug) 370 if (debug) [all...] |
/frameworks/av/tools/resampler_tools/ |
fir.cpp | 63 " -d debug, print comma-separated coefficient table\n" 85 bool debug = false; local 155 debug = true; 202 if (!debug) { 231 if (!debug) { 241 printf("%.9g%s ", y, debug ? "," : "f,"); 249 if (!debug) printf("\n "); 261 printf("%.9g%s", y, debug ? "" : "f"); 264 if (debug && (i==nzc-1)) { 272 if (!debug) { [all...] |
/frameworks/base/core/java/android/widget/ |
AbsoluteLayout.java | 217 public String debug(String output) { method in class:AbsoluteLayout.LayoutParams
|
/frameworks/base/core/jni/ |
android_util_Log.cpp | 38 jint debug; member in struct:android::levels_t 50 case 'D': return levels.debug; 156 levels.debug = env->GetStaticIntField(clazz, env->GetStaticFieldID(clazz, "DEBUG", "I"));
|
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_pan.cpp | 36 #define debug(fmt, ...) ALOGD ("%s(L%d): " fmt,__FUNCTION__, __LINE__, ## __VA_ARGS__) macro 61 debug("state:%d, local_role:%d, ifname:%s", state, local_role, ifname); 72 debug("state:%d, local_role:%d, remote_role:%d", state, local_role, remote_role); 110 debug("pan"); 167 debug("in"); 171 debug("out"); 175 debug("in"); 180 debug("out"); 188 debug("in");
|
/packages/apps/Mms/src/com/android/mms/ |
LogTag.java | 43 * To enable: adb shell setprop log.tag.Mms:strictmode DEBUG 81 public static void debug(String format, Object... args) { method in class:LogTag
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
Log.java | 64 public void debug(Object message) { method in class:Log 69 public void debug(Object message, Throwable t) { method in class:Log
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/ |
ContactsDumpActivity.java | 17 package com.android.providers.contacts.debug;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
reduction.py | 46 from multiprocessing.util import register_after_fork, debug, sub_debug namespace 109 debug('starting listener and thread for sending handles')
|
synchronize.py | 47 from multiprocessing.util import Finalize, register_after_fork, debug namespace 76 debug('created semlock with handle %s' % sl.handle) 101 debug('recreated blocker with handle %r' % state[0])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
suite.py | 72 def debug(self): member in class:BaseTestSuite 75 test.debug() 88 def run(self, result, debug=False): 107 if not debug: 110 test.debug() 118 def debug(self): member in class:TestSuite 120 debug = _DebugResult() 121 self.run(debug, True) 300 "Used by the TestSuite to hold previous class when running in debug."
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
reduction.py | 46 from multiprocessing.util import register_after_fork, debug, sub_debug namespace 109 debug('starting listener and thread for sending handles')
|
synchronize.py | 47 from multiprocessing.util import Finalize, register_after_fork, debug namespace 76 debug('created semlock with handle %s' % sl.handle) 101 debug('recreated blocker with handle %r' % state[0])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
suite.py | 72 def debug(self): member in class:BaseTestSuite 75 test.debug() 88 def run(self, result, debug=False): 107 if not debug: 110 test.debug() 118 def debug(self): member in class:TestSuite 120 debug = _DebugResult() 121 self.run(debug, True) 300 "Used by the TestSuite to hold previous class when running in debug."
|
/system/core/sh/ |
options.h | 100 #ifdef DEBUG 101 DEF_OPT( "debug", 0 ) /* enable debug prints */ 102 #define debug optlist[18].val macro
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
jdimodel.jar | |