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

1 23 4 5 6 7

  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 45 public static final int OPTIONS = START + 8;
Lexer.java 101 addKeyword(TokenNames.OPTIONS, TokenTypes.OPTIONS);
  /frameworks/volley/tests/src/com/android/volley/toolbox/
HurlStackTest.java 120 TestRequest.Options request = new TestRequest.Options();
121 assertEquals(request.getMethod(), Method.OPTIONS);
124 assertEquals("OPTIONS", mMockConnection.getRequestMethod());
  /external/chromium_org/sandbox/win/src/
filesystem_dispatcher.cc 101 params[OpenFile::OPTIONS] = ParamPickerMake(create_options);
143 params[OpenFile::OPTIONS] = ParamPickerMake(open_options);
filesystem_interception.cc 24 ULONG disposition, ULONG options,
30 options, ea_buffer, ea_length);
59 params[OpenFile::OPTIONS] = ParamPickerMake(options);
71 disposition, options, &answer);
98 ULONG options) {
101 io_status, sharing, options);
130 params[OpenFile::OPTIONS] = ParamPickerMake(options);
139 desired_access, sharing, options, &answer)
    [all...]
filesystem_policy.cc 109 open.AddNumberMatch(IF, OpenFile::OPTIONS, FILE_DIRECTORY_FILE, AND);
110 create.AddNumberMatch(IF, OpenFile::OPTIONS, FILE_DIRECTORY_FILE, AND);
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipHelper.java 199 ? createRequest(Request.OPTIONS, caller, tag)
200 : createRequest(Request.OPTIONS, caller, callee, tag);
453 if (DBG && (!Request.OPTIONS.equals(request.getMethod())
  /ndk/build/tools/
prebuilt-common.sh 177 # NOTE: We translate '-' into '_' when storing the options in global variables
180 OPTIONS=""
257 OPTIONS="$OPTIONS $optname"
339 # Print the help, including a list of registered options for this program
347 echo "Usage: $PROGNAME [options] $PROGRAM_PARAMETERS"
353 echo "Valid options (defaults are in brackets):"
358 for opt in $OPTIONS; do
442 for xopt in $OPTIONS; do
1007 # GMP configure scripts will not be called with the right options
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
LeftRecursiveRuleWalker.g 36 options {
89 : ^(OPTIONS option+)
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 101 %token OPTIONS
151 OPTIONS optionscontent
  /external/smack/src/org/jivesoftware/smackx/pubsub/
Node.java 173 * options. The bare jid portion of this one must match the jid for the
191 request.addExtension(new FormNode(FormNodeType.OPTIONS, subForm));
229 * @return A subscription options form
241 * Get the options for configuring the specified subscription.
254 FormNode ext = (FormNode)packet.getExtension(PubSubElementType.OPTIONS);
  /device/asus/deb/
releasetools.py 75 if d is None or len(d) > tf.size * common.OPTIONS.patch_threshold:
  /device/asus/flo/
releasetools.py 88 if d is None or len(d) > tf.size * common.OPTIONS.patch_threshold:
  /device/lge/hammerhead/
releasetools.py 75 if d is None or len(d) > tf.size * common.OPTIONS.patch_threshold:
  /device/lge/mako/
releasetools.py 75 if d is None or len(d) > tf.size * common.OPTIONS.patch_threshold:
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 32 options {
140 : OPTIONS (option ';')+ '}' -> ^(OPTIONS option+)
357 options {backtrack=true;}
532 ( options {greedy=false; k=1;}
549 ( options {greedy=false; k=2;}
585 /** Match the start of an options section. Don't allow normal
588 OPTIONS
589 : 'options' WS_LOOP '{'
  /external/chromium_org/third_party/icu/source/tools/genren/
genren.pl 245 Usage: $0 [OPTIONS] LIBRARY_FILES
246 Options:
  /external/chromium_org/third_party/lcov/bin/
genpng 84 # Parse command line options
112 # Check options
140 Usage: $tool_name [OPTIONS] SOURCEFILE
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
data_socket.cc 47 "Access-Control-Allow-Methods: POST, GET, OPTIONS\r\n"
212 { "OPTIONS", 7, OPTIONS },
  /external/chromium_org/third_party/openssl/openssl/
import_openssl.sh 193 (grep -e -D Makefile | grep -v CONFIGURE_ARGS= | grep -v OPTIONS= | grep -v -e -DOPENSSL_NO_DEPRECATED) > $tmpfile
  /external/icu/icu4c/source/tools/genren/
genren.pl 251 Usage: $0 [OPTIONS] LIBRARY_FILES
252 Options:
  /external/lldb/scripts/
sed-sources 16 B<sed-sources> [options] [file dir ...]
27 =head1 OPTIONS
  /external/llvm/utils/TableGen/
tdtags 24 Usage: $SELF [ <options> ] tdfile
25 or: $SELF [ <options> ] -x recipe [arg ...]
26 OPTIONS
57 $SELF [ options ] -x recipe [arg ...]
58 $SELF [ options ] [file ...]
67 OPTIONS
358 # Command options.
  /external/scrypt/
import_scrypt.sh 184 (grep -e -D Makefile | grep -v CONFIGURE_ARGS= | grep -v OPTIONS=) > $tmpfile
  /frameworks/volley/src/com/android/volley/
Request.java 55 int OPTIONS = 5;
64 * Request method of this request. Currently supports GET, POST, PUT, DELETE, HEAD, OPTIONS,

Completed in 1071 milliseconds

1 23 4 5 6 7