Searched defs:traces (Results 1 - 8 of 8) sorted by relevance

/external/autotest/server/cros/chaos_lib/
H A Dchaos_analyzer.py113 def traces(self): member in class:ChaosTestInfo
231 for trace in test_info.traces:
/external/blktrace/
H A Dblkrawverify.c39 static struct trace_info traces[] = { variable in typeref:struct:trace_info
54 #define N_TRACES (sizeof(traces) / sizeof(struct trace_info))
94 sprintf(buf2, "| %s ", traces[i].string);
215 * skip notify traces, they don't have valid sequences
259 fprintf(ofp, "%8s %d traces\n", "", nbad_trace);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc434 static bool HandleRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2], argument
443 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr));
444 hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr));
480 static void AddRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2], argument
485 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr));
486 hash.hash[1] = md5_hash(traces[1].trace, traces[
626 VarSizeStackTrace traces[kMop]; local
[all...]
/external/fio/t/
H A Dbtrace2fio.c482 unsigned long traces; local
495 traces = 0;
532 traces++;
542 printf("Traces loaded: %lu\n", traces);
996 log_err("fio: missing completion traces, depths capped at %u\n", max_depth);
/external/opencv/cv/src/
H A Dcvsurf.cpp105 CvMat** traces = (CvMat**)cvStackAlloc(totalLayers*sizeof(traces[0])); local
136 traces[k] = cvCreateMat( hessian_rows, hessian_cols, CV_32FC1 );
145 float* trace = traces[k]->data.fl;
197 const float* trace = traces[k]->data.fl + i*hessian_cols;
246 cvReleaseMat( &traces[k] );
/external/libchrome/base/trace_event/
H A Dtrace_event_unittest.cc1229 size_t traces = (min_traces + max_traces) / 2; local
1232 for (size_t i = 0; i < traces; i++) {
1237 min_traces = traces - 10;
1239 max_traces = traces + 10;
1243 for (size_t traces = min_traces; traces < max_traces; traces++) {
1246 for (size_t i = 0; i < traces; i++) {
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 248 milliseconds