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

<<11121314151617181920>>

  /external/dropbear/
svr-authpam.c 26 /* Validates a user password using PAM */
43 char* user; member in struct:UserDataS
144 resp->resp = m_strdup(userDatap->user);
145 TRACE(("userDatap->user='%s'", userDatap->user))
198 userData.user = ses.authstate.printableuser;
  /external/freetype/include/freetype/
ftsystem.h 158 * user ::
159 * A generic typeless pointer for user data.
173 void* user; member in struct:FT_MemoryRec_
  /external/kernel-headers/original/asm-arm/
user.h 7 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
73 char u_comm[32]; /* User command that was responsible */
85 * User specific VFP registers. If only VFPv2 is present, registers 16 to 31
94 * VFP exception registers exposed to user space during signal delivery.
  /external/kernel-headers/original/linux/
kernel_stat.h 18 cputime64_t user; member in struct:cpu_usage_stat
  /external/kernel-headers/original/linux/mtd/
nftl.h 13 #include <mtd/nftl-user.h>
  /external/ppp/pppd/plugins/
passwordfd.c 33 static int pwfd_passwd (char *user, char *passwd)
  /external/qemu/android/skin/
surface.h 32 typedef void (*SkinSurfaceDoneFunc)( void* user );
  /external/webkit/Source/WebCore/platform/network/cf/
AuthenticationCF.cpp 112 CFStringRef user = coreCredential.user().createCFString(); local
114 CFURLCredentialRef result = CFURLCredentialCreate(0, user, password, 0, persistence);
115 CFRelease(user);
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
postdiff.py 50 self._tool.user.open_url(self._tool.bugs.bug_url_for_bug_id(state["bug_id"]))
suggestreviewers.py 48 if not self._tool.user.confirm("Would you like to CC them?"):
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.h 39 int phase2, struct eap_user *user);
  /external/wpa_supplicant_8/src/radius/
radius_server.h 94 * This A-ID-Info contains a user-friendly name for the A-ID. For
167 * get_eap_user - Callback for fetching EAP user information
169 * @identity: User identity
172 * @user: Data structure for filling in the user information
175 * This is used to fetch information from user database. The callback
176 * will fill in information about allowed EAP methods and the user
181 int phase2, struct eap_user *user);
  /frameworks/base/include/media/
AudioEffect.h 172 * user: Pointer to context for use by the callback receiver.
182 typedef void (*effect_callback_t)(int32_t event, void* user, void *info);
218 * user: pointer to context for use by the callback receiver.
230 void* user = 0,
242 void* user = 0,
264 void* user = 0,
  /frameworks/base/telephony/java/com/android/internal/telephony/
ApnSetting.java 33 public final String user; field in class:ApnSetting
57 String user, String password, int authType, String[] types,
68 this.user = user;
88 * <mmsport>, <user>, <password>, <authtype>, <mcc>,<mnc>,
93 * <mmsport>, <user>, <password>, <authtype>, <mcc>, <mnc>,
  /hardware/libhardware/modules/gralloc/
gr.h 24 # include <sys/user.h>
  /hardware/msm7k/libcamera/
QualcommCameraHardware.h 37 virtual status_t startPreview(preview_callback cb, void* user);
40 virtual status_t startRecording(recording_callback cb, void* user);
44 virtual status_t autoFocus(autofocus_callback, void *user);
48 void* user);
  /hardware/msm7k/libgralloc/
gr.h 24 # include <sys/user.h>
  /hardware/msm7k/libgralloc-qsd8k/
gr.h 24 # include <sys/user.h>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
elf.h 9 #include <asm/user.h>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
panel.h 48 NCURSES_CONST void *user; member in struct:panel
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
elf.h 16 #include <asm/user.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 18 #include <mtd/nftl-user.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
elf.h 16 #include <asm/user.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mtd/
nftl.h 18 #include <mtd/nftl-user.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
elf.h 16 #include <asm/user.h>

Completed in 355 milliseconds

<<11121314151617181920>>