HomeSort by relevance Sort by last modified time
    Searched full:trace (Results 726 - 750 of 2719) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rb_tree_map_/
node.hpp 89 trace() const function in struct:__gnu_pbds::detail::rb_tree_node_
125 trace() const function in struct:__gnu_pbds::detail::rb_tree_node_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/splay_tree_/
node.hpp 70 trace() const function in struct:__gnu_pbds::detail::splay_tree_node_
112 trace() const function in struct:__gnu_pbds::detail::splay_tree_node_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
tree_trace_base.hpp 88 trace() const;
127 trace() const function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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/8/sources/cxx-stl/gnu-libstdc++/4.7/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_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
tree_trace_base.hpp 73 trace() const;
109 trace() const function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java 61 /** List of GL Calls in the trace. */
64 /** Number of GL contexts in the trace. */
102 public DurationMinimap(Composite parent, GLTrace trace) {
105 setInput(trace);
163 public void setInput(GLTrace trace) {
164 if (trace != null) {
165 mCalls = trace.getGLCalls();
166 mContextCount = trace.getContexts().size();
  /external/valgrind/main/lackey/
lk_main.c 40 // * --trace-mem=yes: trace all (data) memory accesses.
41 // * --trace-superblocks=yes:
42 // trace all superblock entries. Mostly of interest
55 // Specific Details about --trace-mem=yes
57 // Lackey's --trace-mem code is a good starting point for building Valgrind
82 // store, as in the last two examples in the above trace.
106 // Lackey with --trace-mem gives good traces, but they are not perfect, for
109 // - It does not trace into the OS kernel, so system calls and other kernel
144 // Specific Details about --trace-superblocks=ye
    [all...]
  /dalvik/vm/compiler/
CompilerIR.h 69 kJitTrace = 0, // Acyclic - all instructions come from the trace descriptor
70 kJitLoop, // Cycle - trace descriptor is used as a hint
268 BasicBlock *backChainBlock; // for loop-trace
270 BasicBlock *nextCodegenBlock; // for extended trace codegen
  /dalvik/vm/mterp/armv5te/
OP_SGET.S 45 * If the JIT is actively building a trace we need to make sure
OP_SGET_WIDE.S 50 * If the JIT is actively building a trace we need to make sure
OP_SPUT.S 46 * If the JIT is actively building a trace we need to make sure
  /dalvik/vm/mterp/mips/
OP_SGET_WIDE.S 36 * If the JIT is actively building a trace we need to make sure
OP_SPUT.S 33 * If the JIT is actively building a trace we need to make sure
OP_SPUT_OBJECT.S 33 * If the JIT is actively building a trace we need to make sure
OP_SPUT_WIDE.S 52 * If the JIT is actively building a trace we need to make sure
  /external/antlr/antlr-3.4/runtime/Python/tests/
t044trace.py 8 self.compileGrammar(options='-trace')
  /external/bison/tests/
sets.at 23 # trace output (INPUT), and save it in OUTPUT.
81 AT_BISON_CHECK([[--trace=sets input.y]], [], [], [stderr])
165 AT_BISON_CHECK([[--trace=sets input.y]], [], [], [stderr])
211 AT_BISON_CHECK([[--trace=sets input.y]], [], [], [stderr])
  /external/blktrace/
blkrawverify.c 87 unsigned int trace = (action >> BLK_TC_SHIFT) & 0xffff; local
92 if (trace & (1 << i)) {
186 INC_BAD("bad trace");
191 fprintf(stderr, "unsupported trace version\n");
  /external/blktrace/btt/
Makefile 17 misc.o output.o proc.o seek.o trace.o trace_complete.o trace_im.o \
  /external/blktrace/doc/
btrecord.8 37 device or devices that you wish to trace and later replay IOs upon. Note:
53 each trace file created by \fIblktrace\fR, and crafty IO descriptions
88 Find trace files automatically
89 This option instructs \fIbtreplay\fR to go find all the trace files in the
  /external/bluetooth/bluedroid/stack/avrc/
avrc_sdp.c 260 ** Description Sets the trace level for AVRC. If 0xff is passed, the
261 ** current trace level is returned.
273 ** Returns The new trace level or current trace level if
  /external/bluetooth/bluedroid/stack/include/
a2d_api.h 211 ** Description Sets the trace level for A2D. If 0xff is passed, the
212 ** current trace level is returned.
224 ** Returns The new trace level or current trace level if
  /external/chromium/chrome/browser/resources/gpu_internals/
timeline_model.js 25 * associated with a specific trace event. For example,
52 * A TimelineThread stores all the trace events collected for a particular
86 * trace. Right now, we keep this around purely for bookkeeping
131 // The ptid is a unique key for a thread in the trace.
  /external/giflib/
gif_lib_private.h 52 GifByteType Suffix[LZ_MAX_CODE + 1]; /* So we can trace the codes. */

Completed in 260 milliseconds

<<21222324252627282930>>