HomeSort by relevance Sort by last modified time
    Searched full:snapshot (Results 226 - 250 of 1754) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/tracing/test_data/
v8.log 228 code-creation,LoadIC,5,0x4240c520,95,"A load IC from the snapshot"
229 code-creation,Builtin,4,0x4240c580,83,"A builtin from the snapshot"
242 code-creation,Builtin,4,0x4240de00,174,"A builtin from the snapshot"
262 code-creation,LoadIC,5,0x424109a0,145,"A load IC from the snapshot"
289 code-creation,CallIC,7,0x424141c0,180,"A call IC from the snapshot"
290 code-creation,CallIC,7,0x42414280,180,"A call IC from the snapshot"
291 code-creation,CallIC,7,0x42414340,180,"A call IC from the snapshot"
292 code-creation,CallIC,7,0x42414400,180,"A call IC from the snapshot"
293 code-creation,CallIC,7,0x424144c0,189,"A call IC from the snapshot"
294 code-creation,CallIC,7,0x42414580,180,"A call IC from the snapshot"
    [all...]
  /art/tools/ahat/src/
BitmapHandler.java 31 public BitmapHandler(AhatSnapshot snapshot) {
32 mSnapshot = snapshot;
NativeAllocationsHandler.java 29 public NativeAllocationsHandler(AhatSnapshot snapshot) {
30 mSnapshot = snapshot;
ObjectsHandler.java 30 public ObjectsHandler(AhatSnapshot snapshot) {
31 mSnapshot = snapshot;
OverviewHandler.java 32 public OverviewHandler(AhatSnapshot snapshot, File hprof) {
33 mSnapshot = snapshot;
  /cts/tests/camera/src/android/hardware/camera2/cts/
RecordingTest.java 251 * Test video snapshot for each camera.
254 * This test covers video snapshot typical use case. The MediaRecorder is used to record the
257 * configuration. The timestamp of capture result before and after video snapshot is also
258 * checked to make sure no frame drop caused by video snapshot.
267 * Test burst video snapshot for each camera.
270 * This test covers burst video snapshot capture. The MediaRecorder is used to record the
272 * capture the JPEG image. {@value #BURST_VIDEO_SNAPSHOT_NUM} video snapshot requests will be
560 // Video snapshot surface
761 * Simple wrapper to wrap normal/burst video snapshot tests
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalSnapshot.java 25 * Pseudo-instruction which is used to hold a snapshot of the
84 sb.append("local-snapshot");
  /dalvik/dx/src/com/android/dx/dex/code/
LocalSnapshot.java 26 * Pseudo-instruction which is used to hold a snapshot of the
85 sb.append("local-snapshot");
  /external/antlr/antlr-3.4/gunit/
pom.xml 30 reliant on the latest snapshot of the runtime, which will either be
31 taken from the antlr-snapshot repository, or your local .m2
  /external/antlr/antlr-3.4/tool/
pom.xml 74 reliant on the latest snapshot of the runtime, which will either be
75 taken from the antlr-snapshot repository, or your local .m2
  /external/autotest/server/samples/
kvm_from_git.srv 46 qemu_options= "-m 256 -hda /var/local/vdisk.img -snapshot"
59 qemu_options= '-m 256 -hda /var/local/vdisk.img -snapshot -kernel "%s" -append "%s"' % (sh_escape(os.path.join(kernel_dir, kernel.get_image_name()[1:])), sh_escape("root=/dev/hda1 ro console=tty0 console=ttyS0,9600"),)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.h 46 // Instantiating this class creates a snapshot of StackDepot which can be
48 // StackDepot, but the snapshot is only guaranteed to contain those stack traces
  /external/dexmaker/
build.xml 16 <pathelement location="lib/mockito-core-1.9.1-SNAPSHOT.jar" />
25 <pathelement location="lib/mockito-core-1.9.1-SNAPSHOT.jar" />
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
LocalSnapshot.java 25 * Pseudo-instruction which is used to hold a snapshot of the
84 sb.append("local-snapshot");
  /external/libchrome/base/metrics/
histogram_snapshot_manager.h 33 // Snapshot all histograms, and ask |histogram_flattener_| to record the
43 // Snapshot this histogram, and record the delta.
  /external/libchrome/base/trace_event/
heap_profiler_allocation_context_tracker.h 21 // the tracker provides a snapshot of its context in the form of an
52 // Returns a snapshot of the current thread-local context.
  /external/v8/src/snapshot/
snapshot-source-sink.h 16 * Source to read snapshot and builtins files from.
75 * Sink to write snapshot files to.
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/ow2/1.3/
ow2-1.3.pom 103 Refer to this server in your settings.xml using the 'ow2.snapshot' ID -->
105 <id>ow2.snapshot</id>
123 <!-- Only list the snapshot repository here since the
126 <id>ow2-plugin-snapshot</id>
127 <name>OW2 Snapshot Plugin Repository</name>
139 <!-- Only list the snapshot repository here since the
142 <id>ow2-snapshot</id>
143 <name>OW2 Snapshot Repository</name>
  /prebuilts/tools/common/m2/repository/org/ow2/ow2/1.3/
ow2-1.3.pom 103 Refer to this server in your settings.xml using the 'ow2.snapshot' ID -->
105 <id>ow2.snapshot</id>
123 <!-- Only list the snapshot repository here since the
126 <id>ow2-plugin-snapshot</id>
127 <name>OW2 Snapshot Plugin Repository</name>
139 <!-- Only list the snapshot repository here since the
142 <id>ow2-snapshot</id>
143 <name>OW2 Snapshot Repository</name>
  /prebuilts/tools/common/offline-m2/org/ow2/ow2/1.3/
ow2-1.3.pom 103 Refer to this server in your settings.xml using the 'ow2.snapshot' ID -->
105 <id>ow2.snapshot</id>
123 <!-- Only list the snapshot repository here since the
126 <id>ow2-plugin-snapshot</id>
127 <name>OW2 Snapshot Plugin Repository</name>
139 <!-- Only list the snapshot repository here since the
142 <id>ow2-snapshot</id>
143 <name>OW2 Snapshot Repository</name>
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /external/v8/src/profiler/
heap-snapshot-generator.h 38 void ReplaceToIndexWithEntry(HeapSnapshot* snapshot);
56 INLINE(HeapSnapshot* snapshot() const);
98 HeapEntry(HeapSnapshot* snapshot,
105 HeapSnapshot* snapshot() { return snapshot_; } function in class:v8::internal::BASE_EMBEDDED
146 // HeapSnapshot represents a single heap snapshot. It is stored in
336 V8HeapExplorer(HeapSnapshot* snapshot,
487 NativeObjectsExplorer(HeapSnapshot* snapshot,
542 HeapSnapshotGenerator(HeapSnapshot* snapshot,
560 // Used during snapshot generation.
572 explicit HeapSnapshotJSONSerializer(HeapSnapshot* snapshot)
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsRecorder.java 200 * Record any delta that occurred since last {@link NetworkStats} snapshot,
202 * snapshot is considered bootstrap, and is not counted as delta.
206 * This should always be set to null if the provided snapshot is aggregated
209 public void recordSnapshotLocked(NetworkStats snapshot,
214 // skip recording when snapshot missing
215 if (snapshot == null) return;
217 // assume first snapshot is bootstrap and don't record
219 mLastSnapshot = snapshot;
226 snapshot, mLastSnapshot, mObserver, mCookie);
266 mLastSnapshot = snapshot;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0/
perflib-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha5/
perflib-25.0.0-alpha5.jar 

Completed in 2285 milliseconds

1 2 3 4 5 6 7 8 91011>>