HomeSort by relevance Sort by last modified time
    Searched full:set_all (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/tests/coretests/src/com/android/internal/net/
NetworkStatsFactoryTest.java 19 import static android.net.NetworkStats.SET_ALL;
112 assertStatsEntry(stats, "rmnet0", UID_ALL, SET_ALL, TAG_NONE, 2112L, 24L, 700L, 10L);
113 assertStatsEntry(stats, "test1", UID_ALL, SET_ALL, TAG_NONE, 6L, 8L, 10L, 12L);
114 assertStatsEntry(stats, "test2", UID_ALL, SET_ALL, TAG_NONE, 1L, 2L, 3L, 4L);
123 assertStatsEntry(stats, "rmnet0", UID_ALL, SET_ALL, TAG_NONE, 6824L, 16L, 5692L, 10L);
124 assertStatsEntry(stats, "rmnet1", UID_ALL, SET_ALL, TAG_NONE, 11153922L, 8051L, 190226L, 2468L);
125 assertStatsEntry(stats, "rmnet2", UID_ALL, SET_ALL, TAG_NONE, 4968L, 35L, 3081L, 39L);
  /ndk/tests/abcc/jni/mman-win32/
configure 7 set_all(){
16 set_all yes $*
20 set_all no $*
  /external/libcxx/test/utilities/template.bitset/bitset.members/
Android.mk 79 test_name := utilities/template.bitset/bitset.members/set_all
80 test_src := set_all.pass.cpp
  /frameworks/base/core/java/com/android/internal/net/
NetworkStatsFactory.java 19 import static android.net.NetworkStats.SET_ALL;
105 entry.set = SET_ALL;
163 entry.set = SET_ALL;
  /frameworks/base/core/java/android/net/
NetworkStats.java 52 public static final int SET_ALL = -1;
494 entry.set = SET_ALL;
636 entry.set = SET_ALL;
664 entry.set = SET_ALL;
724 case SET_ALL:
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsTest.java 21 import static android.net.NetworkStats.SET_ALL;
216 .addValues(IFACE_ALL, 100, SET_ALL, TAG_NONE, 128L, 8L, 0L, 2L, 20L)
223 assertValues(grouped, 0, IFACE_ALL, UID_ALL, SET_ALL, TAG_NONE, 256L, 16L, 0L, 4L, 0L);
240 assertValues(grouped, 0, TEST_IFACE, UID_ALL, SET_ALL, TAG_NONE, 256L, 16L, 0L, 2L, 0L);
241 assertValues(grouped, 1, TEST_IFACE2, UID_ALL, SET_ALL, TAG_NONE, 1024L, 64L, 0L, 0L, 0L);
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsCollection.java 20 import static android.net.NetworkStats.SET_ALL;
150 final boolean setMatches = set == SET_ALL || key.set == set;
349 final Key key = new Key(ident, UID_ALL, SET_ALL, TAG_NONE);
NetworkStatsService.java 33 import static android.net.NetworkStats.SET_ALL;
555 return mDevStatsCached.getHistory(template, UID_ALL, SET_ALL, TAG_NONE, fields);
562 template, UID_ALL, SET_ALL, TAG_NONE, fields, Long.MIN_VALUE, firstAtomicBucket);
564 template, UID_ALL, SET_ALL, TAG_NONE, fields, firstAtomicBucket, Long.MAX_VALUE);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkStatsServiceTest.java 26 import static android.net.NetworkStats.SET_ALL;
    [all...]
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 322 if (totalStats == null || statsEntry.set == NetworkStats.SET_ALL) {
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh 149 set_all(){ function
202 set_all yes $*
206 set_all no $*
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 149 set_all(){ function
202 set_all yes $*
206 set_all no $*
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh 149 set_all(){ function
202 set_all yes $*
206 set_all no $*
    [all...]

Completed in 2147 milliseconds