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

<<11121314151617181920>>

  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/3/
commons-parent-3.pom 36 a dummy repository. Use "mvn -Prc deploy" (Apache snapshot repository) or
254 <name>Apache Development Snapshot Repository</name>
255 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
259 <name>Apache Development Snapshot Repository</name>
260 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
  /external/libpcap/
sf-pcap.c 234 p->snapshot = hdr.snaplen;
347 * If it was done in cooked mode, p->snapshot was
350 * would be p->snapshot. However, a faked Ethernet
353 * would be p->snapshot + 14.
357 * cooked mode, and add 14 to the snapshot length.
358 * That means that, for a raw capture, the snapshot
363 p->snapshot += 14;
371 p->bufsize = p->snapshot;
374 * Bogus snapshot length; use 64KiB as a fallback.
496 * over the BUFMOD problem and not setting the snapshot
    [all...]
pcap-snoop.c 114 if (cc == (p->snapshot + sizeof(struct snoopheader)) &&
115 (datalen < p->snapshot))
118 caplen = (datalen < p->snapshot) ? datalen : p->snapshot;
353 if (p->snapshot > ifr.ifr_mtu + ll_hdrlen)
354 p->snapshot = ifr.ifr_mtu + ll_hdrlen;
362 snooplen = p->snapshot - ll_hdrlen;
  /device/lge/mako/camera/
QCameraHWI.cpp 82 * Creating Instance of Snapshot stream.
88 ALOGE("%s: error - can't creat snapshot stream!", __func__);
92 /* Store HAL object in Snapshot stream Object */
98 ALOGE("%s: error - can't init Snapshot channel!", __func__);
285 //Snapshot
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotView.js 42 this.element.classList.add("heap-snapshot-view");
110 var retainmentViewHeader = document.createElementWithClass("div", "heap-snapshot-view-resizer");
364 var resizer = document.createElementWithClass("div", "heap-snapshot-view-resizer");
510 if (this._constructorsDataGrid.snapshot)
716 if (dataGrid.snapshot)
796 this._retainmentDataGrid.setDataSource(dataSource.snapshot, dataSource.snapshotNodeIndex);
798 this._allocationStackView.setAllocatedObject(dataSource.snapshot, dataSource.snapshotNodeIndex)
843 if (!dataGrid || dataGrid.snapshot)
855 if (dataGrid.snapshot !== snapshotProxy)
    [all...]
  /external/chromium_org/v8/tools/
ll_prof.py 69 # symbols. Use default log names and include the snapshot log.
70 $ %prog --snapshot --disasm-top=10
77 $ %prog --log=foo.log --snapshot-log=snap-foo.log --trace=foo.data --snapshot
82 JS_SNAPSHOT_ORIGIN = "js-snapshot"
324 """V8 snapshot log reader."""
327 r"snapshot-code-name,(\d+),\"(.*)\"")
426 # attempts to reconstruct code log from the snapshot.
852 parser.add_option("--snapshot-log",
853 default="obj/release/snapshot.log"
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 75 /* signal snapshot is done */
277 /* find snapshot stream */
285 CDBG_ERROR("%s: cannot find snapshot stream", __func__);
290 /* find snapshot frame */
347 /* find snapshot stream */
355 CDBG_ERROR("%s: cannot find snapshot stream", __func__);
360 /* find snapshot frame */
460 CDBG_ERROR("%s: add snapshot stream failed\n", __func__);
546 CDBG_ERROR("%s: add main snapshot stream failed\n", __func__);
623 CDBG_ERROR("%s: add main snapshot stream failed\n", __func__)
    [all...]
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.cc 665 void WebKitTestRunner::CaptureDumpPixels(const SkBitmap& snapshot) {
666 DCHECK_NE(0, snapshot.info().fWidth);
667 DCHECK_NE(0, snapshot.info().fHeight);
669 SkAutoLockPixels snapshot_lock(snapshot);
670 // The snapshot arrives from the GPU process via shared memory. Because MSan
673 MSAN_UNPOISON(snapshot.getPixels(), snapshot.getSize());
675 base::MD5Sum(snapshot.getPixels(), snapshot.getSize(), &digest);
684 routing_id(), actual_pixel_hash, snapshot));
    [all...]
  /external/chromium_org/storage/browser/fileapi/
file_system_operation.h 98 // |file_info| is the metadata of the snapshot file created.
99 // |platform_path| is the path to the snapshot file created.
101 // The snapshot file could simply be of the local file pointed by the given
103 // may want to download the file into a temporary snapshot file and then
107 // snapshot file. It can be set to let the chromium backend take
108 // care of the life time of the snapshot file. Otherwise (if the returned
111 // the lifetime of the snapshot file on its own (e.g. by its cache system)
361 // Creates a local snapshot file for a given |path| and returns the
362 // metadata and platform path of the snapshot file via |callback|.
366 // into a temporary snapshot file and return the metadata of th
    [all...]
async_file_util.h 324 // Creates a local snapshot file for a given |url| and returns the
325 // metadata and platform path of the snapshot file via |callback|.
329 // temporary snapshot file which holds the file data and return
333 // |file_info| is the metadata of the snapshot file created.
334 // |platform_path| is the full absolute platform path to the snapshot
337 // local snapshot file and return the path of the created file.
  /external/chromium_org/sync/syncable/
directory.h 149 // constructed and forms a consistent snapshot of what needs to be sent to
311 // SaveChanges works by taking a consistent snapshot of the current Directory
313 // snapshot to the backing store under no transaction, and finally cleaning
585 // Constructs a consistent snapshot of the current Directory state and
586 // indices (by deep copy) under a ReadTransaction for use in |snapshot|.
588 void TakeSnapshotForSaveChanges(SaveChangesSnapshot* snapshot);
592 // |snapshot|. See SaveChanges() for more information.
593 bool VacuumAfterSaveChanges(const SaveChangesSnapshot& snapshot);
596 // processed |snapshot| failed, for example, due to no disk space.
597 void HandleSaveChangesFailure(const SaveChangesSnapshot& snapshot);
    [all...]
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 328 //! Gets file descriptor by gotten open() for snapshot
371 //! Start snapshot
373 //! Stop snapshot
375 //! Check snapshot start
377 //! Gets snapshot's buffer
379 //! Sets snapshot's buffer
381 //! Gets snapshot's buffer
383 //! Put(dq) snapshot's buffer
475 //! Gets the maximum zoom value allowed for snapshot.
570 //! Returns true if video snapshot is supported
    [all...]
  /external/valgrind/main/massif/docs/
ms-manual.xml 245 represents a snapshot, i.e. a measurement of the memory usage at a certain
246 point in time. If the next snapshot is more than one column away, a
247 horizontal line of characters is drawn from the top of the snapshot to just
248 before the next snapshot column. The text at the bottom show that 25
268 every 10th snapshot is detailed, although this can be changed via the
271 <para>Finally, there is at most one <emphasis>peak</emphasis> snapshot. The
272 peak snapshot is a detailed snapshot, and records the point where memory
273 consumption was greatest. The peak snapshot is represented in the graph by
275 that snapshot 14 was the peak.</para
    [all...]