/external/bzip2/ |
D | bzdiff | 22 OPTIONS= 27 -*) OPTIONS="$OPTIONS $ARG";; 47 bzip2 -cd "$FILE.bz2" | $comp $OPTIONS - "$FILE" 57 bzip2 -cdfq "$1" | $comp $OPTIONS - $tmp 61 *) bzip2 -cdfq "$1" | $comp $OPTIONS - "$2" 66 bzip2 -cdfq "$2" | $comp $OPTIONS "$1" - 68 *) $comp $OPTIONS "$1" "$2"
|
/external/libcxx/test/ |
D | testit | 43 if [ -z "$OPTIONS" ] 45 OPTIONS="-std=${CXX_LANG} -stdlib=libc++" 47 OPTIONS="$OPTIONS -I$LIBCXX_ROOT/test/support" 86 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE > /dev/null 2>&1 104 …if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || echo $THREAD_FLAGS) -o .… 112 …echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || ec… 118 …echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || ec… 166 echo "with $OPTIONS $HEADER_INCLUDE $SOURCE_LIB"
|
/external/libcxxabi/test/ |
D | testit | 16 if [ -z "$OPTIONS" ] 18 OPTIONS="-std=c++0x -stdlib=libc++" 43 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE > /dev/null 2>&1 57 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE 113 echo "with $OPTIONS $HEADER_INCLUDE $SOURCE_LIB"
|
/external/iputils/doc/ |
D | index.out | 5 \BOOKMARK [2]{0.1.4.2}{OPTIONS}{0.1.1} 19 \BOOKMARK [2]{0.2.17.2}{OPTIONS}{0.2.1} 28 \BOOKMARK [2]{0.3.25.2}{OPTIONS}{0.3.1} 40 \BOOKMARK [2]{0.4.36.2}{OPTIONS}{0.4.1} 73 \BOOKMARK [2]{0.8.65.2}{OPTIONS}{0.8.1}
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
D | perf-lock.txt | 30 COMMON OPTIONS 45 REPORT OPTIONS 53 INFO OPTIONS
|
D | perf-kvm.txt | 58 OPTIONS 88 STAT REPORT OPTIONS 104 STAT LIVE OPTIONS
|
D | perf-evlist.txt | 17 OPTIONS
|
/external/bison/tests/ |
D | calc.at | 371 # AT_DATA_CALC_Y([BISON-OPTIONS]) 381 # _AT_CHECK_CALC(BISON-OPTIONS, INPUT, [NUM-STDERR-LINES]) 385 # If BISON-OPTIONS contains `%debug' but not `%glr-parser', then 400 # _AT_CHECK_CALC_ERROR(BISON-OPTIONS, EXIT-STATUS, INPUT, 412 # If BISON-OPTIONS contains `%location', then make sure the ERROR-LOCATION 415 # If BISON-OPTIONS contains `%error-verbose', then make sure the 419 # If BISON-OPTIONS contains `%debug' but not `%glr', then NUM-STDERR-LINES 482 # AT_CHECK_CALC([BISON-OPTIONS]) 485 # BISON-OPTIONS, and performs several tests over the parser. 590 # AT_CHECK_CALC_LALR([BISON-OPTIONS]) [all …]
|
/external/libcxxabi/lib/ |
D | buildit | 85 $CXX -c -g -O3 $RC_CFLAGS $EXTRA_FLAGS -I../include $OPTIONS $FILE 90 $CXX -c -g -Os $RC_CFLAGS $EXTRA_FLAGS -I../include $OPTIONS $FILE
|
/external/jetty/src/java/org/eclipse/jetty/http/ |
D | HttpMethods.java | 35 OPTIONS= "OPTIONS", field in HttpMethods 58 OPTIONS_BUFFER= CACHE.add(OPTIONS, OPTIONS_ORDINAL),
|
/external/v8/tools/ |
D | v8-rolls.sh | 41 usage: $0 OPTIONS 45 OPTIONS:
|
D | v8-info.sh | 47 usage: $0 OPTIONS 51 OPTIONS:
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | StringPrep.java | 218 …private static final int OPTIONS = 7; /* Bit set of options to turn on i… field in StringPrep 293 doNFKC = ((indexes[OPTIONS] & NORMALIZATION_ON) > 0); in StringPrep() 294 checkBiDi = ((indexes[OPTIONS] & CHECK_BIDI_ON) > 0); in StringPrep() 300 ((indexes[OPTIONS] & NORMALIZATION_ON) > 0) /* normalization turned on*/ in StringPrep()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | TokenNames.java | 50 public static final String OPTIONS = Request.OPTIONS; field
|
/external/iproute2/doc/ |
D | rtstat.sgml | 34 rtstat [ OPTIONS ] 37 <p> <tt/OPTIONS/ are:
|
/external/llvm/docs/CommandGuide/ |
D | lli.rst | 29 GENERAL OPTIONS 81 TARGET OPTIONS 122 FLOATING POINT OPTIONS 160 CODE GENERATION OPTIONS
|
D | llvm-profdata.rst | 40 OPTIONS section in MERGE 74 OPTIONS section in SHOW
|
D | llvm-stress.rst | 15 OPTIONS chapter
|
D | llvm-dwarfdump.rst | 15 OPTIONS chapter
|
/external/llvm/ |
D | Makefile | 259 SVN-UPDATE-OPTIONS = 279 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT) 280 …s --no-ignore $(LLVM_SRC_ROOT) | svnup $(LLVM_SRC_ROOT) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
|
/external/nist-sip/java/javax/sip/message/ |
D | Request.java | 11 String OPTIONS = "OPTIONS"; field
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/ |
D | PoloMessage.java | 38 OPTIONS(20), enumConstant
|
/external/e2fsprogs/lib/ss/ |
D | ct_c.sed | 106 /^(/b OPTIONS 129 : OPTIONS
|
/external/libusb-compat/ |
D | libusb-config.in | 12 Usage: libusb-config [OPTIONS] [LIBRARIES]
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ANTLRv3.g | 138 : OPTIONS (option ';')+ '}' -> ^(OPTIONS option+) 284 : '<' qid '>' -> ^(OPTIONS qid) 285 | '<' option (';' option)* '>' -> ^(OPTIONS option+) 594 OPTIONS
|