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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Rewriter/
lit.local.cfg 1 # The Objective-C rewriters are currently grouped with ARCMT.
  /external/llvm/test/Verifier/
PhiGrouping.ll 2 ; CHECK: PHI nodes not grouped at top
13 %x = add i32 %a, 0 ; Error, PHI's should be grouped!
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-arabic/script-arabic/language-urdu/crulp/ligatures/
README 11 These ligatures are grouped in 2 to 8 characters and are sorted in the end
  /external/llvm/test/CodeGen/R600/
vtx-schedule.ll 4 ; the result of another VTX_READ instruction were being grouped in the
  /external/freetype/src/base/
ftbase.h 57 /* on Darwin VFS should be grouped and skip the rest methods after */
  /external/pdfium/third_party/freetype/src/base/
ftbase.h 57 /* on Darwin VFS should be grouped and skip the rest methods after */
  /external/protobuf/python/google/protobuf/internal/
message_factory_test.py 75 msg.grouped.add()
76 msg.grouped[0].part_1 = 'hello'
77 msg.grouped[0].part_2 = 'world'
78 msg.grouped.add(part_1='testing', part_2='123')
  /libcore/luni/src/main/java/javax/net/ssl/
KeyManager.java 22 * managers so that key managers can be easily grouped. The key managers are
  /external/libvorbis/doc/
oggstream.html 93 <p>Raw packets are grouped and encoded into contiguous pages of
172 (<em>grouped</em>). An example of grouping would be to allow
190 <p>Each grouped bitstream must have a unique serial number within the
197 grouped and chained multiplexed streams; the groups, when unchained ,
203 <p>Below, we present an example of a grouped and chained bitstream:</p>
212 <li>Grouped bitstreams begin together; all of the initial pages
  /external/clang/bindings/python/clang/
enumerations.py 19 All enumerations are centrally defined in this file so they are all grouped
  /external/bison/src/
lalr.h 85 All the transitions that accept a particular variable are 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 210 final NetworkStats grouped = uidStats.groupedByIface(); local
213 assertEquals(0, grouped.size());
220 final NetworkStats grouped = uidStats.groupedByIface(); local
223 assertEquals(1, grouped.size());
225 assertValues(grouped, 0, IFACE_ALL, UID_ALL, SET_ALL, TAG_NONE, 256L, 16L, 0L, 4L, 0L);
237 final NetworkStats grouped = uidStats.groupedByIface(); local
241 assertEquals(2, grouped.size());
242 assertValues(grouped, 0, TEST_IFACE, UID_ALL, SET_ALL, TAG_NONE, 256L, 16L, 0L, 2L, 0L);
243 assertValues(grouped, 1, TEST_IFACE2, UID_ALL, SET_ALL, TAG_NONE, 1024L, 64L, 0L, 0L, 0L);
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIslandFactory.h 40 /// @param pSectionData - the SectionData holds fragments need to be grouped
  /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
96 * Finds all groups of adjacent entries in the call log which should be grouped together and
100 * For entries that are not grouped with others, we do not need to create a group of size one.
173 // This ensures all calls grouped together in the call log are assigned the same
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/ldscripts/
i386pe.xr 55 /* This cannot currently be handled with grouped sections.
i386pe.xu 59 /* This cannot currently be handled with grouped sections.
i386pep.xr 59 /* This cannot currently be handled with grouped sections.
i386pep.xu 64 /* This cannot currently be handled with grouped sections.
  /external/fio/tools/plot/
fio2gnuplot.1 37 Grouped 2D graph
49 Grouped 3D graph
fio2gnuplot.manpage 22 Grouped 2D graph
28 Grouped 3D graph
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsCollection.java 333 // cluster key lists grouped by ident
537 final ArrayMap<Key, NetworkStatsHistory> grouped = new ArrayMap<>(); local
548 NetworkStatsHistory groupHistory = grouped.get(groupKey);
551 grouped.put(groupKey, groupHistory);
556 for (int i = 0; i < grouped.size(); i++) {
557 final Key key = grouped.keyAt(i);
558 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.
  /external/icu/icu4c/source/tools/makeconv/
makeconv.1.in 89 packaged initially. For example, if converters were grouped together in

Completed in 2221 milliseconds

1 2 3 4 5 6 7 8 91011>>