HomeSort by relevance Sort by last modified time
    Searched full:grouped (Results 26 - 50 of 541) sorted by null

12 3 4 5 6 7 8 91011>>

  /hardware/bsp/intel/peripheral/libupm/src/
upm.h 40 * @brief Sensors grouped by category
45 * @brief Sensors grouped by connection type
50 * @brief Sensors grouped by manufacturer
55 * @brief Sensors grouped into starter kits
  /frameworks/base/packages/ExtServices/src/android/ext/services/notification/
Ranker.java 64 // Not grouped by the app, add to the list of notifications for the app;
95 // Grouped, but not by us. Send updates to unautobundle, if we bundled it.
113 * Un-autobundles notifications that are now grouped by the app. Additionally cancels
  /toolchain/binutils/binutils-2.25/ld/scripttempl/
mcorepe.sc 16 # grouped sections in PE.
19 # use grouped sections instead).
131 /* This cannot currently be handled with grouped sections.
pe.sc 16 # grouped sections in PE.
19 # use grouped sections instead).
172 /* This cannot currently be handled with grouped sections.
pep.sc 16 # grouped sections in PE.
19 # use grouped sections instead).
177 /* This cannot currently be handled with grouped sections.
  /external/bison/src/
lalr.h 85 All the transitions that accept a particular variable are grouped
  /external/chromium-trace/catapult/dashboard/dashboard/models/
alert_group_test.py 266 # The regression Anomaly was not grouped with a group that has a bug ID,
309 # The regression Anomaly's bug ID is changed because it has been grouped.
313 # Improvement Anomaly should not be grouped.
339 # the alert kind of the existing group, then it will be grouped.
  /external/regex-re2/re2/
unicode_casefold.h 36 // The grouped form also allows for efficient fold range calculations
  /frameworks/base/core/res/res/layout/
search_bar.xml 37 <!-- Grouped to allow tapping on either item to exit search mode -->
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsTest.java 278 final NetworkStats grouped = uidStats.groupedByIface(); local
281 assertEquals(0, grouped.size());
292 final NetworkStats grouped = uidStats.groupedByIface(); local
295 assertEquals(1, grouped.size());
297 assertValues(grouped, 0, IFACE_ALL, UID_ALL, SET_ALL, TAG_NONE, ROAMING_ALL, 384L, 24L, 0L,
318 final NetworkStats grouped = uidStats.groupedByIface(); local
322 assertEquals(2, grouped.size());
323 assertValues(grouped, 0, TEST_IFACE, UID_ALL, SET_ALL, TAG_NONE, ROAMING_ALL, 384L, 24L, 0L,
325 assertValues(grouped, 1, TEST_IFACE2, UID_ALL, SET_ALL, TAG_NONE, ROAMING_ALL, 1024L, 64L,
  /frameworks/base/docs/html/topic/performance/power/network/
analyze-data.jd 35 tightly grouped together, well spaced with periods where the app is making no connection requests.
55 the same amount of work being done as Figure 1, but the requests have been shifted and grouped to
118 Network activity initiated by the user may be efficiently grouped together while a user is
160 user-initiated network access may be unrealistically grouped together, potentially causing you to
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIslandFactory.h 39 /// @param pSectionData - the SectionData holds fragments need to be grouped
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 151 local symbols (static and debugging symbols) - grouped by module
152 defined external symbols - grouped by module (sorted by name if not lib)
263 are grouped into the following three groups:
264 local symbols (further grouped by the module they are from)
265 defined external symbols (further grouped by the module they are from)
331 groups of local and external entries further grouped by module. In this
343 The relocation entries are grouped by module and the module table
354 /* All the local relocation entries are grouped together (they are not
355 grouped by their module since they are only used if the object is moved
  /external/fio/tools/plot/
fio2gnuplot.1 37 Grouped 2D graph
49 Grouped 3D graph
fio2gnuplot.manpage 22 Grouped 2D graph
28 Grouped 3D graph
  /external/vogar/src/vogar/
Target.java 177 String grouped = SCRIPT_JOINER.join(escapedTokens);
180 .add(grouped)
  /hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/
generator.js 47 var grouped = _.flatten(_.pluck(_.values(specjs.CLASSGROUPS), 'classes'));
48 var ungrouped = _.difference(_.keys(specjs.CLASSES), grouped);
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsCollection.java 359 // cluster key lists grouped by ident
563 final ArrayMap<Key, NetworkStatsHistory> grouped = new ArrayMap<>(); local
574 NetworkStatsHistory groupHistory = grouped.get(groupKey);
577 grouped.put(groupKey, groupHistory);
582 for (int i = 0; i < grouped.size(); i++) {
583 final Key key = grouped.keyAt(i);
584 final NetworkStatsHistory value = grouped.valueAt(i);
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeAdvertiser.java 191 // 16 bit service uuids are grouped into one field when doing advertising.
196 // 32 bit service uuids are grouped into one field when doing advertising.
201 // 128 bit service uuids are grouped into one field when doing advertising.
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogGroupBuilder.java 34 * A secondary grouping assigns calls, grouped via the primary grouping, to "day groups". The day
95 * Finds all groups of adjacent entries in the call log which should be grouped together and
99 * For entries that are not grouped with others, we do not need to create a group of size one.
  /developers/build/prebuilts/gradle/ActiveNotifications/
README.md 15 Notifications can now be grouped.
  /external/google-benchmark/include/benchmark/
reporter.h 74 // Note that all the grouped benchmark runs should refer to the same
  /external/icu/icu4c/source/tools/makeconv/
makeconv.1.in 89 packaged initially. For example, if converters were grouped together in
  /external/kernel-headers/original/uapi/linux/
media-bus-format.h 24 * The bus formats are grouped by type, bus_width, bits per component, samples
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
SampleToChunkBox.java 33 * Samples within the media data are grouped into chunks. Chunks can be of different sizes, and the

Completed in 1293 milliseconds

12 3 4 5 6 7 8 91011>>