HomeSort by relevance Sort by last modified time
    Searched refs:groups (Results 76 - 100 of 1042) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/avahi/avahi-daemon/
ini-file-parser.h 35 AVAHI_LLIST_FIELDS(AvahiIniFileGroup, groups);
43 AVAHI_LLIST_HEAD(AvahiIniFileGroup, groups);
  /external/testng/src/test/java/test/dependent/
SD2.java 11 @Test(groups = { "one" })
31 @Test(groups = { "one" })
BaseOrderMethodTest.java 22 @Test(groups = { "2.0" }, dependsOnGroups = { "1.0", "1.1" })
28 @Test(groups = { "3" }, dependsOnGroups = { "2.0" })
  /external/testng/src/test/java/test/regression/groupsordering/
Base.java 12 @BeforeGroups(value= "a", groups= "a")
18 @AfterGroups(value= "a", groups= "a")
  /external/testng/src/test/java/test/thread/
MultiThreadedDependentSampleTest.java 35 @Test(groups = "1")
41 @Test(groups = "1")
47 @Test(groups = "1")
53 @Test(groups = "2", dependsOnGroups = "1")
59 @Test(groups = "2", dependsOnGroups = "1")
65 @Test(groups = "2", dependsOnGroups = "1")
71 @Test(groups = "2", dependsOnGroups = "1")
77 @Test(groups = "2", dependsOnGroups = "1")
115 // @Test(groups = "mytest", dependsOnMethods = "g")
  /frameworks/base/tools/split-select/
Grouper.cpp 32 Vector<SortedVector<SplitDescription> > groups; local
50 groups.add();
51 groups.editTop().add(split);
57 groups.add(densityGroups[i]);
62 groups.add(abiGroups[i]);
65 return groups;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
mount.x 85 typedef struct groupnode *groups;
88 groups gr_next;
97 groups ex_groups;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
mount.x 85 typedef struct groupnode *groups;
88 groups gr_next;
97 groups ex_groups;
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogGroupBuilderTest.java 44 /** Records the created groups. */
67 assertEquals(0, mFakeGroupCreator.groups.size());
73 assertEquals(1, mFakeGroupCreator.groups.size());
80 assertEquals(2, mFakeGroupCreator.groups.size());
88 assertEquals(1, mFakeGroupCreator.groups.size());
89 assertGroupIs(0, 3, mFakeGroupCreator.groups.get(0));
103 assertEquals(2, mFakeGroupCreator.groups.size());
104 assertGroupIs(0, 2, mFakeGroupCreator.groups.get(0));
105 assertGroupIs(2, 1, mFakeGroupCreator.groups.get(1));
107 assertEquals(1, mFakeGroupCreator.groups.size())
453 public final List<GroupSpec> groups = newArrayList(); field in class:CallLogGroupBuilderTest.FakeGroupCreator
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/
UserAccount.java 26 * directory, list of groups to which this user belongs, and default permissions applied to
33 * The group name applied to newly created files/directories is determined by the <code>groups</code> property.
35 * <code>groups</code> List is used. The <code>groups</code> property defaults to an empty List.
66 private List groups; field in class:UserAccount
118 return groups;
121 public void setGroups(List groups) {
122 this.groups = groups;
167 * groups set, then this method returns the <code>DEFAULT_GROUP</code>. Otherwise, this method
    [all...]
  /external/libnl/src/
nf-monitor.c 46 } groups[] = { local
58 printf("Usage: nf-monitor [<groups>]\n");
60 printf("Known groups:");
61 for (i = 0; groups[i].gr_id != NFNLGRP_NONE; i++)
62 printf(" %s", groups[i].gr_name);
70 for (i = 0; groups[i].gr_id != NFNLGRP_NONE; i++) {
71 if (strcmp(argv[idx], groups[i].gr_name))
74 err = nl_socket_add_membership(sock, groups[i].gr_id);
82 if (groups[i].gr_id == NFNLGRP_NONE)
nl-list-sockets.c 27 printf("Address Family PID Groups rmem "
33 uint32_t groups; local
36 &sk, &proto, &pid, &groups, &rmem, &wmem,
43 groups, rmem, wmem, cb, refcnt);
  /external/iproute2/bridge/
monitor.c 79 unsigned groups = ~RTMGRP_TC; local
92 groups = 0;
95 groups = 0;
98 groups = 0;
100 groups = ~RTMGRP_TC;
112 groups |= nl_mgrp(RTNLGRP_LINK);
115 groups |= nl_mgrp(RTNLGRP_NEIGH);
119 groups |= nl_mgrp(RTNLGRP_MDB);
135 if (rtnl_open(&rth, groups) < 0)
  /hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/
helper.js 54 var groups = [];
56 groups.push(getField(classes[classIndices[i]].description, field));
58 if (groups.length != 0) {
59 var group = groups[0];
61 for (i = 1; i < groups.length; i++) {
62 if (groups[i] != group) {
77 var groups = Object.keys(modulesByGroup).sort();
80 for (i = 0; i < groups.length; i++) {
81 var group = groups[i];
  /external/elfutils/libasm/
asm_newscngrp.c 91 assert (ctx->groups == NULL);
92 ctx->groups = result->next = result;
96 result->next = ctx->groups->next;
97 ctx->groups = ctx->groups->next = result;
  /external/testng/src/main/java/org/testng/internal/
Bsh.java 22 Map<String, String> groups = Maps.newHashMap(); local
24 groups.put(group, group);
26 setContext(interpreter, tm.getMethod(), groups, tm);
50 private void setContext(Interpreter interpreter, Method method, Map<String, String> groups, ITestNGMethod tm) {
53 interpreter.set("groups", groups);
64 interpreter.unset("groups");
  /external/deqp/scripts/
testset.py 118 groups = []
122 groups.append(group)
123 return groups
126 groups = []
131 groups.append(group)
138 die("Case '%s' matched by multiple groups (when processing '%s')" % (case.name, group.name))
142 return groups
145 groups = []
154 groups.append(group)
161 return groups
    [all...]
  /external/vboot_reference/cgpt/
cgpt_prioritize.c 12 // We need a sorted list of priority groups, where each element in the list
25 int num_groups; // number of non-empty groups
26 group_t group[MAX_GROUPS]; // array of groups
104 group_list_t *groups; local
143 // Determine the current priority groups
144 groups = NewGroupList(num_kernels);
155 AddToGroup(groups, priority, i); // we'll move them all later
157 AddToGroup(groups, 99, i); // move only this one
159 AddToGroup(groups, priority, i); // just remember
165 ChangeGroup(groups, params->orig_priority, 99)
    [all...]
  /external/testng/src/test/java/test/configuration/
ConfigurationGroupBothSampleTest.java 19 @BeforeGroups(groups={"twice"}, value={"twice"})
25 @Test(groups={"twice"}, dataProvider="MyData", invocationCount = 2, threadPoolSize=2)
31 @AfterGroups(groups={"twice"}, value={"twice"})
ConfigurationGroupDataProviderSampleTest.java 14 @BeforeGroups(groups={"twice"}, value={"twice"})
20 @Test(groups={"twice"}, dataProvider="MyData")
26 @AfterGroups(groups={"twice"}, value={"twice"})
  /external/testng/src/test/java/test/groupinvocation/
DummyTest.java 17 @Test(groups={"a"})
21 @Test(groups={"b"})
25 @Test(groups={"a", "b"})
  /libcore/ojluni/src/main/java/java/lang/
ThreadGroup.java 35 * group can also include other thread groups. The thread groups form
41 * parent thread group or any other thread groups.
48 * That is, from child thread groups to parents.
52 * multi-processor system with many thread groups.
76 ThreadGroup groups[]; field in class:ThreadGroup
284 if (groups != null) {
285 groupsSnapshot = Arrays.copyOf(groups, ngroupsSnapshot);
297 * argument or one of its ancestor thread groups.
301 * argument or one of its ancestor thread groups;
    [all...]
  /external/autotest/client/site_tests/kernel_HdParm/
kernel_HdParm.py 25 self.write_perf_keyval({'cache_throughput': match.groups()[0]})
28 self.write_perf_keyval({'disk_throughput': match.groups()[0]})
  /external/jcommander/src/test/java/com/beust/jcommander/
DefaultProviderTest.java 49 Assert.assertEquals(a.groups, "42");
56 ArgsDefault a = defaultProvider(DEFAULT_PROVIDER, "-groups", "foo", "f");
58 Assert.assertEquals(a.groups, "foo");
65 ArgsDefault a = defaultProvider(DEFAULT_PROVIDER, "-groups", "foo", "-level", "13", "f");
67 Assert.assertEquals(a.groups, "foo");
75 "-log", "19", "-groups", "foo", "-level", "13", "f");
77 Assert.assertEquals(a.groups, "foo");
86 Assert.assertEquals(a.groups, "unit");
93 ArgsDefault a = defaultProvider(new PropertyFileDefaultProvider(), "-groups", "foo", "f");
95 Assert.assertEquals(a.groups, "foo")
    [all...]
  /external/testng/src/test/java/test/
SerializationTest.java 12 @Test(groups = "broken")
20 @Test(groups = { "broken", "maven-broken" })

Completed in 305 milliseconds

1 2 34 5 6 7 8 91011>>