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

1 2 34 5 6 7

  /frameworks/volley/src/com/android/volley/toolbox/
HttpClientStack.java 131 case Method.OPTIONS:
HurlStack.java 219 case Method.OPTIONS:
220 connection.setRequestMethod("OPTIONS");
  /frameworks/volley/tests/src/com/android/volley/toolbox/
HttpClientStackTest.java 117 TestRequest.Options request = new TestRequest.Options();
118 assertEquals(request.getMethod(), Method.OPTIONS);
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 59 EXECUTABLE should accept `--help' and `--version' options although
89 # Parse options.
154 # Check for options before the first section--anything else is
159 # handle options
326 if (s/^(Options|Examples): *\n//)
469 # Convert options.
519 my @pre = qw(NAME SYNOPSIS DESCRIPTION OPTIONS EXAMPLES);
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRTreePrinter.g 41 options
184 : ^( OPTIONS {out(" options {");}
AssignTokenTypesWalker.g 65 * Oh, I have go get the options in case they affect the token types.
84 options
227 : ^( OPTIONS (option[$opts])+ )
DefineGrammarItemsWalker.g 34 options {
181 : ^(OPTIONS .*)
256 // copy rule options into the block AST, which is where
  /external/chromium_org/third_party/devscripts/
licensecheck.pl.vanilla 44 =head1 OPTIONS
100 configuration variables. Command line options can be used to override
235 or die "Usage: $progname [options] filelist\nRun $progname --help for more details\n";
247 die "Usage: $progname [options] filelist\nRun $progname --help for more details\n" unless @ARGV;
363 Usage: $progname [options] filename [filename ...]
364 Valid options are:
licensecheck.pl 44 =head1 OPTIONS
100 configuration variables. Command line options can be used to override
239 or die "Usage: $progname [options] filelist\nRun $progname --help for more details\n";
249 die "Usage: $progname [options] filelist\nRun $progname --help for more details\n" unless @ARGV;
390 Usage: $progname [options] filename [filename ...]
391 Valid options are:
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Strip.java 154 if ( !a.hasAncestor(ANTLRv3Parser.OPTIONS) ) { // avoid options
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
rtcd.pl 404 Usage: rtcd.pl [options] FILE
413 =head1 OPTIONS
415 Options:
  /external/libvpx/libvpx/build/make/
rtcd.pl 398 Usage: rtcd.pl [options] FILE
407 =head1 OPTIONS
409 Options:
  /external/openssl/
import_openssl.sh 262 (grep -e -D Makefile | grep -v CONFIGURE_ARGS= | grep -v OPTIONS= | \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
rtcd.pl 398 Usage: rtcd.pl [options] FILE
407 =head1 OPTIONS
409 Options:
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 514 } else if (isRequestEvent(Request.OPTIONS, evt)) {
839 } else if (isRequestEvent(Request.OPTIONS, evt)) {
    [all...]
  /external/clang/tools/scan-build/
scan-build 100 my @options = qx($0 -h);
101 foreach (@options) {
111 # Declaration of Clang options. Populated later.
911 my $Options = shift @_;
916 $ENV{$opt} = $Options->{$opt};
922 my $x = $Options->{$opt};
925 my $Verbose = $Options->{'VERBOSE'};
942 my $Options = shift;
976 my $OutputDir = $Options->{"OUTPUT_DIR"};
977 my $CLANG = $Options->{"CLANG"}
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 99 my @options = qx($0 -h);
100 foreach (@options) {
110 # Declaration of Clang options. Populated later.
879 my $Options = shift @_;
883 $ENV{$opt} = $Options->{$opt};
889 my $x = $Options->{$opt};
892 my $Verbose = $Options->{'VERBOSE'};
909 my $Options = shift;
943 my $OutputDir = $Options->{"OUTPUT_DIR"};
944 my $CLANG = $Options->{"CLANG"}
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 99 my @options = qx($0 -h);
100 foreach (@options) {
110 # Declaration of Clang options. Populated later.
879 my $Options = shift @_;
883 $ENV{$opt} = $Options->{$opt};
889 my $x = $Options->{$opt};
892 my $Verbose = $Options->{'VERBOSE'};
909 my $Options = shift;
943 my $OutputDir = $Options->{"OUTPUT_DIR"};
944 my $CLANG = $Options->{"CLANG"}
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
JsonMessageBuilder.java 135 case OPTIONS:
203 OptionsMessage options = new OptionsMessage(); local
217 options.addInputEncoding(getEncodingOption(enc));
232 options.addOutputEncoding(getEncodingOption(enc));
238 options.setProtocolRolePreference(role);
243 return options;
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java 166 case OPTIONS:
192 * in the OptionsMessage, encodings are wrapped in an "<options>" container.
253 OptionsMessage options = new OptionsMessage(); local
276 options.addInputEncoding(getEncodingOption(enc));
292 options.addOutputEncoding(getEncodingOption(enc));
298 options.setProtocolRolePreference(role);
303 return options;
509 JSONObject options = new JSONObject(); local
517 options.put(OPTIONS_FIELD_INPUT_ENCODINGS, inEncs);
525 options.put(OPTIONS_FIELD_OUTPUT_ENCODINGS, outEncs)
    [all...]
  /bootable/recovery/
recovery.cpp 53 static const struct option OPTIONS[] = {
926 while ((arg = getopt_long(argc, argv, "", OPTIONS, NULL)) != -1) {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltdl.m4 220 # LTDL_INIT([OPTIONS])
228 [dnl Parse OPTIONS
311 AC_MSG_ERROR([`--with-ltdl-include' and `--with-ltdl-lib' options must be used together])
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DecisionProbe.java 510 if ( blockAST.getChild(0).getType()==ANTLRParser.OPTIONS ) {
511 // if options, skip first child: ( options { ( = greedy false ) )
    [all...]
  /external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl 24 # available options. This code is based on the lcov genhtml script
113 # Parse command line options
195 Usage: $executable_name [OPTIONS] INFOFILE(S)
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 676 || em.equalsIgnoreCase(Request.OPTIONS))
    [all...]

Completed in 1264 milliseconds

1 2 34 5 6 7