HomeSort by relevance Sort by last modified time
    Searched refs:TRACE (Results 51 - 75 of 111) sorted by null

1 23 4 5

  /bionic/linker/
linker_debug.h 88 #define TRACE(x...) _PRINTVF(1, TRUE, x)
102 #define TRACE_TYPE(t,x...) do { if (DO_TRACE_##t) { TRACE(x); } } while (0)
  /external/dropbear/
circbuffer.c 73 TRACE(("cbuf_readlen: unused buffer"))
91 TRACE(("cbuf_writelen: full buffer"))
cli-algo.c 49 TRACE(("cli_buf_match_algo: %s", algolist))
cli-main.c 56 TRACE(("user='%s' host='%s' port='%s'", cli_opts.username,
svr-algo.c 50 TRACE(("buf_match_algo: %s", algolist))
listener.c 96 TRACE(("leave newlistener: too many already"))
118 TRACE(("new listener num %d ", i))
svr-main.c 269 TRACE(("error creating child pipe"))
402 TRACE(("listensockets: %d to try\n", svr_opts.portcount))
406 TRACE(("listening on '%s:%s'", svr_opts.addresses[i], svr_opts.ports[i]))
buffer.c 271 TRACE(("enter buf_putmpint"))
307 TRACE(("leave buf_putmpint"))
dropbearkey.c 169 TRACE(("type is rsa"))
175 TRACE(("type is dss"))
svr-runopts.c 325 TRACE(("enter loadhostkeys"))
355 TRACE(("leave loadhostkeys"))
svr-agentfwd.c 104 TRACE(("accept failed"))
svr-x11fwd.c 173 TRACE(("chansess %s", chansess))
  /system/core/sh/
jobs.c 427 TRACE(("showjob: freeing job %d\n", jp - jobtab + 1));
540 TRACE(("showjobs(%x) called\n", mode));
555 TRACE(("repaired tty process group\n"));
825 TRACE(("makejob(0x%lx, %d) returns %%%d\n", (long)node, nprocs,
851 TRACE(("forkshell(%%%d, %p, %d) called\n", jp - jobtab, n, mode));
854 TRACE(("Fork failed, errno=%d\n", errno));
891 TRACE(("In parent shell: child = %d\n", pid));
904 TRACE(("Child shell %d\n", getpid()));
990 TRACE(("waitforjob(%%%d) called\n", jp - jobtab + 1));
1013 TRACE(("waitforjob: job %d, nproc %d, status %x, st %x\n"
    [all...]
error.c 161 TRACE(("exverror(%d, \"", cond));
163 TRACE(("\") pid=%d\n", getpid()));
165 TRACE(("exverror(%d, NULL) pid=%d\n", cond, getpid()));
eval.c 223 TRACE(("evaltree(NULL) called\n"));
230 TRACE(("pid %d, evaltree(%p: %d, %d) called\n",
497 TRACE(("evalpipe(0x%lx) called\n", (long)n));
537 TRACE(("evalpipe: job done exit status %d\n", exitstatus));
602 TRACE(("evalbackcmd done: fd=%d buf=0x%x nleft=%d jp=0x%x\n",
708 TRACE(("evalcommand(0x%lx, %d) called\n", (long)cmd, flags));
752 TRACE(("evalcommand arg: %s\n", sp->text));
856 TRACE(("Vfork failed, errno=%d\n", errno));
parser.c 254 TRACE(("pipeline: entered\n"));
310 TRACE(("command: TNOT recognized\n"));
350 TRACE(("expecting DO got %s %s\n", tokname[got], got == TWORD ? wordtext : ""));
551 TRACE(("command: TNOT recognized\n"));
619 TRACE(("Fix redir %s %d\n", text, err));
651 TRACE(("Here document %d\n", n->type));
750 TRACE(("keyword %s recognized\n", tokname[t]));
766 TRACE(("token %s %s\n", tokname[t], t == TWORD ? wordtext : ""));
768 TRACE(("reread token %s %s\n", tokname[t], t == TWORD ? wordtext : ""));
    [all...]
  /build/
envsetup.sh 723 # systemstack - dump the current stack trace of all threads in the system process
865 local TRACE=$1
866 if [ ! "$TRACE" ] ; then
876 local BASETRACE=$(basename $TRACE)
877 if [ "$BASETRACE" = "$TRACE" ] ; then
878 TRACE=$ANDROID_PRODUCT_OUT/traces/$TRACE
882 rm -f $TRACE/qtrace.dexlist
883 post_trace $TRACE
886 echo "*** Error: malformed trace. Did you remember to exit the emulator?
    [all...]
  /packages/apps/Nfc/jni/
com_android_nfc.h 114 #define TRACE(...) ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)
117 #define TRACE(...)
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Shader.cpp 281 TRACE("\n%s", mSource);
295 TRACE("\n%s", mHlsl);
304 TRACE("\n%s", mInfoLog);
  /libcore/luni/src/main/java/java/net/
HttpURLConnection.java 223 * DELETE} and {@code TRACE}) can be used with {@link #setRequestMethod}.
272 HttpEngine.TRACE
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatechecker_1.1.101.R36x_v20100823.jar 
  /frameworks/base/cmds/servicemanager/
binder.c 15 #define TRACE 0
22 #if TRACE
202 #if TRACE
214 #if TRACE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tic.h 113 * infocmp and toe) rather than the 'trace()' function. So we use the bits
114 * above the normal trace() parameter as a debug-level.
124 #ifdef TRACE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tic.h 113 * infocmp and toe) rather than the 'trace()' function. So we use the bits
114 * above the normal trace() parameter as a debug-level.
124 #ifdef TRACE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tic.h 113 * infocmp and toe) rather than the 'trace()' function. So we use the bits
114 * above the normal trace() parameter as a debug-level.
124 #ifdef TRACE

Completed in 580 milliseconds

1 23 4 5