Searched refs:OPTIONS (Results 1 – 25 of 99) sorted by relevance
1234
/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/bison/tests/ |
D | calc.at | 348 # AT_DATA_CALC_Y([BISON-OPTIONS]) 357 # _AT_CHECK_CALC(BISON-OPTIONS, INPUT, [NUM-STDERR-LINES]) 361 # If BISON-OPTIONS contains `%debug' but not `%glr-parser', then 376 # _AT_CHECK_CALC_ERROR(BISON-OPTIONS, EXIT-STATUS, INPUT, 388 # If BISON-OPTIONS contains `%location', then make sure the ERROR-LOCATION 391 # If BISON-OPTIONS contains `%error-verbose', then make sure the 395 # If BISON-OPTIONS contains `%debug' but not `%glr', then NUM-STDERR-LINES 439 # AT_CHECK_CALC([BISON-OPTIONS, [EXPECTED-TO-FAIL]]) 442 # BISON-OPTIONS, and performs several tests over the parser. 543 # AT_CHECK_CALC_LALR([BISON-OPTIONS]) [all …]
|
D | local.at | 30 # AT_BISON_OPTION_PUSHDEFS([BISON-OPTIONS]) 36 # _AT_BISON_OPTION_PUSHDEFS($1, $2, [BISON-OPTIONS])
|
D | regression.at | 745 # _AT_DATA_DANCER_Y(BISON-OPTIONS) 846 # AT_CHECK_DANCER(BISON-OPTIONS) 876 # _AT_DATA_EXPECT2_Y(BISON-OPTIONS) 943 # AT_CHECK_EXPECT2(BISON-OPTIONS)
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | TokenNames.java | 50 public static final String OPTIONS = Request.OPTIONS; field
|
D | Parser.java | 84 || token.getTokenType() == OPTIONS in method()
|
D | Lexer.java | 101 addKeyword(TokenNames.OPTIONS, TokenTypes.OPTIONS); in selectLexer()
|
D | TokenTypes.java | 45 public static final int OPTIONS = START + 8; field
|
/external/iproute2/doc/ |
D | rtstat.sgml | 34 rtstat [ OPTIONS ] 37 <p> <tt/OPTIONS/ are:
|
D | nstat.sgml | 20 Xstat [ OPTIONS ] [ PATTERN [ PATTERN ... ] ] 29 <p> <tt/OPTIONS/ is list of single letter options, using common unix
|
D | arpd.sgml | 20 arpd OPTIONS [ INTERFACE [ INTERFACE ... ] ] 23 <p> <tt/OPTIONS/ are:
|
/external/llvm/ |
D | Makefile | 242 SVN-UPDATE-OPTIONS = 249 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT) 250 @ $(SVN) status $(LLVM_SRC_ROOT) | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
|
/external/llvm/docs/CommandGuide/ |
D | lli.pod | 25 =head1 GENERAL OPTIONS 63 =head1 TARGET OPTIONS 97 =head1 FLOATING POINT OPTIONS 125 =head1 CODE GENERATION OPTIONS
|
D | lit.pod | 28 summary information for test failures. See L<"OUTPUT OPTIONS"> for options 33 OPTIONS"> for more information. 36 the options specified on the command line, see L<"SELECTION OPTIONS"> for 42 =head1 GENERAL OPTIONS 68 =head1 OUTPUT OPTIONS 91 =head1 EXECUTION OPTIONS 118 =head1 SELECTION OPTIONS 136 =head1 ADDITIONAL OPTIONS
|
D | llvm-ranlib.pod | 21 =head1 OPTIONS chapter
|
D | llvm-dis.pod | 26 =head1 OPTIONS chapter
|
D | llvm-prof.pod | 23 =head1 OPTIONS chapter
|
/external/nist-sip/java/javax/sip/message/ |
D | Request.java | 11 String OPTIONS = "OPTIONS"; field
|
/external/e2fsprogs/lib/ss/ |
D | ct_c.sed | 106 /^(/b OPTIONS 129 : OPTIONS
|
/external/oprofile/libop/ |
D | op_xml_out.h | 24 OPTIONS, SESSION, DEBUG_INFO, DETAILS, EXCLUDE_DEPENDENT, EXCLUDE_SYMBOLS, enumerator
|
/external/jpeg/ |
D | maktjpeg.st | 16 ; * * * COMPILER OPTIONS * * *
|
D | makdjpeg.st | 16 ; * * * COMPILER OPTIONS * * *
|
/external/dnsmasq/contrib/openvpn/ |
D | dnsmasq.patch | 51 daemon $dnsmasq $OPTIONS
|
/external/pcre/doc/ |
D | pcre-config.txt | 20 OPTIONS
|
/external/protobuf/gtest/scons/ |
D | SConstruct | 37 # ./scons.py [OPTIONS]
|
1234