HomeSort by relevance Sort by last modified time
    Searched refs:grouped (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsTest.java 208 final NetworkStats grouped = uidStats.groupedByIface(); local
211 assertEquals(0, grouped.size());
218 final NetworkStats grouped = uidStats.groupedByIface(); local
221 assertEquals(1, grouped.size());
223 assertValues(grouped, 0, IFACE_ALL, UID_ALL, SET_ALL, TAG_NONE, 256L, 16L, 0L, 4L, 0L);
235 final NetworkStats grouped = uidStats.groupedByIface(); local
239 assertEquals(2, grouped.size());
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);
  /tools/motodev/src/plugins/android.codeutils/
plugin.properties 31 android.wizard.activity.expandablelist.description = List grouped by sections which can be expanded and collapsed
  /external/libvorbis/doc/
08-residue.tex 50 illustration below. Just as the residue vectors are coded in grouped
181 classification values are grouped into a single classification
02-bitpacking.tex 30 size that is a grouped multiple of this smallest size.
01-introduction.tex 174 'submaps' that bundle sets of channel vectors together for grouped
  /external/chromium/chrome/browser/resources/net_internals/
sourceentry.js 214 // NONE is what we use for global events that aren't actually grouped
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 420 Short options which do not take an argument can be grouped together.

Completed in 406 milliseconds