HomeSort by relevance Sort by last modified time
    Searched refs:USER (Results 1 - 25 of 40) sorted by null

1 2

  /sdk/eclipse/scripts/
build_update_site.sh 11 # - calls buildserver with /home/$USER/www/no_crawl and -z
30 [ -z "$DEST_DIR" ] && [ -n "$USER" ] && DEST_DIR="/home/$USER"
build_plugins.sh 14 # Currently, this script will create an update site at ${user.home}/www/no_crawl/android-build
34 echo "-d = destination directory. Default is $USER/www/no_crawl/. Cannot contain spaces."
78 mkdir -p "$BASE_DIR" || die "Please create a directory $BASE_DIR where Eclipse will be installed, i.e. execute 'mkdir -p $BASE_DIR && chown $USER $BASE_DIR'."
  /build/tools/
buildinfo.sh 15 echo "ro.build.user=$USER"
  /build/core/
version_defaults.mk 41 # which is the version that we reveal to the end user.
97 BUILD_NUMBER := eng.$(USER).$(shell date +%Y%m%d.%H%M%S)
  /external/openssl/apps/
CA.com 72 $ DEFINE/USER SYS$INPUT '__INPUT'
82 $ DEFINE/USER SYS$INPUT '__INPUT'
124 $ DEFINE/USER SYS$INPUT '__INPUT'
147 $ DEFINE/USER SYS$INPUT '__INPUT'
156 $ DEFINE/USER SYS$INPUT '__INPUT'
168 $ DEFINE/USER SYS$INPUT '__INPUT'
170 $ DEFINE/USER SYS$INPUT '__INPUT'
185 $ DEFINE/USER SYS$INPUT '__INPUT'
193 $ DEFINE/USER SYS$INPUT '__INPUT'
  /external/clearsilver/python/examples/trans/
db_trans.py 7 USER = 'root'
78 db = MySQLdb.connect(host = host, user=USER, passwd = PASSWORD, db=DATABASE)
  /external/webkit/WebKitLibraries/win/tools/scripts/
auto-version.sh 94 VERSION_TEXT="${VERSION_TEXT_SHORT} ${USER} - ${BUILD_DATE} - r${SVN_REVISION}"
  /frameworks/base/core/java/android/os/
Build.java 29 /** A build ID string meant for displaying to the user */
53 /** The end-user-visible name for the end product. */
75 * The user-visible version string. E.g., "1.0" or "3.4b5".
80 * The user-visible SDK version of the framework in its raw String
89 * The user-visible SDK version of the framework; its possible
185 /** The type of build, like "user" or "eng". */
196 public static final String USER = getString("ro.build.user");
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 69 assertNotEmpty("USER", Build.USER);
  /dalvik/
run-core-tests.sh 17 datadir=/tmp/${USER}
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
AlbumEntry.java 29 * The user account that is the sync source for this entry. Must be set
57 @Column(Columns.USER)
58 public String user; field in class:AlbumEntry
104 * The user-specified location associated with the album.
126 public static final String USER = "user";
142 user = null;
170 if (localName.equals("user")) {
171 user = content;
  /frameworks/base/graphics/java/android/renderscript/
Element.java 74 USER (0),
272 return new Element(rs, dt, DataKind.USER, false, 1);
279 return new Element(rs, dt, DataKind.USER, false, size);
302 dk == DataKind.USER)) {
  /external/ipsec-tools/src/racoon/
cfparse.h 43 USER = 259,
208 #define USER 259
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 102 # find a user name
104 if [ "$USER" != "" ]; then
105 LOGNAME="$USER"
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 101 # find a user name
103 if [ "$USER" != "" ]; then
104 LOGNAME="$USER"
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 101 # find a user name
103 if [ "$USER" != "" ]; then
104 LOGNAME="$USER"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 102 # find a user name
104 if [ "$USER" != "" ]; then
105 LOGNAME="$USER"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 101 # find a user name
103 if [ "$USER" != "" ]; then
104 LOGNAME="$USER"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 101 # find a user name
103 if [ "$USER" != "" ]; then
104 LOGNAME="$USER"
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gccbug 102 # find a user name
104 if [ "$USER" != "" ]; then
105 LOGNAME="$USER"
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 128 "user TEXT," +
196 // the authentication will default to 0 (if no user / password) is specified
199 // if the user, has added a new APN, we set the authentication type
231 map.put(Telephony.Carriers.USER, parser.getAttributeValue(null, "user"));
415 if (values.containsKey(Telephony.Carriers.USER) == false) {
416 values.put(Telephony.Carriers.USER, "");
  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java 134 Element.DataKind.USER, 4), "color");
136 Element.DataKind.USER, 3), "position");
  /cts/tools/dx-tests/etc/
starttests 61 datadir=/tmp/${USER}
  /cts/tools/vm-tests/etc/
starttests 67 datadir=/tmp/${USER}
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 76 VAR_MAP.put("build.user", new StaticVarGetter(Build.USER));

Completed in 649 milliseconds

1 2