HomeSort by relevance Sort by last modified time
    Searched refs:quote (Results 226 - 250 of 400) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
parse-js.js 403 var quote = next(), ret = "";
407 else if (ch == quote) break;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
codemirror.css 115 .cm-s-default .cm-quote {color: #090;}
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
json-20090211.jar 
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 82 ARB_texture_compression_rgtc (quote):
126 ARB_texture_compression_rgtc (quote):
  /external/clang/docs/tools/
manpage.css 73 .quote {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
Android.mk 84 util/quote.c \
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 82 ARB_texture_compression_rgtc (quote):
126 ARB_texture_compression_rgtc (quote):
  /external/owasp/sanitizer/tools/findbugs/bin/
findbugs.bat 215 :: has quote characters in it.
  /frameworks/base/core/java/android/text/
Html.java 200 for (QuoteSpan quote : quotes) {
206 for (QuoteSpan quote : quotes) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgi.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgi.py     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3.c 376 ** the quote characters. The conversion is done in-place. If the
377 ** input does not begin with a quote character, then this routine
389 char quote; /* Quote character (if any ) */ local
391 quote = z[0];
392 if( quote=='[' || quote=='\'' || quote=='"' || quote=='`' ){
396 /* If the first byte was a '[', then the close-quote character is a ']' *
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
  /external/chromium_org/third_party/blanketjs/src/
blanket.js     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
PatternTest.java     [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 1383 String quote = meta.getIdentifierQuoteString(); local
    [all...]
  /external/chromium_org/build/android/pylib/device/
device_utils.py 661 pipes.quote(text)), check_return=True, as_root=as_root)
  /external/chromium_org/third_party/WebKit/Source/core/css/
html.css 119 content: open-quote;
123 content: close-quote;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py 54 _quote_cmd = lambda cmdline: ' '.join(pipes.quote(arg) for arg in cmdline)
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipHelper.java 238 String replaceStr = Pattern.quote(userProfile.getUserName() + "@");
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 90 * Within a <i>String</i>, {@code "''"} represents a single quote. A
117 * apostrophe (single quote) character \u2019 (') for human-readable text, and
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 507 command = command % pipes.quote(filename)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 305 quote = 0
314 quote = 1 - quote
315 if quote:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 507 command = command % pipes.quote(filename)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 305 quote = 0
314 quote = 1 - quote
315 if quote:
    [all...]

Completed in 1589 milliseconds

1 2 3 4 5 6 7 8 91011>>