HomeSort by relevance Sort by last modified time
    Searched full:snapshot (Results 201 - 225 of 1754) sorted by null

1 2 3 4 5 6 7 891011>>

  /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);
  /external/autotest/client/cros/chameleon/
audio_board.py 98 """Abstracts the snapshot of AudioBus for user to restore it later."""
192 """Gets the snapshot of AudioBus so user can restore it later.
200 def restore_snapshot(self, snapshot):
201 """Restore the snapshot.
207 logging.debug('Restoring snapshot with %s', snapshot._endpoints)
208 for endpoint in snapshot._endpoints:
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 48 * Class representing a graphics context snapshot, as well as a context stack as a linked list.
59 * ({@link Layer#getGraphics()}) is configured only for the new snapshot.
76 * If this is null, this does not mean there's no layer, just that the snapshot is not the
202 * Creates the root snapshot associating it with a given bitmap.
205 * called before the snapshot can be used to draw. Transform and clip operations are permitted
208 * @param bitmap the image to associate to the snapshot or null.
209 * @return the root snapshot
212 GcSnapshot snapshot = new GcSnapshot(); local
214 snapshot.setBitmap(bitmap);
217 return snapshot;
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
volume.py 40 :ivar snapshot_id: The ID of the snapshot this volume was created
192 Create a snapshot of this EBS Volume.
195 :param description: A description of the snapshot.
198 :rtype: :class:`boto.ec2.snapshot.Snapshot`
199 :return: The created Snapshot object
241 :rtype: list of L{boto.ec2.snapshot.Snapshot}
242 :return: The requested Snapshot objects
  /art/tools/ahat/src/
HeapTable.java 52 TableConfig<T> config, AhatSnapshot snapshot, List<T> elements) {
55 for (Heap heap : snapshot.getHeaps()) {
56 if (hasNonZeroEntry(snapshot, heap, config, elements)) {
134 public static <T> boolean hasNonZeroEntry(AhatSnapshot snapshot, Heap heap,
136 if (snapshot.getHeapSize(heap) > 0) {
Sort.java 69 public InstanceByHeapRetainedSize(AhatSnapshot snapshot, Heap heap) {
70 mIndex = snapshot.getHeapIndex(heap);
109 public static Comparator<Instance> defaultInstanceCompare(AhatSnapshot snapshot) {
113 Heap appHeap = snapshot.getHeap("app");
115 comparators.add(new InstanceByHeapRetainedSize(snapshot, appHeap));
  /external/dagger2/
README.md 24 - ***Snapshot Version:* 2.1-SNAPSHOT**
27 to the open-source community. Snapshot releases are auto-deployed to sonatype's central maven
28 repository on a clean build with the version `2.1-SNAPSHOT`.
100 Developer snapshots are available from [Sonatype's snapshot repository][dagger-snap], and
  /frameworks/base/services/core/java/com/android/server/am/
CoreSettingsObserver.java 103 private void populateSettings(Bundle snapshot, Map<String, Class<?>> map) {
117 snapshot.putString(setting, value);
127 snapshot.putInt(setting, value);
137 snapshot.putFloat(setting, value);
147 snapshot.putLong(setting, value);
  /libcore/ojluni/src/main/java/sun/net/
ProgressMonitor.java 64 * Return a snapshot of the ProgressSource list
67 ArrayList<ProgressSource> snapshot = new ArrayList<ProgressSource>(); local
74 // Clone ProgressSource and add to snapshot
75 snapshot.add((ProgressSource)pi.clone());
83 return snapshot;
  /prebuilts/tools/common/gradle-plugins/repository/org/apache/apache/4/
apache-4.pom 54 <name>Apache Snapshot Repository</name>
55 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
70 <name>Apache Development Snapshot Repository</name>
71 <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
93 <artifact>org.apache:apache-distribution-resources:1.0-SNAPSHOT</artifact>
  /prebuilts/tools/common/m2/repository/org/apache/apache/4/
apache-4.pom 54 <name>Apache Snapshot Repository</name>
55 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
70 <name>Apache Development Snapshot Repository</name>
71 <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
93 <artifact>org.apache:apache-distribution-resources:1.0-SNAPSHOT</artifact>
  /prebuilts/tools/common/offline-m2/org/apache/apache/4/
apache-4.pom 54 <name>Apache Snapshot Repository</name>
55 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
70 <name>Apache Development Snapshot Repository</name>
71 <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
93 <artifact>org.apache:apache-distribution-resources:1.0-SNAPSHOT</artifact>
  /external/valgrind/massif/tests/
culling1.stderr.exp 226 Massif: (skipped 1 snapshot)
228 Massif: (skipped 1 snapshot)
230 Massif: (skipped 1 snapshot)
232 Massif: (skipped 1 snapshot)
234 Massif: (skipped 1 snapshot)
236 Massif: (skipped 1 snapshot)
238 Massif: (skipped 1 snapshot)
240 Massif: (skipped 1 snapshot)
242 Massif: (skipped 1 snapshot)
244 Massif: (skipped 1 snapshot)
    [all...]
  /frameworks/base/libs/hwui/
RecordingCanvas.cpp 94 void RecordingCanvas::onSnapshotRestored(const Snapshot& removed, const Snapshot& restored) {
95 if (removed.flags & Snapshot::kFlagIsFboLayer) {
97 } else if (removed.flags & Snapshot::kFlagIsLayer) {
124 const Snapshot& previous = *mState.currentSnapshot();
126 // initialize the snapshot as though it almost represents an FBO layer so deferred draw
157 Snapshot& snapshot = *mState.writableSnapshot(); local
163 snapshot.resetClip(0, 0, 0, 0);
169 auto previousClip = getRecordedClip(); // note: done before new snapshot's clip has change
    [all...]
GlopBuilder.h 78 GlopBuilder& setTransform(const Snapshot& snapshot, const int transformFlags) {
79 return setTransform(*snapshot.transform, transformFlags);
  /external/chromium-trace/catapult/tracing/test_data/
chromeos_system_trace.json 1 {"traceEvents":[{"cat":"__metadata","pid":5044,"tid":5051,"ts":0,"ph":"M","name":"process_sort_index","args":{"sort_index":-1}},{"cat":"__metadata","pid":5044,"tid":5051,"ts":0,"ph":"M","name":"process_name","args":{"name":"GPU Process"}},{"cat":"__metadata","pid":5044,"tid":5051,"ts":0,"ph":"M","name":"thread_name","args":{"name":"Chrome_ChildIOThread"}},{"cat":"__metadata","pid":5075,"tid":13,"ts":0,"ph":"M","name":"process_sort_index","args":{"sort_index":-5}},{"cat":"__metadata","pid":5075,"tid":13,"ts":0,"ph":"M","name":"process_name","args":{"name":"Renderer"}},{"cat":"__metadata","pid":5075,"tid":13,"ts":0,"ph":"M","name":"process_labels","args":{"labels":"chrome://tracing"}},{"cat":"__metadata","pid":5075,"tid":12,"ts":0,"ph":"M","name":"thread_sort_index","args":{"sort_index":-1}},{"cat":"__metadata","pid":5075,"tid":13,"ts":0,"ph":"M","name":"thread_name","args":{"name":"Chrome_ChildIOThread"}},{"cat":"__metadata","pid":5243,"tid":74,"ts":0,"ph":"M","name":"process_sort_index","args":{"sort_index":-5}},{"cat":"__metadata","pid":5243,"tid":74,"ts":0,"ph":"M","name":"process_name","args":{"name":"Renderer"}},{"cat":"__metadata","pid":5243,"tid":74,"ts":0,"ph":"M","name":"process_labels","args":{"labels":"The New York Times - Breaking News, World News & Multimedia"}},{"cat":"__metadata","pid":5243,"tid":73,"ts":0,"ph":"M","name":"thread_sort_index","args":{"sort_index":-1}},{"cat":"__metadata","pid":5145,"tid":28,"ts":0,"ph":"M","name":"process_sort_index","args":{"sort_index":-5}},{"cat":"__metadata","pid":5145,"tid":28,"ts":0,"ph":"M","name":"process_name","args":{"name":"Renderer"}},{"cat":"__metadata","pid":5145,"tid":28,"ts":0,"ph":"M","name":"process_labels","args":{"labels":"The New York Times - Breaking News, World News & Multimedia"}},{"cat":"__metadata","pid":5145,"tid":27,"ts":0,"ph":"M","name":"thread_sort_index","args":{"sort_index":-1}},{"cat":"__metadata","pid":5173,"tid":44,"ts":0,"ph":"M","name":"process_sort_index","args":{"sort_index":-5}},{"cat":"__metadata","pid":5173,"tid":44,"ts":0,"ph":"M","name":"process_name","args":{"name":"Renderer"}},{"cat":"__metadata","pid":5173,"tid":44,"ts":0,"ph":"M","name":"process_labels","args":{"labels":"The New York Times - Breaking News, World News & Multimedia"}},{"cat":"__metadata","pid":5173,"tid":43,"ts":0,"ph":"M","name":"thread_sort_index","args":{"sort_index":-1}},{"cat":"disabled-by-default-system_stats","pid":5014,"tid":5014,"ts":5443650636079,"ph":"O","name":"base::TraceEventSystemStatsMonitor::SystemStats","args":{"snapshot":{"committed_memory":15710472,"diskinfo":{"io":2.0,"io_time":156170190.0,"read_time":68751660.0,"reads":13857167.0,"reads_merged":786631.0,"sectors_read":788992266.0,"sectors_written":6112151522.0,"weighted_io_time":1255672974.0,"write_time":1185976134.0,"writes":65188628.0,"writes_merged":33208722.0},"meminfo":{"active_anon":10804264,"active_file":7842436,"buffers":685608,"cached":13703664,"dirty":696,"free":2774120,"gem_objects":-1,"gem_size":-1,"inactive_anon":985064,"inactive_file":6506528,"pgmajfault":2545143,"pswpin":28875,"pswpout":214110,"shmem":20504,"slab":3310560,"swap_free":32727528,"swap_total":33472508,"swap_used":744980,"total":32873864},"swapinfo":{"compr_data_size":0.0,"compression_ratio":0.0,"mem_used_total":0.0,"num_reads":0.0,"num_writes":0.0,"orig_data_size":0.0}}},"tts":1237088,"id":"0x1"},{"cat":"disabled-by-default-system_stats","pid":5014,"tid":5014,"ts":5443652636232,"ph":"O","name":"base::TraceEventSystemStatsMonitor::SystemStats","args":{"snapshot":{"committed_memory":15805196,"diskinfo":{"io":0.0,"io_time":156171120.0,"read_time":68752640.0,"reads":13857248.0,"reads_merged":786631.0,"sectors_read":788993218.0,"sectors_written":6112152858.0,"weighted_io_time":1255674364.0,"write_time":1185976594.0,"writes":65188662.0,"writes_merged":33208865.0},"meminfo":{"active_anon":10892412,"active_file":7842868,"buffers":685620,"cached":13701160,"dirty":2308,"free":2681888,"gem_objects":-1,"gem_size":-1,"inactive_anon":981684,"inactive_file":6506696,"pgmajfault":2545143,"pswpin":28875,"pswpout":214110,"shmem":16992,"slab":3311176,"swap_free":32727528,"swap_total":33472508,"swap_used":744980,"total":32873864},"swapinfo":{"compr_data_size":0.0,"compression_ratio":0.0,"mem_used_total":0.0,"num_reads":0.0,"num_writes":0.0,"orig_data_size":0.0}}},"tts":1592246,"id":"0x1"},{"cat":"disabled-by-default-system_stats","pid":5014,"tid":5014,"ts":5443654637016,"ph":"O","name":"base::TraceEventSystemStatsMonitor::SystemStats","args":{"snapshot":{"committed_memory":15897236,"diskinfo":{"io":2.0,"io_time":156172960.0,"read_time":68753640.0,"reads":13857284.0,"reads_merged":786631.0,"sectors_read":788993650.0,"sectors_written":6112155418.0,"weighted_io_time":1255677174.0,"write_time":1185978384.0,"writes":65188783.0,"writes_merged":33209097.0},"meminfo":{"active_anon":10983148,"active_file":7843352,"buffers":685664,"cached":13714676,"dirty":3384,"free":2576288,"gem_objects":-1,"gem_size":-1,"inactive_anon":994592,"inactive_file":6506792,"pgmajfault":2545143,"pswpin":28875,"pswpout":214110,"shmem":30388,"slab":3311060,"swap_free":32727528,"swap_total":33472508,"swap_used":744980,"total":32873864},"swapinfo":{"compr_data_size":0.0,"compression_ratio":0.0,"mem_used_total":0.0,"num_reads":0.0,"num_writes":0.0,"orig_data_size":0.0}}},"tts":1900656,"id":"0x1"},{"cat":"disabled-by-default-system_stats","pid":5014,"tid":5014,"ts":5443656637297,"ph":"O","name":"base::TraceEventSystemStatsMonitor::SystemStats","args":{"snapshot":{"committed_memory":15877380,"diskinfo":{"io":0.0,"io_time":156173900.0,"read_time":68754000.0,"reads":13857292.0,"reads_merged":786631.0,"sectors_read":788993738.0,"sectors_written":6112156530.0,"weighted_io_time":1255678544.0,"write_time":1185979414.0,"writes":65188862.0,"writes_merged":33209164.0},"meminfo":{"active_anon":10962980,"active_file":7843496,"buffers":685708,"cached":13712284,"dirty":3568,"free":2598492,"gem_objects":-1,"gem_size":-1,"inactive_anon":992124,"inactive_file":6506796,"pgmajfault":2545143,"pswpin":28875,"pswpout":214110,"shmem":27908,"slab":3311076,"swap_free":32727528,"swap_total":33472508,"swap_used":744980,"total":32873864},"swapinfo":{"compr_data_size":0.0,"compression_ratio":0.0,"mem_used_total":0.0,"num_reads":0.0,"num_writes":0.0,"orig_data_size":0.0}}},"tts":2116938,"id":"0x1"},{"cat":"disabled-by-default-system_stats","pid":5014,"tid":5014,"ts":5443658638103,"ph":"O","name":"base::TraceEventSystemStatsMonitor::SystemStats","args":{"snapshot":{"committed_memory":15936472,"diskinfo":{"io":1.0,"io_time":156174380.0,"read_time":68754420.0,"reads":13857323.0,"reads_merged":786631.0,"sectors_read":788993986.0,"sectors_written":6112157130.0,"weighted_io_time":1255679144.0,"write_time":1185979594.0,"writes":65188899.0,"writes_merged":33209202.0},"meminfo":{"active_anon":11019900,"active_file":7843576,"buffers":685716,"cached":13706804,"dirty":3720,"free":2544872,"gem_objects":-1,"gem_size":-1,"inactive_anon":986664,"inactive_file":6506760,"pgmajfault":2545143,"pswpin":28875,"pswpout":214110,"shmem":21944,"slab":3311396,"swap_free":32727528,"swap_total":33472508,"swap_used":744980,"total":32873864},"swapinfo":{"compr_data_size":0.0,"compression_ratio":0.0,"mem_used_total":0.0,"num_reads":0.0,"num_writes":0.0,"orig_data_size":0.0}}},"tts":2381444,"id":"0x1"},{"cat":"disabled-by-default-system_stats","pid":5014,"tid":5014,"ts":5443660638570,"ph":"O","name":"base::TraceEventSystemStatsMonitor::SystemStats","args":{"snapshot":{"committed_memory":15918664,"diskinfo":{"io":0.0,"io_time":156175540.0,"read_time":68754940.0,"reads":13857351.0,"reads_merged":786631.0,"sectors_read":788994250.0,"sectors_written":6112162538.0,"weighted_io_time":1255680814.0,"write_time":1185980744.0,"writes":65189021.0,"writes_merged":33209768.0},"meminfo":{"active_anon":11060768,"active_file":7519444,"buffers":668680,"cached":13409824,"dirty":4244,"free":2876696,"gem_objects":-1,"gem_size":-1,"inactive_anon":989312,"inactive_file":6512216,"pgmajfault":2545144,"pswpin":28875,"pswpout":214486,"shmem":27180,"slab":3253408,"swap_free":32726024,"swap_total":33472508,"swap_used":746484,"total":32873864},"swapinfo":{"compr_data_size":0.0,"compression_ratio":0.0,"mem_used_total":0.0,"num_reads":0.0,"num_writes":0.0,"orig_data_size":0.0}}},"tts":2750410,"id":"0x1"},{"cat":"disabled-by-default-system_stats","pid":5014,"tid":5014,"ts":5443662638376,"ph":"O","name":"base::TraceEventSystemStatsMonitor::SystemStats","args":{"snapshot":{"committed_memory":15972868,"diskinfo":{"io":1.0,"io_time":156176570.0,"read_time":68755290.0,"reads":13857378.0,"reads_merged":786631.0,"sectors_read":788994562.0,"sectors_written":6112164282.0,"weighted_io_time":1255682034.0,"write_time":1185981614.0,"writes":65189097.0,"writes_merged":33209929.0},"meminfo":{"active_anon":11115364,"active_file":7519348,"buffers":668724,"cached":13406836,"dirty":4652,"free":2825436,"gem_objects":-1,"gem_size":-1,"inactive_anon":986852,"inactive_file":6512524,"pgmajfault":2545144,"pswpin":28875,"pswpout":214486,"shmem":23892,"slab":3252980,"swap_free":32726024,"swap_total":33472508,"swap_used":746484,"total":32873864},"swapinfo":{"compr_data_size":0.0,"compression_ratio":0.0,"mem_used_total":0.0,"num_reads":0.0,"num_writes":0.0,"orig_data_size":0.0}}},"tts":3122595,"id":"0x1"},{"cat":"disabled-by-default-system_stats","pid":5014,"tid":5014,"ts":5443664639143,"ph":"O","name":"base::TraceEventSystemStatsMonitor::SystemStats","args":{"snapshot":{"committed_memory":16029600,"diskinfo":{"io":1.0,"io_time":156177080.0,"read_time":68755470.0,"reads":13857402.0,"reads_merged":786631.0,"sectors_read":788994754.0,"sectors_written":6112165338.0,"weighted_io_time":1255682564.0,"write_time":1185981944.0,"writes":65189133.0,"writes_merged":33210008.0},"meminfo":{"active_anon":11170756,"active_file":7519520,"buffers":668756,"cached":13407460,"dirty":4972,"free":2768048,"gem_objects":-1,"gem_size":-1,"inactive_anon":986844,"inactive_file":6512604,"pgmajfault":2545144,"pswpin":28875,"pswpout":214486,"shmem":24300,"slab":3252920,"swap_free":32726024,"swap_total":33472508,"swap_used":746484,"total":32873864},"swapinfo":{"compr_data_size":0.0,"compression_ratio":0.0,"mem_used_total":0.0,"num_reads":0.0,"num_writes":0.0,"orig_data_size":0.0}}},"tts":3542284,"id":"0x1"},{"cat":"disabled-by-default-system_stats","pid":5014,"tid":5014,"ts":5443666639924,"ph":"O","name":"base::TraceEventSystemStatsMonitor::SystemStats","args":{"snapshot":{"committed_memory":16047456,"diskinfo":{"io":0.0,"io_time":156177640.0,"read_time":68755730.0,"reads":13857423.0,"reads_merged":786631.0,"sectors_read":788994922.0,"sectors_written":6112166178.0,"weighted_io_time":1255683274.0,"write_time":1185982414.0,"writes":65189173.0,"writes_merged":33210074.0},"meminfo":{"active_anon":11187444,"active_file":7519728,"buffers":668792,"cached":13402720,"dirty":5296,"free":2754896,"gem_objects":-1,"gem_size":-1,"inactive_anon":981984,"inactive_file":6512720,"pgmajfault":2545144,"pswpin":28875,"pswpout":214486,"shmem":19276,"slab":3252920,"swap_free":32726024,"swap_total":33472508,"swap_used":746484,"total":32873864},"swapinfo":{"compr_data_size":0.0,"compression_ratio":0.0,"mem_used_total":0.0,"num_reads":0.0,"num_writes":0.0,"orig_data_size":0.0}}},"tts":3856633,"id":"0x1"},{"cat":"disabled-by-default-system_stats","pid":5014,"tid":5014,"ts":5443668640591,"ph":"O","name":"base::TraceEventSystemStatsMonitor::SystemStats","args":{"snapshot":{"committed_memory":15941176,"diskinfo":{"io":2.0,"io_time":156178190.0,"read_time":68756010.0,"r (…)
    [all...]
  /external/iproute2/
Makefile 70 snapshot:
71 echo "static const char SNAPSHOT[] = \""`date +%y%m%d`"\";" \
72 > include/SNAPSHOT.h
  /external/libpcap/
pcap_dump_open.3pcap.in 64 The time stamp precision, link-layer type, and snapshot length from
66 are used as the link-layer type and snapshot length of the output file.
74 header type, and snapshot length as
  /external/robolectric/v3/
README.txt 9 robolectric-*-3.0-SNAPSHOT.jar
10 shadows-*-3.0-SNAPSHOT.jar
11 runtime/shadows-core-3.0-SNAPSHOT-*.jar
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-repository-metadata-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.pom 154 <id>easymock-snapshot</id>
155 <name>EasyMock Snapshot Repository</name>
156 <url>scpexe://shell.sf.net/home/groups/e/ea/easymock/htdocs/maven/repository-snapshot</url>
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus/1.0.12/
plexus-1.0.12.pom 84 <name>Codehaus Snapshot Development Repository</name>
90 <!-- only here for wagon-webdav rc1-snapshot, remove
95 <name>Maven Snapshot Repository</name>
96 <url>http://people.apache.org/maven-snapshot-repository</url>
306 <resourceBundle>org.apache:apache-jar-resource-bundle:1.1.1-SNAPSHOT</resourceBundle>
319 <version>1.0-rc1-SNAPSHOT</version>
  /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>

Completed in 7427 milliseconds

1 2 3 4 5 6 7 891011>>