/external/ipsec-tools/src/racoon/ |
cfparse.h | 43 USER = 259, 208 #define USER 259
|
/external/oprofile/utils/ |
opcontrol | 156 "default" or "name:count:unitmask:kernel:user", where : 162 user: whether to profile userspace: 0 or 1 640 USER=`echo $GOTEVENT | awk -F: '{print $5}'` 651 if test -z "$USER"; then 652 USER=1 655 set_event $f "$EVENT:$COUNT:$UNIT_MASK:$KERNEL:$USER" 1207 # Check if all user/kernel flags per-counter are matching. 1209 USER_CK=$USER 1212 if test $USER_CK != $USER \ 1214 echo "ERROR: All kernel/user event flags must match. [all...] |
/ndk/build/tools/ |
common-build-host-funcs.sh | 330 local TMPC=/tmp/build-host-$USER-$$.c 430 local TMPC=/tmp/build-host-gcc-bits-$USER-$$.c 708 BH_BUILD_DIR=/tmp/ndk-$USER/buildhost
|
build-gdbserver.sh | 42 BUILD_OUT=/tmp/ndk-$USER/build/gdbserver
|
build-host-gdb.sh | 101 BUILD_DIR=/tmp/ndk-$USER/buildgdb
|
make-release.sh | 39 OUT_DIR=/tmp/ndk-$USER/release 112 # Print a warning and ask the user if he really wants to do that !
|
build-gcc.sh | 34 BUILD_OUT=/tmp/ndk-$USER/build/toolchain 80 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
|
dev-system-import.sh | 243 SYMBOL_EXCLUDES=/tmp/ndk-$USER/ndk-symbol-excludes.txt 247 SYMBOL_INCLUDES=/tmp/ndk-$USER/ndk-symbol-includes.txt
|
build-host-prebuilts.sh | 152 TMPREMOTE=/tmp/ndk-$USER/darwin-prebuild
|
build-host-python.sh | 88 # Make sure that the the user asked for the build OS's Python to be built. 135 BUILD_DIR=/tmp/ndk-$USER/buildhost
|
build-ndk-sysroot.sh | 298 PKGFILE=/tmp/ndk-$USER/android-ndk-sysroot-$DATE.tar.bz2
|
make-standalone-toolchain.sh | 47 PACKAGE_DIR=/tmp/ndk-$USER
|
/external/bison/build-aux/ |
gnu-web-doc-update | 169 && $CVS -d $USER@cvs.sv.gnu.org:/webcvs/$pkg co $pkg )
|
/external/llvm/utils/crosstool/ARM/ |
build-install-linux.sh | 13 # Both $USER and root *must* have read/write access to this dir. 68 sudo chown ${USER} $1
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
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...] |
NetObject.java | 53 protected static final String USER = "user";
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-gccbug | 101 # find a user name 103 if [ "$USER" != "" ]; then 104 LOGNAME="$USER"
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ElementThunker.java | 40 case USER: 41 return android.renderscript.Element.DataKind.USER;
|
Element.java | 45 * DataKind {@link android.support.v8.renderscript.Element.DataKind#USER} cannot 170 * useful for graphical data. USER indicates no special interpretation is 175 USER (0), 717 mKind = DataKind.USER; 751 * set to USER and the vector size to 1 indicating non-vector. 762 DataKind dk = DataKind.USER; 771 * DataKind will be set to USER. Only primitive types (FLOAT_32, FLOAT_64, 804 DataKind dk = DataKind.USER; 886 * size and type (i.e. U8 is compatible with A_8). User-defined Elements 900 // Ignore mKind because it is allowed to be different (user vs. pixel) [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
BuildTest.java | 198 assertNotEmpty(Build.USER);
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetworkVars.java | 76 VAR_MAP.put("build.user", new StaticVarGetter(Build.USER));
|
/external/chromium/chrome/browser/policy/ |
user_policy_identity_strategy.cc | 143 // Register for the event of user login. The device management token won't 144 // be fetched until we know the domain of the currently logged in user. 178 return em::DeviceRegisterRequest::USER; 204 // TODO(mnissler) On CrOS it seems impossible to figure out what user belongs 216 // For user tokens, there is no actual identifier. We generate a random
|
/frameworks/base/graphics/java/android/renderscript/ |
Element.java | 43 * android.renderscript.Element.DataKind#USER} cannot be used as input for a 168 * useful for graphical data. USER indicates no special interpretation is 173 USER (0), 763 mKind = DataKind.USER; 839 * set to USER and the vector size to 1 indicating non-vector. 846 DataKind dk = DataKind.USER; 855 * DataKind will be set to USER. Only primitive types (FLOAT_32, FLOAT_64, 884 DataKind dk = DataKind.USER; 964 * size and type (i.e. U8 is compatible with A_8). User-defined Elements 978 // Ignore mKind because it is allowed to be different (user vs. pixel) [all...] |
/ndk/tests/standalone/ |
run.sh | 141 TMPDIR=/tmp/ndk-$USER/tests/standalone
|