HomeSort by relevance Sort by last modified time
    Searched refs:groups (Results 401 - 425 of 1215) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/samples/layout/
sfnt.h 128 CMAPGroup groups[ANY_NUMBER]; member in struct:CMAPFormat8Encoding
141 CMAPGroup groups[ANY_NUMBER]; member in struct:CMAPFormat12Encoding
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
ManagePermissionsFragment.java 113 List<PermissionGroup> groups = mPermissions.getGroups(); local
125 for (PermissionGroup group : groups) {
  /system/netd/server/
NetlinkManager.cpp 71 int groups, int format, bool configNflog) {
80 nladdr.nl_groups = groups;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arm-it-auto.s 14 @The following groups should be an IT block each.
37 @Two groups shall be generated, due to the label:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
scanner.py 50 integer, frac, exp = m.groups()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
scanner.py 50 integer, frac, exp = m.groups()
  /external/autotest/client/site_tests/hardware_Fan/
hardware_Fan.py 32 key, value = kv.groups()
  /external/jcommander/src/test/java/com/beust/jcommander/args/
CommandLineArgs.java 34 @Parameter(names = "-groups", description = "Comma-separated list of group names to be run")
35 public String groups; field in class:CommandLineArgs
  /external/libnl/lib/
socket.c 402 * Join groups
406 * Joins the specified groups using the modern socket option which
408 * almost arbitary number of groups without limitation. The list
409 * of groups has to be terminated by 0 (%NFNLGRP_NONE).
454 * Leave groups
458 * Leaves the specified groups using the modern socket option
459 * which is available since kernel version 2.6.14. The list of groups
503 * Join multicast groups (deprecated)
505 * @arg groups Bitmask of groups to join
    [all...]
  /frameworks/rs/tests/lldb/tests/testcases/
test_reduction_combiner.py 66 if not match or not match.groups():
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/
MapTest.java 80 @Test(groups = { "serialization-hostile" })
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
scanner.py 50 integer, frac, exp = m.groups()
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
scanner.py 50 integer, frac, exp = m.groups()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
scanner.py 50 integer, frac, exp = m.groups()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
scanner.py 50 integer, frac, exp = m.groups()
  /test/vts-testcase/kernel/memory/
MemorySystemStressTest.py 48 self._mem = int(matched.groups()[0]) / 1024
  /external/autotest/client/cros/
dhcp_unittest.py 45 groups = []
47 groups.append("".join(chars[i:i+justification]))
48 return "\n".join(groups)
  /external/autotest/client/site_tests/network_CastTDLS/
network_CastTDLS.py 97 extension_download_url = match.groups()[0]
188 if not len(match.groups()):
190 if match.groups()[0].lower() != 'enabled':
  /external/icu/icu4c/source/test/letest/
cmaps.cpp 145 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
216 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups)
217 : CMAPMapper(cmap), fGroups(groups)
  /external/icu/icu4c/source/test/perf/leperf/
cmaps.cpp 146 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
217 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups)
218 : CMAPMapper(cmap), fGroups(groups)
  /external/openssh/openbsd-compat/
port-aix.c 432 getgrouplist(const char *user, gid_t pgid, gid_t *groups, int *grpcnt)
451 groups[ngroups++] = pgid;
463 groups[ngroups++] = gid;
  /external/vixl/tools/
verify_assembler_traces.py 130 major, minor = m.groups()
307 llvm_instruction.append(result(match.groups()))
311 llvm_instruction.append(result.format(*match.groups()))
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
IntPrimitiveOpsTests.java 56 @Test(groups = { "serialization-hostile" })
63 @Test(groups = { "serialization-hostile" })
70 @Test(groups = { "serialization-hostile" })
LongPrimitiveOpsTests.java 56 @Test(groups = { "serialization-hostile" })
63 @Test(groups = { "serialization-hostile" })
70 @Test(groups = { "serialization-hostile" })
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAccountLoader.java 66 LinkedHashMap<BluetoothMapAccountItem, ArrayList<BluetoothMapAccountItem>> groups = local
111 groups.put(app, accounts);
124 return groups;

Completed in 419 milliseconds

<<11121314151617181920>>