HomeSort by relevance Sort by last modified time
    Searched refs:user (Results 276 - 300 of 1365) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/
HelloLicenseServlet.java 3 * program logs the user in with OpenID, fetches their license state with OAuth,
42 * user IDs
63 User user = userService.getCurrentUser(); local
66 user.getEmail(),
71 // Send a signed request for the user's license state.
80 URLEncoder.encode(user.getFederatedIdentity(), "UTF-8")
105 } else { // The user isn't logged in.
  /external/guava/guava-gwt/src/com/google/common/collect/
Multimap_CustomFieldSerializerBase.java 19 import com.google.gwt.user.client.rpc.SerializationException;
20 import com.google.gwt.user.client.rpc.SerializationStreamReader;
21 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
  /external/webkit/Tools/Scripts/webkitpy/common/
host.py 35 from webkitpy.common.system import executive, filesystem, platforminfo, user, workspace namespace
48 self.user = user.User()
  /external/wpa_supplicant_8/src/eap_server/
eap_server.c 27 static void eap_user_free(struct eap_user *user);
81 * eap_user_get - Fetch user information from the database
83 * @identity: Identity (User-Name) of the user
85 * @phase2: 0 = EAP phase1 user, 1 = EAP phase2 (tunneled) user
88 * This function is used to fetch user information for EAP. The user will be
89 * selected based on the specified identity. sm->user and
90 * sm->user_eap_method_index are updated for the new user when a matching use
96 struct eap_user *user; local
    [all...]
eap_server_mschapv2.c 291 const u8 *username, *user; local
346 user = name;
349 if (user[i] == '\\') {
351 user += i + 1;
357 os_memcmp(username, user, username_len) != 0) {
358 wpa_printf(MSG_DEBUG, "EAP-MSCHAPV2: Mismatch in user names");
359 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: Expected user "
361 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: Received user "
362 "name", user, user_len);
367 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: User name"
    [all...]
  /frameworks/av/include/media/
Visualizer.h 70 void* user = NULL,
88 typedef void (*capture_cbk_t)(void* user,
97 status_t setCaptureCallBack(capture_cbk_t cbk, void* user, uint32_t flags, uint32_t rate);
  /bionic/libc/kernel/common/linux/
kernel_stat.h 30 cputime64_t user; member in struct:cpu_usage_stat
  /development/ndk/platforms/android-3/include/linux/
kernel_stat.h 23 cputime64_t user; member in struct:cpu_usage_stat
  /development/ndk/tests/prebuilt-library/jni/
Android.mk 26 LOCAL_MODULE := foo-user
27 LOCAL_SRC_FILES := foo-user.c
  /external/chromium/chrome/browser/chromeos/login/
screen_locker_tester.h 32 // Injects MockAuthenticate that uses given |user| and |password|.
33 void InjectMockAuthenticator(const std::string& user,
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
main.py 40 """Fetches the license for a given user by making an OAuth signed request
44 userid OpenID of the user you are checking access for.
72 """Returns the license for a given user as a structured object.
75 userid: The OpenID of the user to check.
111 user = users.get_current_user()
112 if user:
116 userid = user.federated_identity()
128 'user_name': user.nickname(),
  /external/chromium/net/http/
http_auth_handler_ntlm.cc 57 // |username| may be in the form "DOMAIN\user". Parse it into the two
60 string16 user;
64 user = *username;
67 user = username->substr(backslash_idx + 1);
70 username_ = user;
  /external/nist-sip/java/javax/sip/address/
AddressFactory.java 12 SipURI createSipURI(String user, String host) throws ParseException;
  /external/valgrind/main/drd/tests/
rwlock_type_checking.stderr.exp 2 Attempt to use a user-defined rwlock as a POSIX rwlock: rwlock 0x.........
8 Attempt to use a POSIX rwlock as a user-defined rwlock: rwlock 0x.........
  /external/webkit/Source/WebKit/android/plugins/
ANPSoundInterface.cpp 64 static void callbackProc(int event, void* user, void* info) {
65 ANPAudioTrack* track = reinterpret_cast<ANPAudioTrack*>(user);
95 void* user) {
99 track->mUser = user;
  /external/webkit/Source/WebKit2/UIProcess/Authentication/
WebCredential.h 54 const String& user() const;
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
commit.py 33 from webkitpy.common.system.user import User
68 if self._tool.user.confirm(self._commit_warning(e)):
74 username = self._tool.user.prompt("%s login: " % e.server_host, repeat=5)
78 password = self._tool.user.prompt_password("%s password for %s: " % (e.server_host, username), repeat=5)
  /libcore/luni/src/main/java/java/security/acl/
Acl.java 129 * @param user
133 Enumeration<Permission> getPermissions(Principal user);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.h 26 portions of the compiler. Each measures elapsed user, system, and
55 /* User time in this process. */
56 double user; member in struct:timevar_time_def
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.h 26 portions of the compiler. Each measures elapsed user, system, and
55 /* User time in this process. */
56 double user; member in struct:timevar_time_def
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.h 26 portions of the compiler. Each measures elapsed user, system, and
55 /* User time in this process. */
56 double user; member in struct:timevar_time_def
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.h 26 portions of the compiler. Each measures elapsed user, system, and
55 /* User time in this process. */
56 double user; member in struct:timevar_time_def
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
user.h 34 struct user{ struct
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
kernel_stat.h 23 cputime64_t user; member in struct:cpu_usage_stat
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
user.h 34 struct user{ struct

Completed in 3065 milliseconds

<<11121314151617181920>>