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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win.h 127 // Writes data chunk from the device to the snapshot file path based on the
172 // of the snapshot file.
200 // Used to track the current state of the snapshot file (e.g how many bytes
201 // written to the snapshot file, optimal data transfer size, source file
204 // A snapshot file is created incrementally. CreateSnapshotFile request reads
205 // and writes the snapshot file data in chunks. In order to retain the order
206 // of the snapshot file requests, make sure there is only one active snapshot
  /external/chromium_org/sync/internal_api/public/sessions/
sync_session_snapshot_unittest.cc 45 SyncSessionSnapshot snapshot(model_neutral,
57 scoped_ptr<base::DictionaryValue> value(snapshot.ToValue());
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
options.h 17 class Snapshot;
154 // If "snapshot" is non-NULL, read as of the supplied snapshot
156 // not have been released). If "snapshot" is NULL, use an impliicit
157 // snapshot of the state at the beginning of this read operation.
159 const Snapshot* snapshot; member in struct:leveldb::ReadOptions
164 snapshot(NULL) {
  /external/chromium_org/v8/src/
heap-profiler.h 8 #include "src/heap-snapshot-generator-inl.h"
46 void RemoveSnapshot(HeapSnapshot* snapshot);
mksnapshot.cc 93 sink.PutBlob(snapshot_bytes, snapshot_data.length(), "snapshot");
106 i::PrintF("Writing snapshot file failed.. Aborting.\n");
124 fprintf(fp_, "// Autogenerated snapshot file. Do not edit.\n\n");
127 fprintf(fp_, "#include \"src/snapshot.h\"\n\n");
173 fprintf(fp_, "const byte Snapshot::%sdata_[] = {\n", prefix);
176 fprintf(fp_, "const int Snapshot::%ssize_ = %d;\n", prefix,
180 fprintf(fp_, "const byte* Snapshot::%sraw_data_ = Snapshot::%sdata_;\n",
182 fprintf(fp_, "const int Snapshot::%sraw_size_ = Snapshot::%ssize_;\n"
    [all...]
  /external/iputils/doc/
Makefile 39 snapshot:
40 @date "+%y%m%d" > snapshot.db
  /external/kernel-headers/original/uapi/linux/
meye.h 54 /* get a still uncompressed snapshot */
56 /* get a jpeg compressed snapshot */
  /external/libpcap/
pcap_set_snaplen.3pcap 24 pcap_set_snaplen \- set the snapshot length for a not-yet-activated
37 sets the snapshot length to be used on a capture handle when the handle
  /external/llvm/test/CodeGen/X86/
2010-06-09-FastAllocRegisters.ll 10 declare void @snapshot()
15 call void bitcast (void ()* @snapshot to void (i64, i64, i64, i64, i64, i64, i64, i64, i64, i64, i64, i64)*)(i64 32, i64 33, i64 34, i64 35, i64 36, i64 37, i64 38, i64 39, i64 40, i64 41, i64 42, i64 43) nounwind
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
meye.h 54 /* get a still uncompressed snapshot */
56 /* get a jpeg compressed snapshot */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
meye.h 54 /* get a still uncompressed snapshot */
56 /* get a jpeg compressed snapshot */
  /frameworks/base/docs/html/reference/com/google/android/gms/games/snapshot/
SnapshotEntity.html 874 <a href="/reference/com/google/android/gms/games/snapshot/Snapshot.html">Snapshot</a>
901 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.games.snapshot.SnapshotEntity</td>
1039 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/snapshot/SnapshotEntity.html#CREATOR">CREATOR</a></td>
1078 <span class="sympad"><a href="/reference/com/google/android/gms/games/snapshot/SnapshotEntity.html#describeContents()">describeContents</a></span>()</nobr>
1094 <span class="sympad"><a href="/reference/com/google/android/gms/games/snapshot/SnapshotEntity.html#equals(java.lang.Object)">equals</a></span>(Object obj)</nobr>
1107 <a href="/reference/com/google/android/gms/games/snapshot/Snapshot.html">Snapshot</a></nobr
    [all...]
SnapshotMetadataEntity.html 876 <a href="/reference/com/google/android/gms/games/snapshot/SnapshotMetadata.html">SnapshotMetadata</a>
903 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.games.snapshot.SnapshotMetadataEntity</td>
1027 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-com.google.android.gms.games.snapshot.SnapshotMetadata" class="jd-expando-trigger closed"
1028 ><img id="inherited-constants-com.google.android.gms.games.snapshot.SnapshotMetadata-trigger"
1031 <a href="/reference/com/google/android/gms/games/snapshot/SnapshotMetadata.html">com.google.android.gms.games.snapshot.SnapshotMetadata</a>
1032 <div id="inherited-constants-com.google.android.gms.games.snapshot.SnapshotMetadata">
1033 <div id="inherited-constants-com.google.android.gms.games.snapshot.SnapshotMetadata-list"
1036 <div id="inherited-constants-com.google.android.gms.games.snapshot.SnapshotMetadata-summary" style="display: none;">
1043 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/snapshot/SnapshotMetadata.html#PLAYED_TIME_UNKNOWN">PLAYED_TIME_UNKNOWN</a></td
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
object_collection.js 66 var snapshot = instanceMap.addSnapshot(category, name, ts, args);
67 if (snapshot.objectInstance.category != category) {
68 throw new Error('Added snapshot with different category ' +
71 if (snapshot.objectInstance.name != name) {
72 throw new Error('Added snapshot with different name than ' +
75 return snapshot;
  /external/chromium_org/base/
tracked_objects_unittest.cc 220 ThreadData::Snapshot(false, &process_data);
288 DeathDataSnapshot snapshot(*data);
289 EXPECT_EQ(2, snapshot.count);
290 EXPECT_EQ(2 * run_ms, snapshot.run_duration_sum);
291 EXPECT_EQ(run_ms, snapshot.run_duration_max);
292 EXPECT_EQ(run_ms, snapshot.run_duration_sample);
293 EXPECT_EQ(2 * queue_ms, snapshot.queue_duration_sum);
294 EXPECT_EQ(queue_ms, snapshot.queue_duration_max);
295 EXPECT_EQ(queue_ms, snapshot.queue_duration_sample);
309 ThreadData::Snapshot(false, &process_data)
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
HttpResponseCache.java 161 DiskLruCache.Snapshot snapshot; local
164 snapshot = cache.get(key);
165 if (snapshot == null) {
168 entry = new Entry(snapshot.getInputStream(ENTRY_METADATA));
174 Response response = entry.response(request, snapshot);
242 DiskLruCache.Snapshot snapshot = ((CacheResponseBody) cached.body()).snapshot; local
245 editor = snapshot.edit(); // Returns null if snapshot is not current
579 private final DiskLruCache.Snapshot snapshot; field in class:HttpResponseCache.CacheResponseBody
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
HeapSnapshot.js 51 * @param {!WebInspector.HeapSnapshot} snapshot
54 WebInspector.HeapSnapshotEdge = function(snapshot, edgeIndex)
56 this._snapshot = snapshot;
57 this._edges = snapshot.containmentEdges;
179 * @param {!WebInspector.HeapSnapshot} snapshot
181 WebInspector.HeapSnapshotNodeIndexProvider = function(snapshot)
183 this._node = snapshot.createNode();
202 * @param {!WebInspector.HeapSnapshot} snapshot
204 WebInspector.HeapSnapshotEdgeIndexProvider = function(snapshot)
206 this._edge = snapshot.createEdge(0)
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_delegate_impl_linux.h 131 // Writes data from the device to the snapshot file path based on the
135 // |snapshot_file_info| specifies the metadata details of the snapshot file.
172 // create the snapshot file of |snapshot_request_info.device_file_path|.
176 // to the snapshot file.
195 // |snapshot_file_info| specifies the snapshot file metadata details.
265 // Used to track the current snapshot file request. A snapshot file is created
267 // to the snapshot file in chunks. In order to retain the order of the
268 // snapshot file requests, make sure there is only one active snapshot fil
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsRecorder.java 161 * Record any delta that occurred since last {@link NetworkStats} snapshot,
163 * snapshot is considered bootstrap, and is not counted as delta.
165 public void recordSnapshotLocked(NetworkStats snapshot,
169 // skip recording when snapshot missing
170 if (snapshot == null) return;
172 // assume first snapshot is bootstrap and don't record
174 mLastSnapshot = snapshot;
181 snapshot, mLastSnapshot, mObserver, mCookie);
213 mLastSnapshot = snapshot;
273 // Clear UID from current stats snapshot
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
RecordingTest.java 184 * Test video snapshot for each camera.
187 * This test covers video snapshot typical use case. The MediaRecorder is used to record the
190 * configuration. The timestamp of capture result before and after video snapshot is also
191 * checked to make sure no frame drop caused by video snapshot.
200 * Test burst video snapshot for each camera.
203 * This test covers burst video snapshot capture. The MediaRecorder is used to record the
205 * capture the JPEG image. {@value #BURST_VIDEO_SNAPSHOT_NUM} video snapshot requests will be
391 // Video snapshot surface
551 * Simple wrapper to wrap normal/burst video snapshot tests
556 Log.i(TAG, "Testing video snapshot for camera " + id)
    [all...]
  /external/antlr/antlr-3.4/
BUILD.txt 113 (however the build may be able to locate this in the ANTLR snapshot or
172 [INFO] Building jar: /home/jimi/antlrsrc/code/antlr/main/target/antlr-master-3.4-SNAPSHOT-completejar.jar
179 java -jar ~/antlrsrc/code/antlr/main/target/antlr-master-3.4-SNAPSHOT-completejar.jar $*
186 version number. They should always contain a.b.c-SNAPSHOT
187 (e.g. 3.1.3-SNAPSHOT). Only release branches should have their pom
204 perforce, then modify the <version>a.b.c-SNAPSHOT</version> in the
230 3.1.4-SNAPSHOT, we need to change the antlr3-maven-plugin pom.xml and
241 deploy to the ANTLR repositories (snapshot or release) you must have
278 Note that so long as the artifacts are versioned with a.b.c-SNAPSHOT
279 then deployment will always be to the development snapshot
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.h 190 // Return a snapshot of the current contents of *this.
193 // the snapshot is discarded by calling ReleaseSnapshot().
194 class Snapshot;
195 Snapshot* TakeSnapshot();
197 // Release a previously taken snapshot. snapshot must not
199 void ReleaseSnapshot(Snapshot* snapshot);
201 // Return a snapshot of every non-live, non-ignored object in *this.
205 Snapshot* NonLiveSnapshot(Snapshot* base)
    [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageFetcher.java 196 DiskLruCache.Snapshot snapshot; local
207 snapshot = mHttpDiskCache.get(key);
208 if (snapshot == null) {
221 snapshot = mHttpDiskCache.get(key);
223 if (snapshot != null) {
225 (FileInputStream) snapshot.getInputStream(DISK_CACHE_INDEX);
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageFetcher.java 196 DiskLruCache.Snapshot snapshot; local
207 snapshot = mHttpDiskCache.get(key);
208 if (snapshot == null) {
221 snapshot = mHttpDiskCache.get(key);
223 if (snapshot != null) {
225 (FileInputStream) snapshot.getInputStream(DISK_CACHE_INDEX);
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageFetcher.java 196 DiskLruCache.Snapshot snapshot; local
207 snapshot = mHttpDiskCache.get(key);
208 if (snapshot == null) {
221 snapshot = mHttpDiskCache.get(key);
223 if (snapshot != null) {
225 (FileInputStream) snapshot.getInputStream(DISK_CACHE_INDEX);

Completed in 2044 milliseconds

1 2 3 4 5 6 7 8 91011>>