Searched refs:OPTIONS (Results 1 - 25 of 66) sorted by relevance

123

/external/bzip2/
H A Dbzdiff22 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/smack/src/org/jivesoftware/smackx/pubsub/
H A DFormNodeType.java32 OPTIONS, enum constant in enum:FormNodeType
H A DOptionsExtension.java40 super(PubSubElementType.OPTIONS, nodeId);
H A DPubSubElementType.java32 OPTIONS("options", PubSubNamespace.BASIC), enum constant in enum:PubSubElementType
/external/nist-sip/java/javax/sip/message/
H A DRequest.java11 String OPTIONS = "OPTIONS"; field in interface:Request
/external/e2fsprogs/lib/ss/
H A Dct_c.sed106 /^(/b OPTIONS
129 : OPTIONS
/external/libusb-compat/
H A Dlibusb-config.in12 Usage: libusb-config [OPTIONS] [LIBRARIES]
/external/mdnsresponder/mDNSShared/
H A Ddnsextd_lexer.l55 options return OPTIONS;
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenNames.java50 public static final String OPTIONS = Request.OPTIONS; field in interface:TokenNames
H A DParser.java84 || token.getTokenType() == OPTIONS
H A DTokenTypes.java45 public static final int OPTIONS = START + 8; field in interface:TokenTypes
/external/openssh/contrib/redhat/
H A Dsshd.init50 $SSHD $OPTIONS && success || failure
H A Dsshd.init.old128 sshd $OPTIONS
/external/oprofile/libop/
H A Dop_xml_out.h24 OPTIONS, SESSION, DEBUG_INFO, DETAILS, EXCLUDE_DEPENDENT, EXCLUDE_SYMBOLS, enumerator in enum:__anon10796
/external/openssh/contrib/caldera/
H A Dsshd.init79 ssd -S -x $DAEMON -n $NAME -- $OPTIONS
/external/llvm/
H A DMakefile249 SVN-UPDATE-OPTIONS =
269 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
270 @eval $$SUB_SVN_DIRS; $(SVN) status --no-ignore $(LLVM_SRC_ROOT) | svnup $(LLVM_SRC_ROOT) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLRv3.g138 : OPTIONS (option ';')+ '}' -> ^(OPTIONS option+)
284 : '<' qid '>' -> ^(OPTIONS qid)
285 | '<' option (';' option)* '>' -> ^(OPTIONS option+)
594 OPTIONS
H A DANTLRv3Tree.g72 : ^(OPTIONS option+)
H A DTreeToNFAConverter.g203 ( ^(OPTIONS .*) )?
225 ( ^(OPTIONS .*) )?
292 | ^( BLOCK ( ^(OPTIONS .*) )?
679 : ^( RULE id=ID (modifier)? ARG RET ( ^(OPTIONS .*) )? ( ruleScopeSpec )?
681 ^( BLOCK ( ^(OPTIONS .*) )?
816 : ^( RULE id=ID (modifier)? ARG RET ( ^(OPTIONS .*) )? ( ruleScopeSpec )?
H A DLeftRecursiveRuleWalker.g89 : ^(OPTIONS option+)
/external/v8/tools/
H A Dmerge-to-branch.sh43 usage: $0 [OPTIONS]... [BRANCH] [REVISION]...
48 OPTIONS:
H A Dpush-to-trunk.sh43 usage: $0 OPTIONS
48 OPTIONS:
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
H A DgUnit.g65 : OPTIONS (option ';')+ '}'
295 OPTIONS : 'options' WS* '{'
/external/icu4c/tools/genren/
H A Dgenren.pl251 Usage: $0 [OPTIONS] LIBRARY_FILES
/external/markdown/MarkdownTest/
H A DMarkdownTest.pl112 =head1 OPTIONS

Completed in 824 milliseconds

123