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

1 2 3

  /external/mesa3d/src/intel/isl/
gen_format_layout.py 128 grouped = self._splitter.match(line)
129 self.type = self._types[grouped.group('type')].upper()
130 self.size = grouped.group('size')
  /external/protobuf/python/google/protobuf/internal/
message_factory_test.py 79 msg.grouped.add()
80 msg.grouped[0].part_1 = 'hello'
81 msg.grouped[0].part_2 = 'world'
82 msg.grouped.add(part_1='testing', part_2='123')
  /frameworks/base/tests/net/java/android/net/
NetworkStatsTest.java 309 final NetworkStats grouped = uidStats.groupedByIface(); local
312 assertEquals(0, grouped.size());
323 final NetworkStats grouped = uidStats.groupedByIface(); local
326 assertEquals(1, grouped.size());
328 assertValues(grouped, 0, IFACE_ALL, UID_ALL, SET_ALL, TAG_NONE, METERED_ALL, ROAMING_ALL,
349 final NetworkStats grouped = uidStats.groupedByIface(); local
353 assertEquals(2, grouped.size());
354 assertValues(grouped, 0, TEST_IFACE, UID_ALL, SET_ALL, TAG_NONE, METERED_ALL, ROAMING_ALL,
356 assertValues(grouped, 1, TEST_IFACE2, UID_ALL, SET_ALL, TAG_NONE, METERED_ALL, ROAMING_ALL,
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsCollection.java 482 // cluster key lists grouped by ident
712 final ArrayMap<Key, NetworkStatsHistory> grouped = new ArrayMap<>(); local
723 NetworkStatsHistory groupHistory = grouped.get(groupKey);
726 grouped.put(groupKey, groupHistory);
731 for (int i = 0; i < grouped.size(); i++) {
732 final Key key = grouped.keyAt(i);
733 final NetworkStatsHistory value = grouped.valueAt(i);
  /prebuilts/go/darwin-x86/src/cmd/trace/
goroutines.go 24 // gtype describes a group of goroutines grouped by start PC.
  /prebuilts/go/darwin-x86/src/go/doc/
doc.go 33 // Value is the documentation for a (possibly grouped) var or const declaration.
  /prebuilts/go/linux-x86/src/cmd/trace/
goroutines.go 24 // gtype describes a group of goroutines grouped by start PC.
  /prebuilts/go/linux-x86/src/go/doc/
doc.go 33 // Value is the documentation for a (possibly grouped) var or const declaration.
  /external/llvm/test/MC/ARM/
eh-directive-section-comdat.s 13 @ of the grouped sections should be recorded in .group section.
  /prebuilts/go/darwin-x86/src/go/format/
format.go 107 // For now assume all grouped imports are unsorted.
  /prebuilts/go/darwin-x86/src/runtime/
mcache.go 18 // so they are grouped here for better caching.
  /prebuilts/go/linux-x86/src/go/format/
format.go 107 // For now assume all grouped imports are unsorted.
  /prebuilts/go/linux-x86/src/runtime/
mcache.go 18 // so they are grouped here for better caching.
  /external/curl/packages/vms/
setup_gnv_curl_build.com 37 $! Allow arguments to be grouped together with comma or separated by spaces
generate_config_vms_h_curl.com 39 $! Allow arguments to be grouped together with comma or separated by spaces
  /prebuilts/go/darwin-x86/src/compress/bzip2/
huffman.go 126 // grouped together, recursively.
  /prebuilts/go/linux-x86/src/compress/bzip2/
huffman.go 126 // grouped together, recursively.
  /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.
  /prebuilts/go/darwin-x86/src/html/template/
js_test.go 57 // When we have many dashes or pluses, then they are grouped
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
iter.go 119 // Modifying runes are grouped together with the preceding starter, if such a starter exists.
  /prebuilts/go/linux-x86/src/html/template/
js_test.go 57 // When we have many dashes or pluses, then they are grouped
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
iter.go 119 // Modifying runes are grouped together with the preceding starter, if such a starter exists.
  /build/make/core/
java_common.mk 80 # where each of the files is relative to the directory it's grouped with.
  /prebuilts/go/darwin-x86/src/cmd/cgo/
ast.go 305 // These are ordered and grouped to match ../../go/ast/ast.go

Completed in 5680 milliseconds

1 2 3