HomeSort by relevance Sort by last modified time
    Searched refs:OPTIONS (Results 26 - 50 of 152) sorted by null

12 3 4 5 6 7

  /external/chromium_org/v8/tools/
v8-rolls.sh 41 usage: $0 OPTIONS
45 OPTIONS:
v8-info.sh 47 usage: $0 OPTIONS
51 OPTIONS:
  /external/libusb-compat/
libusb-config.in 12 Usage: libusb-config [OPTIONS] [LIBRARIES]
13 Options:
  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 55 options return OPTIONS;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 50 public static final String OPTIONS = Request.OPTIONS;
Parser.java 84 || token.getTokenType() == OPTIONS
  /external/chromium_org/chrome/browser/ui/app_list/
app_context_menu.cc 38 OPTIONS,
163 menu_model_->AddItemWithStringId(OPTIONS, IDS_NEW_TAB_APP_OPTIONS);
218 } else if (command_id == OPTIONS) {
272 } else if (command_id == OPTIONS) {
  /external/chromium_org/net/tools/quic/test_tools/
http_message.h 30 OPTIONS,
  /external/chromium_org/sandbox/win/src/
policy_params.h 26 POLPARAM(OPTIONS)
  /external/oprofile/libop/
op_xml_out.h 24 OPTIONS, SESSION, DEBUG_INFO, DETAILS, EXCLUDE_DEPENDENT, EXCLUDE_SYMBOLS,
  /external/smack/src/org/jivesoftware/smackx/pubsub/
PubSubElementType.java 32 OPTIONS("options", PubSubNamespace.BASIC),
39 PUBLISH_OPTIONS("publish-options", PubSubNamespace.BASIC),
  /external/chromium_org/third_party/lcov/bin/
gendesc 73 # Parse command line options
122 Usage: $tool_name [OPTIONS] INPUTFILE
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
data_socket.h 75 OPTIONS,
main.cc 55 } else if (ds->method() == DataSocket::OPTIONS) {
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
ClientPairingSession.java 84 logDebug("Sending Options ...");
87 logDebug("Waiting for Options...");
89 PoloMessageType.OPTIONS);
91 // Compare compatibility with server options, and save config.
93 logDebug("Server options = " + serverOptions);
ServerPairingSession.java 72 logDebug("Waiting for Options ...");
74 // our options with its, and proposing a valid configuration.
75 getNextMessage(PoloMessageType.OPTIONS);
77 logDebug("Sending Options...");
  /external/llvm/
Makefile 153 # Specify options to pass to configure script when we're
259 SVN-UPDATE-OPTIONS =
279 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
280 @eval $$SUB_SVN_DIRS; $(SVN) status --no-ignore $(LLVM_SRC_ROOT) | svnup $(LLVM_SRC_ROOT) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
  /frameworks/volley/tests/src/com/android/volley/mock/
TestRequest.java 144 /** Test example of a OPTIONS request in the new style. */
145 public static class Options extends Base {
146 public Options() {
147 super(Method.OPTIONS, TEST_URL, null);
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3.g 31 options {
138 : OPTIONS (option ';')+ '}' -> ^(OPTIONS option+)
284 : '<' qid '>' -> ^(OPTIONS qid)
285 | '<' option (';' option)* '>' -> ^(OPTIONS option+)
361 options {backtrack=true;}
538 ( options {greedy=false; k=1;}
555 ( options {greedy=false; k=2;}
591 /** Match the start of an options section. Don't allow normal
594 OPTIONS
    [all...]
ANTLRv3Tree.g 32 options {
72 : ^(OPTIONS option+)
76 : qid // only allowed in element options
TreeToNFAConverter.g 36 options {
203 ( ^(OPTIONS .*) )?
225 ( ^(OPTIONS .*) )?
292 | ^( BLOCK ( ^(OPTIONS .*) )?
679 : ^( RULE id=ID (modifier)? ARG RET ( ^(OPTIONS .*) )? ( ruleScopeSpec )?
681 ^( BLOCK ( ^(OPTIONS .*) )?
797 options { backtrack = true; }
816 : ^( RULE id=ID (modifier)? ARG RET ( ^(OPTIONS .*) )? ( ruleScopeSpec )?
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g 30 options {language=Java;}
65 : OPTIONS (option ';')+ '}'
276 ( options {greedy=false;}
295 OPTIONS : 'options' WS* '{'
305 ( options {greedy=false; k=3;}
  /external/chromium_org/tools/valgrind/
waterfall.sh 160 usage: $0 fetch|match options
166 OPTIONS:
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
OptionsMessage.java 25 * 'OPTIONS'.
32 * Options.Encoding.EncodingType in polo.proto.
75 super(PoloMessage.PoloMessageType.OPTIONS);
  /external/markdown/MarkdownTest/
MarkdownTest.pl 106 B<MarkdownTest.pl> [ B<--options> ] [ I<file> ... ]
112 =head1 OPTIONS

Completed in 583 milliseconds

12 3 4 5 6 7