/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
XKBstr.h | 359 XkbModsRec groups[XkbNumKbdGroups]; member in struct:_XkbCompatMapRec 367 unsigned char groups; member in struct:_XkbIndicatorMapRec 374 (((i)->which_groups&&(i)->groups)||\ 406 Atom groups[XkbNumKbdGroups]; member in struct:_XkbNamesRec
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
XKBstr.h | 359 XkbModsRec groups[XkbNumKbdGroups]; member in struct:_XkbCompatMapRec 367 unsigned char groups; member in struct:_XkbIndicatorMapRec 374 (((i)->which_groups&&(i)->groups)||\ 406 Atom groups[XkbNumKbdGroups]; member in struct:_XkbNamesRec
|
/system/connectivity/wificond/net/ |
netlink_manager.h | 44 // Multicast groups supported by the family. The string and mapping to 46 std::map<std::string, uint32_t> groups; member in struct:android::wificond::MessageType
|
/system/extras/ext4_utils/include/ext4_utils/ |
ext4_utils.h | 113 u32 groups; member in struct:fs_aux_info
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/ |
relax-group.s | 130 ;;; The following are wrong use of .relax groups.
|
/frameworks/base/services/core/java/com/android/server/pm/ |
PackageManagerShellCommand.java | 536 case "permission-groups": 782 boolean groups = false; 796 groups = true; 799 groups = true; 813 if (groups) { 829 doListPermissions(groupList, groups, labels, summary, 835 doListPermissions(groupList, groups, labels, summary, 842 doListPermissions(groupList, groups, labels, summary, 848 doListPermissions(groupList, groups, labels, summary, [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemNumber.java | 1749 IntArrayWrapper groups = (IntArrayWrapper) thisBundle.getObject(org.apache.xml.utils.res.XResourceBundle.LANG_NUMBERGROUPS); local [all...] |
/external/chromium-trace/catapult/devil/devil/utils/ |
markdown.py | 86 def _format_usage(self, usage, actions, groups, prefix): 88 usage, actions, groups, prefix)
|
/external/markdown/ |
test-markdown.py | 100 <table rules="groups" > 121 <table class="diff" rules="groups" >
|
/external/testng/src/main/java/org/testng/internal/ |
MethodGroupsHelper.java | 35 * Collect all the methods that belong to the included groups and exclude all
126 * Extracts the map of groups and their corresponding methods from the <code>classes</code>.
176 // Depends on groups?
195 } // groups
276 String[] groups = tm.getGroups();
local 277 for (String group : groups) {
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldThreadGroupTest.java | 74 assertEquals("Incorrect number of groups", 81 assertEquals("Incorrect number of groups", 84 assertEquals("Incorrect number of groups", 87 assertEquals("Incorrect number of groups", 90 assertEquals("Incorrect number of groups", 355 private ThreadGroup[] groups(ThreadGroup parent) { method in class:OldThreadGroupTest 384 ThreadGroup[] children = groups(group);
|
/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/ |
NodeBuilderTest.java | 71 @Test(dataProvider = "Node.Builder", groups = { "serialization-hostile" }) 116 @Test(dataProvider = "Node.Builder<Integer>", groups = { "serialization-hostile" })
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
Contact.java | 493 /* package */ void setGroupMetaData(ImmutableList<GroupMetaData> groups) { 494 mGroups = groups;
|
/prebuilts/go/darwin-x86/src/crypto/cipher/ |
cipher.go | 7 // See http://csrc.nist.gov/groups/ST/toolkit/BCM/current_modes.html
|
/prebuilts/go/linux-x86/src/crypto/cipher/ |
cipher.go | 7 // See http://csrc.nist.gov/groups/ST/toolkit/BCM/current_modes.html
|
/external/fmtlib/support/ |
docopt.py | 80 groups = [[pattern]] 81 while groups: 82 children = groups.pop(0) 89 groups.append([c] + children) 91 groups.append(child.children * 2 + children) 93 groups.append(child.children + children)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_posix.py | 485 groups = idg.read().strip() 488 if ret != None or not groups: 499 # groups, ignoring order and duplicates. 503 set([int(x) for x in groups.split()]), 537 for groups in [[0], range(16)]: 538 posix.setgroups(groups) 539 self.assertListEqual(groups, posix.getgroups())
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_posix.py | 485 groups = idg.read().strip() 488 if ret != None or not groups: 499 # groups, ignoring order and duplicates. 503 set([int(x) for x in groups.split()]), 537 for groups in [[0], range(16)]: 538 posix.setgroups(groups) 539 self.assertListEqual(groups, posix.getgroups())
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_posix.py | 485 groups = idg.read().strip() 488 if ret != None or not groups: 499 # groups, ignoring order and duplicates. 503 set([int(x) for x in groups.split()]), 537 for groups in [[0], range(16)]: 538 posix.setgroups(groups) 539 self.assertListEqual(groups, posix.getgroups())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_posix.py | 485 groups = idg.read().strip() 488 if ret != None or not groups: 499 # groups, ignoring order and duplicates. 503 set([int(x) for x in groups.split()]), 537 for groups in [[0], range(16)]: 538 posix.setgroups(groups) 539 self.assertListEqual(groups, posix.getgroups())
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesBufferTests.cpp | 1528 } groups[] = local [all...] |
/packages/providers/ContactsProvider/tests/assets/testSynced/ |
legacy_contacts.sql | 28 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); 40 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 41 INSERT INTO groups VALUES(1,'lemmytest@gmail.com',6,NULL,NULL,NULL,0,1,'System Group: My Contacts','System Group: My Contacts',0,'Contacts'); 123 INSERT INTO sqlite_sequence VALUES('groups',1); 135 CREATE INDEX groupsSyncDirtyIndex ON groups (_sync_dirty); 158 CREATE TRIGGER groups_cleanup DELETE ON groups BEGIN UPDATE groupmembership SET group_id = null WHERE group_id = old._id;END; 159 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;
|
/prebuilts/go/darwin-x86/src/io/ |
io.go | 119 // ReadWriter is the interface that groups the basic Read and Write methods. 125 // ReadCloser is the interface that groups the basic Read and Close methods. 131 // WriteCloser is the interface that groups the basic Write and Close methods. 137 // ReadWriteCloser is the interface that groups the basic Read, Write and Close methods. 144 // ReadSeeker is the interface that groups the basic Read and Seek methods. 150 // WriteSeeker is the interface that groups the basic Write and Seek methods. 156 // ReadWriteSeeker is the interface that groups the basic Read, Write and Seek methods.
|
/prebuilts/go/linux-x86/src/io/ |
io.go | 119 // ReadWriter is the interface that groups the basic Read and Write methods. 125 // ReadCloser is the interface that groups the basic Read and Close methods. 131 // WriteCloser is the interface that groups the basic Write and Close methods. 137 // ReadWriteCloser is the interface that groups the basic Read, Write and Close methods. 144 // ReadSeeker is the interface that groups the basic Read and Seek methods. 150 // WriteSeeker is the interface that groups the basic Write and Seek methods. 156 // ReadWriteSeeker is the interface that groups the basic Read, Write and Seek methods.
|
/external/boringssl/src/ssl/ |
t1_lib.c | 326 const uint16_t *groups, *pref, *supp; local 328 tls1_get_grouplist(ssl, &groups, &groups_len); 340 pref = groups; 347 supp = groups; 430 const uint16_t *groups; local 432 tls1_get_grouplist(ssl, &groups, &groups_len); 434 if (groups[i] == group_id) { 2215 const uint16_t *groups; local 2464 const uint16_t *groups; local [all...] |