HomeSort by relevance Sort by last modified time
    Searched full:trace (Results 201 - 225 of 2719) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 12 --trace-children=no|yes Valgrind-ise child processes (follow execve)? [no]
13 --trace-children-skip=patt1,patt2,... specifies a list of executables
14 that --trace-children=yes should not trace into
15 --trace-children-skip-by-arg=patt1,patt2,... same as --trace-children-skip=
98 --trace-flags=<XXXXXXXX> show generated code? (X = 0|1) [00000000]
100 --trace-notbelow=<number> only show BBs above <number> [999999999]
101 --trace-notabove=<number> only show BBs below <number> [0]
102 --trace-syscalls=no|yes show all system calls? [no
    [all...]
  /external/valgrind/main/drd/
drd_main.c 107 else if VG_BOOL_CLO(arg, "--trace-alloc", s_trace_alloc) {}
108 else if VG_BOOL_CLO(arg, "--trace-barrier", trace_barrier) {}
109 else if VG_BOOL_CLO(arg, "--trace-clientobj", trace_clientobj) {}
110 else if VG_BOOL_CLO(arg, "--trace-cond", trace_cond) {}
111 else if VG_BOOL_CLO(arg, "--trace-conflict-set", trace_conflict_set) {}
112 else if VG_BOOL_CLO(arg, "--trace-conflict-set-bm", trace_conflict_set_bm){}
113 else if VG_BOOL_CLO(arg, "--trace-csw", trace_csw) {}
114 else if VG_BOOL_CLO(arg, "--trace-fork-join", trace_fork_join) {}
115 else if VG_BOOL_CLO(arg, "--trace-hb", trace_hb) {}
116 else if VG_BOOL_CLO(arg, "--trace-mutex", trace_mutex) {
    [all...]
  /external/quake/quake/src/QW/server/
world.c 28 line of sight checks trace->crosscontent, but bullets don't
39 trace_t trace; member in struct:__anon14375
506 trace_t trace; local
508 trace = SV_Move (ent->v.origin, ent->v.mins, ent->v.maxs, ent->v.origin, 0, ent);
510 if (trace.startsolid)
533 qboolean SV_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f, vec3_t p1, vec3_t p2, trace_t *trace)
549 trace->allsolid = false;
551 trace->inopen = true;
553 trace->inwater = true;
556 trace->startsolid = true
676 trace_t trace; local
720 trace_t trace; local
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeLlcpSocket.cpp 47 TRACE("Socket connected\n");
131 TRACE("phLibNfc_Llcp_Connect(%d)",nSap);
144 TRACE("phLibNfc_Llcp_Connect(%d) returned 0x%04x[%s]", nSap, ret, nfc_jni_get_status_name(ret));
190 TRACE("phLibNfc_Llcp_ConnectByUri()");
203 TRACE("phLibNfc_Llcp_ConnectByUri() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret));
235 TRACE("phLibNfc_Llcp_Close()");
244 TRACE("phLibNfc_Llcp_Close() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret));
271 TRACE("phLibNfc_Llcp_Send()");
284 TRACE("phLibNfc_Llcp_Send() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret));
332 TRACE("phLibNfc_Llcp_Recv()")
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
ExceptionExtensions.cs 48 StackTrace trace = new StackTrace(e, true);
49 StackFrame[] frames = trace.GetFrames();
51 // don't include this helper function in the trace
75 string trace = e.StackTrace ?? string.Empty;
76 foreach (string line in trace.Split('\n', '\r')) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
ExceptionExtensions.cs 53 StackTrace trace = new StackTrace( e, true );
54 StackFrame[] frames = trace.GetFrames();
57 // don't include this helper function in the trace
84 string trace = e.StackTrace ?? string.Empty;
85 foreach ( string line in trace.Split( '\n', '\r' ) )
  /external/blktrace/
blktrace_api.h 7 * Trace categories
33 * Basic trace actions
65 * Trace actions in full. Additionally, read or write is masked
93 * The trace itself
106 __u16 pdu_len; /* length of data after this trace */
  /external/chromium/base/
logging_win.h 27 // a stack trace with every log message.
31 // stack trace.
40 // A message with a stack trace, followed by the zero-terminated
44 // a stack trace,
51 // Trace provider class to drive log control and transport
  /external/dropbear/
cli-service.c 36 TRACE(("enter send_msg_service_request: servicename='%s'", servicename))
44 TRACE(("leave send_msg_service_request"))
54 TRACE(("enter recv_msg_service_accept"))
65 TRACE(("leave recv_msg_service_accept: done ssh-userauth"))
80 TRACE(("leave recv_msg_service_accept: done ssh-connection"))
svr-authpubkey.c 63 TRACE(("enter pubkeyauth"))
130 TRACE(("leave pubkeyauth"))
139 TRACE(("enter send_msg_userauth_pk_ok"))
147 TRACE(("leave send_msg_userauth_pk_ok"))
163 TRACE(("enter checkpubkey"))
175 TRACE(("bad authorized_keys permissions, or file doesn't exist"))
193 TRACE(("checkpubkey: opened authorized_keys OK"))
202 TRACE(("checkpubkey: authorized_keys EOF reached"))
207 TRACE(("checkpubkey: line too short"))
220 TRACE(("checkpubkey: space character expected, isn't there")
    [all...]
process-packet.c 48 TRACE(("enter process_packet"))
51 TRACE(("process_packet: packet type = %d", type))
60 TRACE(("received SSH_MSG_IGNORE or SSH_MSG_DEBUG"))
65 TRACE(("SSH_MSG_UNIMPLEMENTED"))
90 TRACE(("Ignoring packet, type = %d", type))
118 TRACE(("preauth unknown packet"))
125 TRACE(("leave process_packet"))
  /external/openssh/regress/
dynamic-forward.sh 18 trace "will use ProxyCommand $proxycmd"
25 trace "start dynamic forwarding, fork to background"
33 trace "forward failed proto $p attempt $n err $error"
43 trace "testing ssh protocol $p socks version $s host $h"
54 trace "terminate remote shell, pid $remote"
  /external/quake/quake/src/WinQuake/
chase.cpp 52 trace_t trace; local
54 memset (&trace, 0, sizeof(trace));
55 SV_RecursiveHullCheck (cl.worldmodel->hulls, 0, 0, 1, start, end, &trace);
57 VectorCopy (trace.endpos, impact);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
main.cpp 122 gl::trace("\t! Error generated: invalid enum\n");
126 gl::trace("\t! Error generated: invalid value\n");
130 gl::trace("\t! Error generated: invalid operation\n");
134 gl::trace("\t! Error generated: out of memory\n");
138 gl::trace("\t! Error generated: invalid framebuffer operation\n");
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DeviceViewAction.java 25 super("Start OpenGL Trace");
44 setToolTipText("Trace OpenGL calls");
70 MessageDialog.openError(shell, "Setup GL Trace",
75 // wait for a few seconds for the client to start the trace server
87 // retrieve the trace from the device
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 10 #define DEBUG_TYPE "machine-trace-metrics"
32 "machine-trace-metrics", "Machine Trace Metrics", false, true)
36 "machine-trace-metrics", "Machine Trace Metrics", false, true)
77 // those instructions don't depend on any given trace strategy.
122 // Only update resources related to the trace above MBB.
127 // Compute resources from trace above. The top block is simple.
137 assert(PredTBI->hasValidDepth() && "Trace above has not been computed yet");
144 // Only update resources related to the trace below MBB
    [all...]
  /external/chromium/base/win/
event_trace_provider.h 5 // Declaration of a Windows event trace provider class, to allow using
33 // Utility class to auto-initialize event trace header structures.
77 // Trace provider with Event Tracing for Windows. The trace provider
79 // the object whenever the trace level or enable flags for this provider
82 // a particular trace level, and whether particular enable flags are set,
87 // Creates an event trace provider identified by provider_name, which
91 // Creates an unnamed event trace provider, the provider must be given
96 // Registers the trace provider with Event Tracing for Windows.
98 // callback. If the provider's name is enabled in some trace sessio
    [all...]
  /external/chromium/base/debug/
stack_trace_unittest.cc 24 StackTrace trace; local
26 // Dump the trace into a string.
28 trace.OutputToStream(&os);
39 trace.Addresses(&frames_found);
59 // which should be the first symbol in the trace.
105 StackTrace trace; local
107 trace.OutputToStream(&os);
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/
Context.c 35 #include "../../../util/trace-event.h"
52 Perl_croak(aTHX_ "Usage: %s(%s)", "Perf::Trace::Context::common_pc", "context");
75 Perl_croak(aTHX_ "Usage: %s(%s)", "Perf::Trace::Context::common_flags", "context");
98 Perl_croak(aTHX_ "Usage: %s(%s)", "Perf::Trace::Context::common_lock_depth", "context");
128 newXSproto("Perf::Trace::Context::common_pc", XS_Perf__Trace__Context_common_pc, file, "$");
129 newXSproto("Perf::Trace::Context::common_flags", XS_Perf__Trace__Context_common_flags, file, "$");
130 newXSproto("Perf::Trace::Context::common_lock_depth", XS_Perf__Trace__Context_common_lock_depth, file, "$");
  /external/srec/portable/include/
PStackTrace.h 30 * Manipulates process stack-trace information.
36 * Maximum length of stack-trace string.
65 * Returns the depth of the current stack trace (0-based).
75 * @param text [out] The resulting stack-trace text
93 * Removes the deepest level of the stack-trace.
95 * @param text [in/out] The stack-trace string.
101 * Destroys the stack trace object.
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
plugin.xml 44 name="GL Function Trace">
50 description="OpenGL Trace Actions"
52 label="OpenGL Trace Actions"
58 label="Collects OpenGL trace from device"
61 tooltip="Connects to the device and collects OpenGL trace information">
67 label="Open GL Trace File"
70 tooltip="Open a saved OpenGL Trace File">
  /sdk/emulator/qtools/
stack_dump.cpp 112 TraceReaderType *trace = new TraceReaderType; local
113 trace->Open(qemu_trace_file);
114 trace->ReadKernelSymbols(elf_file);
115 trace->SetRoot(root);
122 if (GetNextValidEvent(trace, &event, &ignored, &function))
132 pStack = new CallStackType(event.pid, kNumStackFrames, trace);
154 delete trace;
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 33 static ReportStack *SymbolizeStack(const StackTrace& trace);
103 static ReportStack *SymbolizeStack(const StackTrace& trace) {
104 if (trace.IsEmpty())
107 for (uptr si = 0; si < trace.Size(); si++) {
110 bool is_last = (si == trace.Size() - 1);
111 ReportStack *ent = SymbolizeCode(trace.Get(si) - !is_last);
198 StackTrace trace; local
199 trace.Init(stack, ssz);
200 rt->stack = SymbolizeStack(trace);
267 StackTrace trace; local
305 StackTrace trace; local
331 StackTrace trace; local
361 StackTrace trace; local
676 StackTrace trace; local
687 StackTrace trace; local
    [all...]
  /dalvik/vm/interp/
InterpState.h 129 * target then jump to it. If the destination trace doesn't exist, update
141 * disturbing the trace formation.
144 * translated trace, directly request a new translation if the destinaion
145 * trace doesn't exist.
147 * destination Dalvik PC is included by the trace itself.
166 kJitTSelectRequest = 1, // Request a trace (subject to filtering)
167 kJitTSelectRequestHot = 2, // Request a hot trace (bypass the filter)
171 kJitTSelect = 4, // Actively selecting a trace
172 kJitTSelectEnd = 5, // Done with the trace - wrap it up
186 kSVSBackwardBranch = 8, // Exiting compiled code with backward branch trace
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 63 trace("Enter DFA.predict for decision "+decisionNumber);
70 if ( debug ) trace("DFA "+decisionNumber+" state "+s+" LA(1)="+String.fromCharCode(input.LA(1))+"("+input.LA(1)+
75 trace("DFA "+decisionNumber+
80 trace("DFA "+decisionNumber+
91 if ( debug ) trace("accept; predict "+accept[s]+" from state "+s);
104 if ( debug ) trace("EOT transition");
122 if ( debug ) trace("EOT transition");
128 if ( debug ) trace("accept via EOF; predict "+accept[eof[s]]+" from "+eof[s]);
133 trace("min["+s+"]="+min[s]);
134 trace("max["+s+"]="+max[s])
    [all...]

Completed in 349 milliseconds

1 2 3 4 5 6 7 891011>>