HomeSort by relevance Sort by last modified time
    Searched refs:quote (Results 126 - 150 of 184) sorted by null

1 2 3 4 56 7 8

  /external/llvm/docs/CommandGuide/html/
manpage.css 73 .quote {
  /external/llvm/docs/CommandGuide/
manpage.css 73 .quote {
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 82 ARB_texture_compression_rgtc (quote):
126 ARB_texture_compression_rgtc (quote):
  /external/mksh/src/
lex.c 694 * perform POSIX "quote removal" if the back-
697 * in mksh code "quote removal" on '\c' means
943 yyerror("no closing quote\n");
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
parse-js.js 403 var quote = next(), ret = "";
407 else if (ch == quote) break;
    [all...]
  /frameworks/base/core/java/android/text/
Html.java 194 for (QuoteSpan quote: quotes) {
200 for (QuoteSpan quote: quotes) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 403 String[] paths = cache.split(Pattern.quote(PATH_SEPARATOR));
654 String[] cachedPaths = cache.split(Pattern.quote(PATH_SEPARATOR));
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 1383 String quote = meta.getIdentifierQuoteString(); local
    [all...]
  /bionic/libc/kernel/tools/
cpp.py 402 quote = 0
409 if not quote:
413 quote = 1
415 quote = 0
    [all...]
  /external/bison/src/
Makefile 60 $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
158 LIBOBJS = dirname$U.o exitfail$U.o hard-locale$U.o hash$U.o quote$U.o quotearg$U.o fopen-safer$U.o dup-safer$U.o fd-safer$U.o pipe-safer$U.o xmalloc$U.o
162 LTLIBOBJS = dirname$U.lo exitfail$U.lo hard-locale$U.lo hash$U.lo quote$U.lo quotearg$U.lo fopen-safer$U.lo dup-safer$U.lo fd-safer$U.lo pipe-safer$U.lo xmalloc$U.lo
  /external/webkit/Source/WebCore/css/
html.css 116 content: open-quote;
120 content: close-quote;
  /frameworks/base/voip/java/com/android/server/sip/
SipHelper.java 240 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...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
XmlKeyboardLoader.java 526 splitter = Pattern.quote(splitter);
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogPanel.java 817 String[] values = storage.split(Pattern.quote(EVENT_DISPLAY_STORAGE_SEPARATOR));
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ExtraPackage.java 210 for (String filePath : projectFiles.split(Pattern.quote(File.pathSeparator))) {
  /external/fdlibm/
configure 978 # Also quote any args containing shell meta-characters.
    [all...]
  /external/blktrace/btt/doc/
btt.tex     [all...]
  /external/sqlite/dist/
shell.c.orig 432 #define MODE_Csv 7 /* Quote strings, numbers are plain */
838 ** the name of the table given. Escape any quote characters in the
879 ** If the third argument, quote, is not '\0', then it is used as a
880 ** quote character for zAppend.
882 static char *appendText(char *zIn, char const *zAppend, char quote){
889 if( quote ){
892 if( zAppend[i]==quote ) len++;
901 if( quote ){
903 *zCsr++ = quote;
906 if( zAppend[i]==quote ) *zCsr++ = quote
    [all...]
shell.c 437 #define MODE_Csv 7 /* Quote strings, numbers are plain */
843 ** the name of the table given. Escape any quote characters in the
884 ** If the third argument, quote, is not '\0', then it is used as a
885 ** quote character for zAppend.
887 static char *appendText(char *zIn, char const *zAppend, char quote){
894 if( quote ){
897 if( zAppend[i]==quote ) len++;
906 if( quote ){
908 *zCsr++ = quote;
911 if( zAppend[i]==quote ) *zCsr++ = quote
    [all...]
  /external/v8/test/mjsunit/
json.js 188 TestInvalid("'single quote'"); // Valid JavaScript
328 // Following the ES5 specification of the abstraction function Quote.
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp 680 void RenderStyle::setContent(QuoteType quote, bool add)
682 prepareToSetContent(0, add)->setQuote(quote);
    [all...]
  /external/bison/
config.status 560 s,@LIBOBJS@, dirname$U.o exitfail$U.o hard-locale$U.o hash$U.o quote$U.o quotearg$U.o fopen-safer$U.o dup-safer$U.o fd-safer$U.o pipe-safer$U.o xmalloc$U.o,;t t
600 s,@LTLIBOBJS@, dirname$U.lo exitfail$U.lo hard-locale$U.lo hash$U.lo quote$U.lo quotearg$U.lo fopen-safer$U.lo dup-safer$U.lo fd-safer$U.lo pipe-safer$U.lo xmalloc$U.lo,;t t
886 # Do quote $f, to prevent DOS paths from being IFS'd.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 86 return urllib.quote(s, safe='~')
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 390 String replaceStr = Pattern.quote(mProfile.getUserName() + "@");
    [all...]

Completed in 1043 milliseconds

1 2 3 4 56 7 8