HomeSort by relevance Sort by last modified time
    Searched refs:user (Results 426 - 450 of 979) sorted by null

<<11121314151617181920>>

  /external/libxml2/include/libxml/
uri.h 38 char *user; /* the user part */ member in struct:_xmlURI
  /external/nist-sip/java/javax/sip/address/
SipURI.java 37 void setUser(String user);
  /external/webkit/Source/WebCore/css/
mediaControlsGtk.css 32 -webkit-user-select: none;
64 -webkit-user-select: none;
view-source.css 52 -webkit-user-select: none;
76 -webkit-user-select: none
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
openbugs.py 45 self._tool.user.open_url(bug_url)
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
checkstyle.py 65 if not self._tool.user.confirm("Are you sure you want to continue?"):
updatechromiumdeps.py 45 new_chromium_revision = self._tool.user.prompt("Enter new chromium revision (enter nothing to cancel):\n")
validatechangelogs.py 53 if self._tool.user.confirm("OK to continue?", default='n'):
  /frameworks/base/include/media/
AudioTrack.h 90 * user: Pointer to context for use by the callback receiver.
102 typedef void (*callback_t)(int event, void* user, void *info);
142 * user Context for use by the callback receiver.
152 void* user = 0,
172 void* user = 0,
196 void* user = 0,
  /frameworks/base/include/private/media/
AudioTrackShared.h 64 volatile uint32_t user; member in struct:android::audio_track_cblk_t
  /frameworks/base/media/libmedia/
Visualizer.cpp 39 void* user,
41 : AudioEffect(SL_IID_VISUALIZATION, NULL, priority, cbf, user, sessionId),
91 status_t Visualizer::setCaptureCallBack(capture_cbk_t cbk, void* user, uint32_t flags, uint32_t rate)
108 mCaptureCbkUser = user;
AudioEffect.cpp 48 void* user,
54 mStatus = set(type, uuid, priority, cbf, user, sessionId, io);
61 void* user,
86 mStatus = set(pType, pUuid, priority, cbf, user, sessionId, io);
93 void* user,
101 LOGV("set %p mUserData: %p uuid: %p timeLow %08x", this, user, type, type ? type->timeLow : 0);
121 mUserData = user;
  /frameworks/base/services/camera/libcameraservice/
CameraService.h 144 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
146 camera_frame_metadata_t *metadata, void* user);
147 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
149 static sp<Client> getClientFromCookie(void* user);
192 // If the user want us to return a copy of the preview frame (instead
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
user_32.h 6 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
113 char u_comm[32]; /* User command that was responsible */
user_64.h 7 can understand it and provide useful information to the user.
12 the user struct to find out what the floating point registers
16 UPAGE: 1 page consisting of a user struct that tells gdb what is present
22 current->brk to pick up all of the user variables, plus any memory
76 /* When the kernel dumps core, it starts by dumping the user struct -
79 struct user{ struct
104 char u_comm[32]; /* User command that was responsible */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
elfcore.h 7 #include <linux/user.h>
53 struct timeval pr_utime; /* User time */
55 struct timeval pr_cutime; /* Cumulative user time */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
procfs.h 34 #include <sys/user.h>
89 struct timeval pr_utime; /* User time. */
91 struct timeval pr_cutime; /* Cumulative user time. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
user_32.h 54 struct user{ struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
user_32.h 54 struct user{ struct
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
user_32.h 54 struct user{ struct
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
user_32.h 54 struct user{ struct
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
user_32.h 54 struct user{ struct
  /system/core/toolbox/
ps.c 38 char user[32]; local
139 sprintf(user,"%d",(int)stats.st_uid);
141 strcpy(user,pw->pw_name);
145 printf("%-9s %-5d %-5d %-6d %-5d", user, pid, ppid, vss / 1024, rss * 4);
224 printf("USER PID PPID VSIZE RSS %s%s %s WCHAN PC NAME\n",
  /external/chromium/chrome/browser/chromeos/login/
user_controller.cc 43 // Gap between the border around the image/buttons and user name.
46 // Approximate height of controls window, this constant is used in new user
90 // Doesn't send anything if user is selected.
155 const UserManager::User& user)
162 is_owner_(user.email() == UserCrosSettingsProvider::cached_owner()),
164 user_(user),
176 DCHECK(!user.email().empty());
180 // Reset the widget delegate of every window to NULL, so the user
242 void UserController::OnUserImageChanged(UserManager::User* user)
    [all...]
  /external/ppp/pppd/
upap.c 2 * upap.c - User/Password Authentication Protocol.
149 upap_authwithpeer(unit, user, password)
151 char *user, *password;
156 u->us_user = user;
157 u->us_userlen = strlen(user);
401 * Parse user/passwd.
621 char *user, *pwd, *msg; local
649 user = (char *) (p + 1);
653 printer(arg, " user=");
654 print_string(user, ulen, printer, arg)
    [all...]

Completed in 1176 milliseconds

<<11121314151617181920>>