HomeSort by relevance Sort by last modified time
    Searched refs:stats (Results 126 - 150 of 416) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java 813 public void onGetStatsCompleted(PackageStats stats, boolean succeeded) {
817 AppEntry entry = mEntriesMap.get(stats.packageName);
822 long externalCodeSize = stats.externalCodeSize
823 + stats.externalObbSize;
824 long externalDataSize = stats.externalDataSize
825 + stats.externalMediaSize + stats.externalCacheSize;
827 + getTotalInternalSize(stats);
829 entry.cacheSize != stats.cacheSize ||
830 entry.codeSize != stats.codeSize |
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkStatsServiceTest.java 284 // graceful shutdown system, which should trigger persist of stats, and
312 // after systemReady(), we should have historical stats loaded again
372 // verify identical stats, but spread across 4 buckets now
507 // now pretend two UIDs are uninstalled, which should migrate stats to
658 NetworkStats stats = mSession.getSummaryForAllUid( local
660 assertEquals(3, stats.size());
661 assertValues(stats, IFACE_ALL, UID_RED, SET_DEFAULT, TAG_NONE, 50L, 5L, 50L, 5L, 1);
662 assertValues(stats, IFACE_ALL, UID_RED, SET_DEFAULT, 0xF00D, 10L, 1L, 10L, 1L, 1);
663 assertValues(stats, IFACE_ALL, UID_BLUE, SET_DEFAULT, TAG_NONE, 2048L, 16L, 1024L, 8L, 0);
667 stats = mSession.getSummaryForAllUid
729 final NetworkStats stats = mSession.getSummaryForAllUid( local
852 final NetworkStats stats = mSession.getSummaryForNetwork(template, start, end); local
871 final NetworkStats stats = mSession.getSummaryForAllUid( local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java 209 SdkStatsService stats = new SdkStatsService(); local
210 stats.ping("adt", adtVersionString); //$NON-NLS-1$
211 stats.ping("eclipse", eclipseVersionString); //$NON-NLS-1$
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
SdkStatsTest.java 94 String url = "not-a-valid-url://stats.xml";
120 PlatformStat[] stats = new PlatformStat[len]; local
123 stats[i] = result.valueAt(i);
134 Arrays.toString(stats));
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 89 * Ensure that downloading on wifi reports reasonable stats.
99 * Ensure that downloading on mobile reports reasonable stats.
111 * data usage stats to instrumentation out.
143 * Ensure that uploading on wifi reports reasonable stats.
153 * Ensure that uploading on wifi reports reasonable stats.
162 * Helper method that downloads a test file to upload. The stats reported to instrumentation out
163 * only include upload stats.
219 * the stats to instrumentation out.
264 NetworkStats stats = new NetworkStats(SystemClock.elapsedRealtime(), 1); local
265 stats.addValues(NetworkStats.IFACE_ALL, uid, NetworkStats.SET_DEFAULT
    [all...]
  /bionic/libc/kernel/common/linux/
if_ppp.h 79 struct ppp_stats stats; member in struct:ifpppstatsreq
84 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
  /development/ndk/platforms/android-3/include/linux/
if_ppp.h 67 struct ppp_stats stats; member in struct:ifpppstatsreq
72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
ConfigResultsElement.java 324 double[] stats = null; local
337 stats = getStatistics();
338 if (stats != null) {
340 localBuffer.append((int) stats[0]);
342 localBuffer.append(Util.DOUBLE_FORMAT.format(stats[1]));
344 localBuffer.append(Util.DOUBLE_FORMAT.format(stats[2]));
346 localBuffer.append(Util.PERCENTAGE_FORMAT.format(stats[3]));
354 if (stats == null && printValues) {
365 if (stats == null && printValues) {
  /external/guava/guava/src/com/google/common/cache/
ForwardingCache.java 104 public CacheStats stats() { method in class:ForwardingCache
105 return delegate().stats();
  /external/guava/guava-tests/test/com/google/common/cache/
ForwardingCacheTest.java 101 expect(mock.stats()).andReturn(null);
103 assertNull(forward.stats());
ForwardingLoadingCacheTest.java 113 expect(mock.stats()).andReturn(null);
115 assertNull(forward.stats());
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
NullRenderer.java 55 private static final Statistics stats = new Statistics(); field in class:NullRenderer
62 return stats;
  /external/kernel-headers/original/linux/
if_ppp.h 105 struct ppp_stats stats; /* statistic information */ member in struct:ifpppstatsreq
110 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
if_ppp.h 67 struct ppp_stats stats; member in struct:ifpppstatsreq
72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_ppp.h 104 struct ppp_stats stats; /* statistic information */ member in struct:ifpppstatsreq
109 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
115 __u16 session_id; /* if zero, get tunnel stats */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_ppp.h 104 struct ppp_stats stats; /* statistic information */ member in struct:ifpppstatsreq
109 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
115 __u16 session_id; /* if zero, get tunnel stats */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_ppp.h 104 struct ppp_stats stats; /* statistic information */ member in struct:ifpppstatsreq
109 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
115 __u16 session_id; /* if zero, get tunnel stats */
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
if_ppp.h 67 struct ppp_stats stats; member in struct:ifpppstatsreq
72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
if_ppp.h 67 struct ppp_stats stats; member in struct:ifpppstatsreq
72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
if_ppp.h 67 struct ppp_stats stats; member in struct:ifpppstatsreq
72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
if_ppp.h 67 struct ppp_stats stats; member in struct:ifpppstatsreq
72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_ppp.h 67 struct ppp_stats stats; member in struct:ifpppstatsreq
72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
if_ppp.h 67 struct ppp_stats stats; member in struct:ifpppstatsreq
72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
if_ppp.h 67 struct ppp_stats stats; member in struct:ifpppstatsreq
72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
if_ppp.h 67 struct ppp_stats stats; member in struct:ifpppstatsreq
72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq

Completed in 912 milliseconds

1 2 3 4 56 7 8 91011>>