HomeSort by relevance Sort by last modified time
    Searched refs:USER (Results 101 - 125 of 270) sorted by null

1 2 3 45 6 7 8 91011

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 498 def login(self, user, password):
501 (typ, [data]) = <instance>.login(user, password)
505 typ, dat = self._simple_command('LOGIN', user, self._quote(password))
512 def login_cram_md5(self, user, password):
515 (typ, [data]) = <instance>.login_cram_md5(user, password)
517 self.user, self.password = user, password
524 return self.user + " " + hmac.HMAC(self.password, challenge).hexdigest()
595 def proxyauth(self, user):
596 """Assume authentication as "user"
    [all...]
  /external/selinux/checkpolicy/
policy_parse.y 123 %token USER
639 user_def : USER identifier ROLES names opt_mls_user ';'
913 | USER { $$ = require_user; }
    [all...]
  /external/selinux/policycoreutils/sepolicy/sepolicy/
__init__.py 28 USER = _policy.USER
300 fcdict["user_tmp_type"] = { "regex" : [ "all user tmp files" ]}
301 fcdict["user_home_type"] = { "regex" : [ "all user home files" ]}
305 fcdict["user_tmpfs_type"] = { "regex" : [ "all user content in tmpfs file systems" ]}
531 selinux_user_list = info(USER)
manpage.py 52 if name == "user" or name == "unconfined":
55 name = "user"
75 allusers_info = info(USER)
279 rolename_body += "<a name=%s_role></a><a href=%s.html>%s_selinux(8)</a> - Security Enhanced Linux Policy for the %s SELinux user\n" % (letter,rolename,rolename,rolename)
471 self.desc = "%s user role" % self.domainname
961 %(user)s_u \- \fB%(desc)s\fP - Security Enhanced Linux Policy
965 \fB%(user)s_u\fP is an SELinux User defined in the SELinux
966 policy. SELinux users have default roles, \fB%(user)s_r\fP. The
967 default role has a default type, \fB%(user)s_t\fP, associated with it
    [all...]
  /external/selinux/policycoreutils/sepolicy/
sepolicy.py 173 raise ValueError("%s must be an SELinux user:\nValid users: %s" % (value, ", ".join(users)))
296 help=_('Graphical User Interface for SELinux Policy'))
509 mypolicy.set_transition_users(args.user)
535 help="List all domains with SELinux user role interface - DOMAIN_role()")
545 from sepolicy.generate import DAEMON, get_poltype_desc, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEWTYPE
554 pol.add_argument("-u", "--user", dest="user", default=[],
556 help=_("Enter SELinux user(s) which will transition to this domain"))
577 cmdgroup.add_argument("--application", dest="policytype", const=USER,
579 help=_("Generate '%s' policy") % poltype[USER])
    [all...]
info.c 57 TYPE, ATTRIBUTE, ROLE, USER, PORT, BOOLEAN, CLASS, SENS, CATS
726 * Gets a textual representation of a user, and
727 * all of that user's roles.
945 * get statistics about a particular user; otherwise
949 * @param name Reference to a user's name; if NULL,
    [all...]
  /ndk/build/tools/
build-host-gcc.sh 184 BUILD_DIR=/tmp/ndk-$USER/build/host-gcc
448 local TMPC=/tmp/build-host-gcc-$USER-$$.c
551 local TMPC=/tmp/build-host-gcc-bits-$USER-$$.c
    [all...]
package-release.sh 74 OUT_DIR=/tmp/ndk-$USER/release
build-mingw64-toolchain.sh 155 TEMP_DIR=/tmp/build-mingw64-toolchain-$USER
make-standalone-toolchain.sh 56 PACKAGE_DIR=/tmp/ndk-$USER
prebuilt-common.sh     [all...]
  /external/libvncserver/x11vnc/misc/
Xdummy 121 user in the bash shell and then launch ~/.xinitrc or ~/.xsession,
151 to the user that logs in) and that may be OK, some other ideas:
201 $program is run as an ordinary user, the shared
246 /tmp/Xdummy.\$USER/.. to place the $program.so
508 user=""
510 user=root # this will also be used below for id=0
511 elif [ "X$USER" != "X" ]; then
512 user=$USER
514 user=$LOGNAM
    [all...]
  /external/selinux/policycoreutils/gui/
polgengui.py 233 self.pages[generate.USER] = [ self.SELECT_TYPE_PAGE, self.APP_PAGE, self.USER_TRANSITION_PAGE, self.IN_NET_PAGE, self.OUT_NET_PAGE, self.COMMON_APPS_PAGE, self.FILES_PAGE, self.BOOLEAN_PAGE, self.SELECT_DIR_PAGE ]
430 raise ValueError(_("You must select a user"))
441 return generate.USER
486 if self.get_type() == generate.USER:
711 self.error(_("You must select a user"))
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/
StubFtpServer.java 203 setCommandHandler(CommandNames.USER, new UserCommandHandler());
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 324 if ("user".equals(Build.TYPE)) {
337 if ("user".equals(Build.TYPE)) {
360 && sipper.drainType != DrainType.USER) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 136 // Verify equivalence of user-built Elements
501 assertEquals(DataKind.USER, DataKind.valueOf("USER"));
514 if (dk != DataKind.USER && dk != DataKind.PIXEL_YUV) {
  /external/bison/djgpp/
config.bat 416 if not "%USER%" == "" goto haveuser
417 echo No USERNAME and no USER found in the environment, using default values
422 set HOSTNAME=%USER%'s PC
423 if not "%HOSTNAME%" == "%USER%'s PC" goto SmallEnv
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 113 Telephony.Carriers.USER, // 5
373 // allow user to edit carrier_enabled for some APN
604 // Add a dummy name "Untitled", if the user exits the screen without adding a name but
613 values.put(Telephony.Carriers.USER, checkNotSet(mUser.getText()));
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 140 * @param context of the user.
242 "user TEXT DEFAULT ''," +
269 // here it means we will accept both (user edited + new apn_conf definition)
271 // user, server, password, authtype, type, protocol, roaming_protocol, sub_id,
331 // Get rid of user/carrier deleted entries that are not present in apn xml file.
401 // the authentication will default to 0 (if no user / password) is specified
404 // if the user, has added a new APN, we set the authentication type
496 // populated from the xml included in OTA but user and carrier edited/added entries
499 // 1. preserve user and carrier added/edited APNs (by comparing against
514 // Compare db with old apns xml file so that any user or carrier edited/adde
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 155 TEMP_DIR=/tmp/build-mingw64-toolchain-$USER
  /build/
envsetup.sh 5 - tapas: tapas [<App1> <App2> ...] [arm|x86|mips|armv5|arm64|x86_64|mips64] [eng|userdebug|user]
78 VARIANT_CHOICES=(user userdebug eng)
257 export PROMPT_COMMAND="echo -ne \"\033]0;[${arch}-${product}-${variant}] ${USER}@${HOSTNAME}: ${PWD}\007\""
259 export PROMPT_COMMAND="echo -ne \"\033]0;[$arch $apps $variant] ${USER}@${HOSTNAME}: ${PWD}\007\""
580 local variant="$(echo $* | xargs -n 1 echo | \grep -E '^(user|userdebug|eng)$' | xargs)"
582 local apps="$(echo $* | xargs -n 1 echo | \grep -E -v '^(user|userdebug|eng|arm|x86|mips|armv5|arm64|x86_64|mips64|ldpi|mdpi|tvdpi|hdpi|xhdpi|xxhdpi|xxxhdpi|alldpi)$' | xargs)"
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.y 183 %token PRIVSEP USER GROUP CHROOT
290 : USER QUOTEDSTRING
295 yyerror("unknown user \"%s\"", $2->v);
301 | USER NUMBER { lcconf->uid = $2; } EOS
    [all...]
  /external/selinux/libsemanage/src/
semanage_store.c     [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsHelper.java 426 List<BatterySipper> user = mUserSippers.valueAt(i); local
427 for (int j=0; j<user.size(); j++) {
428 BatterySipper bs = user.get(j);
529 // We are told to just report this user's apps as one large entry.
655 BatterySipper bs = new BatterySipper(DrainType.USER, null, 0);
657 aggregateSippers(bs, mUserSippers.valueAt(i), "User");
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 59 * <p>Only the default SMS app (selected by the user in system settings) is able to write to the
62 * when the user receives an SMS or the {@link
63 * android.provider.Telephony.Sms.Intents#WAP_PUSH_DELIVER_ACTION} broadcast when the user
66 * <p>Any app that wants to behave as the user's default SMS app must handle the following intents:
179 * Has the message been seen by the user? The "seen" flag determines
799 * Activity action: Ask the user to change the default
801 * user whether they want to replace the current default
821 * the user. The intent will have the following extra values:</p>
    [all...]

Completed in 2332 milliseconds

1 2 3 45 6 7 8 91011