HomeSort by relevance Sort by last modified time
    Searched defs:user (Results 351 - 375 of 593) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/netfilter/
x_tables.h 27 } user; member in union:xt_entry_match::__anon58778
49 } user; member in union:xt_entry_target::__anon58781
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter/
x_tables.h 27 } user; member in union:xt_entry_match::__anon59228
49 } user; member in union:xt_entry_target::__anon59231
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
user_32.h 65 struct user{ struct
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter/
x_tables.h 27 } user; member in union:xt_entry_match::__anon59680
49 } user; member in union:xt_entry_target::__anon59683
  /system/core/toolbox/
ls.c 167 char user[16]; local
185 sprintf(user, "%ld", s->st_uid);
188 user2str(s->st_uid, user);
202 mode, user, group,
208 mode, user, group, s->st_size, date, name);
227 mode, user, group, date, name, linkto);
232 mode, user, group, date, name);
241 char user[16]; local
264 user2str(s->st_uid, user);
285 mode, user, group, maclabel, name, linkto)
    [all...]
ps.c 39 char user[32]; local
142 sprintf(user,"%d",(int)stats.st_uid);
144 strcpy(user,pw->pw_name);
157 printf("%-30s %-9s %-5d %-5d %s\n", macline, user, pid, ppid, cmdline[0] ? cmdline : name);
161 printf("%-9s %-5d %-5d %-6d %-5d", user, pid, ppid, vss / 1024, rss * 4);
237 printf("LABEL USER PID PPID NAME\n");
239 printf("USER PID PPID VSIZE RSS %s%s %s WCHAN PC NAME\n",
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-swing.jar 
  /bionic/libc/bionic/
malloc_debug_check.cpp 99 static inline void* user(hdr_t* hdr) { function
103 static inline hdr_t* meta(void* user) {
104 return reinterpret_cast<hdr_t*>(user) - 1;
107 static inline const hdr_t* const_meta(const void* user) {
108 return reinterpret_cast<const hdr_t*>(user) - 1;
207 memset(user(hdr), FREE_POISON, hdr->size);
212 const char* data = reinterpret_cast<const char *>(user(hdr));
225 user(hdr), hdr->size);
228 "(NOT DUMPING STACKTRACE)\n", user(hdr));
237 user(hdr), hdr->size)
    [all...]
  /bionic/libc/kernel/common/linux/
atmsap.h 85 unsigned char user; member in union:atm_blli::__anon313
96 unsigned char user; member in union:atm_blli::__anon315
  /development/ndk/platforms/android-3/include/linux/
atmsap.h 75 unsigned char user; member in union:atm_blli::__anon1004
86 unsigned char user; member in union:atm_blli::__anon1006
  /device/lge/mako/camera/
QualcommCamera.cpp 119 void* user; member in struct:android::__anon2291
131 void* user)
134 camera_device * device = (camera_device *)user;
149 void *user)
152 camera_device * device = (camera_device *)user;
168 void* user)
173 camera_device * device = (camera_device *)user;
190 data_cb(msgType, framebuffer, counter, NULL, user);
205 void* user)
209 camera_device * device = (camera_device *)user;
    [all...]
  /external/checkpolicy/test/
dismod.c 416 char *user, *role, *type; local
420 user = p->p_user_val_to_name[cur->context[0].user - 1];
424 cur->u.name, cur->sid[0], user, role, type);
429 user = p->p_user_val_to_name[cur->context[0].user - 1];
433 cur->u.name, cur->sid[0], user, role, type);
  /external/chromium/chrome/browser/chromeos/login/
user_manager.cc 49 // Incognito user is represented by an empty string (since some code already
62 DVLOG(1) << "Saving path to user image in Local State.";
92 // Deletes user's image file. Runs on FILE thread.
96 LOG(ERROR) << "Failed to remove user image.";
101 // Updates current user ownership on UI thread.
116 // Checks current user's ownership on file thread.
120 VLOG(1) << "Current user " << (is_owner ? "is owner" : "is not owner");
134 // Creates new remove attempt for the given user. Note, |delegate| can
200 UserManager::User::User() {
258 User user; local
513 User user; local
    [all...]
  /external/chromium/chrome/browser/chromeos/
user_cros_settings_provider.cc 138 LOG(WARNING) << "Failed to retrieve user whitelist.";
145 const UserManager::User& self = UserManager::Get()->logged_in_user();
152 DictionaryValue* user = new DictionaryValue; local
153 user->SetString("email", email);
154 user->SetString("name", "");
155 user->SetBoolean("owner", is_owner && email == self.email());
156 user_list->Append(user);
235 VLOG(1) << "Setting user whitelist is not implemented. Please use "
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_chromeos.cc 56 using chromeos::User;
147 reply.SendError("No user manager!");
156 const User* user = user_manager->GetLoggedInUser(); local
158 return_value->SetString("email", user->email());
159 return_value->SetString("display_email", user->display_email());
160 switch (user->image_index()) {
161 case User::kExternalImageIndex:
165 case User::kProfileImageIndex:
170 return_value->SetInteger("user_image", user->image_index())
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc 21 #include "chrome/browser/chromeos/login/user.h"
255 // updating the user metrics above.
281 // user has visited so best clean from here as well.
404 // sites a user is logged into.
411 // any user action.
616 chromeos::User* user = chromeos::UserManager::Get()-> local
618 if (!user) {
619 LOG(WARNING) << "Failed to find user for current profile.";
624 user->email()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc 21 #include "chrome/browser/chromeos/login/user.h"
177 // reacquire the location on every user session change or browser crash.
471 chromeos::UserList::const_iterator user; local
472 for (user = users.begin(); user != users.end(); ++user) {
474 if ((*user)->GetType() != chromeos::User::USER_TYPE_REGULAR)
478 const std::string& email = (*user)->email();
490 // managed user is found
    [all...]
  /external/chromium_org/chrome/browser/signin/
signin_manager.cc 159 // This attempt is either 1) the user trying to establish initial sync, or
162 // user has successfully signed in once before with this username, so that on
287 // In some cases, the user should not be signed out. For example, the failure
306 // If the user is in the process of signing in, then treat a call to
360 std::string user = profile_->GetPrefs()->GetString( local
362 if ((!user.empty() && !IsAllowedUsername(user)) || !IsSigninAllowed()) {
363 // User is signed in, but the username is invalid - the administrator must
364 // have changed the policy since the last signin, so sign out the user.
380 // Signed in user is invalid according to the current policy so sig
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui_handler.cc 237 std::string user = GetSyncAccount(); local
245 current_http_client_->CreateRegisterOperation(user, this);
  /external/iproute2/include/linux/
atmsap.h 34 #define ATM_L2_USER 0x10 /* user-specified */
53 #define ATM_L3_USER 0x10 /* user-specified */
64 #define ATM_HL_USER 0x02 /* user-specific */
111 unsigned char user; /* user-specified l2 information */ member in union:atm_blli::__anon19213
122 unsigned char user; /* user specified l3 information */ member in union:atm_blli::__anon19215
  /external/kernel-headers/original/linux/
atmsap.h 34 #define ATM_L2_USER 0x10 /* user-specified */
53 #define ATM_L3_USER 0x10 /* user-specified */
64 #define ATM_HL_USER 0x02 /* user-specific */
111 unsigned char user; /* user-specified l2 information */ member in union:atm_blli::__anon19867
122 unsigned char user; /* user specified l3 information */ member in union:atm_blli::__anon19869
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 17 } user; member in union:xt_entry_match::__anon20045
42 } user; member in union:xt_entry_target::__anon20048
171 /* Called when user tries to insert an entry of this type. */
217 /* Called when user tries to insert an entry of this type:
339 } user; member in union:compat_xt_entry_match::__anon20051
356 } user; member in union:compat_xt_entry_target::__anon20054
  /external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java 624 String userOrHost = user();// Note: user may contain ';', host may not...
760 protected String user() throws ParseException { method in class:URLParser
762 dbg_enter("user");
777 dbg_leave("user");
  /external/ppp/pppd/
chap_ms.c 276 * to the user). Since the RFC requires it, and it can be
306 * win98 (others untested) display the message to the user anyway.
484 char *user; local
487 if ((user = strrchr(username, '\\')) != NULL)
488 ++user;
490 user = username;
495 SHA1_Update(&sha1Context, (unsigned char *)user, strlen(user));
857 char *user, char *secret, int secret_len, MS_Chap2Response *response,
875 ChapMS2_NT((char *)rchallenge, response->PeerChallenge, user,
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 70 static int radius_pap_auth(char *user,
75 static int radius_chap_verify(char *user, char *ourname, int id,
83 static void make_username_realm(char *user);
115 char user[MAXNAMELEN]; member in struct:radius_state
124 VALUE_PAIR *avp; /* Additional (user supplied) vp's to send to server */
131 void (*radius_pre_auth_hook)(char const *user,
231 * user -- user-name of peer
242 radius_pap_auth(char *user,
260 /* Put user with potentially realm added in rstate.user *
    [all...]

Completed in 394 milliseconds

<<11121314151617181920>>