HomeSort by relevance Sort by last modified time
    Searched refs:USER (Results 1 - 25 of 44) 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"
  /external/nist-sip/java/gov/nist/javax/sip/address/
UserInfo.java 36 * User information part of a URL.
47 /** user field
49 protected String user; field in class:UserInfo
65 public final static int USER = 2;
86 if (!this.user.equalsIgnoreCase(other.user)) {
102 * Encode the user information as a string.
111 buffer.append(user).append(COLON).append(password);
113 buffer.append(user);
125 * Gets the user type (which can be set to TELEPHONE_SUBSCRIBER or USER
    [all...]
SipUri.java 112 *Clear the password from the user part if it exists.
164 // For two URIs to be equal, the user, password, host, and port
186 // transport, user, ttl or method must match when present in either
267 * @return user@host portion of the uri (null if none exists).
269 * Peter Musgrave - handle null user
272 String user = ""; local
274 user = authority.getUserInfo().getUser();
278 if (user.equals("")) {
281 s = new StringBuffer(user).append(AT);
288 * @return user@host portion of the uri (null if none exists)
291 String user = ""; local
    [all...]
  /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. */
78 * The user-visible version string. E.g., "1.0" or "3.4b5".
83 * The user-visible SDK version of the framework in its raw String
92 * The user-visible SDK version of the framework; its possible
196 /** The type of build, like "user" or "eng". */
207 public static final String USER = getString("ro.build.user");
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 69 assertNotEmpty("USER", Build.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/darwin-x86/toolchain/arm-eabi-4.4.3/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/arm-eabi-4.4.3/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");

Completed in 1094 milliseconds

1 2