Searched defs:group (Results 1 - 16 of 16) sorted by relevance

/development/ndk/platforms/android-3/include/
H A Dgrp.h47 #define _PATH_GROUP "/etc/group"
50 struct group { struct
51 char *gr_name; /* group name */
52 char *gr_passwd; /* group password */
53 gid_t gr_gid; /* group id */
54 char **gr_mem; /* group members */
58 struct group *getgrgid(gid_t);
59 struct group *getgrnam(const char *);
63 struct group *getgrent(void);
66 int getgrgid_r(gid_t, struct group *, cha
[all...]
H A Djni.h1086 jobject group; /* global ref of a ThreadGroup object, or NULL */ member in struct:JavaVMAttachArgs
/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DRadioGroup1.java64 public void onCheckedChanged(RadioGroup group, int checkedId) { argument
/development/samples/Home/src/com/example/android/home/
H A DApplicationsStackLayout.java303 ViewGroup group, ApplicationInfo info) {
305 TextView textView = (TextView) inflater.inflate(R.layout.favorite, group, false);
302 createApplicationIcon(LayoutInflater inflater, ViewGroup group, ApplicationInfo info) argument
/development/ndk/platforms/android-3/include/linux/
H A Dnetlink.h99 __u32 group; member in struct:nl_pktinfo
H A Dext3_fs.h112 __u32 group; member in struct:ext3_new_group_input
122 __u32 group; member in struct:ext3_new_group_data
/development/samples/training/NavigationDrawer/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/util/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/InteractiveChart/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/ContactsList/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/EffectiveNavigation/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 579 milliseconds