HomeSort by relevance Sort by last modified time
    Searched defs:debug (Results 326 - 350 of 722) sorted by null

<<11121314151617181920>>

  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 45 static debug = 0; variable
56 {"debug", 0, 0, 'V'},
122 if (debug)
128 if (debug) {
154 if (debug) {
191 if (debug)
275 if (debug)
323 if (debug) {
346 if (debug)
373 if (debug) {
    [all...]
arec.c 48 static int debug = 0; variable
60 {"debug", 0, 0, 'V'},
126 if (debug)
132 if (debug) {
168 if (debug) {
241 if (debug)
251 if (debug)
299 if (debug)
412 if (debug)
464 if (debug)
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 407 LogInfo("-d Turns on debug mode. If not specified, the daemon will fork itself");
857 LogInfo("DEBUG: %ls", pMessage);
1188 bool debug = false; local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/crop/
Utils.java 337 public static void debug(String message, Object... args) { method in class:Utils
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Utils.java 337 public static void debug(String message, Object ... args) { method in class:Utils
  /packages/apps/Launcher3/src/com/android/gallery3d/common/
Utils.java 337 public static void debug(String message, Object ... args) { method in class:Utils
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
snd_wavefront.h 81 char debug; /* debugging flags */ member in struct:_snd_wavefront
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
snd_wavefront.h 81 char debug; /* debugging flags */ member in struct:_snd_wavefront
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 225 debug = False variable in class:dispatcher
547 if self.debug:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 149 def debug(self, *args): member in class:SocketIO
167 self.debug("localcall:", request)
209 self.debug("remotecall:asynccall: ", oid, methodname)
214 self.debug("remotequeue:asyncqueue: ", oid, methodname)
224 self.debug(("asynccall:%d:" % seq), oid, methodname, args, kwargs)
234 self.debug(("asyncqueue:%d:" % seq), oid, methodname, args, kwargs)
239 self.debug("asyncreturn:%d:call getresponse(): " % seq)
241 self.debug(("asyncreturn:%d:response: " % seq), response)
251 self.debug("decoderesponse: EXCEPTION")
254 self.debug("decoderesponse: EOF"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 225 debug = False variable in class:dispatcher
547 if self.debug:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 149 def debug(self, *args): member in class:SocketIO
167 self.debug("localcall:", request)
209 self.debug("remotecall:asynccall: ", oid, methodname)
214 self.debug("remotequeue:asyncqueue: ", oid, methodname)
224 self.debug(("asynccall:%d:" % seq), oid, methodname, args, kwargs)
234 self.debug(("asyncqueue:%d:" % seq), oid, methodname, args, kwargs)
239 self.debug("asyncreturn:%d:call getresponse(): " % seq)
241 self.debug(("asyncreturn:%d:response: " % seq), response)
251 self.debug("decoderesponse: EXCEPTION")
254 self.debug("decoderesponse: EOF"
    [all...]
  /art/compiler/
elf_writer_quick.cc 50 const bool debug = false; local
133 if (debug) {
148 if (debug) {
177 if (debug) {
191 if (debug) {
203 if (debug) {
215 if (debug) {
234 if (debug) {
268 if (debug) {
287 if (debug) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventSocketProxy.java 28 package org.antlr.runtime.debug;
39 /** A proxy debug event listener that forwards events over a socket to
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 306 def debug?
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestRewriteAST.java 39 protected boolean debug = false; field in class:TestRewriteAST
50 "a", "abc 34", debug);
63 "a", "abc", debug);
76 "a", "abc", debug);
89 "a", "abc", debug);
103 "a", "abc", debug);
116 "a", "c", debug);
129 "a", "ick", debug);
143 "a", "abc", debug);
156 "a", "abc 34", debug);
    [all...]
  /external/blktrace/
blkiomon.c 90 static struct output drvdata, human, binary, debug; variable in typeref:struct:
110 if (!debug.fn)
113 fprintf(debug.fp, "--- %s ---\n", descr);
114 fprintf(debug.fp, "magic %16d\n", bit->magic);
115 fprintf(debug.fp, "sequence %16d\n", bit->sequence);
116 fprintf(debug.fp, "time %16ld\n", (unsigned long)bit->time);
117 fprintf(debug.fp, "sector %16ld\n", (unsigned long)bit->sector);
118 fprintf(debug.fp, "bytes %16d\n", bit->bytes);
119 fprintf(debug.fp, "action %16x\n", bit->action);
120 fprintf(debug.fp, "pid %16d\n", bit->pid)
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp 49 #define debug(fmt, ...) ALOGD ("%s(L%d): " fmt,__FUNCTION__, __LINE__, ## __VA_ARGS__) macro
153 debug("in file name:%s", file_name);
178 //debug("section tag:%s", section->Name());
194 //debug("in");
197 //debug("key tag:%s", key->Name());
201 //debug("key name:%s", key_name);
209 //debug("value ele name:%s, section name:%s, key name:%s, value name:%s, value type:%s",
215 //debug("value_name:%s, value_str:%s, value_type:%s, type:%x",
243 //debug("out");
249 //debug("in, tag:%s", name_tag)
    [all...]
  /external/chromium/net/tools/testserver/
testserver.py 55 # Using debug() seems to cause hangs on XP: see http://crbug.com/64515 .
57 def debug(str): function
    [all...]
  /external/chromium_org/base/debug/
trace_event_impl.h 28 base::debug::TraceLog::AddTraceEventEtw( \
33 base::debug::TraceLog::AddTraceEventEtw( \
38 base::debug::TraceLog::AddTraceEventEtw( \
49 namespace debug { namespace in namespace:base
202 // Allows all categories through, except if they end in the suffix 'Debug' or
592 } // namespace debug
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ConsoleView.js 758 this._createLevelFilterBarElement("debug", WebInspector.UIString("Debug"));
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
case.py 400 def debug(self): member in class:TestCase
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.h 330 FT_Bool debug; member in struct:TT_SizeRec_
  /external/chromium_org/third_party/icu/source/common/
serv.cpp 102 ICUServiceKey::debug(UnicodeString& result) const function in class:ICUServiceKey
168 SimpleFactory::debug(UnicodeString& toAppendTo) const function in class:SimpleFactory
  /external/chromium_org/third_party/icu/source/test/intltest/
testidna.cpp 415 void TestIDNA::debug(const UChar* src, int32_t srcLength, int32_t options){ function in class:TestIDNA
515 debug(src,-1,options | UIDNA_ALLOW_UNASSIGNED);
    [all...]

Completed in 1890 milliseconds

<<11121314151617181920>>