HomeSort by relevance Sort by last modified time
    Searched full:trace (Results 1626 - 1650 of 3884) sorted by null

<<61626364656667686970>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 157 trace() const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 157 trace() const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 135 trace() const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_node.h 88 /** @brief Hash function for summary trace using call stack as index. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 157 trace() const;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 135 trace() const;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_node.h 88 /** @brief Hash function for summary trace using call stack as index. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 135 trace() const;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler_node.h 88 /** @brief Hash function for summary trace using call stack as index. */
  /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(TestFailure status, TestIdentifier test, String trace) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GlTracePlugin.java 64 mConsole = new MessageConsole("OpenGL Trace View", null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 96 public FrameSummaryViewPage(GLTrace trace) {
97 mTrace = trace;
100 public void setInput(GLTrace trace) {
101 mTrace = trace;
  /sdk/emulator/qtools/
gtrace.cpp 23 // Extend the trace file to a multiple of 8k. Otherwise gtracepost64
  /system/core/debuggerd/
backtrace.c 97 _LOG(log, SCOPE_AT_FAULT, "Could not obtain stack trace for thread.\n");
  /art/runtime/
runtime.cc 60 #include "trace.h"
118 Trace::Shutdown();
386 parsed->method_trace_file_ = "/data/method-trace-file.bin";
589 } else if (option == "-Xmethod-trace") {
591 } else if (StartsWith(option, "-Xmethod-trace-file:")) {
592 parsed->method_trace_file_ = option.substr(strlen("-Xmethod-trace-file:"));
593 } else if (StartsWith(option, "-Xmethod-trace-file-size:")) {
596 Trace::SetDefaultClockSource(kProfilerClockSourceThreadCpu);
598 Trace::SetDefaultClockSource(kProfilerClockSourceWall);
600 Trace::SetDefaultClockSource(kProfilerClockSourceDual)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 58 private boolean trace = false; field in class:Tool
210 else if (args[i].equals("-trace")) {
736 System.err.println(" -trace generate a recognizer that traces rule entry/exit");
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 784 // The role interface for getting the OS stack trace as a string.
790 // Returns the current OS stack trace as a String. Parameters:
793 // in the trace.
830 // Information about a Google Test trace point.
917 // Sets the OS stack trace getter.
919 // Does nothing if the input and the current OS stack trace getter
924 // Returns the current OS stack trace getter if it is not NULL;
929 // Returns the current OS stack trace as a String.
938 // trace but Bar() and CurrentOsStackTraceExceptTop() won't.
    [all...]
  /external/chromium/testing/gtest/src/
gtest-internal-inl.h 401 // The role interface for getting the OS stack trace as a string.
407 // Returns the current OS stack trace as a String. Parameters:
410 // in the trace.
447 // Information about a Google Test trace point.
580 // Sets the OS stack trace getter.
582 // Does nothing if the input and the current OS stack trace getter
587 // Returns the current OS stack trace getter if it is not NULL;
592 // Returns the current OS stack trace as a String.
601 // trace but Bar() and CurrentOsStackTraceExceptTop() won't.
716 // Getters for the per-thread Google Test trace stack
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-internal-inl.h 417 // The role interface for getting the OS stack trace as a string.
423 // Returns the current OS stack trace as an std::string. Parameters:
426 // in the trace.
466 // Information about a Google Test trace point.
603 // Sets the OS stack trace getter.
605 // Does nothing if the input and the current OS stack trace getter
610 // Returns the current OS stack trace getter if it is not NULL;
615 // Returns the current OS stack trace as an std::string.
624 // trace but Bar() and CurrentOsStackTraceExceptTop() won't.
739 // Getters for the per-thread Google Test trace stack
    [all...]

Completed in 2587 milliseconds

<<61626364656667686970>>