Searched defs:user (Results 101 - 125 of 268) sorted by relevance

1234567891011

/external/webkit/Source/WebCore/platform/network/brew/
H A DSocketStreamHandleBrew.cpp45 static void socketStreamConnectCallback(void* user, int nError) argument
47 SocketStreamHandlePrivate* p = reinterpret_cast<SocketStreamHandlePrivate*>(user);
57 static void getHostByNameCallback(void* user) argument
59 SocketStreamHandlePrivate* p = reinterpret_cast<SocketStreamHandlePrivate*>(user);
69 static void socketReadableCallback(void* user) argument
71 SocketStreamHandlePrivate* p = reinterpret_cast<SocketStreamHandlePrivate*>(user);
/external/webkit/Source/WebKit/android/plugins/
H A DANPSoundInterface.cpp64 static void callbackProc(int event, void* user, void* info) { argument
65 ANPAudioTrack* track = reinterpret_cast<ANPAudioTrack*>(user);
95 void* user) {
99 track->mUser = user;
91 ANPCreateTrack(uint32_t sampleRate, ANPSampleFormat format, int channelCount, ANPAudioCallbackProc proc, void* user) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-javamail.jar ... $SimpleAuthenticator extends javax.mail.Authenticator { private String user private String password public void " href="/4.3_r2. ...
/external/chromium/chrome/browser/chromeos/login/
H A Denterprise_enrollment_view.cc146 void EnterpriseEnrollmentView::OnAuthSubmitted(const std::string& user, argument
150 controller_->Authenticate(user, password, captcha, access_code);
161 bool EnterpriseEnrollmentView::GetInitialUser(std::string* user) { argument
162 return controller_->GetInitialUser(user);
H A Dscreen_lock_view.cc144 UserManager::User user = screen_locker_->user(); local
145 user_view_->SetImage(user.image(), user.image());
148 std::wstring text = UTF8ToWide(user.GetDisplayName());
246 UserManager::User* user = Details<UserManager::User>(details).ptr();
247 if (screen_locker_->user().email() != user->email())
249 user_view_->SetImage(user->image(), user
[all...]
H A Dviews_login_display.cc34 // Used to indicate no user has been selected.
49 controllers[i]->user().GetDisplayName();
54 controllers[i]->user().GetDisplayName();
115 // If there's only new user pod, show the guest session link on it.
130 // Update user count before unmapping windows, otherwise window manager won't
137 void ViewsLoginDisplay::OnUserImageChanged(UserManager::User* user) { argument
138 UserController* controller = GetUserControllerByEmail(user->email());
140 controller->OnUserImageChanged(user);
152 // Insert just before guest or add new user pods if any.
254 delegate()->Login(source->user()
[all...]
/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_setup_flow.cc66 args.SetString("user", "");
233 void CloudPrintSetupFlow::OnUserSubmittedAuth(const std::string& user, argument
238 login_ = user;
246 authenticator_->StartClientLogin(user, access_code,
251 authenticator_->StartClientLogin(user, password,
292 args.SetString("user", login_);
/external/chromium/chrome/browser/sync/
H A Dsync_setup_flow.cc87 args->SetString("user", service->last_attempted_user_email());
91 string16 user; local
93 user = UTF8ToUTF16(service->cros_user());
95 user = service->GetAuthenticatedUsername();
96 args->SetString("user", user);
98 args->SetBoolean("editable_user", user.empty());
194 // Record the state at which the user cancelled the signon dialog.
260 // If the user cancels when being asked for the passphrase,
390 // This shows the user th
[all...]
H A Dtest_profile_sync_service.cc79 std::wstring user = L"testuser@gmail.com"; local
84 user,
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Denterprise_enrollment_ui.cc37 // such as the user pressing the signin button.
130 std::string user; local
134 if (!params_dict->GetString("user", &user) ||
142 controller->OnAuthSubmitted(user, pass, captcha, access_code);
291 std::string user; local
292 bool has_init_user = GetController(this)->GetInitialUser(&user);
294 user = "";
297 args.SetString("user", user);
[all...]
/external/chromium/chrome/browser/ui/webui/options/
H A Dpersonal_options_handler.cc419 const chromeos::UserManager::User& user = local
421 std::string email = user.email();
H A Dsync_setup_handler.cc49 if (!result->GetString("user", username) ||
338 void SyncSetupHandler::ShowSetupDone(const std::wstring& user) { argument
344 void SyncSetupHandler::ShowFirstTimeDone(const std::wstring& user) { argument
/external/chromium/net/http/
H A Dhttp_auth_sspi_win.cc52 const string16& user,
58 reinterpret_cast<unsigned short*>(const_cast<wchar_t*>(user.c_str()));
59 identity.UserLength = user.size();
90 // cached credentials for the logged in user, which can be used
300 string16 user; local
301 SplitDomainAndUser(*username, &domain, &user);
303 user, *password, &cred_);
396 string16* user) {
397 // |combined| may be in the form "user" or "DOMAIN\user"
49 AcquireExplicitCredentials(SSPILibrary* library, const SEC_WCHAR* package, const string16& domain, const string16& user, const string16& password, CredHandle* cred) argument
394 SplitDomainAndUser(const string16& combined, string16* domain, string16* user) argument
[all...]
/external/chromium/net/test/
H A Dtest_server.cc211 const std::string& user) const {
212 return GURL(GetScheme() + "://" + user + "@" +
218 const std::string& user,
220 return GURL(GetScheme() + "://" + user + ":" + password +
217 GetURLWithUserAndPassword(const std::string& path, const std::string& user, const std::string& password) const argument
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmppclientsettings.h43 void set_user(const std::string & user) { user_ = user; } argument
54 const std::string & user() const { return user_; } function in class:buzz::XmppUserSettings
91 void set_proxy_user(const std::string & user) { proxy_user_ = user; } argument
/external/iproute2/include/linux/netfilter/
H A Dx_tables.h18 } user; member in union:xt_entry_match::__anon7083
41 } user; member in union:xt_entry_target::__anon7086
58 .target.u.user = { \
/external/iptables/include/linux/netfilter/
H A Dx_tables.h18 } user; member in union:xt_entry_match::__anon7309
41 } user; member in union:xt_entry_target::__anon7312
58 .target.u.user = { \
/external/kernel-headers/original/asm-arm/
H A Duser.h7 can understand it and provide useful information to the user (under
12 the contents of the user struct to find out what the floating point
15 UPAGE: 1 page consisting of a user struct that tells gdb what is present
21 current->brk to pick up all of the user variables, plus any memory
49 /* When the kernel dumps core, it starts by dumping the user struct -
52 struct user{ struct
94 * VFP exception registers exposed to user space during signal delivery.
/external/kernel-headers/original/asm-x86/
H A Duser_32.h6 can understand it and provide useful information to the user (under
11 the contents of the user struct to find out what the floating point
14 UPAGE: 1 page consisting of a user struct that tells gdb what is present
20 current->brk to pick up all of the user variables, plus any memory
73 * is still the layout used by user mode (the new
87 /* When the kernel dumps core, it starts by dumping the user struct -
90 struct user{ struct
/external/libpcap/
H A Dpcap-pf.c88 pcap_read_pf(pcap_t *pc, int cnt, pcap_handler callback, u_char *user) argument
215 (*callback)(user, &h, p);
316 * non-root user to be granted specific access to pcap
567 * a window to annoy the user.
607 fprintf(stderr, "tcpdump: Filtering in user process\n");
H A Dpcap-snit.c113 pcap_read_snit(pcap_t *p, int cnt, pcap_handler callback, u_char *user) argument
195 (*callback)(user, &h, cp);
292 * non-root user to be granted specific access to pcap
/external/libxml2/
H A Dlist.c670 * @user: a user parameter passed to the walker function
676 xmlListWalk(xmlListPtr l, xmlListWalker walker, const void *user) { argument
682 if((walker(lk->data, user)) == 0)
691 * @user: a user parameter passed to the walker function
697 xmlListReverseWalk(xmlListPtr l, xmlListWalker walker, const void *user) { argument
703 if((walker(lk->data, user)) == 0)
/external/llvm/include/llvm/Support/
H A DPathV1.h35 /// However, to support llvm-ar, the mode, user, and group fields are
46 uint32_t user; ///< User ID of owner, if applicable member in class:llvm::sys::FileStatus
52 FileStatus() : fileSize(0), modTime(0,0), mode(0777), user(999),
58 uint32_t getUser() const { return user; }
134 /// Construct a path to the current user's home directory. The
136 /// determining the user's home directory. For example, the environment
138 /// does not have the concept of a user's home directory, this static
140 /// @brief Construct a path to the current user's "home" directory
/external/netperf/
H A Dnetcpu_kstat10.c46 uint64_t user; member in struct:cpu_time_counters
63 "\t user %llu\n",counters[instance].user);
148 counters[cpu_num].user = knp->value.ui64;
156 something and we need to warn the user. raj 2005-01-28 */
336 /* the one that the user want for the cpu utilization */
352 spent in user, idle and kernel. We also have nanoseconds spent
355 accounting. this means that time accounted in user, kernel or
357 porpoises we do not really care about that for user and kernel,
366 time from each of user, kerne
[all...]
H A Dnetcpu_pstatnew.c33 original psp_idlecycles - one for user, one for kernel and one for
43 uint64_t user; member in struct:cpu_time_counters
113 res[i].user = (((uint64_t)psp[i].psp_usercycles.psc_hi << 32) +
117 "user[%d] = 0x%"PRIx64" ",
119 res[i].user);
163 "\t user %llu\n",counters[instance].user);
204 /* the one that the user want for the cpu utilization */
227 thing in measuring user, kernel, interrupt and idle all together
231 properly accounted. The sum of user, kerne
[all...]

Completed in 578 milliseconds

1234567891011