HomeSort by relevance Sort by last modified time
    Searched refs:QUOTED (Results 1 - 4 of 4) 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/llvm/lib/Support/
CommandLine.cpp 548 // Consume a quoted string.
591 /// the start or end of a quoted string in the main loop outside of this
628 enum { INIT, UNQUOTED, QUOTED } State = INIT;
640 State = QUOTED;
653 // UNQUOTED state means that it's reading a token not quoted by double
667 State = QUOTED;
678 // QUOTED state means that it's reading a token quoted by double quotes.
679 if (State == QUOTED) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 3094 milliseconds