HomeSort by relevance Sort by last modified time
    Searched refs:user (Results 151 - 175 of 1220) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/freetype/src/base/
ftbbox.c 51 /* in `user->last'; no further computations are necessary since we */
58 /* user :: A pointer to the current walk context. */
65 TBBox_Rec* user )
67 user->last = *to;
153 /* user :: The address of the current walk context. */
165 TBBox_Rec* user )
170 if ( CHECK_X( control, user->bbox ) )
171 BBox_Conic_Check( user->last.x,
174 &user->bbox.xMin,
175 &user->bbox.xMax )
640 TBBox_Rec user; local
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
user_unittest.py 32 from webkitpy.common.system.user import User
36 example_user_response = "example user response"
45 self.assertEqual(User.prompt("input", repeat=self.repeatsRemaining, raw_input=mock_raw_input), UserTest.example_user_response)
52 self.assertEqual(User.prompt("input", repeat=self.repeatsRemaining, raw_input=mock_raw_input), None)
61 User.prompt_with_list,
80 (("Continue? [Y/n]: ", True), (User.DEFAULT_YES, 'y')),
81 (("Continue? [Y/n]: ", False), (User.DEFAULT_YES, 'n')),
82 (("Continue? [Y/n]: ", True), (User.DEFAULT_YES, '')),
83 (("Continue? [Y/n]: ", False), (User.DEFAULT_YES, 'q'))
    [all...]
  /external/dhcpcd/
Android.mk 17 LOCAL_MODULE_TAGS := user
31 #LOCAL_MODULE_TAGS := user
39 LOCAL_MODULE_TAGS := user
47 LOCAL_MODULE_TAGS := user
55 LOCAL_MODULE_TAGS := user
  /external/openssh/
auth-rhosts.c 60 char buf[1024]; /* Must not be larger than host, user, dummy below. */
72 logit("User %s hosts file %s is not a regular file",
84 char hostbuf[1024], userbuf[1024], dummy[1024], *host, *user, *cp; local
113 /* Got both host and user name. */
124 user = userbuf;
134 if (user[0] == '-') {
136 user++;
137 } else if (user[0] == '+')
138 user++;
140 /* Check for empty host/user names (particularly '+'). *
    [all...]
auth2.c 194 /* now we can handle user-auth requests */
218 char *user, *service, *method, *style = NULL; local
224 user = packet_get_cstring(NULL);
227 debug("userauth-request for user %s service %s method %s", user, service, method);
230 if ((style = strchr(user, ':')) != NULL)
235 authctxt->pw = PRIVSEP(getpwnamallow(user));
236 authctxt->user = xstrdup(user);
239 debug2("input_userauth_request: setting up authctxt for %s", user);
    [all...]
auth1.c 54 static char *client_user = NULL; /* Used to fill in remote user for PAM */
122 * Read user password. It is in plain text, but was
172 * Get client user name. Note that we just have to
174 * claim to be any user.
238 * read packets, try to authenticate the user and
250 authctxt->valid ? "" : "invalid user ", authctxt->user);
254 /* If the user has no password, accept authentication immediately. */
321 fatal("INTERNAL ERROR: authenticated invalid user %s",
322 authctxt->user);
396 char *user, *style = NULL; local
    [all...]
  /system/core/libcutils/
uevent.c 34 uid_t user = -1; local
35 return uevent_kernel_multicast_uid_recv(socket, buffer, length, &user);
44 * returns -1, sets errno to EIO, and sets "user" to the UID associated with the
45 * message. If the peer UID cannot be determined, "user" is set to -1."
48 size_t length, uid_t *user)
63 *user = -1;
76 *user = cred->uid;
78 /* ignoring netlink message from non-root user */
  /bionic/libc/bionic/
malloc_debug_check.c 114 static inline void *user(struct hdr *hdr) function
119 static inline struct hdr *meta(void *user)
121 return ((struct hdr *)user) - 1;
254 memset(user(hdr), FREE_POISON, hdr->size);
260 const char *data = (const char *)user(hdr);
274 user(hdr), hdr->size);
277 "(NOT DUMPING STACKTRACE)\n", user(hdr));
286 user(hdr), hdr->size);
301 user(hdr), hdr->tag);
311 user(hdr), hdr->size)
    [all...]
  /hardware/ti/omap4xxx/
heaptracker.c 65 static inline void *user(struct hdr *hdr) function
70 static inline struct hdr *meta(void *user)
72 return ((struct hdr *)user) - 1;
212 memset(user(hdr), FREE_POISON, hdr->size);
218 const char *data = (const char *)user(hdr);
232 user(hdr), hdr->size);
235 "(NOT DUMPING STACKTRACE)\n", user(hdr));
244 user(hdr), hdr->size);
259 user(hdr), hdr->tag);
269 user(hdr), hdr->size)
    [all...]
  /external/libsepol/src/
context_record.c 11 /* Selinux user */
12 char *user; member in struct:sepol_context
24 /* User */
28 return con->user;
34 sepol_context_t * con, const char *user)
37 char *tmp_user = strdup(user);
40 "context user to %s", user);
44 free(con->user);
45 con->user = tmp_user
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/auth/
AuthenticationManager.java 124 public String[] getRemainingMethods(String user) throws IOException
126 initialize(user);
140 private boolean initialize(String user) throws IOException
152 PacketUserauthRequestNone urn = new PacketUserauthRequestNone("ssh-connection", user);
180 public boolean authenticatePublicKey(String user, char[] PEMPrivateKey, String password, SecureRandom rnd)
185 initialize(user);
204 tw.writeString(user);
217 PacketUserauthRequestPublicKey ua = new PacketUserauthRequestPublicKey("ssh-connection", user,
233 tw.writeString(user);
247 PacketUserauthRequestPublicKey ua = new PacketUserauthRequestPublicKey("ssh-connection", user,
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
user_image_screen.cc 88 const UserManager::User& user = user_manager->logged_in_user(); local
89 DCHECK(!user.email().empty());
92 user_manager->SaveUserImage(user.email(), image);
103 const UserManager::User& user = user_manager->logged_in_user(); local
104 DCHECK(!user.email().empty());
110 user.email(),
enterprise_enrollment_view.h 53 virtual void OnAuthSubmitted(const std::string& user,
59 virtual bool GetInitialUser(std::string* user) OVERRIDE;
  /external/dbus/test/data/valid-config-files/system.d/
test.conf 5 policy so that a particular user can own a service, and other
9 this user can only send the one kind of message -->
10 <policy user="root">
  /external/openssl/crypto/x509v3/
v3_sxnet.c 92 ASN1_SIMPLE(SXNETID, user, ASN1_OCTET_STRING)
116 BIO_printf(out, "\n%*sZone: %s, User: ", indent, "", tmp);
118 M_ASN1_OCTET_STRING_print(out, id->user);
127 * they should really be separate values for each user.
152 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user,
160 return SXNET_add_id_INTEGER(psx, izone, user, userlen);
165 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, char *user,
174 return SXNET_add_id_INTEGER(psx, izone, user, userlen);
183 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *zone, char *user,
188 if(!psx || !zone || !user) {
    [all...]
  /external/wpa_supplicant_8/src/ap/
authsrv.c 54 struct eap_user *user)
63 if (user == NULL)
66 os_memset(user, 0, sizeof(*user));
68 user->methods[i].vendor = eap_user->methods[i].vendor;
69 user->methods[i].method = eap_user->methods[i].method;
73 user->password = os_malloc(eap_user->password_len);
74 if (user->password == NULL)
76 os_memcpy(user->password, eap_user->password,
78 user->password_len = eap_user->password_len
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
i387_32.h 27 #include <asm/user.h>
31 #define safe_address (kstat_cpu(0).cpustat.user)
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
SwitchData.java 35 private final CodeAddress user; field in class:SwitchData
54 * @param user {@code non-null;} address representing the instruction that
60 public SwitchData(SourcePosition position, CodeAddress user,
64 if (user == null) {
65 throw new NullPointerException("user == null");
86 this.user = user;
102 int baseAddress = user.getAddress();
148 return new SwitchData(getPosition(), user, cases, targets);
179 int baseAddress = user.getAddress()
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
SwitchData.java 36 private final CodeAddress user; field in class:SwitchData
55 * @param user {@code non-null;} address representing the instruction that
61 public SwitchData(SourcePosition position, CodeAddress user,
65 if (user == null) {
66 throw new NullPointerException("user == null");
87 this.user = user;
103 int baseAddress = user.getAddress();
149 return new SwitchData(getPosition(), user, cases, targets);
180 int baseAddress = user.getAddress()
    [all...]
  /development/ndk/platforms/android-9/arch-x86/include/asm/
i387_32.h 27 #include <asm/user.h>
31 #define safe_address (kstat_cpu(0).cpustat.user)
  /external/chromium/chrome/browser/ui/webui/options/
sync_setup_handler.h 32 virtual void ShowSetupDone(const std::wstring& user);
33 virtual void ShowFirstTimeDone(const std::wstring& user);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
mucinvitesendtask.cc 35 MucInviteSendTask::Send(const Jid& user, const Muc& muc) {
43 invite->AddAttr(QN_TO, user.Str());
  /external/clang/test/Preprocessor/
pragma_microsoft.c 11 #pragma comment( user, "Compiled on " __DATE__ " at " __TIME__ )
19 #pragma comment(user, "foo\abar\nbaz\tsome thing")
  /external/clang/test/SemaCXX/
atomic-type.cxx 7 template<typename T> struct user { struct
12 user<int> u;
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
SwitchData.java 36 private final CodeAddress user; field in class:SwitchData
55 * @param user {@code non-null;} address representing the instruction that
61 public SwitchData(SourcePosition position, CodeAddress user,
65 if (user == null) {
66 throw new NullPointerException("user == null");
87 this.user = user;
103 int baseAddress = user.getAddress();
149 return new SwitchData(getPosition(), user, cases, targets);
180 int baseAddress = user.getAddress()
    [all...]

Completed in 1345 milliseconds

1 2 3 4 5 67 8 91011>>