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

  /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 36 private static final Map<String, Parameter> PARAMETERS
44 * parameters:
52 * Setting these parameters to another value shall revert the canonical
55 PARAMETERS.put("canonical-form", new FixedParameter(false));
61 PARAMETERS.put("cdata-sections", new BooleanParameter() {
73 PARAMETERS.put("check-character-normalization", new FixedParameter(false));
78 PARAMETERS.put("comments", new BooleanParameter() {
91 PARAMETERS.put("datatype-normalization", new BooleanParameter() {
109 PARAMETERS.put("element-content-whitespace", new FixedParameter(true));
114 PARAMETERS.put("entities", new BooleanParameter()
    [all...]
  /ndk/build/tools/
patch-sources.sh 58 parse_parameters $PARAMETERS
prebuilt-common.sh 183 # correspond to the parameters list and the program description
228 PARAMETERS=""
234 if [ -z "$PARAMETERS" ] ; then
235 PARAMETERS="$1"
237 PARAMETERS="$PARAMETERS $1"
build-ccache.sh 56 echo "ERROR: Too many parameters. See --help for usage."
73 set_parameters $PARAMETERS
copy-libstdcxx.sh 95 set_parameters $PARAMETERS
build-gdbserver.sh 116 set_parameters $PARAMETERS
download-toolchain-sources.sh 88 SRC_DIR="$PARAMETERS"
dev-system-import.sh 110 if [ -z "$PARAMETERS" ] ; then
127 PLATFORMS=`normalize_platforms $PARAMETERS`
build-gcc.sh 111 set_parameters $PARAMETERS
rebuild-all-prebuilt.sh 99 if [ -n "$PARAMETERS" ]; then
100 dump "ERROR: Too many parameters. See --help for proper usage."
  /ndk/
ndk-gdb 43 PARAMETERS=
195 if [ -z "$PARAMETERS" ] ; then
196 PARAMETERS="$opt"
198 PARAMETERS="$PARAMETERS $opt"
  /ndk/tests/
run-tests.sh 102 if [ -z "$PARAMETERS" ] ; then
103 PARAMETERS="$opt"
105 PARAMETERS="$PARAMETERS $opt"

Completed in 457 milliseconds