Searched refs:trace (Results 1 - 25 of 423) sorted by relevance

1234567891011>>

/external/javasqlite/src/main/java/SQLite/
H A DTrace.java4 * Callback interface for SQLite's trace function.
10 * Callback to trace (ie log) one SQL statement.
15 public void trace(String stmt); method in interface:Trace
/external/chromium_org/v8/test/mjsunit/
H A Dobject-toprimitive.js39 var trace = []; variable
43 trace.push("vo");
47 trace.push("ts");
53 var ot = { get toString() { trace.push("gts");
55 get valueOf() { trace.push("gvo");
61 assertEquals(["gvo","vo"], trace);
63 trace = [];
66 assertEquals(["gts","ts"], trace);
68 trace = [];
72 assertEquals(["gvo", "vo", "gts", "ts"], trace);
[all...]
/external/v8/test/mjsunit/
H A Dobject-toprimitive.js39 var trace = []; variable
43 trace.push("vo");
47 trace.push("ts");
53 var ot = { get toString() { trace.push("gts");
55 get valueOf() { trace.push("gvo");
61 assertEquals(["gvo","vo"], trace);
63 trace = [];
66 assertEquals(["gts","ts"], trace);
68 trace = [];
72 assertEquals(["gvo", "vo", "gts", "ts"], trace);
[all...]
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_stack_test.cc20 static void TestStackTrace(StackTrace *trace) { argument
23 trace->ObtainCurrent(&thr, 0);
24 EXPECT_EQ(trace->Size(), (uptr)0);
26 trace->ObtainCurrent(&thr, 42);
27 EXPECT_EQ(trace->Size(), (uptr)1);
28 EXPECT_EQ(trace->Get(0), (uptr)42);
32 trace->ObtainCurrent(&thr, 0);
33 EXPECT_EQ(trace->Size(), (uptr)2);
34 EXPECT_EQ(trace->Get(0), (uptr)100);
35 EXPECT_EQ(trace
46 StackTrace trace; local
[all...]
/external/chromium-trace/trace-viewer/src/tcmalloc/
H A Dheap_test.js19 'trace': '',
26 'trace': 'TestObject::TestMethod ',
41 // Tests multi-level trace stacks.
48 'trace': '',
55 'trace': 'TestObject::TestMethod ',
62 'trace': 'TestObject2::TestMethod2 ',
69 'trace': 'TestObject2::TestMethod2 TestObject3::TestMethod3 ',
84 // Verify the first trace entry stack.
85 var trace = heap.children['TestObject::TestMethod'];
86 assertEquals(2, trace
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cc28 StackTrace trace; member in class:__sanitizer::FastUnwindTest
42 // Mark the last fp as zero to terminate the stack trace.
52 trace.size = 0;
53 trace.max_size = ARRAY_SIZE(fake_stack);
54 trace.trace[0] = start_pc;
58 trace.FastUnwindStack(start_pc, (uptr)&fake_stack[0],
61 EXPECT_EQ(6U, trace.size);
62 EXPECT_EQ(start_pc, trace.trace[
[all...]
/external/kernel-headers/original/linux/
H A Dstacktrace.h10 extern void save_stack_trace(struct stack_trace *trace,
14 extern void print_stack_trace(struct stack_trace *trace, int spaces);
16 # define save_stack_trace(trace, task, all, skip) do { } while (0)
17 # define print_stack_trace(trace) do { } while (0)
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_debug.h15 char trace[MAX_TRACE_BUFFER]; \
16 snprintf(trace,MAX_TRACE_BUFFER,str,arg); \
17 phOsalNfc_DbgString(trace); \
23 char trace[MAX_TRACE_BUFFER]; \
24 snprintf(trace,MAX_TRACE_BUFFER,"\n\t %s:",msg); \
25 phOsalNfc_DbgString(trace); \
/external/webrtc/src/system_wrappers/source/
H A Dunittest_utilities_unittest.cc14 #include "system_wrappers/interface/trace.h"
21 ScopedTracing trace(true);
28 ScopedTracing trace(false);
/external/openssh/regress/
H A Dagent-timeout.sh8 trace "start agent"
14 trace "add keys with timeout"
22 trace "agent has $n keys"
26 trace "sleeping 2*${SSHAGENT_TIMEOUT} seconds"
34 trace "kill agent"
H A Dagent-pkcs11.sh23 trace "start agent"
29 trace "generating key/cert"
39 trace "add pkcs11 key to agent"
46 trace "pkcs11 list via agent"
53 trace "pkcs11 connect via agent"
60 trace "remove pkcs11 keys"
67 trace "kill agent"
H A Dmultiplex.sh19 trace "start master, fork to background"
27 trace "env passing over multiplexed connection"
37 trace "ssh transfer over multiplexed connection and check result"
43 trace "ssh transfer over multiplexed connection and check result"
49 trace "sftp transfer over multiplexed connection and check result"
56 trace "scp transfer over multiplexed connection and check result"
64 trace "exit status $s over multiplexed connection"
73 trace "exit status $s with early close over multiplexed connection"
82 trace "test check command"
85 trace "tes
[all...]
H A Dagent.sh11 trace "start agent"
21 trace "overwrite authorized keys"
46 trace "simple connect via agent"
54 trace "agent forwarding"
67 trace "delete all agent keys"
73 trace "kill agent"
/external/chromium_org/tools/tcmalloc/
H A Dprint-live-objects.py34 trace = { "size": int(matches.group(1)),
37 result.append(trace)
43 for trace in traces:
44 for frame in trace["frames"]:
61 for trace in traces:
63 for frame in trace["frames"]:
65 trace["frames"] = frames
83 for trace in sorted(traces, key=lambda x: -x["size"]):
84 print "Leak of %d bytes at address %s" % (trace["size"], trace["addres
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/JavaExtensions/
H A DExceptionExtensions.cs43 string trace = e.StackTrace ?? string.Empty;
44 foreach ( string line in trace.Split( '\n', '\r' ) )
/external/chromium_org/gin/
H A Dtry_catch.cc33 v8::Handle<v8::StackTrace> trace = message->GetStackTrace(); local
34 if (trace.IsEmpty())
37 int len = trace->GetFrameCount();
39 v8::Handle<v8::StackFrame> frame = trace->GetFrame(i);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpabuf.c12 #include "trace.h"
33 struct wpabuf_trace *trace = wpabuf_get_trace(buf); local
34 if (trace->magic != WPABUF_MAGIC) {
36 trace->magic);
51 struct wpabuf_trace *trace; local
60 trace = wpabuf_get_trace(buf);
61 if (trace->magic != WPABUF_MAGIC) {
63 trace->magic);
79 nbuf = os_realloc(trace, sizeof(struct wpabuf_trace) +
84 trace
116 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + local
138 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + local
185 struct wpabuf_trace *trace; local
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dwpabuf.c12 #include "trace.h"
33 struct wpabuf_trace *trace = wpabuf_get_trace(buf); local
34 if (trace->magic != WPABUF_MAGIC) {
36 trace->magic);
51 struct wpabuf_trace *trace; local
60 trace = wpabuf_get_trace(buf);
61 if (trace->magic != WPABUF_MAGIC) {
63 trace->magic);
79 nbuf = os_realloc(trace, sizeof(struct wpabuf_trace) +
84 trace
116 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + local
138 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + local
185 struct wpabuf_trace *trace; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpabuf.c12 #include "trace.h"
33 struct wpabuf_trace *trace = wpabuf_get_trace(buf); local
34 if (trace->magic != WPABUF_MAGIC) {
36 trace->magic);
51 struct wpabuf_trace *trace; local
60 trace = wpabuf_get_trace(buf);
61 if (trace->magic != WPABUF_MAGIC) {
63 trace->magic);
79 nbuf = os_realloc(trace, sizeof(struct wpabuf_trace) +
84 trace
116 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + local
138 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + local
185 struct wpabuf_trace *trace; local
[all...]
/external/chromium_org/testing/perf/
H A Dperf_test.cc17 const std::string& trace,
28 trace.c_str(), prefix.c_str(), values.c_str(), suffix.c_str(),
34 const std::string& trace,
41 printf("%s", ResultsToString(measurement, modifier, trace, values,
52 const std::string& trace,
58 trace,
68 const std::string& trace,
74 trace,
85 const std::string& trace,
92 trace,
15 ResultsToString(const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& values, const std::string& prefix, const std::string& suffix, const std::string& units, bool important) argument
32 PrintResultsImpl(const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& values, const std::string& prefix, const std::string& suffix, const std::string& units, bool important) argument
50 PrintResult(const std::string& measurement, const std::string& modifier, const std::string& trace, size_t value, const std::string& units, bool important) argument
66 PrintResult(const std::string& measurement, const std::string& modifier, const std::string& trace, double value, const std::string& units, bool important) argument
82 AppendResult(std::string& output, const std::string& measurement, const std::string& modifier, const std::string& trace, size_t value, const std::string& units, bool important) argument
100 PrintResult(const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& value, const std::string& units, bool important) argument
116 AppendResult(std::string& output, const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& value, const std::string& units, bool important) argument
133 PrintResultMeanAndError(const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& mean_and_error, const std::string& units, bool important) argument
143 AppendResultMeanAndError(std::string& output, const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& mean_and_error, const std::string& units, bool important) argument
154 PrintResultList(const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& values, const std::string& units, bool important) argument
164 AppendResultList(std::string& output, const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& values, const std::string& units, bool important) argument
[all...]
H A Dperf_test.h16 // "_browser"; |trace| is a description of the particular data point, e.g.
23 // string to specify a particular graph and the |trace| to identify a trace
27 const std::string& trace,
33 const std::string& trace,
41 const std::string& trace,
50 const std::string& trace,
58 const std::string& trace,
68 const std::string& trace,
76 const std::string& trace,
[all...]
/external/chromium_org/v8/tools/
H A Dgc-nvp-trace-processor.py33 # run with flags --trace-gc --trace-gc-nvp. Relies on gnuplot for actual
36 # Usage: gc-nvp-trace-processor.py <GC-trace-filename>
59 trace = []
64 info['i'] = len(trace)
65 trace.append(info)
66 return trace
173 def generate_datafile(datafile_name, trace, fields):
175 for line in trace
[all...]
/external/v8/tools/
H A Dgc-nvp-trace-processor.py33 # run with flags --trace-gc --trace-gc-nvp. Relies on gnuplot for actual
36 # Usage: gc-nvp-trace-processor.py <GC-trace-filename>
59 trace = []
64 info['i'] = len(trace)
65 trace.append(info)
66 return trace
173 def generate_datafile(datafile_name, trace, fields):
175 for line in trace
[all...]
/external/chromium/base/debug/
H A Dstack_trace_unittest.cc24 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/chromium_org/base/debug/
H A Dstack_trace.cc17 StackTrace::StackTrace(const void* const* trace, size_t count) { argument
20 memcpy(trace_, trace, count * sizeof(trace_[0]));

Completed in 612 milliseconds

1234567891011>>