HomeSort by relevance Sort by last modified time
    Searched full:quote (Results 26 - 50 of 1323) sorted by null

12 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion5.xml 14 android:text="quote='"
19 android:text='quote="'
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPUnitDebuggeeProcessWrapper.java 172 // check for starting quote
174 char quote = cmd.charAt(p++);
175 // skip all chars until terminating quote or end of line
177 // check for terminating quote
178 if (cmd.charAt(p) == quote)
180 // skip escaped quote
181 if (cmd.charAt(p) == '\\' && (p+1) < len && cmd.charAt(p+1) == quote)
186 // skip escaped quote
212 // check for starting quote
214 char quote = cmd.charAt(p++) local
    [all...]
  /external/bison/lib/
quote.h 0 /* quote.h - prototypes for quote.c
23 /* The quoting options used by quote_n and quote. Its type is incomplete,
44 char const *quote (char const *arg);
quotearg.h 1 /* quotearg.h - quote arguments for output
47 /* Quote names for the shell if they contain shell metacharacters
61 /* Quote names for the shell, even if they would normally not
76 /* Quote names as for a C language string (ls --quoting-style=c).
90 /* Like c_quoting_style except omit the surrounding double-quote
103 double-quote characters and ignore QA_SPLIT_TRIGRAPHS
117 (ls --quoting-style=locale). For UTF-8 locales, quote
196 levels where the outer quote need not be escaped within the inner
197 quotes. For two levels where the outer quote must be escaped
213 /* Always elide null bytes from styles that do not quote them
    [all...]
  /external/libpng/scripts/
pngwin.rc 7 #define QUOTE(x) _QUOTE(x)
38 # define PNG_LIBPNG_VERSIONINFO_COMMENTS "PNG_DEBUG=" QUOTE(PNG_DEBUG)
92 VALUE "InternalName", PNG_LIBPNG_DLLFNAME QUOTE(PNG_LIBPNG_VER_DLLNUM) PNG_LIBPNG_DLLFNAME_POSTFIX " (Windows 32 bit)\000"
97 VALUE "OriginalFilename", PNG_LIBPNG_DLLFNAME QUOTE(PNG_LIBPNG_VER_DLLNUM) PNG_LIBPNG_DLLFNAME_POSTFIX ".DLL\000"
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
CodeGenerator.java 58 sb.append(INDENT + ".setContentTitle(" + quote(CONTENT_TITLE) + ")");
60 sb.append(INDENT + ".setContentText(" + quote(CONTENT_TEXT) + ")");
62 sb.append(INDENT + ".setSubText(" + quote(SUB_TEXT) + ")");
66 sb.append(INDENT + ".setContentInfo(" + quote(CONTENT_INFO) + ")");
99 sb.append(STYLE_INDENT + ".bigText(" + quote(BIG_TEXT) + ")");
105 sb.append(STYLE_INDENT + ".addLine(" + quote(line) + ")");
110 sb.append(STYLE_INDENT + ".setBigContentTitle(" + quote(BIG_CONTENT_TITLE) + ")");
112 sb.append(STYLE_INDENT + ".setSummaryText(" + quote(SUMMARY_TEXT) + ")");
120 ".addAction(" + icon.getValueInt() + ", " + quote(text) + ", " + intentName + ")");
123 private static String quote(EditableItem text) method in class:CodeGenerator
127 private static String quote(String text) { method in class:CodeGenerator
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
PatternTokenizer.java 14 * The '' (two quotes) is treated as a single quote, inside or outside a quote
18 * <li>Quote characters can be specified: '...', "...", and \x </li>
153 * Quote a literal string, using the available settings. Thus syntax characters, quote characters, and ignorable characters will be put into quotes.
154 * @param string String passed to quote a literal string.
155 * @return A string using the available settings will place syntax, quote, or ignorable characters into quotes.
179 // if we have already started a quote
187 // otherwise not already in quote
266 // if we are in a quote, then handle it
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueFormatter.java 94 * @param quote <code>true</code> to always format with quoted values,
103 final boolean quote,
107 return formatter.formatElements(null, elems, quote).toString();
114 final boolean quote) {
131 formatHeaderElement(buffer, elems[i], quote);
163 * @param quote <code>true</code> to always format with quoted values,
172 boolean quote,
176 return formatter.formatHeaderElement(null, elem, quote).toString();
183 final boolean quote) {
200 doFormatValue(buffer, value, quote);
    [all...]
HeaderValueFormatter.java 73 * @param quote <code>true</code> to always format with quoted values,
82 boolean quote)
92 * @param quote <code>true</code> to always format with quoted values,
101 boolean quote)
114 * @param quote <code>true</code> to always format with quoted values,
123 boolean quote)
133 * @param quote <code>true</code> to always format with a quoted value,
142 boolean quote)
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
quoting.py 8 from six.moves.urllib.parse import quote, unquote namespace
18 Quote the value (turned to a string) as HTML. This quotes <, >,
71 Quote that makes sure text can't escape a comment
80 url_quote = quote
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
quote.hpp 17 // $Id: quote.hpp 49272 2008-10-11 06:50:46Z agurtovoy $
44 # define BOOST_MPL_PREPROCESSED_HEADER quote.hpp
106 (3,(1, BOOST_MPL_LIMIT_METAFUNCTION_ARITY, <boost/mpl/quote.hpp>))
125 struct BOOST_PP_CAT(quote,i_)
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
chickenkw.swg 13 CHICKENKW(quote);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nturl2path.py 47 # No drive specifier, just convert slashes and quote the name
54 return urllib.quote('/'.join(components))
60 drive = urllib.quote(comp[0].upper())
65 path = path + '/' + urllib.quote(comp)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nturl2path.py 47 # No drive specifier, just convert slashes and quote the name
54 return urllib.quote('/'.join(components))
60 drive = urllib.quote(comp[0].upper())
65 path = path + '/' + urllib.quote(comp)
  /external/clang/lib/Driver/
Job.cpp 78 static void PrintArg(raw_ostream &OS, const char *Arg, bool Quote) {
81 if (!Quote && !Escape) {
86 // Quote and escape. This isn't really complete, but good enough.
149 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote,
151 // Always quote the exe.
153 PrintArg(OS, Executable, /*Quote=*/true);
182 PrintArg(OS, ShortName.str().c_str(), Quote);
188 PrintArg(OS, Arg, Quote);
193 PrintArg(OS, "-ivfsoverlay", Quote);
195 PrintArg(OS, CrashInfo->VFSPath.str().c_str(), Quote);
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
quote.c 2 #include "quote.h"
5 * any single quote is replaced with '\'', any exclamation point
  /external/lldb/test/expression_command/test/
main.cpp 32 expression printf("\"\n") // Test constant strings that contains an escaped double quote char (this is broken: <rdar://problem/8686536>)
33 expression printf("\'\n") // Test constant strings that contains an escaped single quote char (this is broken: <rdar://problem/8686536>)
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
transaction.py 67 self.quote = lambda s: "'%s'" % s.replace("'","''")
69 self.quote = self.module.PgQuoteString
74 conn.__dict__['quote'] = self.quote
117 curr.execute("SELECT now(), %s" % conn.quote("B'n\\'gles"))
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
plain_report_formatter.ipp 47 typedef custom_manip<struct quote_t> quote;
51 operator<<( custom_printer<quote> const& p, T const& value )
116 << "Test " << (tu.p_type == tut_case ? "case " : "suite " ) << quote() << tu.p_name << ' ' << descr;
171 ostr << "*** errors detected in test " << tu.p_type_name << " " << quote() << tu.p_name
183 ostr << " in test " << tu.p_type_name << " " << quote() << tu.p_name << "\n";
  /external/pcre/dist/testdata/
testinput14 104 " (?: # opening quote...
105 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
108 )* " # closing quote
118 " (?: # opening quote...
119 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
122 )* " # closing quote
155 " (?: # opening quote...
156 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
159 )* " # closing quote
167 " (?: # opening quote..
    [all...]
testinput17 22 " (?: # opening quote...
23 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
26 )* " # closing quote
36 " (?: # opening quote...
37 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
40 )* " # closing quote
73 " (?: # opening quote...
74 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
77 )* " # closing quote
85 " (?: # opening quote..
    [all...]
  /external/lldb/test/functionalities/single-quote-in-filename-to-lldb/
TestSingleQuoteInFilename.py 2 Test the lldb command line takes a filename with single quote chars.
13 mydir = os.path.join("functionalities", "single-quote-in-filename-to-lldb")
28 """Test that 'lldb my_file_name' works where my_file_name is a string with a single quote char in it."""
  /external/markdown/tests/misc/
benchmark.dat 9 blank-block-quote:0.010000:0.000000
30 lazy-block-quote:0.050000:0.000000
40 multi-paragraph-block-quote:0.070000:0.000000
  /external/v8/src/
prettyprinter.h 49 void PrintLiteral(Handle<Object> value, bool quote);
50 void PrintLiteral(const AstRawString* value, bool quote);
84 void PrintLiteralIndented(const char* info, Handle<Object> value, bool quote);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
xml.rb 15 def quote(text) method in class:XMLLexerTest
65 {say("PCDATA: " << quote($t.text))}
67 {say("CDATA: " << quote($t.text))}
69 {say("Comment: " << quote($t.text))}

Completed in 406 milliseconds

12 3 4 5 6 7 8 91011>>