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

<<31323334353637383940

  /external/iproute2/include/linux/
xfrm.h 58 __kernel_uid32_t user; member in struct:xfrm_selector
131 XFRM_SHARE_USER, /* For this user only */
210 * Generic LSM security context for comunicating to user space
385 #define XFRM_POLICY_LOCALOK 1 /* Allow user to override global policy */
  /external/valgrind/main/coregrind/
launcher-darwin.c 47 #include <sys/user.h>
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests.py 45 from webkitpy.common.system import user namespace
rebaseline_chromium_webkit_tests_unittest.py 76 user=mocktool.MockUser())
  /frameworks/base/include/utils/
threads.h 63 /* threads currently running a UI that the user is interacting with */
543 static int _threadLoop(void* user);
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipCommandInterface.java 188 String apn, String user, String password, String authType,
  /system/core/toolbox/
nandread.c 9 #include <mtd/mtd-user.h>
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 127 " friend user Request to add a user to your roster.\n"
128 " call [jid] [bw] Initiates a call to the user[/room] with the\n"
130 " vcall [jid] [bw] Initiates a video call to the user[/room] with\n"
132 " voicemail [jid] Leave a voicemail for the user with the given JID.\n"
133 " join [room] Joins a multi-user-chat.\n"
134 " invite user [room] Invites a friend to a multi-user-chat.\n"
135 " leave [room] Leaves a multi-user-chat.\n"
205 "Invalid JID. JIDs should be in the form user@domain\n")
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 188 # $option: The pretty name of the option (as the user typed it)
265 # PRETTYNAME is the option as the user entered it.
467 =head2 User Interface
469 From the user's perspective, short options are introduced by a dash
528 argument, you can still get the null string (if the user specifically
562 and the option as the user typed it. The value will be undefined if
635 the user typed it (including the option start character). $_[2] is
655 option. $_[2] is the name of the option as the user typed it
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 54 from webkitpy.common.system.user import User
88 user=None,
107 self._user = user or User()
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ProcessStats.java 63 /** Stores user time and system time in 100ths of a second. */
65 /** Stores user time and system time in 100ths of a second. */
104 PROC_SPACE_TERM|PROC_OUT_LONG, // 1: user time
280 // Total user time is user + nice time.
754 int totalTime, int user, int system, int iowait, int irq, int softIrq,
758 printRatio(pw, user+system+iowait+irq+softIrq, totalTime);
766 printRatio(pw, user, totalTime);
767 pw.print("% user + ");
  /packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java 291 executeSensitiveCommand("USER " + mUsername, "USER /redacted/");
684 * If the user is requesting STRUCTURE we are required to set the body
1003 public boolean user; field in class:Pop3Store.Pop3Capabilities
    [all...]
  /external/webkit/Source/WebCore/platform/
KURL.cpp 613 String KURL::user() const function in class:WebCore::KURL
776 void KURL::setUser(const String& user)
782 // and to avoid changing more than just the user login.
785 if (!user.isEmpty()) {
786 u = user;
793 // Remove '@' if we now have neither user nor password.
806 // and to avoid changing more than just the user password.
817 // Remove '@' if we now have neither user nor password.
    [all...]
  /ndk/build/core/
definitions.mk 720 # Function : check-user-define
721 # Arguments: 1: name of variable that must be defined by the user
727 check-user-define = $(if $(strip $($1)),,\
734 # Function : check-user-LOCAL_MODULE
738 # Usage : $(call check-user-LOCAL_MODULE, BUILD_SHARED_LIBRARY)
741 $(call check-user-define,LOCAL_MODULE,$(local-makefile),$(1)) \
750 # Function : check-user-LOCAL_MODULE_FILENAME
752 # Usage : $(call check-user-LOCAL_MODULE_FILENAME)
    [all...]
  /external/blktrace/doc/
blktrace.tex 21 \title{blktrace User Guide}
23 User Guide: Alan D. Brunelle (Alan.Brunelle@hp.com)}
32 information about request queue operations up to user space. There are
244 1677772 blocks (5.00%) reserved for the super user
333 \newpage\section{\label{sec:blktrace-ug}blktrace User Guide}
371 \item The default behaviour for blktrace is to run forever until explicitly killed by the user (via a control-C, or \emph{kill} utility invocation). There are two ways to modify this:
425 originate from a user process, but they may also be initiated by
432 \newpage\section{\label{sec:blkparse-ug}blkparse User Guide}
586 to ease parsing of output, and/or limit output fields to those the user
615 Note that the user can optionally specify field display width, an
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
MyHandler.h 144 // want to transmit user/pass in cleartext.
145 AString host, path, user, pass; local
148 mSessionURL.c_str(), &host, &port, &path, &user, &pass));
150 if (user.size() > 0) {
    [all...]
  /device/samsung/tuna/
device.mk 157 ifeq ($(TARGET_BUILD_VARIANT),user)
  /external/libffi/src/pa/
hpux32.S 107 bl $$dyncall, %r31 ; Call the user function
  /external/llvm/lib/Archive/
ArchiveReader.cpp 230 member->info.user = atoi(Hdr->uid);
  /external/oprofile/daemon/
opd_perfmon.c 249 (event->user) ? (pc[i].reg_value |= PMC_USER)
  /external/strace/
defs.h 390 /* get offset of member within a user struct */
391 #define uoff(member) offsetof(struct user, member)
util.c 42 #include <sys/user.h>
    [all...]
  /external/webkit/Source/WebCore/loader/
DocumentThreadableLoader.cpp 342 ASSERT(m_sameOriginRequest || requestURL.user().isEmpty());
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 445 .1, lambda: self._tool.user.open_url(server_url)).start()
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 580 public void setupDataCall(String radioTechnology, String profile, String apn, String user,

Completed in 1203 milliseconds

<<31323334353637383940