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

1 2 3 4 5 6 7 8 91011>>

  /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>
index.jd 10 <p>Please check out the groups below, and join any that seem interesting to
15 applications for Android, you can find a separate set of groups for those at
23 href="{@docRoot}community/groups-charter.html">Charter
44 Subscribe using Google Groups: <a
45 href="http://groups.google.com/group/android-building">android-building</a><br/>
56 Subscribe using Google Groups: <a
57 href="http://groups.google.com/group/android-porting">android-porting</a><br/>
66 Subscribe using Google Groups: <a
67 href="http://groups.google.com/group/android-platform">android-platform</a><br/>
78 Subscribe using Google Groups: <
    [all...]
  /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.
  /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), }
  /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...]
  /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...]
rtmon.c 72 unsigned groups = ~0U; local
113 groups = 0;
116 groups = 0;
119 groups = 0;
121 groups = ~0U;
136 groups |= nl_mgrp(RTNLGRP_LINK);
139 groups |= nl_mgrp(RTNLGRP_IPV4_IFADDR);
141 groups |= nl_mgrp(RTNLGRP_IPV6_IFADDR);
145 groups |= nl_mgrp(RTNLGRP_IPV4_ROUTE);
147 groups |= nl_mgrp(RTNLGRP_IPV6_ROUTE)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
GoogleSource.java 34 import android.provider.ContactsContract.Groups;
47 Groups.TITLE + "=? AND " + Groups.ACCOUNT_NAME + "=? AND " + Groups.ACCOUNT_TYPE + "=?";
149 Cursor cursor = resolver.query(Groups.CONTENT_URI,
150 new String[] {Groups.TITLE, Groups.SOURCE_ID, Groups.SHOULD_SYNC},
151 Groups.ACCOUNT_NAME + " =? AND " + Groups.ACCOUNT_TYPE + " =?"
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactImporterTest.java 29 import android.provider.ContactsContract.Groups;
145 assertQueryResults(folder + "/expected_groups.txt", Groups.CONTENT_URI, new String[]{
146 Groups._ID,
147 Groups.ACCOUNT_NAME,
148 Groups.ACCOUNT_TYPE,
149 Groups.DIRTY,
150 Groups.GROUP_VISIBLE,
151 Groups.NOTES,
152 Groups.RES_PACKAGE,
153 Groups.SOURCE_ID
    [all...]
GroupsTest.java 32 import android.provider.ContactsContract.Groups;
41 * Unit tests for {@link Groups} and {@link GroupMembership}.
74 // Create a handful of groups
98 // Add contacts to various mixture of groups. Grey will have all
112 // Walk across groups summary cursor and verify returned counts.
113 final Cursor cursor = mActor.resolver.query(Groups.CONTENT_SUMMARY_URI,
117 assertTrue("Didn't return summary for all groups", (cursor.getCount() == 4));
149 Uri uri = ContentUris.withAppendedId(Groups.CONTENT_URI,
158 Uri uri = ContentUris.withAppendedId(Groups.CONTENT_URI,
164 values.put(Groups.NOTES, "New notes")
    [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)
Contacts_PeopleTest.java 35 import android.provider.Contacts.Groups;
64 Groups._ID,
65 Groups.NAME
80 // insert some lines in people table and groups table to be used in test case.
90 value.put(Groups.NAME, "test_group_0");
91 mGroupRowsAdded.add(mProvider.insert(Groups.CONTENT_URI, value));
92 value.put(Groups.NAME, "test_group_1");
93 mGroupRowsAdded.add(mProvider.insert(Groups.CONTENT_URI, value));
154 testValues.put(GroupsColumns.SYSTEM_ID, Groups.GROUP_MY_CONTACTS);
155 mProvider.insert(Groups.CONTENT_URI, testValues)
    [all...]
  /frameworks/base/docs/html/community/
index.jd 7 <p>Welcome to the Android developers community! We're glad you're here and invite you to participate in these discussions. Before posting, please read the <a href="http://source.android.com/discuss/android-discussion-groups-charter">Groups Charter</a> that covers the community guidelines.</p>
25 <li><strong>Type in keywords of your questions in the main Android site's search bar</strong> (such as the one above). This search encompasses all previous discussions, across all groups, as well as the full contents of the site, documentation, and blogs. Chances are good that somebody has run into the same issue before.</li>
34 the <a href="http://sites.google.com/a/android.com/opensource/discuss/android-discussion-groups-charter">mailing list charter</a></b> that covers the community guidelines.
55 <li>Subscribe using Google Groups:&nbsp;<a href="http://groups.google.com/group/android-beginners">android-beginners</a></li>
62 <li>Subscribe using Google Groups:&nbsp;<a href="http://groups.google.com/group/android-developers">android-developers</a></li>
69 <li>Subscribe using Google Groups:&nbsp;<a href="http://groups.google.com/group/android-discuss">android-discuss</a></li
    [all...]
  /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);
  /external/elfutils/libasm/
asm_newscngrp.c 79 assert (ctx->groups == NULL);
80 ctx->groups = result->next = result;
84 result->next = ctx->groups->next;
85 ctx->groups = ctx->groups->next = result;
  /frameworks/base/docs/html/resources/
community-groups.jd 42 <p>There are a number of mailing lists, powered by <a href="http://groups.google.com">Google Groups</a>, available for discussing Android application development.</p>
51 <li>Type in keywords of your questions in the main Android site's search bar (such as the one above). This search encompasses all previous discussions, across all groups, as well as the full contents of the site, documentation, and blogs. Chances are good that somebody has run into the same issue before.</li>
59 the <a href="http://source.android.com/community/groups-charter.html">mailing list charter</a></strong> that covers the community guidelines.
77 <p>Instead of using the <a href="http://groups.google.com/">Google Groups</a> site, you can use your email client of choice to participate in the mailing lists.</p>
78 <p>To subscribe to a group without using the Google Groups site, use the link under "subscribe via email" in the lists above.</p>
81 <ol><li>Sign into the group via the Google Groups site. For example, for the android-framework group you would visit <a href="http://groups.google.com/group/android-framework">http://groups.google.com/group/android-framework</a>.</li
    [all...]
  /frameworks/base/docs/html/intl/ja/community/
index.jd 7 <p>Android ?????? ????????????????????????????????????????????????????? ??????????????<a href="http://source.android.com/discuss/android-discussion-groups-charter">???????</a>?????????</p>
31 <li>?????? ??????????????<b><a href="http://sites.google.com/a/android.com/opensource/discuss/android-discussion-groups-charter">Android ???????????</a></b>?????????
46 <li>Google ???????:&nbsp;<a href="http://groups.google.co.jp/group/android-sdk-japan?hl=ja">android-sdk-japan</a></li>
53 <li>Google ???????:&nbsp;<a href="http://groups.google.com/group/android-beginners?hl=ja">android-beginners</a></li>
60 <li>Google ???????:&nbsp;<a href="http://groups.google.com/group/android-developers?hl=ja">android-developers</a></li>
67 <li>Google ???????:&nbsp;<a href="http://groups.google.com/group/android-discuss?hl=ja">android-discuss</a></li>
74 <li>Google ???????:&nbsp;<a href="http://groups.google.com/group/android-security-discuss?hl=ja">android-security-discuss</a></li>
81 <li>Google ???????:&nbsp;<a href="http://groups.google.com/group/android-security-announce?hl=ja">android-security-announce</a></li>
97 <p><a href="http://groups.google.com/">Google ????</a> ????????????????? ????????????????? ????????????????</p>
101 <ol><li>Google ???? ??????????????????????? android-framework ?????? <a href="http://groups.google.com/group/android-framework?hl=ja">http://groups.google.com/group/android-framework?hl=ja</ (…)
    [all...]
  /frameworks/base/docs/html/intl/ja/resources/
community-groups.jd 7 <p>Android ?????? ????????????????????????????????????????????????????? ??????????????<a href="http://source.android.com/discuss/android-discussion-groups-charter">???????</a>?????????</p>
31 <li>?????? ??????????????<b><a href="http://sites.google.com/a/android.com/opensource/discuss/android-discussion-groups-charter">Android ???????????</a></b>?????????
46 <li>Google ???????:&nbsp;<a href="http://groups.google.co.jp/group/android-sdk-japan?hl=ja">android-sdk-japan</a></li>
53 <li>Google ???????:&nbsp;<a href="http://groups.google.com/group/android-beginners?hl=ja">android-beginners</a></li>
60 <li>Google ???????:&nbsp;<a href="http://groups.google.com/group/android-developers?hl=ja">android-developers</a></li>
67 <li>Google ???????:&nbsp;<a href="http://groups.google.com/group/android-discuss?hl=ja">android-discuss</a></li>
74 <li>Google ???????:&nbsp;<a href="http://groups.google.com/group/android-security-discuss?hl=ja">android-security-discuss</a></li>
81 <li>Google ???????:&nbsp;<a href="http://groups.google.com/group/android-security-announce?hl=ja">android-security-announce</a></li>
97 <p><a href="http://groups.google.com/">Google ????</a> ????????????????? ????????????????? ????????????????</p>
101 <ol><li>Google ???? ??????????????????????? android-framework ?????? <a href="http://groups.google.com/group/android-framework?hl=ja">http://groups.google.com/group/android-framework?hl=ja</ (…)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.provider.Contacts.Groups.html 10 android.provider.Contacts.Groups
74 Class android.provider.<A HREF="../../../../reference/android/provider/Contacts.Groups.html" target="_top"><font size="+2"><code>Contacts.Groups</code></font></A>
88 <A NAME="android.provider.Contacts.Groups.CONTENT_ITEM_TYPE"></A>
89 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Groups.html#CONTENT_ITEM_TYPE" target="_top"><code>CONTENT_ITEM_TYPE</code></font></A></nobr> </TD>
97 <A NAME="android.provider.Contacts.Groups.CONTENT_TYPE"></A>
98 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Groups.html#CONTENT_TYPE" target="_top"><code>CONTENT_TYPE</code></font></A></nobr> </TD>
106 <A NAME="android.provider.Contacts.Groups.CONTENT_URI"></A>
107 <nobr><code>Uri</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Groups.html#CONTENT_URI" target="_top"><code>CONTENT_URI</code></font></A></nobr> </TD>
115 <A NAME="android.provider.Contacts.Groups.DEFAULT_SORT_ORDER"></A
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/expandablelistview/
InflatedExpandableListView.java 44 // Sample data set. children[i] contains the children (String[]) for groups[i].
45 private String[] groups = { "People Names", "Dog Names", "Cat Names", "Fish Names" }; field in class:InflatedExpandableListView.MyExpandableListAdapter
87 return groups[groupPosition];
91 return groups.length;
  /libcore/luni/src/main/java/java/util/regex/
MatchResult.java 22 * given string. The result is divided into groups, with one group for each
71 * Returns the number of groups in the result, which is always equal to
72 * the number of groups in the original regular expression.
74 * @return the number of groups.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
mount.h 43 typedef struct groupnode *groups; typedef in typeref:struct:groupnode
47 groups gr_next;
55 groups ex_groups;
121 extern bool_t xdr_groups (XDR *, groups*);
  /frameworks/base/core/java/android/widget/
ExpandableListAdapter.java 26 * to the data of the children (categorized by groups), and also instantiate
27 * {@link View}s for children and groups.
41 * Gets the number of groups.
43 * @return the number of groups
76 * unique across groups. The combined ID (see
78 * (groups and all children).
89 * (groups and all children).
184 * child) to have a unique ID among all children and groups in the list.
192 * groups and children in this list.
199 * child) to have a unique ID among all children and groups in the list
    [all...]

Completed in 261 milliseconds

1 2 3 4 5 6 7 8 91011>>