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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
x_tables.h 17 } user; member in union:xt_entry_match::__anon26324
42 } user; member in union:xt_entry_target::__anon26327
59 .target.u.user = { \
  /external/bison/lib/
timevar.c 203 now->user = 0;
215 now->user = tms.tms_utime * ticks_to_msec;
218 now->user = (tms.tms_utime + tms.tms_cutime) * ticks_to_msec;
229 now->user = rusage.ru_utime.tv_sec + rusage.ru_utime.tv_usec * 1e-6;
233 now->user = clock () * clocks_to_msec;
246 timer->user += stop->user - start->user;
492 if (tv->elapsed.user < tiny
501 /* Print user-mode time for this process. *
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppclientsettings.h 43 void set_user(const std::string & user) { user_ = user; }
54 const std::string & user() const { return user_; } function in class:buzz::XmppUserSettings
91 void set_proxy_user(const std::string & user) { proxy_user_ = user; }
  /external/dbus/
update-dbus-docs.sh 11 user="$FDUSER@"
17 export CVSROOT=":ext:${user}cvs.freedesktop.org:/cvs/dbus"
52 scp dbus-docs.tar.gz "${user}"dbus.freedesktop.org:
53 ssh "${user}"dbus.freedesktop.org '(cd /srv/dbus.freedesktop.org/www/ && /bin/cp -f ~/dbus-docs.tar.gz . && tar zxf dbus-docs.tar.gz && echo "Successfully unpacked tarball on server")'
56 scp -p doc/introspect.dtd "${user}"dbus.freedesktop.org:/srv/specifications.freedesktop.org/www/dbus/1.0/introspect.dtd
  /external/kernel-headers/original/asm-arm/
page.h 35 * User Space Model
39 * page-based copying and clearing for user space for the particular
106 #error Unknown user operations model
110 void (*cpu_clear_user_page)(void *p, unsigned long user);
112 unsigned long user);
126 extern void __cpu_clear_user_page(void *p, unsigned long user);
128 unsigned long user);
  /external/webkit/Source/WebKit/win/
WebURLCredential.cpp 106 /* [in] */ BSTR user,
125 m_credential = Credential(String(user, SysStringLen(user)), String(password, SysStringLen(password)), corePersistence);
157 HRESULT STDMETHODCALLTYPE WebURLCredential::user( function in class:WebURLCredential
160 BString str = m_credential.user();
  /hardware/libhardware/include/hardware/
camera.h 52 void *user);
57 void *user);
61 camera_frame_metadata_t *metadata, void *user);
66 void *user);
107 void *user);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
ArrayData.java 36 private final CodeAddress user; field in class:ArrayData
55 * @param user {@code non-null;} address representing the instruction that
59 public ArrayData(SourcePosition position, CodeAddress user,
64 if (user == null) {
65 throw new NullPointerException("user == null");
95 this.user = user;
161 return new ArrayData(getPosition(), user, values, arrayType);
183 int baseAddress = user.getAddress();
  /dalvik/dx/src/com/android/dx/dex/code/
ArrayData.java 36 private final CodeAddress user; field in class:ArrayData
55 * @param user {@code non-null;} address representing the instruction that
59 public ArrayData(SourcePosition position, CodeAddress user,
64 if (user == null) {
65 throw new NullPointerException("user == null");
95 this.user = user;
161 return new ArrayData(getPosition(), user, values, arrayType);
183 int baseAddress = user.getAddress();
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
ArrayData.java 36 private final CodeAddress user; field in class:ArrayData
55 * @param user {@code non-null;} address representing the instruction that
59 public ArrayData(SourcePosition position, CodeAddress user,
64 if (user == null) {
65 throw new NullPointerException("user == null");
95 this.user = user;
161 return new ArrayData(getPosition(), user, values, arrayType);
183 int baseAddress = user.getAddress();
  /external/dbus/bus/
activation-helper.c 3 * user. This file is security sensitive.
195 /* bail out unless the dbus user is invoking the helper */
200 "cannot find user '%s'", dbus_user);
207 "not invoked from user '%s'", dbus_user);
211 /* bail out unless we are setuid to user root */
263 char **user,
287 /* get the user that should run this service - user is compulsary for system activation */
300 *user = user_tmp;
310 switch_user (char *user, DBusError *error
472 char *exec, *user; local
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
screen_lock_view.cc 143 // User icon.
144 UserManager::User user = screen_locker_->user(); local
145 user_view_->SetImage(user.image(), user.image());
147 // User name.
148 std::wstring text = UTF8ToWide(user.GetDisplayName());
246 UserManager::User* user = Details<UserManager::User>(details).ptr()
    [all...]
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 30 # port 9020, and include the hostname, user and pass, and it should
53 die "Usage: $0 ADD USER PASS HOSTNAME\n" unless @ARGV == 4;
56 die "Usage: $0 DEL USER\n" unless @ARGV == 2;
57 print "Are you sure you want to delete user \"$ARGV[1]\"? [N/y] ";
75 print "user $key, hostname $domain, ip $ip\n";
125 my ($user,$pass) = split ":", MIME::Base64::decode($1);
126 if ( authorize($user, $pass, $cgi{'hostname'}, $cgi{'myip'}) == 0 ) {
142 my ($user, $pass, $hostname) = @_;
144 $X->put($user, join("\t", ($pass, $hostname)));
150 my ($user, $pass, $hostname) = @_
    [all...]
  /external/netperf/
netcpu_pstatnew.c 33 original psp_idlecycles - one for user, one for kernel and one for
43 uint64_t user; member in struct:cpu_time_counters
113 res[i].user = (((uint64_t)psp[i].psp_usercycles.psc_hi << 32) +
117 "user[%d] = 0x%"PRIx64" ",
119 res[i].user);
163 "\t user %llu\n",counters[instance].user);
204 /* the one that the user want for the cpu utilization */
227 thing in measuring user, kernel, interrupt and idle all together
231 properly accounted. The sum of user, kernel, interrupt and idl
    [all...]
netcpu_kstat10.c 46 uint64_t user; member in struct:cpu_time_counters
63 "\t user %llu\n",counters[instance].user);
148 counters[cpu_num].user = knp->value.ui64;
156 something and we need to warn the user. raj 2005-01-28 */
336 /* the one that the user want for the cpu utilization */
352 spent in user, idle and kernel. We also have nanoseconds spent
355 accounting. this means that time accounted in user, kernel or
357 porpoises we do not really care about that for user and kernel,
366 time from each of user, kernel and idle in proportion to thei
    [all...]
  /external/libselinux/src/
android.c 39 char *user; member in struct:seapp_context
60 /* Give precedence to a specified user= over an unspecified user=. */
61 if (s1->user && !s2->user)
63 if (!s1->user && s2->user)
66 if (s1->user) {
67 /* Give precedence to a fixed user= string over a prefix. */
164 } else if (!strcasecmp(name, "user")) {
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
Connection.java 155 * @param user
159 * user in OpenSSH key format (PEM, you can't miss the
175 public synchronized boolean authenticateWithDSA(String user, String pem, String password) throws IOException
189 if (user == null)
190 throw new IllegalArgumentException("user argument is null");
195 authenticated = am.authenticatePublicKey(user, pem.toCharArray(), password, getOrCreateSecureRND());
204 * @param user
212 public synchronized boolean authenticateWithKeyboardInteractive(String user, InteractiveCallback cb)
215 return authenticateWithKeyboardInteractive(user, null, cb);
239 * @param user
    [all...]
  /external/webkit/Source/WebCore/platform/network/brew/
SocketStreamHandleBrew.cpp 45 static void socketStreamConnectCallback(void* user, int nError)
47 SocketStreamHandlePrivate* p = reinterpret_cast<SocketStreamHandlePrivate*>(user);
57 static void getHostByNameCallback(void* user)
59 SocketStreamHandlePrivate* p = reinterpret_cast<SocketStreamHandlePrivate*>(user);
69 static void socketReadableCallback(void* user)
71 SocketStreamHandlePrivate* p = reinterpret_cast<SocketStreamHandlePrivate*>(user);
  /external/wpa_supplicant_8/src/ap/
ap_config.c 144 conf->fragm_threshold = -1; /* user driver default: 2346 */
339 static void hostapd_config_free_eap_user(struct hostapd_eap_user *user)
341 os_free(user->identity);
342 os_free(user->password);
343 os_free(user);
360 struct hostapd_eap_user *user, *prev_user; local
379 user = conf->eap_user;
380 while (user) {
381 prev_user = user;
382 user = user->next
585 struct hostapd_eap_user *user = conf->eap_user; local
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Driver4.java 70 static String userProperty = "user";
82 * Check for user and password, except for datasource =
83 * data1 which is set up not to require a user/password
92 String user = (String) info.get(userProperty); local
94 if (user == null || password == null) {
98 if (!user.equals(validuser)
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/
HelloLicenseServlet.java 3 * program logs the user in with OpenID, fetches their license state with OAuth,
42 * user IDs
63 User user = userService.getCurrentUser(); local
66 user.getEmail(),
71 // Send a signed request for the user's license state.
80 URLEncoder.encode(user.getFederatedIdentity(), "UTF-8")
105 } else { // The user isn't logged in.
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/
HelloLicenseServlet.java 3 * program logs the user in with OpenID, fetches their license state with OAuth,
42 * user IDs
63 User user = userService.getCurrentUser(); local
66 user.getEmail(),
71 // Send a signed request for the user's license state.
80 URLEncoder.encode(user.getFederatedIdentity(), "UTF-8")
105 } else { // The user isn't logged in.
  /external/guava/guava-gwt/src/com/google/common/collect/
Multimap_CustomFieldSerializerBase.java 19 import com.google.gwt.user.client.rpc.SerializationException;
20 import com.google.gwt.user.client.rpc.SerializationStreamReader;
21 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
  /external/webkit/Tools/Scripts/webkitpy/common/
host.py 35 from webkitpy.common.system import executive, filesystem, platforminfo, user, workspace namespace
48 self.user = user.User()
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.c 32 static void eap_user_free(struct eap_user *user);
86 * eap_user_get - Fetch user information from the database
88 * @identity: Identity (User-Name) of the user
90 * @phase2: 0 = EAP phase1 user, 1 = EAP phase2 (tunneled) user
93 * This function is used to fetch user information for EAP. The user will be
94 * selected based on the specified identity. sm->user and
95 * sm->user_eap_method_index are updated for the new user when a matching use
101 struct eap_user *user; local
    [all...]

Completed in 2214 milliseconds

1 2 3 4 5 6 7 8 91011>>