HomeSort by relevance Sort by last modified time
    Searched refs:QUOTED (Results 1 - 10 of 10) sorted by null

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
MediaType.java 29 private static final String QUOTED = "\"([^\"]*)\"";
32 ";\\s*(?:" + TOKEN + "=(?:" + TOKEN + "|" + QUOTED + "))?");
66 : parameter.group(3); // Value is a quoted string.
  /external/libnl/lib/route/cls/
ematch_syntax.y 129 %token <q> QUOTED
141 %destructor { free($$.data); NL_DBG(2, "quoted destructor\n"); } <q>
219 | EMATCH_TEXT "(" STR QUOTED text_from text_to ")"
334 QUOTED
401 QUOTED
  /external/tensorflow/tensorflow/contrib/specs/python/
specs_lib.py 27 QUOTED = re.compile(r"""
50 spec = re.sub(QUOTED, "", spec)
  /external/llvm/lib/Support/
CommandLine.cpp 710 // Consume a quoted string.
753 /// the start or end of a quoted string in the main loop outside of this
790 enum { INIT, UNQUOTED, QUOTED } State = INIT;
802 State = QUOTED;
815 // UNQUOTED state means that it's reading a token not quoted by double
829 State = QUOTED;
840 // QUOTED state means that it's reading a token quoted by double quotes.
841 if (State == QUOTED) {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
CommandLine.cpp 729 // Consume a quoted string.
772 /// the start or end of a quoted string in the main loop outside of this
809 enum { INIT, UNQUOTED, QUOTED } State = INIT;
821 State = QUOTED;
834 // UNQUOTED state means that it's reading a token not quoted by double
848 State = QUOTED;
859 // QUOTED state means that it's reading a token quoted by double quotes.
860 if (State == QUOTED) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 

Completed in 317 milliseconds