HomeSort by relevance Sort by last modified time
    Searched refs:PARAMETERS (Results 1 - 22 of 22) sorted by null

  /system/extras/tests/bionic/libc/
run-test.sh 51 if [ -z "$PARAMETERS" ] ; then
52 PARAMETERS="$opt"
54 PARAMETERS="$PARAMETERS $opt"
93 if [ -z "$PARAMETERS" ] ; then
103 TEST="$PARAMETERS"
  /development/ndk/tests/
run-all.sh 60 if [ -z "$PARAMETERS" ] ; then
61 PARAMETERS="$opt"
63 PARAMETERS="$PARAMETERS $opt"
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 35 private static final Map<String, Parameter> PARAMETERS
43 * parameters:
51 * Setting these parameters to another value shall revert the canonical
54 PARAMETERS.put("canonical-form", new FixedParameter(false));
60 PARAMETERS.put("cdata-sections", new BooleanParameter() {
72 PARAMETERS.put("check-character-normalization", new FixedParameter(false));
77 PARAMETERS.put("comments", new BooleanParameter() {
90 PARAMETERS.put("datatype-normalization", new BooleanParameter() {
108 PARAMETERS.put("element-content-whitespace", new FixedParameter(true));
113 PARAMETERS.put("entities", new BooleanParameter()
    [all...]
  /frameworks/compile/libbcc/tests/debuginfo/
build_test_apk.sh 113 if [ -z "$PARAMETERS" ] ; then
114 PARAMETERS="$opt"
116 PARAMETERS="$PARAMETERS $opt"
128 echo "Required Parameters:"
134 echo "Optional Parameters (reasonable defaults are used if not specified)"
145 # Verify required parameters are non-empty
154 # Compute activity, appname, and java package, if not specified via parameters
172 echo " Check parameters and try again."
  /ndk/build/tools/
patch-sources.sh 58 parse_parameters $PARAMETERS
build-ccache.sh 56 echo "ERROR: Too many parameters. See --help for usage."
73 set_parameters $PARAMETERS
gen-toolchain-wrapper.sh 101 DST_DIR="$PARAMETERS"
rebuild-all-prebuilt.sh 71 SRC_DIR="$PARAMETERS"
build-target-prebuilts.sh 43 SRC_DIR="$PARAMETERS"
prebuilt-common.sh 292 # correspond to the parameters list and the program description
337 PARAMETERS=""
343 if [ -z "$PARAMETERS" ] ; then
344 PARAMETERS="$1"
346 PARAMETERS="$PARAMETERS $1"
gen-system-symbols.sh 78 parse_params $PARAMETERS
build-gdbserver.sh 118 set_parameters $PARAMETERS
dev-platform-import.sh 86 if [ -z "$PARAMETERS" ] ; then
94 ANDROID_PRODUCT_OUT=$PARAMETERS
dev-system-import.sh 117 if [ -z "$PARAMETERS" ] ; then
135 PLATFORMS=`normalize_platforms $PARAMETERS`
build-gcc.sh 119 set_parameters $PARAMETERS
build-gnu-libstdc++.sh 73 SRCDIR=$(echo $PARAMETERS | sed 1q)
build-host-prebuilts.sh 64 SRC_DIR="$PARAMETERS"
download-toolchain-sources.sh 92 SRC_DIR="$PARAMETERS"
  /ndk/
ndk-gdb 72 PARAMETERS=
244 if [ -z "$PARAMETERS" ] ; then
245 PARAMETERS="$opt"
247 PARAMETERS="$PARAMETERS $opt"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 193 PARAMETERS=
252 if [ -z "$PARAMETERS" ]; then
253 PARAMETERS="$opt"
255 PARAMETERS="$PARAMETERS $opt"
317 if [ -z "$PARAMETERS" ] ; then
358 set_parameters $PARAMETERS
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 224 PARAMETERS=
286 if [ -z "$PARAMETERS" ]; then
287 PARAMETERS="$opt"
289 PARAMETERS="$PARAMETERS $opt"
369 if [ -z "$PARAMETERS" ] ; then
403 set_parameters $PARAMETERS
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 224 PARAMETERS=
286 if [ -z "$PARAMETERS" ]; then
287 PARAMETERS="$opt"
289 PARAMETERS="$PARAMETERS $opt"
369 if [ -z "$PARAMETERS" ] ; then
403 set_parameters $PARAMETERS
    [all...]

Completed in 260 milliseconds