HomeSort by relevance Sort by last modified time
    Searched defs:TRACE (Results 1 - 25 of 28) sorted by null

1 2

  /external/dropbear/
debug.h 36 /* Define this to compile in trace debugging printf()s.
65 #define TRACE(X) dropbear_trace X;
67 #define TRACE(X)
  /external/webkit/Source/ThirdParty/ANGLE/src/common/
debug.h 18 void trace(const char *format, ...);
21 // A macro to output a trace of a function call and its arguments to the debugging log
23 #define TRACE(message, ...) gl::trace("trace: %s"message"\n", __FUNCTION__, __VA_ARGS__)
25 #define TRACE(...) ((void)0)
29 #define FIXME(message, ...) gl::trace("fixme: %s"message"\n", __FUNCTION__, __VA_ARGS__)
32 #define ERR(message, ...) gl::trace("err: %s"message"\n", __FUNCTION__, __VA_ARGS__)
  /system/core/sh/
shell.h 48 * When debugging is on, debugging info will be written to ./trace and
78 #define TRACE(param) trace param
81 #define TRACE(param)
  /frameworks/base/core/jni/
android_nfc.h 31 #define TRACE(...) ALOG(LOG_DEBUG, "NdefMessage", __VA_ARGS__)
33 #define TRACE(...)
  /bionic/linker/
linker_debug.h 94 #define TRACE(x...) _PRINTVF(1, x)
108 #define TRACE_TYPE(t,x...) do { if (DO_TRACE_##t) { TRACE(x); } } while (0)
  /dalvik/vm/alloc/TEST/HeapBitmapTest/
main.c 17 #define TRACE(...) printf(__VA_ARGS__)
19 #define TRACE(...) /**/
400 TRACE("walk 0\n");
407 TRACE("walk 1\n");
414 TRACE("walk 2\n");
433 TRACE("walk 3\n");
442 TRACE("walk 4\n");
451 TRACE("walk 5\n");
457 TRACE("walk 6\n");
  /hardware/ti/omap3/dspbridge/inc/
dbreg.h 55 *! 22-Jul-1996 gp: Added Trace key name.
84 #define TRACE "Trace" /* GT Trace settings. */
  /bionic/libc/bionic/
time64.c 178 # define TRACE(format) (fprintf(stderr, format))
183 # define TRACE(format) ((void)0)
  /external/linux-tools-perf/util/
trace-event-info.c 52 #include "trace-event.h"
63 #define TRACE "trace"
71 static const char *output_file = "trace.info";
94 perror("trace-cmd");
  /frameworks/base/cmds/servicemanager/
binder.c 15 #define TRACE 0
22 #if TRACE
202 #if TRACE
214 #if TRACE
  /external/okhttp/src/main/java/libcore/net/http/
HttpEngine.java 88 public static final String TRACE = "TRACE";
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofReader.java 40 private static final boolean TRACE = false;
117 if (TRACE) {
130 if (TRACE) {
138 if (TRACE) {
148 if (TRACE) {
173 if (TRACE) {
227 if (TRACE) {
240 if (TRACE) {
253 if (TRACE) {
278 // serial number apparently not a stack trace id. (int vs ID
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc.h 114 #define TRACE(...) ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)
118 #define TRACE(...)
  /system/core/liblog/
fake_log_device.c 39 #define TRACE(...) printf("fake_log_device: " __VA_ARGS__)
41 #define TRACE(...) ((void)0)
195 TRACE("Found ANDROID_LOG_TAGS='%s'\n", tags);
213 TRACE("ERROR: env tag too long (%d chars max)\n", kMaxTagLen-1);
247 TRACE("ERROR: garbage in tag env; expected whitespace\n");
248 TRACE(" env='%s'\n", tags);
255 TRACE("+++ global min prio %d\n", logState->globalMinPriority);
259 TRACE("+++ entry %d: %s:%d\n",
359 TRACE("LOG %d: %s %s", logPrio, tag, msg);
559 TRACE("%s: ignoring binary log\n", state->debugName)
    [all...]
  /cts/tools/utils/
DescriptionGenerator.java 180 private static boolean TRACE = true;
197 * Add the message to the trace stream.
199 * @param msg The message to be added to the trace stream.
202 if (TRACE) {
215 * Initialize the trace stream.
220 if (TRACE) {
233 * Close the trace stream.
  /libcore/luni/src/main/java/libcore/net/http/
HttpEngine.java 99 public static final String TRACE = "TRACE";
  /system/core/sdcard/
sdcard.c 63 #define TRACE(x...) fprintf(stderr,x)
65 #define TRACE(x...) do {} while (0)
153 TRACE("ACQUIRE %p (%s) rc=%d\n", node, node->name, node->refcount);
160 TRACE("RELEASE %p (%s) rc=%d\n", node, node->name, node->refcount);
164 TRACE("DESTROY %p (%s)\n", node, node->name);
523 TRACE("[%d] LOOKUP %s @ %llx (%s)\n", handler->token, name, hdr->nodeid,
541 TRACE("[%d] FORGET #%lld @ %llx (%s)\n", handler->token, req->nlookup,
561 TRACE("[%d] GETATTR flags=%x fh=%llx @ %llx (%s)\n", handler->token,
580 TRACE("[%d] SETATTR fh=%llx valid=%x @ %llx (%s)\n", handler->token,
620 TRACE("[%d] Calling utimensat on %s with atime %ld, mtime=%ld\n"
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatechecker_1.1.101.R36x_v20100823.jar 
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 184 private static final boolean TRACE = false;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 92 private static final boolean TRACE = false;
    [all...]
  /external/mksh/src/
sh.h 997 #define TRACE BIT(4) /* var: user flagged, func: execution tracing */
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 13166 FILE *trace; \/* Write an execution trace here, if not NULL *\/ member in struct:Vdbe
17657 int trace; \/* True to trace changes *\/ member in struct:sqlite3_mutex
17945 int trace; \/* True to trace changes *\/ member in struct:sqlite3_mutex
18282 int trace; \/* True to trace changes *\/ member in struct:sqlite3_mutex
81392 FILE *trace = (db->flags & SQLITE_VdbeTrace)!=0 ? stdout : 0; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 13166 FILE *trace; \/* Write an execution trace here, if not NULL *\/ member in struct:Vdbe
17657 int trace; \/* True to trace changes *\/ member in struct:sqlite3_mutex
17945 int trace; \/* True to trace changes *\/ member in struct:sqlite3_mutex
18282 int trace; \/* True to trace changes *\/ member in struct:sqlite3_mutex
81405 FILE *trace = (db->flags & SQLITE_VdbeTrace)!=0 ? stdout : 0; local
    [all...]
  /tools/motodev/src/plugins/logger/lib/
log4j-1.2.14.jar 
  /tools/motodev/src/plugins/preflighting.core/lib/
log4j-1.2.14.jar 

Completed in 2723 milliseconds

1 2