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

<<11121314151617181920>>

  /hardware/qcom/camera/QCamera2/HAL/
QCameraStateMachine.h 116 void *user; member in struct:qcamera::__anon31213
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PicasaSource.java 356 String user = (userIndex >= 0 ? cursor.getString(userIndex) : "-1"); local
362 String account = accounts.get(user);
364 account = resolveAccount(user);
365 accounts.put(user, account);
370 id = constructId(PICASA_POSTS_TYPE + ":" + user);
375 String uploadId = constructId(PICASA_UPLOAD_TYPE + ":" + user);
399 " of type " + type + " owned by " + user);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
user.h 77 struct user struct
148 struct user struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
user.h 77 struct user struct
148 struct user struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
user.h 77 struct user struct
148 struct user struct
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_events.h 65 SDL_QUIT, /**< User-requested quit */
69 SDL_VIDEORESIZE, /**< User resized video mode */
210 /** A user-defined event type */
213 int code; /**< User defined event code */
214 void *data1; /**< User defined data pointer */
215 void *data2; /**< User defined data pointer */
240 SDL_UserEvent user; member in union:SDL_Event
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_events.h 65 SDL_QUIT, /**< User-requested quit */
69 SDL_VIDEORESIZE, /**< User resized video mode */
210 /** A user-defined event type */
213 int code; /**< User defined event code */
214 void *data1; /**< User defined data pointer */
215 void *data2; /**< User defined data pointer */
240 SDL_UserEvent user; member in union:SDL_Event
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_events.h 65 SDL_QUIT, /**< User-requested quit */
69 SDL_VIDEORESIZE, /**< User resized video mode */
210 /** A user-defined event type */
213 int code; /**< User defined event code */
214 void *data1; /**< User defined data pointer */
215 void *data2; /**< User defined data pointer */
240 SDL_UserEvent user; member in union:SDL_Event
  /system/core/toolbox/
top.c 412 struct passwd *user; local
439 printf("User %ld%%, System %ld%%, IOW %ld%%, IRQ %ld%%\n",
445 printf("User %ld + Nice %ld + Sys %ld + Idle %ld + IOW %ld + IRQ %ld + SIRQ %ld = %ld\n",
465 user = getpwuid(proc->uid);
467 if (user && user->pw_name) {
468 user_str = user->pw_name;
  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller.cc 68 // If reboot didn't happen, ask user to reboot device manually.
89 "locally-managed-user-creation-flow";
315 // Skip user image selection for public sessions and ephemeral logins.
321 VLOG(1) << "Showing user image screen.";
332 // doesn't make sense to hide it here and then show again at user session as
354 std::string user; local
357 screen_parameters_->GetString("user", &user);
363 user);
388 // to the user image screen immediately
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_browsertest.cc 40 #include "chrome/browser/chromeos/login/user.h"
309 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user");
388 const chromeos::User* user = chromeos::UserManager::Get()->FindUser(id); local
389 ASSERT_TRUE(user);
390 EXPECT_EQ(id, user->email());
391 EXPECT_EQ(chromeos::User::USER_TYPE_PUBLIC_ACCOUNT, user->GetType());
450 const chromeos::User* user local
998 const chromeos::User* user = local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc 103 #include "chrome/browser/chromeos/login/user.h"
485 chromeos::User* user = local
487 if (user && (user->GetType() != chromeos::User::USER_TYPE_GUEST))
488 username = user->email();
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
irclib.py 448 self.user(self.username, self.ircname)
820 def user(self, username, realname): member in class:ServerConnection
821 """Send a USER command."""
822 self.send_raw("USER %s 0 * :%s" % (username, realname))
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftimage.h 1122 void* user; member in struct:FT_Raster_Params_
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 151 " friend user Request to add a user to your roster.\n"
152 " call [jid] [bw] Initiates a call to the user[/room] with the\n"
154 " vcall [jid] [bw] Initiates a video call to the user[/room] with\n"
158 " join [room_jid] Joins a multi-user-chat with room JID.\n"
160 " invite user [room] Invites a friend to a multi-user-chat.\n"
161 " leave [room] Leaves a multi-user-chat.\n"
325 "Invalid JID. JIDs should be in the form user@domain");
423 return "User is not authorized (Check your username and password)"
1358 std::string user = given_user; local
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
xpath.h 118 void *user; member in struct:_xmlXPathObject
309 void *user; /* function to free */ member in struct:_xmlXPathContext
341 void *userData; /* user specific data block */
  /external/chromium_org/third_party/libxml/src/
nanoftp.c 126 char *user; /* user string */ member in struct:xmlNanoFTPCtxt
148 static char *proxyUser = NULL; /* user for proxy authentication */
256 * @user: the proxy user name
258 * @type: the type of proxy 1 for using SITE, 2 for USER a@b
266 xmlNanoFTPProxy(const char *host, int port, const char *user,
282 if (user)
283 proxyUser = xmlMemStrdup(user);
339 if (uri->user != NULL)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_private.h 55 /** Sum of frustum planes and user-defined planes */
172 /* user-space vertex data, buffers */
194 } user; member in struct:draw_context::__anon12542
  /external/freetype/include/freetype/
ftimage.h 1122 void* user; member in struct:FT_Raster_Params_
    [all...]
  /external/ipsec-tools/src/racoon/
racoonctl.c 129 { f_logoutusr, ADMIN_LOGOUT_USER, "logout-user" },
836 char *user; local
842 user = av[0];
843 userlen = strlen(user);
844 if ((user == NULL) || (userlen > LOGINLEN))
857 strncpy((char *)(head + 1), user, userlen);
    [all...]
  /external/libxml2/include/libxml/
xpath.h 119 void *user; member in struct:_xmlXPathObject
310 void *user; /* function to free */ member in struct:_xmlXPathContext
342 void *userData; /* user specific data block */
  /external/libxml2/
nanoftp.c 127 char *user; /* user string */ member in struct:xmlNanoFTPCtxt
149 static char *proxyUser = NULL; /* user for proxy authentication */
257 * @user: the proxy user name
259 * @type: the type of proxy 1 for using SITE, 2 for USER a@b
267 xmlNanoFTPProxy(const char *host, int port, const char *user,
283 if (user)
284 proxyUser = xmlMemStrdup(user);
340 if (uri->user != NULL)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_private.h 55 /** Sum of frustum planes and user-defined planes */
172 /* user-space vertex data, buffers */
194 } user; member in struct:draw_context::__anon23009
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipUri.java 112 *Clear the password from the user part if it exists.
164 // For two URIs to be equal, the user, password, host, and port
186 // transport, user, ttl or method must match when present in either
267 * @return user@host portion of the uri (null if none exists).
269 * Peter Musgrave - handle null user
272 String user = ""; local
274 user = authority.getUserInfo().getUser();
278 if (user.equals("")) {
281 s = new StringBuffer(user).append(AT);
288 * @return user@host portion of the uri (null if none exists)
291 String user = ""; local
    [all...]
  /external/ppp/pppd/
eap.c 196 * eap_init - Initialize state for an EAP user. This is currently
515 /* Look up user in secrets database. */
1197 char *user, *path, *file; local
1203 if (pw == NULL || (user = pw->pw_dir) == NULL || user[0] == 0) {
1208 pl = strlen(user) + strlen(file) + 2;
1212 (void) slprintf(path, pl, "%s/%s", user, file);
    [all...]

Completed in 445 milliseconds

<<11121314151617181920>>