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

1 2 3 4 5 6 7 891011>>

  /external/blktrace/
blkiomon.c 2 * I/O monitor based on block queue trace data
44 struct trace { struct
47 struct trace *next;
79 static struct trace *vacant_traces_list = NULL;
83 struct trace *thash[TRACE_HASH_SIZE] = {};
106 static void dump_bit(struct trace *t, const char *descr)
129 static void dump_bits(struct trace *t1, struct trace *t2, const char *descr)
338 static struct trace *blkiomon_alloc_trace(void)
340 struct trace *t = vacant_traces_list
    [all...]
  /external/chromium/base/
logging.cc 560 // Include a stack trace on a fatal.
561 base::debug::StackTrace trace; local
563 trace.OutputToStream(&stream_);
  /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...]
tsan_rtl.h 206 // When hs == 0, the trace consists of 2 parts.
407 Trace trace; member in struct:__tsan::ThreadState
463 Trace trace; member in struct:__tsan::ThreadDeadInfo
600 const StackTrace &trace);
738 Event *trace = (Event*)GetThreadTrace(fs.tid()); local
739 Event *evp = &trace[pos];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-antlr.jar 
  /external/javasqlite/src/main/java/SQLite/
Database.java 582 * Set trace function. Only available in SQLite 2.7.6 and above,
585 * @param tr the trace function
588 public void trace(Trace tr) { method in class:Database
594 private native void _trace(Trace tr);
623 * @param pr the trace function
  /external/kernel-headers/original/linux/
lockdep.h 134 struct stack_trace trace; member in struct:lock_list
  /external/quake/quake/src/WinQuake/
sv_phys.cpp 225 If steptrace is not NULL, the trace of any vertical wall hit will be stored
238 trace_t trace; local
260 trace = SV_Move (ent->u.v.origin, ent->u.v.mins, ent->u.v.maxs, end, false, ent);
262 if (trace.allsolid)
268 if (trace.fraction > 0)
270 VectorCopy (trace.endpos, ent->u.v.origin);
275 if (trace.fraction == 1)
278 if (!trace.ent)
279 Sys_Error ("SV_FlyMove: !trace.ent");
281 if (trace.plane.normal[2] > 0.7
410 trace_t trace; local
1247 trace_t trace; local
1571 trace_t trace; local
    [all...]
world.cpp 28 line of sight checks trace->crosscontent, but bullets don't
39 trace_t trace; member in struct:__anon14696
553 trace_t trace; local
555 trace = SV_Move (ent->u.v.origin, ent->u.v.mins, ent->u.v.maxs, ent->u.v.origin, 0, ent);
557 if (trace.startsolid)
581 qboolean SV_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f, vec3_t p1, vec3_t p2, trace_t *trace)
597 trace->allsolid = false;
599 trace->inopen = true;
601 trace->inwater = true;
604 trace->startsolid = true
724 trace_t trace; local
818 trace_t trace; local
    [all...]
  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiDevice.java 129 Tracer.trace();
152 Tracer.trace();
172 Tracer.trace();
182 Tracer.trace();
192 Tracer.trace();
205 Tracer.trace();
218 Tracer.trace();
231 Tracer.trace();
241 Tracer.trace();
251 Tracer.trace();
    [all...]
UiObject.java 89 Tracer.trace();
121 Tracer.trace(selector);
135 Tracer.trace(selector);
147 Tracer.trace();
238 Tracer.trace(steps);
266 Tracer.trace(steps);
294 Tracer.trace(steps);
321 Tracer.trace(steps);
389 Tracer.trace();
409 Tracer.trace();
    [all...]
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 31 import SQLite.Trace;
582 db.trace((Trace) t);
684 db.trace((Trace) t);
818 db.trace((Trace) t);
1025 public void trace(String stmt) { method in class:OldDatabaseTest.TestTrace
    [all...]
  /dalvik/hit/src/com/android/hit/
HprofParser.java 231 StackTrace trace = new StackTrace(serialNumber, threadSerialNumber, local
234 mState.addStackTrace(trace);
357 StackTrace trace = mState.getStackTraceAtDepth(thread.mStackTrace, local
360 threadSerialNumber, trace);
373 StackTrace trace = mState.getStackTraceAtDepth(thread.mStackTrace, local
376 trace);
388 StackTrace trace = mState.getStackTrace(thread.mStackTrace); local
390 threadSerialNumber, trace);
578 StackTrace trace = mState.getStackTraceAtDepth(thread.mStackTrace, local
581 threadSerialNumber, trace);
    [all...]
  /dalvik/vm/
Thread.h 214 int totalTraceLen; // Number of Dalvik insts in trace
215 const u2* currTraceHead; // Start of the trace we're building
219 const Method* traceMethod; // Starting method of current trace
221 JitTraceRun trace[MAX_JIT_RUN_LEN]; member in struct:Thread
601 * Debug: kill a thread to get a debuggerd stack trace. Leaves the VM
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 20 * 2007-10-17: Options "trace", "traceLexer", "traceParser" and "glib" emit
85 private boolean trace; field in class:ANTLR3
86 /** optional flag to add trace methods to the parser only */
88 /** optional flag to add trace methods to the lexer only */
292 trace = enable;
497 if (trace) {
498 log("Option 'trace' is not supported by ANTLR v3. Option ignored!", Project.MSG_WARN);
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 220 const uptr *trace = StackDepotGet(id, &size); local
222 internal_memcpy(stack->trace, trace, sizeof(uptr) * size);
388 m->alloc_context_id = StackDepotPut(stack->trace, stack->size);
444 m->free_context_id = StackDepotPut(stack->trace, stack->size);
  /external/jdiff/src/jdiff/
RootDocToXML.java 248 if (trace) System.out.println("Found package " + pkgName + " for class " + className);
250 if (trace) System.out.println("Adding new package " + pkgName);
274 if (trace) System.out.println("PROCESSING PACKAGE: " + pkgName);
278 if (trace) System.out.println("#tags: " + tagCount);
308 if (trace) System.out.println("PROCESSING CLASSES, number=" + cd.length);
311 if (trace) System.out.println("PROCESSING CLASS/IFC: " + className);
459 if (trace) System.out.println("PROCESSING INTERFACES, number=" + ifaces.length);
462 if (trace) System.out.println("PROCESSING INTERFACE: " + ifaceName);
473 if (trace) System.out.println("PROCESSING CONSTRUCTORS, number=" + ct.length);
476 if (trace) System.out.println("PROCESSING CONSTRUCTOR: " + ctorName)
1145 private static boolean trace = false; field in class:RootDocToXML
    [all...]
  /external/opencv/cv/src/
cvsurf.cpp 145 float* trace = traces[k]->data.fl; local
149 trace[i] = trace[hessian_cols*hessian_rows-1-i] = 0.f;
152 trace += (SIZE0/2)*(hessian_cols + 1);
158 trace += hessian_cols, hessian += hessian_cols )
163 trace[-j-1] = trace[hessian_cols - SIZE0 + j] = 0.f;
178 trace[j] = (float)(dx + dy);
197 const float* trace = traces[k]->data.fl + i*hessian_cols; local
231 double trace_val = trace[j]
    [all...]
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 77 /// trace
81 bool trace() const function in class:mcld::GeneralOptions
355 bool m_bTrace : 1; // --trace
  /bionic/libc/kernel/arch-x86/asm/
processor_32.h 195 unsigned short trace, io_bitmap_base; member in struct:i386_hw_tss
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 195 unsigned short trace, io_bitmap_base; member in struct:i386_hw_tss

Completed in 1584 milliseconds

1 2 3 4 5 6 7 891011>>