HomeSort by relevance Sort by last modified time
    Searched defs:LITERAL (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/content/common/
sandbox_mac.h 35 LITERAL, // Escape for use in (literal ...) expression.
114 // home directory escaped appropriately for a (literal ...) expression.
120 // escaped e.g. used as part of a regex string or a literal.
140 // Escape |str_utf8| for use in a regex literal in a sandbox
  /external/chromium_org/tools/gn/
pattern.h 19 LITERAL, // Matches exactly the contents of the string.
26 literal(l) {
32 case LITERAL:
33 return literal.size();
45 // When type == LITERAL this is the text to match.
46 std::string literal; member in struct:Pattern::Subrange
66 // literal). This covers most patterns so we optimize for this.
file_template.h 33 LITERAL = 0,
51 literal(l) {
56 // When type_ == LITERAL, this specifies the literal.
57 std::string literal; member in struct:FileTemplate::Subrange
146 // literal (a common case so we can optimize some code paths).
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Wbxml.java 33 static public final int LITERAL = 4;
  /libcore/luni/src/main/java/java/util/regex/
Pattern.java 58 * <tr> <td> \ </td> <td>Quote the following metacharacter (so {@code \.} matches a literal {@code .}).</td> </tr>
61 * <tr> <td> \\ </td> <td>A literal backslash.</td> </tr>
207 * {@link #LITERAL}. Attempts to use {@link #CANON_EQ} on Android will throw an exception.
244 * comments. Otherwise comments and whitespace are taken as literal
260 public static final int LITERAL = 0x10;
368 * @see #LITERAL
388 int supportedFlags = CASE_INSENSITIVE | COMMENTS | DOTALL | LITERAL | MULTILINE | UNICODE_CASE | UNIX_LINES;
403 if ((flags & LITERAL) != 0) {
432 * to use the {@link #LITERAL} flag instead.
  /external/v8/src/
deoptimizer.h 564 LITERAL,
635 LITERAL
644 explicit SlotRef(Object* literal)
645 : literal_(literal), representation_(LITERAL) { }
666 case LITERAL:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_constants.py 48 LITERAL = "literal"
114 LITERAL, LITERAL_IGNORE,
161 LITERAL: LITERAL_IGNORE,
214 SRE_INFO_LITERAL = 2 # entire pattern is literal (given by prefix)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_constants.py 48 LITERAL = "literal"
114 LITERAL, LITERAL_IGNORE,
161 LITERAL: LITERAL_IGNORE,
214 SRE_INFO_LITERAL = 2 # entire pattern is literal (given by prefix)
  /external/chromium_org/v8/src/
deoptimizer.h 709 V(LITERAL)
717 LAST = LITERAL
762 // A literal id which refers to the JSFunction itself.
780 LITERAL
789 SlotRef(Isolate* isolate, Object* literal)
790 : literal_(literal, isolate), representation_(LITERAL) { }
820 case LITERAL:
  /prebuilts/devtools/tools/lib/
kxml2-2.3.0.jar 
  /prebuilts/misc/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/kxml2-tools/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 210 milliseconds

1 2