OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USER
(Results
26 - 50
of
126
) sorted by null
1
2
3
4
5
6
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_element.java
99
_RS_ASSERT("simpleElem.getDataKind() ==
USER
",
100
simpleElem.getDataKind() == DataKind.
USER
);
106
_RS_ASSERT("complexElem.getDataKind() ==
USER
",
107
complexElem.getDataKind() == DataKind.
USER
);
/sdk/eclipse/scripts/
build_plugins.sh
14
# Currently, this script will create an update site at ${
user
.home}/www/no_crawl/android-build
36
echo "-d = destination directory. Default is $
USER
/www/no_crawl/. Cannot contain spaces."
91
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'."
/external/webkit/WebKitLibraries/win/tools/scripts/
auto-version.sh
94
VERSION_TEXT="${VERSION_TEXT_SHORT} ${
USER
} - ${BUILD_DATE} - r${SVN_REVISION}"
/frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java
69
assertNotEmpty("
USER
", Build.
USER
);
/ndk/build/tools/
build-ccache.sh
46
register_option "--build-out=<path>" do_build_out "Set temporary build directory" "/tmp/ndk-$
USER
/<random>"
dev-platform-expand.sh
62
DSTDIR=/tmp/ndk-$
USER
/platforms
dev-rebuild-ndk.sh
99
rm -rf /tmp/ndk-$
USER
/{build,tmp}
117
NDK_SRC_DIR=/tmp/ndk-$
USER
/src/android-ndk-src-${TOOLCHAIN_GIT_DATE}${PATCHES_SHA1}
download-toolchain-sources.sh
52
register_var_option "--package" OPTION_PACKAGE "Create source package in /tmp/ndk-$
USER
"
116
TMPDIR=/tmp/ndk-$
USER
/$PKGNAME
264
PACKAGE=/tmp/ndk-$
USER
/$PKGNAME.tar.bz2
build-host-perl.sh
34
BUILD_OUT=/tmp/ndk-$
USER
/build/perl
/ndk/sources/host-tools/ndk-stack/
GNUMakefile
20
BUILD_DIR := /tmp/ndk-$(
USER
)/build/build-ndk-stack
21
PROGNAME := /tmp/ndk-$(
USER
)/ndk-stack
/ndk/tests/
check-release.sh
84
TMP_DIR=/tmp/ndk-$
USER
/tests/release
/packages/apps/Exchange/tests/src/com/android/exchange/
EasSyncServiceTests.java
39
static private final String
USER
= "
user
";
97
private EasSyncService setupService(String
user
) {
99
svc.mUserName =
user
;
107
// Simple
user
name and command
108
EasSyncService svc = setupService(
USER
);
113
assertEquals("Basic " + Base64.encodeToString((
USER
+":"+PASSWORD).getBytes(),
115
assertEquals("&
User
=" +
USER
+ "&DeviceId=" + ID + "&DeviceType=" +
119
//
User
name that requires encodin
120
String
user
= "name_with_underscore@foo%bar.com";
local
[
all
...]
/external/openssh/regress/
cert-hostkey.sh
34
-I "regress host key for $
USER
" \
42
-I "regress host key for $
USER
" \
153
-I "regress host key for $
USER
" \
179
test_one "
user
-certificate" failure "-n $HOSTS"
199
-I "regress host key for $
USER
" \
237
-I "regress host key for $
USER
" \
key-options.sh
7
authkeys="$OBJ/authorized_keys_${
USER
}"
keytype.sh
46
cat $OBJ/key.$ut.pub > $OBJ/authorized_keys_$
USER
agent-pkcs11.sh
37
${SSHKEYGEN} -y -f $OBJ/pkcs11.key > $OBJ/authorized_keys_$
USER
Makefile
67
USER
!= id -un
70
authorized_keys_${
USER
} known_hosts pidfile \
80
authorized_principals_${
USER
} expect actual
/ndk/build/core/
ndk-common.sh
295
## On Linux or Darwin, a 64-bit kernel doesn't mean that the
user
-land
420
mkdir -p /tmp/ndk-$
USER
/tmp/tests
422
TMPC=/tmp/ndk-$
USER
/tmp/tests/test-$$.c
423
TMPO=/tmp/ndk-$
USER
/tmp/tests/test-$$.o
424
TMPE=/tmp/ndk-$
USER
/tmp/tests/test-$$$EXE
425
TMPL=/tmp/ndk-$
USER
/tmp/tests/test-$$.log
/packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java
61
USER
("
user
",
86
case
USER
:
95
case
USER
:
107
case
USER
:
119
case
USER
:
149
// TODO add Install button on Tab.
USER
to go to CertInstaller like KeyChainActivity
150
addTab(Tab.
USER
);
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
irc.js
57
sendCommand(commands.
USER
,
135
USER
: "
USER
"
/frameworks/base/core/java/android/os/
Build.java
31
/** A build ID string meant for displaying to the
user
*/
55
/** The end-
user
-visible name for the end product. */
88
* The
user
-visible version string. E.g., "1.0" or "3.4b5".
93
* The
user
-visible SDK version of the framework in its raw String
102
* The
user
-visible SDK version of the framework; its possible
283
* large as the current screen will provide the
user
with a UI to
441
/** The type of build, like "
user
" or "eng". */
452
public static final String
USER
= getString("ro.build.
user
");
456
* Returns true if we are running a debug build such as "
user
-debug" or "eng"
[
all
...]
/external/smack/src/org/xbill/DNS/
KEYRecord.java
112
/** Key is owned by a
user
. */
113
public static final int
USER
= 0x0000;
201
flags.add(
USER
, "
USER
");
273
/** A
user
key */
274
public static final int OWNER_USER = Flags.
USER
;
/external/checkpolicy/
policy_scan.l
133
USER
|
134
user
{ return(
USER
); }
/external/libmtp/
hotplug.sh.in
117
if [ "x${
USER
}" != "xroot" ];
/ndk/sources/host-tools/nawk-20071023/
GNUmakefile
5
BUILD_DIR ?= /tmp/ndk-$(
USER
)/build-awk
Completed in 549 milliseconds
1
2
3
4
5
6