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

<<21222324252627282930>>

  /device/lge/mako/camera/
QualcommCamera.cpp 119 void* user; member in struct:android::__anon1853
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/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 32 // Search history to find up to ten links that a user has typed in,
68 // Maps URLs to a count of the number of times the user typed that URL into
73 // times a user visited a URL by typing the address.
76 // Ignore items unless the user typed the URL.
104 // Sort the URLs by the number of times the user typed them.
  /external/ppp/pppd/plugins/
winbind.c 93 static int winbind_pap_auth(char *user,
98 static int winbind_chap_verify(char *user, char *ourname, int id,
311 /* run winbind as the user that invoked pppd */
323 /* Need to write the User's info onto the pipe */
356 fprintf(pipe_in, "Request-User-Session-Key: yes\n");
414 notice("Winbind has declined authentication for user!");
417 } else if (strcasecmp(message, "User-session-key") == 0) {
423 notice("NT session key for user was not 16 bytes!");
455 notice("Did not get user session key, despite being authenticated!");
480 * user -- user-name of pee
    [all...]
  /external/libselinux/src/
android.c 63 "user",
71 char *user; member in struct:seapp_context
93 /* Give precedence to a specified user= over an unspecified user=. */
94 if (s1->user && !s2->user)
96 if (!s1->user && s2->user)
99 if (s1->user) {
100 /* Give precedence to a fixed user= string over a prefix. *
    [all...]
  /frameworks/av/media/libmedia/
AudioRecord.cpp 90 void* user,
99 frameCount, cbf, user, notificationFrames, false /*threadCanCallJava*/, sessionId);
128 void* user,
237 mUserData = user;
319 mNewPosition = cblk->user + mUpdatePeriod;
422 *position = mCblk->user;
541 "user=%08x, server=%08x", cblk->user, cblk->server);
580 uint32_t u = cblk->user;
634 // sanity-check. user is most-likely passing an error code
698 uint32_t user = cblk->user; local
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageSettingBase.java 71 // started until explicitly launched by the user.
215 for (int user: users) {
216 if (readUserState(user).installed) {
225 for (int user : users) {
226 if (getInstalled(user) == installed) {
232 for (int user : users) {
233 if (getInstalled(user) == installed) {
234 res[num] = user;
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsUtils.java 81 * Search the list of known Email providers looking for one that matches the user's email
88 * @param domain The domain portion of the user's email address
105 * @param domain The domain portion of the user's email address
231 * templates are used in 4 fields -- incoming and outgoing URI and user name.
232 * @param email user-specified data used to replace template values
236 String user = emailParts[0]; local
238 incomingUri = expandTemplate(incomingUriTemplate, email, user);
239 incomingUsername = expandTemplate(incomingUsernameTemplate, email, user);
240 outgoingUri = expandTemplate(outgoingUriTemplate, email, user);
241 outgoingUsername = expandTemplate(outgoingUsernameTemplate, email, user);
    [all...]
  /external/checkpolicy/
module_compiler.c 371 char *user_id, user_datum_t *user)
389 yyerror2("user %s doesn't exist, is implicit bounds of %s",
394 if (!user->bounds)
395 user->bounds = bounds->s.value;
396 else if (user->bounds != bounds->s.value) {
397 yyerror2("user %s has inconsistent bounds %s/%s",
399 policydbp->p_role_val_to_name[user->bounds - 1]);
410 user_datum_t *user = NULL, *dest_user = NULL; local
415 yyerror("no user name");
418 if ((user = (user_datum_t *) malloc(sizeof(*user))) == NULL)
1000 user_datum_t *user = NULL; local
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLParser.h 75 // Search backwards for @, which is the separator between the user info
83 // Found user info: <user-info>@<server-info>
87 // No user info, everything is server info.
507 static void parseUserInfo(const CHAR* spec, const URLComponent& user, URLComponent& username, URLComponent& password)
509 // Find the first colon in the user section, which separates the
512 while (colonOffset < user.length() && spec[user.begin() + colonOffset] != ':')
515 if (colonOffset < user.length()) {
517 username = URLComponent(user.begin(), colonOffset)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/provider/
SettingsProviderTest.java 142 // create a new user to use for testing
146 assertNotSame("Current calling user id should not be the new guest user",
158 assertNotSame("Current calling user id should not be the new guest user",
241 for (UserInfo user : um.getUsers()) {
242 if (user.id == userHandle) {
257 // create a new user to use for testing
258 UserInfo user = um.createUser("TestUser1", UserInfo.FLAG_GUEST); local
259 assertTrue(user != null)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_gtc.c 109 /* "RESPONSE=<user>\0<password>" */
129 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-GTC: Response user",
154 "Identity not found in the user "
169 if (sm->user == NULL || sm->user->password == NULL ||
170 sm->user->password_hash) {
177 if (rlen != sm->user->password_len ||
178 os_memcmp(pos, sm->user->password, rlen) != 0) {
  /packages/apps/Exchange/tests/src/com/android/exchange/
EasSyncServiceTests.java 39 static private final String USER = "user";
97 private EasSyncService setupService(String user) {
99 svc.mUserName = user;
107 // Simple user name and command
108 EasSyncService svc = setupService(USER);
113 assertEquals("Basic " + Base64.encodeToString((USER+":"+PASSWORD).getBytes(),
115 assertEquals("&User=" + USER + "&DeviceId=" + ID + "&DeviceType=" +
119 // User name that requires encodin
120 String user = "name_with_underscore@foo%bar.com"; local
    [all...]
  /system/core/toolbox/
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/ppp/pppd/
auth.c 174 /* Hook for a plugin to check the PAP user and password */
175 int (*pap_auth_hook) __P((char *user, char *passwd, char **msgp,
179 /* Hook for a plugin to know about the PAP user logout */
183 int (*pap_passwd_hook) __P((char *user, char *passwd)) = NULL;
189 int (*chap_passwd_hook) __P((char *user, char *passwd)) = NULL;
238 bool explicit_remote = 0; /* User specified explicit remote name */
362 "Get PAP user and password from file",
365 { "user", o_string, user,
417 /* open user info file *
    [all...]
  /external/chromium/chrome/browser/remoting/
setup_flow_login_step.cc 51 if (!result->GetString("user", &username) ||
68 void SetupFlowLoginStep::OnUserSubmittedAuth(const std::string& user,
72 flow()->context()->login = user;
85 authenticator_->StartClientLogin(user, remoting_password,
126 args.SetString("user", "");
  /external/freetype/src/base/
ftdbgmem.c 233 memory->user = table->memory_user;
235 memory->user = table;
248 memory->user = table->memory_user;
250 memory->user = table;
321 table->memory_user = memory->user;
683 FT_MemTable table = (FT_MemTable)memory->user;
719 FT_MemTable table = (FT_MemTable)memory->user;
745 FT_MemTable table = (FT_MemTable)memory->user;
838 memory->user = table;
889 FT_MemTable table = (FT_MemTable)memory->user;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressFactoryImpl.java 109 *@param user -- the user
112 public javax.sip.address.SipURI createSipURI(String user, String host)
118 if (user != null) {
119 uriString.append(user);
  /external/openssh/
match.c 211 * match user, user@host_or_ip, user@host_or_ip_list against pattern
214 match_user(const char *user, const char *host, const char *ipaddr,
221 return match_pattern(user, pattern);
227 if ((ret = match_pattern(user, pat)) == 1)
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaseline.py 36 from webkitpy.common.system.user import User
81 chosen_name = self._tool.user.prompt_with_list("Which builder to pull results from:", builder_choices)
93 return self._tool.user.prompt_with_list("Which test(s) to rebaseline:", failing_tests, can_choose_multiple=True)
  /frameworks/av/include/media/
AudioRecord.h 79 * user: Pointer to context for use by the callback receiver.
89 typedef void (*callback_t)(int event, void* user, void *info);
128 * user: Context for use by the callback receiver.
140 void* user = NULL,
165 void* user = NULL,
317 * user space process is blocked longer than the capacity of audio driver buffers.
  /frameworks/av/services/camera/libcameraservice/
CameraClient.h 96 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
98 camera_frame_metadata_t *metadata, void* user);
99 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
138 // If the user want us to return a copy of the preview frame (instead
  /frameworks/base/services/tests/servicestests/src/com/android/server/
BroadcastInterceptingContext.java 142 public void sendBroadcastAsUser(Intent intent, UserHandle user) {
147 public void sendBroadcastAsUser(Intent intent, UserHandle user,
158 public void sendStickyBroadcastAsUser(Intent intent, UserHandle user) {
  /libcore/luni/src/main/java/java/sql/
DriverManager.java 155 * Normally, at least the properties {@code "user"} and {@code
157 * the user ID and its corresponding password to get access to
194 * @param user
195 * a user ID used to login to the database.
197 * a password for the user ID to login to the database.
204 public static Connection getConnection(String url, String user, String password)
207 if (user != null) {
208 theProperties.setProperty("user", user);
  /external/chromium/chrome/browser/resources/options/
cookies_view.css 87 -webkit-user-select: text;
95 -webkit-user-select: text;
163 -webkit-user-select: text;
  /external/libxml2/
xpointer.c 259 ret->user = (void *) node;
280 tmp = xmlXPtrCmpPoints(range->user, range->index,
283 tmp2 = range->user;
284 range->user = range->user2;
311 if (range1->user != range2->user)
354 ret->user = start;
391 ret->user = start->user;
393 ret->user2 = end->user;
    [all...]

Completed in 1113 milliseconds

<<21222324252627282930>>