Searched refs:OPTIONS (Results 1 - 25 of 108) sorted by last modified time

12345

/external/webrtc/webrtc/examples/peerconnection/server/
H A Ddata_socket.cc30 "Access-Control-Allow-Methods: POST, GET, OPTIONS\r\n"
195 { "OPTIONS", 7, OPTIONS },
H A Ddata_socket.h60 OPTIONS, enumerator in enum:DataSocket::RequestMethod
H A Dmain.cc38 } else if (ds->method() == DataSocket::OPTIONS) {
/external/v8/tools/
H A Dv8-info.sh47 usage: $0 OPTIONS
51 OPTIONS:
H A Dv8-rolls.sh41 usage: $0 OPTIONS
45 OPTIONS:
/external/scrypt/
H A Dimport_scrypt.sh184 (grep -e -D Makefile | grep -v CONFIGURE_ARGS= | grep -v OPTIONS=) > $tmpfile
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/opencv3/cmake/templates/
H A Dopencv_run_all_tests_unix.sh.in12 OPTIONS:
/external/nist-sip/java/gov/nist/javax/sip/
H A DSipStackImpl.java676 || em.equalsIgnoreCase(Request.OPTIONS))
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPRequest.java124 putName(Request.OPTIONS);
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DLexer.java101 addKeyword(TokenNames.OPTIONS, TokenTypes.OPTIONS);
H A DParser.java84 || token.getTokenType() == OPTIONS
H A DTokenNames.java50 public static final String OPTIONS = Request.OPTIONS; field in interface:TokenNames
H A DTokenTypes.java45 public static final int OPTIONS = START + 8; field in interface:TokenTypes
/external/nist-sip/java/javax/sip/message/
H A DRequest.java11 String OPTIONS = "OPTIONS"; field in interface:Request
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java1158 OPTIONS, enum constant in enum:NanoHTTPD.Method
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
H A DSimpleWebServer.java362 if (cors != null && Method.OPTIONS.equals(session.getMethod())) {
595 private final static String ALLOWED_METHODS = "GET, POST, PUT, DELETE, OPTIONS, HEAD";
/external/markdown/MarkdownTest/
H A DMarkdownTest.pl112 =head1 OPTIONS
/external/mdnsresponder/mDNSShared/
H A Ddnsextd_lexer.l55 options return OPTIONS;
H A Ddnsextd_parser.y101 %token OPTIONS
151 OPTIONS optionscontent

Completed in 460 milliseconds

12345