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

1 2

  /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...]
  /external/jmonkeyengine/engine/src/test/jme3test/collision/
TestRayCasting.java 45 private RayTrace tracer; field in class:TestRayCasting
84 tracer = new RayTrace(rootNode, cam, 160, 128);
85 tracer.show();
86 tracer.update();
92 tracer.update();
  /external/chromium/base/debug/
debugger_posix.cc 121 StringPiece tracer("TracerPid:\t");
123 StringPiece::size_type pid_index = status.find(tracer);
128 pid_index += tracer.size();
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
BresenhamTerrainPicker.java 69 private final BresenhamYUpGridTracer tracer = new BresenhamYUpGridTracer(); field in class:BresenhamTerrainPicker
92 tracer.getGridSpacing().set(patch.getWorldScale());
93 tracer.setGridOrigin(patch.getWorldTranslation());
97 tracer.startWalk(workRay);
100 final Vector2f loc = tracer.getGridLocation();
102 if (tracer.isRayPerpendicularToGrid()) {
135 Direction d = tracer.getLastStepDirection();
159 tracer.next();
  /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/apache-xml/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/src/
mark-compact.h 434 void Prepare(GCTracer* tracer);
449 // bookkeeping information. Return a pointer to that tracer.
450 GCTracer* tracer() { return tracer_; } function in class:v8::internal::MarkCompactCollector
589 // A pointer to the current stack-allocated GC tracer object during a full
liveobjectlist.cc     [all...]
hydrogen.h     [all...]
heap.cc 526 { GCTracer tracer(this, gc_reason, collector_reason);
528 // The GC count was incremented in the prologue. Tell the tracer about
530 tracer.set_gc_count(gc_count_);
532 // Tell the tracer which collector we've selected.
533 tracer.set_collector(collector);
540 PerformGarbageCollection(collector, &tracer);
558 GCTracer tracer(this, NULL, NULL);
560 PerformGarbageCollection(SCAVENGER, &tracer);
562 PerformGarbageCollection(MARK_COMPACTOR, &tracer);
764 GCTracer* tracer) {
    [all...]
heap.h 1490 GCTracer* tracer() { return tracer_; } function in class:v8::internal::Heap
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
voyager.h 119 __u8 tracer[4]; member in struct:voyager_eeprom_hdr
  /development/ndk/platforms/android-9/arch-x86/include/asm/
voyager.h 119 __u8 tracer[4]; member in struct:voyager_eeprom_hdr
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
voyager.h 118 __u8 tracer[4]; member in struct:voyager_eeprom_hdr
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
voyager.h 118 __u8 tracer[4]; member in struct:voyager_eeprom_hdr
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
voyager.h 118 __u8 tracer[4]; member in struct:voyager_eeprom_hdr
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
voyager.h 118 __u8 tracer[4]; member in struct:voyager_eeprom_hdr
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
voyager.h 118 __u8 tracer[4]; member in struct:voyager_eeprom_hdr
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
voyager.h 119 __u8 tracer[4]; member in struct:voyager_eeprom_hdr
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
voyager.h 119 __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/PerformanceTests/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/webkit/PerformanceTests/SunSpider/tests/v8-v5/
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/webkit/PerformanceTests/SunSpider/tests/v8-v6/
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

Completed in 1746 milliseconds

1 2