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

<<11121314151617181920>>

  /external/clang/docs/tools/
dump_format_style.py 93 lang = match.groups()[1]
140 line).groups()
  /external/ltp/testcases/network/stress/multicast/grp-operation/
mcast4-grpope01 29 # groups on a single socket
173 tst_resm TINFO "Verify that the kernel is not crashed when joining $MCASTNUM_HEAVY IPv4 multicast groups on a single socket"
185 msg=`cat $tmpfile | grep groups`
mcast4-grpope02 29 # groups on lots of sockets
182 tst_resm TINFO "Verify that the kernel is not crashed when joining $MCASTNUM_HEAVY IPv4 multicast groups on separate sockets"
194 msg=`cat $tmpfile | grep groups`
mcast6-grpope01 29 # groups on a single socket
170 tst_resm TINFO "Verify that the kernel is not crashed when joining $MCASTNUM_HEAVY IPv6 multicast groups on a single socket"
182 msg=`cat $tmpfile | grep groups`
mcast6-grpope02 29 # groups on lots of sockets
179 tst_resm TINFO "Verify that the kernel is not crashed when joining $MCASTNUM_HEAVY IPv6 multicast groups on separate sockets"
191 msg=`cat $tmpfile | grep groups`
  /external/ltp/testscripts/
tpm_tools.sh 51 # Check for programs/daemons/groups...
106 groups | grep pkcs11 1>/dev/null 2>&1
  /external/markdown/markdown/
treeprocessors.py 222 return data, True, len(leftData) + match.span(len(match.groups()))[0]
240 placeholder, match.groups()[-1]), True, 0
  /external/regex-re2/re2/testing/
unicode_test.py 141 for g in self.groups:
147 self.groups = unicode.CaseGroups(unicode_dir=_UNICODE_DIR)
  /external/tpm2/generator/
tpm_table.py 166 self._title_type = m.groups()[0][1:-1]
176 alg_type = m.groups()[0][1:-1].strip()
600 alg_type = m.groups()[0]
719 value, run_time_size, bounds = vm.groups()
731 selector, value = vm.groups()
735 value, bounds = vm.groups()
777 alg_suffix = m.groups()[0]
803 value = '%s' % rm.groups()[0]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pNative.java 92 public boolean p2pListNetworks(WifiP2pGroupList groups) {
93 return mSupplicantP2pIfaceHal.loadGroups(groups);
183 * Set the Maximum idle time in seconds for P2P groups.
  /libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
DoubleNodeTest.java 141 @Test(dataProvider = "nodes", groups = { "serialization-hostile" })
160 @Test(dataProvider = "nodes", groups={ "serialization-hostile" })
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
CollectionAndMapModifyStreamTest.java 144 @Test(dataProvider = "maps", groups = { "serialization-hostile" })
149 @Test(dataProvider = "maps", groups = { "serialization-hostile" })
  /packages/apps/Dialer/java/com/android/contacts/common/model/
Contact.java 355 /* package */ void setGroupMetaData(ImmutableList<GroupMetaData> groups) {
356 mGroups = groups;
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/
ManagePermissionsFragment.java 126 List<PermissionGroup> groups = mPermissions.getGroups(); local
132 for (PermissionGroup group : groups) {
  /prebuilts/go/darwin-x86/src/os/
proc.go 39 // Getgroups returns a list of the numeric ids of groups that the caller belongs to.
  /prebuilts/go/darwin-x86/src/syscall/
exec_bsd.go 142 // User and groups
144 ngroups := uintptr(len(cred.Groups))
145 groups := uintptr(0)
147 groups = uintptr(unsafe.Pointer(&cred.Groups[0]))
149 _, _, err1 = RawSyscall(SYS_SETGROUPS, ngroups, groups, 0)
exec_solaris.go 139 // User and groups
141 ngroups := uintptr(len(cred.Groups))
142 groups := uintptr(0)
144 groups = uintptr(unsafe.Pointer(&cred.Groups[0]))
146 err1 = setgroups1(ngroups, groups)
  /prebuilts/go/linux-x86/src/os/
proc.go 39 // Getgroups returns a list of the numeric ids of groups that the caller belongs to.
  /prebuilts/go/linux-x86/src/syscall/
exec_bsd.go 142 // User and groups
144 ngroups := uintptr(len(cred.Groups))
145 groups := uintptr(0)
147 groups = uintptr(unsafe.Pointer(&cred.Groups[0]))
149 _, _, err1 = RawSyscall(SYS_SETGROUPS, ngroups, groups, 0)
exec_solaris.go 139 // User and groups
141 ngroups := uintptr(len(cred.Groups))
142 groups := uintptr(0)
144 groups = uintptr(unsafe.Pointer(&cred.Groups[0]))
146 err1 = setgroups1(ngroups, groups)
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 24 CREATE TABLE groupmembership (_id INTEGER PRIMARY KEY,person INTEGER REFERENCES people(_id),group_id INTEGER REFERENCES groups(_id),group_sync_account STRING,group_sync_id STRING);
30 CREATE TABLE groups (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT NOT NULL,notes TEXT,should_sync INTEGER NOT NULL DEFAULT 0,system_id TEXT,UNIQUE(name,system_id,_sync_account)); table
31 INSERT INTO groups VALUES(1,NULL,NULL,NULL,NULL,NULL,0,NULL,'Contacts',NULL,0,'Contacts');
67 INSERT INTO sqlite_sequence VALUES('groups',1);
79 CREATE INDEX groupsSyncDirtyIndex ON groups (_sync_dirty);
102 CREATE TRIGGER groups_cleanup DELETE ON groups BEGIN UPDATE groupmembership SET group_id = null WHERE group_id = old._id;END;
103 CREATE TRIGGER groups_to_deleted DELETE ON groups WHEN old._sync_id is not null BEGIN INSERT INTO _deleted_groups (_sync_id, _sync_account, _sync_version) VALUES (old._sync_id, old._sync_account, old._sync_version);END;
  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DI.js 386 var groups = { };
388 groups["_unnamed"] = currentGroup;
402 groups[array[1]] = currentGroup;
512 obj.groups = groups;
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperationMultiQueueTests.cpp 528 } groups[] = local
534 for (int groupNdx = 0; groupNdx < DE_LENGTH_OF_ARRAY(groups); ++groupNdx)
536 MovePtr<tcu::TestCaseGroup> synchGroup (new tcu::TestCaseGroup(testCtx, groups[groupNdx].name, ""));
548 for (int optionNdx = 0; optionNdx <= groups[groupNdx].numOptions; ++optionNdx)
566 opGroup->addChild(new BaseTestCase(testCtx, name, "", groups[groupNdx].syncPrimitive, resource, writeOp, readOp, sharingMode, *pipelineCacheData));
  /external/testng/src/main/java/org/testng/reporters/
EmailableReporter2.java 131 writer.print("<th>Included Groups</th>");
132 writer.print("<th>Excluded Groups</th>");
555 * Groups {@link TestResult}s by suite.
581 * Groups {@link ClassResult}s by test, type (configuration or test), and
647 * Groups test results by method and then by class.
767 * Formats an array of groups for display.
769 protected String formatGroups(String[] groups) {
770 if (groups.length == 0) {
775 builder.append(groups[0]);
776 for (int i = 1; i < groups.length; i++)
    [all...]
  /external/testng/src/main/java/org/testng/internal/
Invoker.java 447 String[] groups= method.getGroups(); local
448 if(null != groups && groups.length > 0) {
449 for(String group: groups) {
840 String[] groups = currentTestMethod.getGroups(); local
886 String[] groups = currentTestMethod.getGroups(); local
1492 final String[] groups = testMethod.getGroupsDependedUpon(); local
    [all...]

Completed in 4724 milliseconds

<<11121314151617181920>>