HomeSort by relevance Sort by last modified time
    Searched defs:snapshot (Results 1 - 17 of 17) sorted by null

  /external/webkit/WebCore/loader/icon/
PageURLRecord.cpp 58 PageURLSnapshot PageURLRecord::snapshot(bool forDeletion) const function in class:WebCore::PageURLRecord
IconRecord.cpp 97 IconSnapshot IconRecord::snapshot(bool forDeletion) const function in class:WebCore::IconRecord
  /frameworks/base/core/tests/coretests/src/android/os/
PerformanceCollectorTest.java 51 Bundle snapshot = (Bundle)readPrivateField("mPerfSnapshot", mPerfCollector); local
52 assertNotNull(snapshot);
53 assertEquals(2, snapshot.size());
60 Bundle snapshot = mPerfCollector.endSnapshot(); local
62 verifySnapshotBundle(snapshot);
111 Bundle snapshot = (Bundle)readPrivateField("mPerfSnapshot", mPerfCollector); local
112 assertNotNull(snapshot);
113 assertEquals(2, snapshot.size());
348 * by staggering calls to snapshot and timing functions.
399 private void verifySnapshotBundle(Bundle snapshot) {
    [all...]
  /external/bluetooth/glib/gmodule/
gmodule-win32.c 124 HANDLE snapshot; local
141 if ((snapshot = (*pfnCreateToolhelp32Snapshot) (TH32CS_SNAPMODULE, 0)) == (HANDLE) -1)
146 if ((*pfnModule32First) (snapshot, &me32))
151 } while ((*pfnModule32Next) (snapshot, &me32));
154 CloseHandle (snapshot);
  /external/guava/src/com/google/common/collect/
ConcurrentHashMultiset.java 147 return snapshot().toArray();
151 return snapshot().toArray(array);
158 private List<E> snapshot() { method in class:ConcurrentHashMultiset
419 return snapshot().toArray();
423 return snapshot().toArray(array);
430 private List<Multiset.Entry<E>> snapshot() {
  /external/ppp/pppd/include/
pcap-int.h 70 int snapshot; member in struct:pcap
  /external/v8/test/cctest/
test-serialize.cc 38 #include "snapshot.h"
180 PrintF("Unable to write to snapshot file \"%s\"\n", snapshot_file);
275 CHECK(Snapshot::Initialize(FLAG_testing_serialization_file));
295 // serialize a snapshot in a VM that is booted from a snapshot.
296 if (!Snapshot::IsEnabled()) {
310 if (!Snapshot::IsEnabled()) {
324 if (!Snapshot::IsEnabled()) {
342 if (!Snapshot::IsEnabled()) {
441 if (!Snapshot::IsEnabled())
452 byte* snapshot = ReadBytes(file_name, &snapshot_size); local
533 byte* snapshot = ReadBytes(file_name, &snapshot_size); local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 351 RegisterSpecSet snapshot = local
353 state.snapshot(insn.getAddress(), snapshot); local
529 * Sets the local state at the given address to the given snapshot.
536 public void snapshot(int address, RegisterSpecSet specs) { method in class:LocalList.MakeState
538 System.err.printf("%04x snapshot %s\n", address, specs);
561 System.err.printf("%04x snapshot done\n", address);
  /external/chromium/base/
histogram.cc 120 SampleSet snapshot; local
121 SnapshotSample(&snapshot);
122 Count sample_count = snapshot.TotalCount();
124 WriteAsciiHeader(snapshot, sample_count, output);
130 max_size = GetPeakBucketSize(snapshot);
135 while (0 == snapshot.counts(largest_non_empty_bucket)) {
144 if (snapshot.counts(i)) {
155 Count current = snapshot.counts(i);
163 if (0 == current && i < bucket_count() - 1 && 0 == snapshot.counts(i + 1)) {
164 while (i < bucket_count() - 1 && 0 == snapshot.counts(i + 1)
759 Histograms snapshot; local
780 Histograms snapshot; local
    [all...]
  /external/libpcap/
pcap-int.h 149 int snapshot; member in struct:pcap
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 1057 PassRefPtr<Image> PluginView::snapshot() function in class:WebCore::PluginView
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java 438 GcSnapshot snapshot = canvasDelegate.getSnapshot(); local
441 AffineTransform currentTx = snapshot.getTransform();
449 snapshot.setTransform(currentTx);
466 GcSnapshot snapshot = canvasDelegate.getSnapshot(); local
472 snapshot.setTransform(matrixTx);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 46 * Class representing a graphics context snapshot, as well as a context stack as a linked list.
57 * ({@link Layer#getGraphics()}) is configured only for the new snapshot.
74 * If this is null, this does not mean there's no layer, just that the snapshot is not the
194 * Creates the root snapshot associating it with a given bitmap.
197 * called before the snapshot can be used to draw. Transform and clip operations are permitted
200 * @param image the image to associate to the snapshot or null.
201 * @return the root snapshot
204 GcSnapshot snapshot = new GcSnapshot(); local
206 snapshot.setBitmap(bitmap);
209 return snapshot;
    [all...]
  /external/v8/src/
platform-win32.cc 1141 HANDLE snapshot = _CreateToolhelp32Snapshot( local
    [all...]
  /external/qemu/
vl-android.c 4918 int snapshot, linux_boot, net_boot; local
    [all...]
vl.c 4982 int snapshot, linux_boot, net_boot; local
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 1436 milliseconds