OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUOTED
(Results
1 - 3
of
3
) sorted by null
/external/okhttp/src/main/java/com/squareup/okhttp/
MediaType.java
29
private static final String
QUOTED
= "\"([^\"]*)\"";
32
";\\s*" + TOKEN + "=(?:" + TOKEN + "|" +
QUOTED
+ ")");
67
: parameter.group(3); // Value is a
quoted
string.
/external/llvm/lib/Support/
CommandLine.cpp
470
// Consume a
quoted
string.
509
/// the start or end of a
quoted
string in the main loop outside of this
545
enum { INIT, UNQUOTED,
QUOTED
} State = INIT;
553
State =
QUOTED
;
566
// UNQUOTED state means that it's reading a token not
quoted
by double
577
State =
QUOTED
;
588
//
QUOTED
state means that it's reading a token
quoted
by double quotes.
589
if (State ==
QUOTED
) {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar
Completed in 337 milliseconds