HomeSort by relevance Sort by last modified time
    Searched refs:tracer (Results 1 - 20 of 20) sorted by null

  /external/chromium/base/
file_descriptor_shuffle_unittest.cc 74 InjectionTracer tracer; local
76 EXPECT_TRUE(PerformInjectiveMultimap(map, &tracer));
77 EXPECT_EQ(0u, tracer.actions().size());
82 InjectionTracer tracer; local
85 EXPECT_TRUE(PerformInjectiveMultimap(map, &tracer));
86 EXPECT_EQ(0u, tracer.actions().size());
91 InjectionTracer tracer; local
94 EXPECT_TRUE(PerformInjectiveMultimap(map, &tracer));
95 EXPECT_EQ(0u, tracer.actions().size());
100 InjectionTracer tracer; local
110 InjectionTracer tracer; local
122 InjectionTracer tracer; local
133 InjectionTracer tracer; local
145 InjectionTracer tracer; local
160 InjectionTracer tracer; local
175 InjectionTracer tracer; local
190 InjectionTracer tracer; local
205 InjectionTracer tracer; local
217 InjectionTracer tracer; local
230 InjectionTracer tracer; local
243 InjectionTracer tracer; local
    [all...]
debug_util_posix.cc 213 base::StringPiece tracer("TracerPid:\t");
215 base::StringPiece::size_type pid_index = status.find(tracer);
220 pid_index += tracer.size();
  /external/bluetooth/bluez/
bootstrap-configure 21 --enable-tracer \
  /external/blktrace/
btrace.spec 20 Summary: Block IO tracer
blktrace.c 102 * Each tracer will have a tracer_devpath_head that it will add new
119 * For piped output to stdout we will have each tracer thread (one per dev)
126 * dp_entries. (When dp_entries is 0, and a tracer adds an entry it will
130 * adb: It may be better just to have a large buffer per tracer per dev,
163 struct tracer { struct
299 * tracer threads add entries, the main thread takes them off and processes
326 static int (*handle_pfds)(struct tracer *, int, int);
538 static void tracer_wait_unblock(struct tracer *tp)
546 static void tracer_signal_ready(struct tracer *tp,
1456 static inline int net_sendfile_data(struct tracer *tp, struct io_info *iop
    [all...]
  /external/v8/src/
mark-compact.h 86 static void Prepare(GCTracer* tracer);
110 // bookkeeping information. Return a pointer to that tracer.
111 static GCTracer* tracer() { return tracer_; } function in class:v8::internal::MarkCompactCollector
151 // A pointer to the current stack-allocated GC tracer object during a full
mark-compact.cc 71 // Tell the tracer.
96 // null out the GC tracer.
103 void MarkCompactCollector::Prepare(GCTracer* tracer) {
104 // Rather than passing the tracer around we stash it in a static member
106 tracer_ = tracer;
    [all...]
heap.cc 405 { GCTracer tracer; local
407 // The GC count was incremented in the prologue. Tell the tracer about
409 tracer.set_gc_count(gc_count_);
412 // Tell the tracer which collector we've selected.
413 tracer.set_collector(collector);
419 PerformGarbageCollection(space, collector, &tracer);
451 GCTracer tracer; local
452 PerformGarbageCollection(NEW_SPACE, SCAVENGER, &tracer);
557 GCTracer* tracer) {
565 MarkCompact(tracer);
    [all...]
heap.h     [all...]
spaces.cc     [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
SerializerTraceWriter.java 54 /** The tracer to send events to */
58 * events from being sent to the tracer
95 * @param tracer the tracer to inform that characters are being written
97 public SerializerTraceWriter(Writer out, SerializerTrace tracer)
100 m_tracer = tracer;
  /external/v8/
Android.v8common.mk 120 src/regexp-macro-assembler-tracer.cc
  /bionic/libc/kernel/arch-x86/asm/
voyager.h 118 __u8 tracer[4]; member in struct:voyager_eeprom_hdr
  /development/ndk/platforms/android-5/arch-x86/include/asm/
voyager.h 118 __u8 tracer[4]; member in struct:voyager_eeprom_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
voyager.h 118 __u8 tracer[4]; member in struct:voyager_eeprom_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
voyager.h 118 __u8 tracer[4]; member in struct:voyager_eeprom_hdr
  /external/v8/benchmarks/
raytrace.js 1 // The ray tracer code in this file is written by Adam Burmister. It
9 // JavaScript framework which is used by the ray tracer.
53 // The rest of this file is the actual ray tracer written by Adam
  /external/webkit/SunSpider/tests/v8-v4/
v8-raytrace.js 1 // The ray tracer code in this file is written by Adam Burmister. It
9 // JavaScript framework which is used by the ray tracer.
48 // The rest of this file is the actual ray tracer written by Adam
  /external/kernel-headers/original/asm-x86/
voyager.h 128 __u8 tracer[4]; /* tracer number */ member in struct:voyager_eeprom_hdr
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 459 milliseconds