HomeSort by relevance Sort by last modified time
    Searched refs:USER (Results 76 - 100 of 177) sorted by null

1 2 34 5 6 7 8

  /ndk/tests/standalone/
run.sh 142 TMPDIR=/tmp/ndk-$USER/tests/standalone
  /ndk/build/tools/
build-gcc.sh 34 BUILD_OUT=/tmp/ndk-$USER/build/toolchain
90 prepare_canadian_toolchain /tmp/ndk-$USER/build
build-llvm.sh 34 BUILD_OUT=/tmp/ndk-$USER/build/toolchain
65 prepare_canadian_toolchain /tmp/ndk-$USER/build
build-host-prebuilts.sh 164 TMPREMOTE=/tmp/ndk-$USER/darwin-prebuild
build-host-python.sh 184 BUILD_DIR=/tmp/ndk-$USER/buildhost
dev-platform-import.sh 33 OUT_DIR=/tmp/ndk-$USER/platforms-import
build-host-gcc.sh 181 BUILD_DIR=/tmp/ndk-$USER/build/host-gcc
509 local TMPC=/tmp/build-host-gcc-$USER-$$.c
612 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/chromium_org/build/android/pylib/utils/
emulator.py 373 leaves image files around in /tmp/android-$USER. If a "random"
378 emulator_imagedir = '/tmp/android-%s' % os.environ['USER']
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 53 protected static final String USER = "user";
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryEntry.java 166 case USER: {
263 // Convert package names to user-facing labels where possible
272 + packageLabels[i] + ", user " + userId);
286 + packageLabels[i] + ", user " + userId, e);
302 + pkgName + ", user " + userId);
319 + pkgName + ", user " + userId, e);
  /prebuilts/python/darwin-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...]
  /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/checkpolicy/
policy_parse.y 120 %token USER
623 user_def : USER identifier ROLES names opt_mls_user ';'
866 | USER { $$ = require_user; }
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 126 * @param context of the user.
215 "user TEXT," +
303 // the authentication will default to 0 (if no user / password) is specified
306 // if the user, has added a new APN, we set the authentication type
404 map.put(Telephony.Carriers.USER, parser.getAttributeValue(null, "user"));
544 if (!values.containsKey(Telephony.Carriers.USER)) {
545 values.put(Telephony.Carriers.USER, "");
    [all...]
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_browsertest.cc 90 return "user@example.com";
209 // Mock a signed-in user. This is used by the UserCloudPolicyStore to pass
240 em::DeviceRegisterRequest::USER;
253 // Get the path to the user policy key file.
419 // There are 2 protobufs that can be used for user cloud policy:
  /art/
Android.mk 71 rm -rf $(TMPDIR)/$(USER)/test-*/dalvik-cache/*
74 rm -rf /tmp/$(USER)/test-*/dalvik-cache/*
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 136 // Verify equivalence of user-built Elements
482 assertEquals(DataKind.USER, DataKind.valueOf("USER"));
495 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
  /external/chromium_org/build/android/
adb_gdb 67 DEFAULT_PULL_LIBS_DIR=/tmp/$USER-adb-gdb-libs
620 TMPDIR=/tmp/$USER-adb-gdb-tmp-$TMP_ID
662 # same user on the device. Normally, these are killed automatically by the
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 108 Telephony.Carriers.USER, // 5
330 // allow user to edit carrier_enabled for some APN
538 // Add a dummy name "Untitled", if the user exits the screen without adding a name but
547 values.put(Telephony.Carriers.USER, checkNotSet(mUser.getText()));
  /external/qemu/distrib/
package-release.sh 359 TEMP_BUILD_DIR=/tmp/$USER-qemu-package-binaries

Completed in 1344 milliseconds

1 2 34 5 6 7 8