HomeSort by relevance Sort by last modified time
    Searched full:snapshot (Results 276 - 300 of 1671) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/public/platform/
WebFileSystem.h 146 // Creates a snapshot file for a given file specified by |path|. It returns the metadata of the created snapshot file.
147 // The returned metadata should include a local platform path to the snapshot image.
149 // remote filesystem case the backend may download the file into a temporary snapshot file and return the metadata of the temporary file.
151 // The snapshot file is supposed to be deleted when the last reference to a blink::File referring to it's path is dropped.
152 // WebFileSystemCallbacks::didCreateSnapshotFile() with the metadata of the snapshot file must be called when the operation is completed successfully.
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-parent/1.5.10/
slf4j-parent-1.5.10.pom 215 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
226 <name>Springframework Maven SNAPSHOT Repository</name>
238 <name>Apache Snapshot Plugin Repository</name>
239 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
255 <name>Apache Snapshot Plugin Repository</name>
256 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
  /external/chromium-trace/trace-viewer/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...]
  /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/chromium-trace/trace-viewer/src/cc/
layer_tree_host_impl_view.js 18 * Displays a LayerTreeHostImpl snapshot in a human readable form.
22 'layer-tree-host-impl-snapshot-view',
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_database.h 23 class Snapshot;
42 const leveldb::Snapshot* snapshot_;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotGridNodes.js 114 * @return {?{snapshot:!WebInspector.HeapSnapshotProxy, snapshotNodeIndex:number}}
248 if (this.dataGrid.snapshot.totalSize !== 0) {
520 var snapshot = dataGrid.snapshot;
521 var shallowSizePercent = this._shallowSize / snapshot.totalSize * 100.0;
522 var retainedSizePercent = this._retainedSize / snapshot.totalSize * 100.0;
534 * @return {?{snapshot:!WebInspector.HeapSnapshotProxy, snapshotNodeIndex:number}}
538 return {snapshot: this._dataGrid.snapshot, snapshotNodeIndex: this.snapshotNodeIndex};
691 * @param {!WebInspector.HeapSnapshotProxy} snapshot
    [all...]
  /external/chromium_org/third_party/skia/tests/
Writer32Test.cpp 290 SkAutoDataUnref snapshot(writer.snapshotAsData());
291 // check the snapshot forced a copy of the static data
292 REPORTER_ASSERT(reporter, snapshot->data() != beforeData);
293 REPORTER_ASSERT(reporter, snapshot->size() == writer.bytesWritten());
305 SkAutoDataUnref snapshot(writer.snapshotAsData());
306 // check the snapshot still points to the same data as the writer
308 REPORTER_ASSERT(reporter, snapshot->data() == beforeData);
309 REPORTER_ASSERT(reporter, snapshot->size() == writer.bytesWritten());
  /external/chromium_org/v8/include/
v8-profiler.h 232 // snapshot items together.
284 * Writes the next chunk of snapshot data into the stream. Writing
309 /** Returns heap snapshot UID (assigned by the profiler.) */
312 /** Returns heap snapshot title. */
321 /** Returns total nodes count in the snapshot. */
331 * Deletes the snapshot and removes it from HeapProfiler's list.
338 * Prepare a serialized representation of the snapshot. The result
340 * The total length of the serialized snapshot is unknown in
348 * snapshot: {
404 /** Returns a snapshot by index. *
    [all...]
  /external/chromium_org/v8/src/
snapshot-source-sink.h 16 * Source to read snapshot and builtins files from.
67 * Sink to write snapshot files to.
heap-snapshot-generator.h 34 void ReplaceToIndexWithEntry(HeapSnapshot* snapshot);
53 INLINE(HeapSnapshot* snapshot() const);
92 HeapEntry(HeapSnapshot* snapshot,
99 HeapSnapshot* snapshot() { return snapshot_; } function in class:v8::internal::BASE_EMBEDDED
139 // HeapSnapshot represents a single heap snapshot. It is stored in
330 V8HeapExplorer(HeapSnapshot* snapshot,
473 NativeObjectsExplorer(HeapSnapshot* snapshot,
530 HeapSnapshotGenerator(HeapSnapshot* snapshot,
548 // Used during snapshot generation.
560 explicit HeapSnapshotJSONSerializer(HeapSnapshot* snapshot)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.h 43 // Instantiating this class creates a snapshot of StackDepot which can be
45 // 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/libpcap/
pcap_dump_open.3pcap.in 65 The link-layer type and snapshot length from
67 are used as the link-layer type and snapshot length of the output file.
  /external/skia/tests/
Writer32Test.cpp 290 SkAutoDataUnref snapshot(writer.snapshotAsData());
291 // check the snapshot forced a copy of the static data
292 REPORTER_ASSERT(reporter, snapshot->data() != beforeData);
293 REPORTER_ASSERT(reporter, snapshot->size() == writer.bytesWritten());
305 SkAutoDataUnref snapshot(writer.snapshotAsData());
306 // check the snapshot still points to the same data as the writer
308 REPORTER_ASSERT(reporter, snapshot->data() == beforeData);
309 REPORTER_ASSERT(reporter, snapshot->size() == writer.bytesWritten());
  /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>
  /external/chromium-trace/trace-viewer/src/tracing/importer/
trace_event_importer.js 511 if (event.args.snapshot === undefined) {
514 'Snapshots must have args: {snapshot: ...}');
517 var snapshot;
519 snapshot = process.objects.addSnapshot(
521 this.deepCopyIfNeeded_(event.args.snapshot));
524 'While processing snapshot of ' +
528 instance = snapshot.objectInstance;
568 // and turn that into a snapshot of the instance referred to by id.
601 'While processing implicit snapshot of ' +
609 throw new Error('Created object must be instanceof snapshot');
    [all...]
  /external/chromium_org/sync/syncable/
directory.cc 528 void Directory::TakeSnapshotForSaveChanges(SaveChangesSnapshot* snapshot) {
536 // Deep copy dirty entries from kernel_->metahandles_index into snapshot and
546 snapshot->dirty_metas.insert(snapshot->dirty_metas.end(),
556 DCHECK(snapshot->metahandles_to_purge.empty());
557 snapshot->metahandles_to_purge.swap(kernel_->metahandles_to_purge);
560 snapshot->kernel_info = kernel_->persisted_info;
565 snapshot->kernel_info.next_id -= 65536;
566 snapshot->kernel_info_status = kernel_->info_status;
571 &trans, &snapshot->delete_journals, &snapshot->delete_journals_to_purge)
580 SaveChangesSnapshot snapshot; local
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/games/snapshot/
Snapshot.html 107 <title>Snapshot | Android Developers</title>
493 <li class="current">Snapshot</li>
841 <h1 itemprop="name">Snapshot</h1>
870 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.games.snapshot.Snapshot</td>
895 <a href="/reference/com/google/android/gms/games/snapshot/SnapshotEntity.html">SnapshotEntity</a>
906 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/snapshot/SnapshotEntity.html">SnapshotEntity</a></td>
1054 <a href="/reference/com/google/android/gms/games/snapshot/SnapshotMetadata.html">SnapshotMetadata</a></nobr>
1057 <span class="sympad"><a href="/reference/com/google/android/gms/games/snapshot/Snapshot.html#getMetadata()">getMetadata</a></span>()</nobr
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 81 * Creating Instance of Snapshot stream.
87 LOGE("%s: error - can't creat snapshot stream!", __func__);
91 /* Store HAL object in Snapshot stream Object */
97 LOGE("%s: error - can't init Snapshot channel!", __func__);
276 //Snapshot
    [all...]

Completed in 7898 milliseconds

<<11121314151617181920>>