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

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
asan_interface.h 91 // Useful for calling from the debugger to get the allocation stack trace
92 // and thread ID for a heap address. Stores up to 'size' frames into 'trace',
94 size_t __asan_get_alloc_stack(void *addr, void **trace, size_t size,
97 // Useful for calling from the debugger to get the free stack trace
98 // and thread ID for a heap address. Stores up to 'size' frames into 'trace',
100 size_t __asan_get_free_stack(void *addr, void **trace, size_t size,
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
asan_interface.h 91 // Useful for calling from the debugger to get the allocation stack trace
92 // and thread ID for a heap address. Stores up to 'size' frames into 'trace',
94 size_t __asan_get_alloc_stack(void *addr, void **trace, size_t size,
97 // Useful for calling from the debugger to get the free stack trace
98 // and thread ID for a heap address. Stores up to 'size' frames into 'trace',
100 size_t __asan_get_free_stack(void *addr, void **trace, size_t size,
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
asan_interface.h 91 // Useful for calling from the debugger to get the allocation stack trace
92 // and thread ID for a heap address. Stores up to 'size' frames into 'trace',
94 size_t __asan_get_alloc_stack(void *addr, void **trace, size_t size,
97 // Useful for calling from the debugger to get the free stack trace
98 // and thread ID for a heap address. Stores up to 'size' frames into 'trace',
100 size_t __asan_get_free_stack(void *addr, void **trace, size_t size,
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/
asan_interface.h 91 // Useful for calling from the debugger to get the allocation stack trace
92 // and thread ID for a heap address. Stores up to 'size' frames into 'trace',
94 size_t __asan_get_alloc_stack(void *addr, void **trace, size_t size,
97 // Useful for calling from the debugger to get the free stack trace
98 // and thread ID for a heap address. Stores up to 'size' frames into 'trace',
100 size_t __asan_get_free_stack(void *addr, void **trace, size_t size,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rb_tree_map_/
node.hpp 90 trace() const function in struct:__gnu_pbds::detail::rb_tree_node_
126 trace() const function in struct:__gnu_pbds::detail::rb_tree_node_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
node.hpp 71 trace() const function in struct:__gnu_pbds::detail::splay_tree_node_
113 trace() const function in struct:__gnu_pbds::detail::splay_tree_node_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rb_tree_map_/
node.hpp 90 trace() const function in struct:__gnu_pbds::detail::rb_tree_node_
126 trace() const function in struct:__gnu_pbds::detail::rb_tree_node_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
node.hpp 71 trace() const function in struct:__gnu_pbds::detail::splay_tree_node_
113 trace() const function in struct:__gnu_pbds::detail::splay_tree_node_
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rb_tree_map_/
node.hpp 90 trace() const function in struct:__gnu_pbds::detail::rb_tree_node_
126 trace() const function in struct:__gnu_pbds::detail::rb_tree_node_
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/splay_tree_/
node.hpp 71 trace() const function in struct:__gnu_pbds::detail::splay_tree_node_
113 trace() const function in struct:__gnu_pbds::detail::splay_tree_node_
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/
node.hpp 90 trace() const function in struct:__gnu_pbds::detail::rb_tree_node_
126 trace() const function in struct:__gnu_pbds::detail::rb_tree_node_
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/
node.hpp 71 trace() const function in struct:__gnu_pbds::detail::splay_tree_node_
113 trace() const function in struct:__gnu_pbds::detail::splay_tree_node_
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
TestCollector.java 52 public synchronized void testFailed(TestIdentifier test, String trace) {
68 public synchronized void testAssumptionFailure(TestIdentifier test, String trace) {
  /external/ltrace/
Android.mk 65 sysdeps/linux-gnu/trace.c \
79 $(arm_path)/trace.c \
87 $(arm64_path)/trace.c \
94 $(mips_path)/trace.c \
102 $(x86_path)/trace.c \
  /external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.h 87 bool GetCapabilities(UINT mixId, MIXERCAPS& caps, bool trace = false) const;
88 bool GetDestinationLineInfo(UINT mixId, DWORD destId, MIXERLINE& line, bool trace = false) const;
89 bool GetSourceLineInfo(UINT mixId, DWORD destId, DWORD srcId, MIXERLINE& line, bool trace = false) const;
91 bool GetAllLineControls(UINT mixId, const MIXERLINE& line, MIXERCONTROL* controlArray, bool trace = false) const;
93 bool GetControlDetails(UINT mixId, MIXERCONTROL& controlArray, bool trace = false) const;
  /frameworks/volley/src/main/java/com/android/volley/
VolleyLog.java 85 StackTraceElement[] trace = new Throwable().fillInStackTrace().getStackTrace(); local
90 for (int i = 2; i < trace.length; i++) {
91 Class<?> clazz = trace[i].getClass();
93 String callingClass = trace[i].getClassName();
97 caller = callingClass + "." + trace[i].getMethodName();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThrowableTest.java 99 private String fixStacktrace(String trace) {
103 while (lastIndex < trace.length()) {
104 int index = trace.indexOf('\n', lastIndex);
106 index = trace.length();
107 String line = trace.substring(lastIndex, index);
  /external/slf4j/integration/lib/
slf4j-simple-1.6.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
slf4j-simple-1.7.5.jar 
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-simple/1.7.2/
slf4j-simple-1.7.2.jar 
  /external/webrtc/webrtc/system_wrappers/source/
trace_impl.cc 34 const int Trace::kBoilerplateLength = 71;
35 const int Trace::kTimestampPosition = 13;
36 const int Trace::kTimestampLength = 12;
37 volatile int Trace::level_filter_ = kTraceDefault;
529 void Trace::CreateTrace() {
534 void Trace::ReturnTrace() {
539 int32_t Trace::TraceFile(char file_name[FileWrapper::kMaxFileNameSize]) {
540 TraceImpl* trace = TraceImpl::GetTrace(); local
541 if (trace) {
542 int ret_val = trace->TraceFileImpl(file_name)
562 TraceImpl* trace = TraceImpl::GetTrace(); local
572 TraceImpl* trace = TraceImpl::GetTrace(); local
583 TraceImpl* trace = TraceImpl::GetTrace(level); local
    [all...]
  /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/crcalc/src/com/hp/creals/
UnaryCRFunction.java 297 static final boolean ENABLE_TRACE = false; // Change to generate trace
298 static void trace(String s) { method in class:inverseMonotone_UnaryCRFunction
384 trace("Setting interval to entire domain");
406 trace("Setting interval based on prev. appr");
407 trace("prev. prec = " + rough_prec + " appr = " + rough_appr);
435 trace("***Iteration: " + i);
436 trace("Arg prec = " + working_arg_prec
439 trace("l = " + l); trace("h = " + h);
440 trace("f(l) = " + f_l); trace("f(h) = " + f_h)
    [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...]
  /external/webrtc/webrtc/tools/loopback_test/
loopback_test.js 44 trace("Dropping non-turn candidate: " + candidate.candidate);
130 trace("Success");
135 trace("Fail: " + msg);
167 trace("Failed to add Ice Candidate: " + error.toString());
174 trace('Failed to create session description: ' + error.toString());
178 trace("Offer: " + desc.sdp);
188 trace("Answer: " + desc.sdp);

Completed in 4977 milliseconds

1 2 3 4 5 6 7 891011>>