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

1 2 3 4 5 6 7 8 91011>>

  /docs/source.android.com/src/community/
sidebar.md 1 # Discussion Groups #
3 - [android-building](http://groups.google.com/group/android-building) (off-site)
4 - [android-contrib](http://groups.google.com/group/android-contrib) (off-site)
5 - [android-kernel](http://groups.google.com/group/android-kernel) (off-site)
6 - [android-platform](http://groups.google.com/group/android-platform) (off-site)
7 - [android-porting](http://groups.google.com/group/android-porting) (off-site)
8 - [repo-discuss](http://groups.google.com/group/repo-discuss) (off-site)
12 - [Groups Charter](groups-charter.html)
13 - [App Developer Groups](http://developer.android.com/community/index.html) (off-site
    [all...]
index.md 26 Please check out the groups below, and join any that seem interesting to
32 applications for Android, you can find a separate set of groups for those at
39 - *Read the [Charter for our forums.](groups-charter.html)* This explains the (few) rules and guidelines for our community.
52 - Subscribe using Google Groups: [android-platform](http://groups.google.com/group/android-platform)
57 - Subscribe using Google Groups: [android-building](http://groups.google.com/group/android-building)
63 - Subscribe using Google Groups: [android-porting](http://groups.google.com/group/android-porting)
68 - Subscribe using Google Groups: [android-contrib](http://groups.google.com/group/android-contrib
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
GroupListLoader.java 21 import android.provider.ContactsContract.Groups;
25 * and number of groups per account. This list is sorted by account type, account name, where the
27 * groups.
32 Groups.ACCOUNT_NAME,
33 Groups.ACCOUNT_TYPE,
34 Groups.DATA_SET,
35 Groups._ID,
36 Groups.TITLE,
37 Groups.SUMMARY_COUNT,
47 private static final Uri GROUP_LIST_URI = Groups.CONTENT_SUMMARY_URI
    [all...]
GroupMetaDataLoader.java 21 import android.provider.ContactsContract.Groups;
24 * Group meta-data loader. Loads all groups or just a single group from the
30 Groups.ACCOUNT_NAME,
31 Groups.ACCOUNT_TYPE,
32 Groups.DATA_SET,
33 Groups._ID,
34 Groups.TITLE,
35 Groups.AUTO_ADD,
36 Groups.FAVORITES,
37 Groups.GROUP_IS_READ_ONLY
    [all...]
  /external/clang/test/CodeGenObjCXX/
catch-id-type.mm 12 id Groups();
22 id groups;
25 groups = Groups(); // throws on errors.
29 Groups();
38 groups = [ns_array array];
42 groups = [ns_array array];
44 return groups;
  /bionic/libc/unistd/
initgroups.c 38 gid_t* groups = groups0; local
42 if (getgrouplist(user, group, groups, &numgroups) < 0) {
43 groups = malloc(numgroups*sizeof(groups[0]));
44 if (groups == NULL)
46 if (getgrouplist(user,group,groups,&numgroups) < 0) {
51 ret = setgroups(numgroups, groups);
54 if (groups != groups0)
55 free(groups);
  /development/pdk/docs/community/
community_toc.cs 7 <li><h2>Discussion Groups</h2><ul>
8 <li><a href="http://groups.google.com/group/android-platform">android-platform</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
9 <li><a href="http://groups.google.com/group/android-porting">android-porting</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
10 <li><a href="http://groups.google.com/group/android-kernel">android-kernel</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
11 <li><a href="http://groups.google.com/group/repo-discuss">repo-discuss</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
12 <li><a href="http://groups.google.com/group/android-framework">android-framework</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
15 <li><a href="<?cs var:toroot ?>community/groups-charter.html">Groups Charter</a></li>
16 <li><a href="http://developer.android.com/community/index.html">App Developer Groups</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
  /external/webkit/LayoutTests/http/tests/appcache/
origin-delete-expected.txt 1 This test checks that application cache groups correctly become obsolete after application cache is deletion for a specific origin.
  /frameworks/base/docs/html/community/
index.html 3 <meta http-equiv="refresh" content="0;url=http://developer.android.com/resources/community-groups.html">
8 href="http://developer.android.com/resources/community-groups.html">click here</a>.</p>
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
GroupsListLoader.java 21 import android.provider.ContactsContract.Groups;
24 * Loads the list of all contact groups.
28 Groups._ID, // 0
29 Groups.TITLE, // 1
36 super(context, Groups.CONTENT_URI, COLUMNS, null, null, Groups.TITLE);
GoogleSource.java 34 import android.provider.ContactsContract.Groups;
184 Cursor cursor = resolver.query(Groups.CONTENT_URI,
185 new String[] {Groups.TITLE, Groups.SOURCE_ID, Groups.SHOULD_SYNC},
186 Groups.ACCOUNT_NAME + " =? AND " + Groups.ACCOUNT_TYPE + " =?",
215 newGroup.put(Groups.TITLE, GOOGLE_MY_CONTACTS_GROUP);
217 newGroup.put(Groups.ACCOUNT_NAME, accountName);
218 newGroup.put(Groups.ACCOUNT_TYPE, accountType)
    [all...]
  /external/chromium/net/disk_cache/
experiments.h 12 // This lists the experiment groups that we care about. Only add new groups at
  /external/proguard/src/proguard/classfile/instruction/
package.html 4 Not every instruction currently has its own class. Only groups of instructions
  /sdk/layoutopt/libs/uix/src/resources/rules/
TooManyLevels.rule 3 // Description: Checks whether the layout has too many nested groups.
  /external/webkit/Tools/QueueStatusServer/handlers/
queuestatus_unittest.py 52 groups = queue_status._build_status_groups(statuses)
53 self.assertEqual(len(groups), 5)
54 self.assertEqual(groups[0], statuses[0:2])
55 self.assertEqual(groups[1], statuses[2:3])
56 self.assertEqual(groups[2], statuses[3:4])
57 self.assertEqual(groups[3], statuses[4:5])
58 self.assertEqual(groups[4], statuses[5:6])
  /bionic/libc/kernel/arch-sh/asm/
hw_irq.h 70 struct intc_group *groups; member in struct:intc_desc
84 #define DECLARE_INTC_DESC(symbol, chipname, vectors, groups, mask_regs, prio_regs, sense_regs) struct intc_desc symbol __initdata = { _INTC_ARRAY(vectors), _INTC_ARRAY(groups), _INTC_ARRAY(mask_regs), _INTC_ARRAY(prio_regs), _INTC_ARRAY(sense_regs), chipname, }
86 #define DECLARE_INTC_DESC_ACK(symbol, chipname, vectors, groups, mask_regs, prio_regs, sense_regs, ack_regs) struct intc_desc symbol __initdata = { _INTC_ARRAY(vectors), _INTC_ARRAY(groups), _INTC_ARRAY(mask_regs), _INTC_ARRAY(prio_regs), _INTC_ARRAY(sense_regs), chipname, _INTC_ARRAY(ack_regs), }
  /external/iproute2/ip/
ipmonitor.c 115 unsigned groups = ~RTMGRP_TC; local
133 groups = 0;
136 groups = 0;
139 groups = 0;
142 groups = 0;
145 groups = 0;
147 groups = ~RTMGRP_TC;
159 groups |= nl_mgrp(RTNLGRP_LINK);
162 groups |= nl_mgrp(RTNLGRP_IPV4_IFADDR);
164 groups |= nl_mgrp(RTNLGRP_IPV6_IFADDR)
    [all...]
  /libcore/luni/src/main/java/java/lang/
ThreadGroup.java 28 * This class is obsolete. See <i>Effective Java</i> Item 73, "Avoid thread groups" for details.
57 * Thread groups. Access is guarded by synchronizing on this field.
59 private final List<ThreadGroup> groups = new ArrayList<ThreadGroup>(3); field in class:ThreadGroup
131 synchronized (groups) {
132 for (ThreadGroup group : groups) {
147 synchronized (groups) {
148 for (ThreadGroup group : groups) {
163 synchronized (groups) {
167 groups.add(g);
197 * or thread groups in it)
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactImporterTest.java 29 import android.provider.ContactsContract.Groups;
148 assertQueryResults(folder + "/expected_groups.txt", Groups.CONTENT_URI, new String[]{
149 Groups._ID,
150 Groups.ACCOUNT_NAME,
151 Groups.ACCOUNT_TYPE,
152 Groups.DIRTY,
153 Groups.GROUP_VISIBLE,
154 Groups.NOTES,
155 Groups.RES_PACKAGE,
156 Groups.SOURCE_ID
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_GroupMembershipTest.java 27 import android.provider.ContactsContract.Groups;
84 .with(Groups.SOURCE_ID, "test_source_id")
85 .with(Groups.ACCOUNT_TYPE, "test_type")
86 .with(Groups.ACCOUNT_NAME, "test_name")
113 .with(Groups.ACCOUNT_TYPE, "test_type")
114 .with(Groups.ACCOUNT_NAME, "test_name")
115 .with(Groups.SOURCE_ID, "test_source_id")
116 .with(Groups.DELETED, 0)
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
CHANGELOG.txt 8 http://groups.google.com/group/oauth/browse_thread/thread/d39931d39b4af4bd
10 http://groups.google.com/group/oauth/browse_thread/thread/1b203a51d9590226
  /external/skia/src/animator/
thingstodo.txt 7 groups within groups
  /external/chromium/build/win/
chrome_win.croc 20 # Groups
  /system/extras/tests/bionic/libc/bionic/
test_getgrouplist.c 38 gid_t groups[MAX_GROUPS]; local
45 ret = getgrouplist( TEST_USER, TEST_GROUP, groups, &count );
51 if (groups[0] != TEST_GROUP) {
53 groups[0], TEST_GROUP);
  /build/tools/
adbs 167 # groups[0]: log tag
168 # groups[1]: stack level
169 # groups[2]: "pc"
170 # groups[3]: code address
171 # groups[4]: library name
173 def SymbolTranslation(groups):
174 lib_name = groups[4]
175 code_addr = groups[3]
183 print groups[0] + groups[1] + " " + caller + "<-" +
215 groups = match.groups() variable
    [all...]

Completed in 1895 milliseconds

1 2 3 4 5 6 7 8 91011>>