/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/ |
skbuff.h | 157 atomic_t users; member in struct:sk_buff
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/ |
skbuff.h | 157 atomic_t users; member in struct:sk_buff
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/ |
skbuff.h | 157 atomic_t users; member in struct:sk_buff
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/ |
skbuff.h | 157 atomic_t users; member in struct:sk_buff
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/ |
skbuff.h | 157 atomic_t users; member in struct:sk_buff
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
skbuff.h | 157 atomic_t users; member in struct:sk_buff
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
skbuff.h | 157 atomic_t users; member in struct:sk_buff
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
skbuff.h | 157 atomic_t users; member in struct:sk_buff
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
skbuff.h | 157 atomic_t users; member in struct:sk_buff
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
skbuff.h | 157 atomic_t users; member in struct:sk_buff
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
skbuff.h | 157 atomic_t users; member in struct:sk_buff
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
skbuff.h | 157 atomic_t users; member in struct:sk_buff
|
/prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/ |
xml-apis-1.0.b2.pom | 15 and users easier. The External Components portion of xml-commons contains
|
/external/smack/src/org/jivesoftware/smack/ |
Roster.java | 37 * Represents a user's roster, which is the collection of users a person receives 40 * Others users may attempt to subscribe to this user using a subscription request. Three 77 * requests from other users are made. The default subscription mode 89 * requests from other users are made. The default subscription mode 160 * Smack will take when subscription requests from other users are made. 175 * Smack will take when subscription requests from other users are made. 200 throw new IllegalStateException("Anonymous users can't have a roster."); 250 throw new IllegalStateException("Anonymous users can't have a roster."); 277 throw new IllegalStateException("Anonymous users can't have a roster."); 448 throw new IllegalStateException("Anonymous users can't have a roster.") [all...] |
/frameworks/base/core/java/android/view/ |
WindowManager.java | 252 * In multiuser systems shows on all users' windows. 318 * In multiuser systems shows on all users' windows. 325 * In multiuser systems shows on all users' windows. 334 * In multiuser systems shows on all users' windows. 347 * In multiuser systems shows on all users' windows. 369 * In multiuser systems shows on all users' windows. 375 * In multiuser systems shows on all users' windows. 381 * In multiuser systems shows on all users' windows. 416 * In multiuser systems shows on all users' windows. 444 * In multiuser systems shows on all users' windows [all...] |
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoFragment.java | 79 * This callback is invoked when users click on a displayed image. The input argument is 116 * class is invoked when users click a photo.
|
/docs/source.android.com/src/devices/ |
index.jd | 34 experience for your users, they must must also 37 and gives users a good experience. For more information, see the
|
/docs/source.android.com/src/devices/tech/ |
index.jd | 48 <p>Android's data usage features allow users to understand and control how their 90 flexibility required for an open platform, while providing protection for all users
|
/docs/source.android.com/src/source/community/ |
groups-charter.jd | 14 These discussion groups are intended for developers working with the Android platform. Everyone is welcome to join in, provided you follow our community's policies described below. Our users help each other, and many experts post to these groups, including members of the Open Handset Alliance. 27 <li><em>Allowed discussion topics<em>: Most of our groups are for technical discussions of Android or users helping each other. Generally we don't put hard restrictions on the topics discussed in the group: as long as the topic is relevant to Android in some way, it's welcome on our groups. We welcome announcements and discussion of products, libraries, publications, and other interesting Android-related news, but please do not cross-post. Post only to the most relevant group for your message. We even welcome (polite!) discussion of articles and ideas critical of Android--after all, we can't improve if we don't listen.
|
/external/bluetooth/bluedroid/stack/gap/ |
gap_int.h | 53 tGAP_CALLBACK *gap_cback; /* Pointer to users callback function */ 104 tGAP_CONN_CALLBACK *p_callback; /* Users callback function */
|
/external/chromium/chrome/browser/autofill/ |
autofill_xml_parser.h | 105 // when something in the users profile matches what they have entered in a form. 107 // the form matches what's in the users profile.
|
/external/chromium/chrome/browser/chromeos/cros/ |
login_library.h | 71 // whitelist of users allowed to log in to this machine. 92 // readable unique identifier by which we distinguish users (to deal with
|
/external/chromium/chrome/browser/chromeos/login/ |
dom_login_display.cc | 39 void DOMLoginDisplay::Init(const std::vector<UserManager::User>& users, 44 users_ = users;
|
existing_user_controller.h | 58 // Creates and shows login UI for known users. 59 void Init(const UserVector& users);
|
user_manager.h | 31 // This class provides a mechanism for discovering users who have logged 69 // Returns a list of the users who have logged into this device previously.
|