HomeSort by relevance Sort by last modified time
    Searched defs:debug (Results 276 - 300 of 742) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/coregrind/m_debuginfo/
readstabs.c 3 /*--- Read stabs debug info. readstabs.c ---*/
69 /*--- Read STABS format debug info. ---*/
73 * The "stabs" debug format
96 /* Read stabs-format debug info. This is all rather horrible because
103 const Bool debug = False; local
127 /* Ok. It all looks plausible. Go on and read debug data.
287 if (debug)
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-mips32-linux.c 242 const Bool debug = False; local
289 if (debug)
302 if (debug)
321 if (debug)
    [all...]
syswrap-s390x-linux.c 213 static const Bool debug = False; local
277 if (debug)
295 if (debug)
    [all...]
  /external/wpa_supplicant_8/hostapd/
main.c 291 const char *config_fname, int debug)
302 for (k = 0; k < debug; k++) {
500 " -d show more debug messages (-dd for even more)\n"
506 " -K include key data in debug messages\n"
508 " -f log output to debug file instead of stdout\n"
510 " -t include timestamps in some debug messages\n"
571 int c, debug = 0, daemonize = 0; local
599 debug++;
667 debug);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 235 protected void debug(int depth) { method in class:StatusBarIconView
236 super.debug(depth);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 26 DEBUG STRUCTURES
61 we ignore and do not print the frames unless debug & 4 is set.
108 int debug; /* bit: 1 & any - print temporal stats member in struct:PERF_RT_Private
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 47 /** <p>Debug flag to trace loading process.</p> */
48 private static boolean debug = false; field in class:FactoryFinder
66 String val = System.getProperty("jaxp.debug");
67 // Allow simply setting the prop to turn on debug
68 debug = val != null && (! "false".equals(val));
79 if (debug) {
102 if (debug) debugPrintln(
110 if (debug) debugPrintln(
141 if (debug) {
174 if (debug) debugPrintln("found " + systemProp + " in the system property " + factoryId)
    [all...]
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 48 /** debug support code. */
49 private static boolean debug = false; field in class:SchemaFactoryFinder
67 String val = System.getProperty("jaxp.debug");
68 // Allow simply setting the prop to turn on debug
69 debug = val != null && (! "false".equals(val));
73 * <p>Conditional debug printing.</p>
78 if (debug) {
101 if( debug ) {
138 if (debug) {
161 if (debug) debugPrintln("Looking up system property '"+propertyName+"'" )
    [all...]
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 44 /** debug support code. */
45 private static boolean debug = false; field in class:XPathFactoryFinder
53 String val = System.getProperty("jaxp.debug");
54 // Allow simply setting the prop to turn on debug
55 debug = val != null && (! "false".equals(val));
69 * <p>Conditional debug printing.</p>
74 if (debug) {
97 if (debug) {
133 if (debug) {
154 if (debug) debugPrintln("Looking up system property '"+propertyName+"'" )
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
GoogleCalendarUriIntentFilter.java 44 static final boolean debug = false; field in class:GoogleCalendarUriIntentFilter
72 if (debug) Log.d(TAG, "eid=" + eidParam );
78 if (debug) Log.d(TAG, "decoded eid=" + new String(decodedBytes) );
120 if (debug) Log.d(TAG, "eid= " + eid );
121 if (debug) Log.d(TAG, "email= " + email );
122 if (debug) Log.d(TAG, "domain=" + domain );
150 if (debug) Log.d(TAG, "eidParts=" + syncId + "/" + ownerAccount);
154 if (debug) Log.d(TAG, "selection: " + selection);
158 if (debug) Log.d(TAG, "Found: " + eventCursor.getCount());
174 if (debug) Log.d(TAG, "_id: " + eventCursor.getLong(EVENT_INDEX_ID))
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/debug/
ExternalDictionaryGetterForDebug.java 17 package com.android.inputmethod.latin.debug;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DataExporter.java 17 package com.android.providers.contacts.debug;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_wanpipe.h 62 wan_debug_hdr_t debug[MAX_NUM_DEBUG]; member in struct:__anon37595
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_wanpipe.h 62 wan_debug_hdr_t debug[MAX_NUM_DEBUG]; member in struct:__anon39186
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_wanpipe.h 62 wan_debug_hdr_t debug[MAX_NUM_DEBUG]; member in struct:__anon40700
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 47 from multiprocessing.util import get_temp_dir, Finalize, sub_debug, debug namespace
300 debug('failed to connect to address %s', address)
pool.py 48 from multiprocessing.util import Finalize, debug namespace
104 debug('worker got EOFError or IOError -- exiting')
108 debug('worker got sentinel -- exiting')
120 debug("Possible encoding error while sending result: %s" % (
124 debug('worker exiting after %d tasks' % completed)
203 debug('cleaning up worker %d' % i)
223 debug('added worker')
329 debug('worker handler exiting')
339 debug('task handler found thread._state != RUN')
344 debug('could not put task on queue'
    [all...]
queues.py 49 from multiprocessing.util import debug, info, Finalize, register_after_fork namespace
87 debug('Queue._after_fork()')
164 debug('Queue.join_thread()')
170 debug('Queue.cancel_join_thread()')
178 debug('Queue._start_thread()')
190 debug('doing self._thread.start()')
192 debug('... done self._thread.start()')
211 debug('joining queue thread')
215 debug('... queue thread joined')
217 debug('... queue thread already dead'
    [all...]
util.py 45 'sub_debug', 'debug', 'info', 'sub_warning', 'get_logger',
57 DEBUG = 10
71 def debug(msg, *args): function
73 _logger.log(DEBUG, msg, *args)
288 def _exit_function(info=info, debug=debug, _run_finalizers=_run_finalizers,
298 debug('running all "atexit" finalizers with priority >= 0')
321 debug('running the remaining "atexit" finalizers')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py 187 debug = set_debuglevel variable in class:NNTP
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 47 from multiprocessing.util import get_temp_dir, Finalize, sub_debug, debug namespace
300 debug('failed to connect to address %s', address)
pool.py 48 from multiprocessing.util import Finalize, debug namespace
104 debug('worker got EOFError or IOError -- exiting')
108 debug('worker got sentinel -- exiting')
120 debug("Possible encoding error while sending result: %s" % (
124 debug('worker exiting after %d tasks' % completed)
203 debug('cleaning up worker %d' % i)
223 debug('added worker')
329 debug('worker handler exiting')
339 debug('task handler found thread._state != RUN')
344 debug('could not put task on queue'
    [all...]
queues.py 49 from multiprocessing.util import debug, info, Finalize, register_after_fork namespace
87 debug('Queue._after_fork()')
164 debug('Queue.join_thread()')
170 debug('Queue.cancel_join_thread()')
178 debug('Queue._start_thread()')
190 debug('doing self._thread.start()')
192 debug('... done self._thread.start()')
211 debug('joining queue thread')
215 debug('... queue thread joined')
217 debug('... queue thread already dead'
    [all...]
util.py 45 'sub_debug', 'debug', 'info', 'sub_warning', 'get_logger',
57 DEBUG = 10
71 def debug(msg, *args): function
73 _logger.log(DEBUG, msg, *args)
288 def _exit_function(info=info, debug=debug, _run_finalizers=_run_finalizers,
298 debug('running all "atexit" finalizers with priority >= 0')
321 debug('running the remaining "atexit" finalizers')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nntplib.py 187 debug = set_debuglevel variable in class:NNTP

Completed in 357 milliseconds

<<11121314151617181920>>