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

1 2 3 4 5 6 7 8 91011>>

  /external/libchrome/base/
tracked_objects.cc 112 const DeathDataPhaseSnapshot* snapshot = last_phase_snapshot_; local
113 last_phase_snapshot_ = snapshot->prev;
114 delete snapshot;
175 // snapshot from the previous phase. Resetting other fields. Sample values
179 // is that for incrementable fields, resetting to 0 from the snapshot thread
183 // off-by-little corruptions to be likely fixed at the next snapshot.
197 // sample for the previous phase in the next phase's snapshot because
430 void ThreadData::Snapshot(int current_profiling_phase,
489 // snapshot it (but they lock before copying it).
627 // each snapshot calculate the delta between the snapshot and the previou
    [all...]
  /external/libpcap/
pcap-netfilter-linux.c 186 /* pkth.caplen = min (payload_len, handle->snapshot); */
483 handle->bufsize = 128 + handle->snapshot;
537 if (nflog_send_config_mode(handle, groups[i], NFULNL_COPY_PACKET, handle->snapshot) < 0) {
561 if (nfqueue_send_config_mode(handle, groups[i], NFQNL_COPY_PACKET, handle->snapshot) < 0) {
pcap-snf.c 171 if (caplen > p->snapshot)
172 caplen = p->snapshot;
pcap-int.h 88 * Maximum snapshot length.
102 * memory; some applications might use the snapshot length in a
195 int snapshot; member in struct:pcap
sf-pcap-ng.c 988 p->snapshot = idbp->snaplen;
1106 * it's the minimum of the snapshot length
1110 if (hdr->caplen > (bpf_u_int32)p->snapshot)
1111 hdr->caplen = p->snapshot;
1163 * If the link-layer type or snapshot length
1176 if ((bpf_u_int32)p->snapshot != idbp->snaplen) {
1178 "an interface has a snapshot length %u different from the type of the first interface",
1256 * don't have the same interface type, snapshot
    [all...]
  /external/v8/
Makefile 76 # snapshot=off
77 ifeq ($(snapshot), off)
80 ifeq ($(snapshot), external)
173 ifneq ($(snapshot), off)
  /frameworks/base/core/java/android/app/
EnterTransitionCoordinator.java 692 View snapshot = rejectedSnapshots.get(i); local
693 overlay.add(snapshot);
694 animator = ObjectAnimator.ofFloat(snapshot, View.ALPHA, 1, 0);
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 50 * Class representing a graphics context snapshot, as well as a context stack as a linked list.
61 * ({@link Layer#getGraphics()}) is configured only for the new snapshot.
78 * If this is null, this does not mean there's no layer, just that the snapshot is not the
204 * Creates the root snapshot associating it with a given bitmap.
207 * called before the snapshot can be used to draw. Transform and clip operations are permitted
210 * @param bitmap the image to associate to the snapshot or null.
211 * @return the root snapshot
214 GcSnapshot snapshot = new GcSnapshot(); local
216 snapshot.setBitmap(bitmap);
219 return snapshot;
    [all...]
  /prebuilts/misc/common/robolectric/lib/
maven-artifact-manager-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/
maven-artifact-manager-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/
maven-artifact-manager-2.2.1.jar 
  /external/strace/
strace.spec 105 - strace 4.18 snapshot.
135 - New upstream snapshot v4.11-163-g972018f:
282 - rebuilt for new gcc4.1 snapshot and glibc changes
  /art/tools/ahat/src/
ObjectHandler.java 50 public ObjectHandler(AhatSnapshot snapshot) {
51 mSnapshot = snapshot;
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_builder.h 93 * A snapshot of the writer state.
551 struct ilo_builder_snapshot *snapshot);
555 const struct ilo_builder_snapshot *snapshot);
  /external/netperf/doc/examples/
snapshot_script 4 # This is a script to generate a quick "snapshot" of performance for a
87 echo Netperf snapshot script started at `date` >&2
  /frameworks/base/services/core/java/com/android/server/am/
TaskChangeNotificationController.java 413 * Notify listeners that the snapshot of a task has changed.
415 void notifyTaskSnapshotChanged(int taskId, TaskSnapshot snapshot) {
417 taskId, 0, snapshot);
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.3/
haha-2.0.3.jar 
  /external/libchrome/base/trace_event/common/
trace_event_common.h     [all...]
  /external/skia/src/core/
SkTraceEventCommon.h     [all...]
  /external/skia/src/effects/
SkLayerRasterizer.cpp 209 sk_sp<SkLayerRasterizer> SkLayerRasterizer::Builder::snapshot() const { function in class:SkLayerRasterizer::Builder
  /external/v8/base/trace_event/common/
trace_event_common.h     [all...]
  /external/v8/src/snapshot/
natives-external.cc 5 #include "src/snapshot/natives.h"
10 #include "src/snapshot/snapshot-source-sink.h"
14 #error natives-external.cc is used only for the external snapshot build.
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowTestUtils.java 224 public void onSnapshotChanged(ActivityManager.TaskSnapshot snapshot) {
  /frameworks/base/wifi/java/android/net/wifi/
WifiNetworkScoreCache.java 255 for (ScoredNetwork score : mCache.snapshot().values()) {
  /frameworks/opt/bitmap/src/com/android/bitmap/
UnrefedPooledCache.java 201 for (Map.Entry<K, V> item : mNonPooledCache.snapshot().entrySet()) {

Completed in 532 milliseconds

1 2 3 4 5 6 7 8 91011>>