Searched refs:quote (Results 1 - 25 of 295) sorted by relevance

1234567891011>>

/external/apache-http/src/org/apache/http/message/
H A DHeaderValueFormatter.java73 * @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)
80 formatElements(CharArrayBuffer buffer, HeaderElement[] elems, boolean quote) argument
99 formatHeaderElement(CharArrayBuffer buffer, HeaderElement elem, boolean quote) argument
121 formatParameters(CharArrayBuffer buffer, NameValuePair[] nvps, boolean quote) argument
140 formatNameValuePair(CharArrayBuffer buffer, NameValuePair nvp, boolean quote) argument
H A DBasicHeaderValueFormatter.java94 * @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);
102 formatElements(final HeaderElement[] elems, final boolean quote, HeaderValueFormatter formatter) argument
112 formatElements(CharArrayBuffer buffer, final HeaderElement[] elems, final boolean quote) argument
171 formatHeaderElement(final HeaderElement elem, boolean quote, HeaderValueFormatter formatter) argument
181 formatHeaderElement(CharArrayBuffer buffer, final HeaderElement elem, final boolean quote) argument
259 formatParameters(final NameValuePair[] nvps, final boolean quote, HeaderValueFormatter formatter) argument
269 formatParameters(CharArrayBuffer buffer, NameValuePair[] nvps, boolean quote) argument
327 formatNameValuePair(final NameValuePair nvp, final boolean quote, HeaderValueFormatter formatter) argument
337 formatNameValuePair(CharArrayBuffer buffer, final NameValuePair nvp, final boolean quote) argument
394 doFormatValue(final CharArrayBuffer buffer, final String value, boolean quote) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtokiter.cpp59 * delimited by double or single quotes. The closing quote must match
60 * the opening quote. If a '#' is encountered, the rest of the line
73 UChar quote = 0; local
77 quote = c;
94 } else if ((quote != 0 && c == quote) ||
95 (quote == 0 && PatternProps::isWhiteSpace(c))) {
98 } else if (quote == 0 && c == '#') {
105 if (quote != 0) {
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
H A DCommandLineSupportTest.java27 assertEquals("aBc", CommandLineSupport.quote("aBc"));
32 assertEquals("\"a c\"", CommandLineSupport.quote("a c"));
37 assertEquals("\"a\\\"c\"", CommandLineSupport.quote("a\"c"));
42 assertEquals("\" xy \"", CommandLineSupport.quote(" xy "));
47 assertEquals("a\\\\b", CommandLineSupport.quote("a\\b"));
52 assertEquals("", CommandLineSupport.quote(Arrays.<String> asList()));
57 assertEquals("a", CommandLineSupport.quote(Arrays.asList("a")));
63 CommandLineSupport.quote(Arrays.asList("a", "b", "c")));
69 CommandLineSupport.quote(Arrays.asList("a", "b b", "c")));
/external/tensorflow/tensorflow/core/lib/strings/
H A Dproto_text_util.cc41 const char quote = scanner->Peek(); local
42 if (quote != '\'' && quote != '"') return false;
47 .ScanEscapedUntil(quote)
/external/autotest/client/cros/multimedia/
H A Darc_resource.py127 pipes.quote(self._MICROPHONE_PACKAGE),
128 pipes.quote(permission)))
133 arc.adb_shell('am start -W %s' % pipes.quote(self._MICROPHONE_ACTIVITY))
143 'am force-stop %s' % pipes.quote(self._MICROPHONE_PACKAGE))
154 arc.adb_cmd('pull %s %s' % (pipes.quote(self._MICROPHONE_RECORD_PATH),
155 pipes.quote(dest_path)))
160 arc.adb_shell('rm %s' % pipes.quote(self._MICROPHONE_RECORD_PATH))
192 # pipes.quote is deprecated in 2.7 (but still available).
193 # It should be replaced by shlex.quote in python 3.3.
194 arc.adb_cmd('push %s %s' % (pipes.quote(file_pat
[all...]
/external/libedit/src/
H A Dtokenizer.c81 quote_t quote; /* Quoting state */ local
141 tok->quote = Q_none;
158 tok->quote = Q_none;
185 * 2 Unmatched double quote
186 * 1 Unmatched single quote
214 switch (tok->quote) {
216 tok->quote = Q_single; /* Enter single quote
220 case Q_single: /* Exit single quote mode */
221 tok->quote
[all...]
/external/tensorflow/tensorflow/contrib/lite/testing/
H A Dgenerate_examples_report.py48 s = cgi.escape(repr(x), quote=True)
79 fp.write(json.dumps([[cgi.escape(x[1]["tf_log"], quote=True),
80 cgi.escape(x[1]["toco_log"], quote=True)]
103 fp.write("<th>%s</th>\n" % cgi.escape(p, quote=True))
110 fp.write(" <td>%s</td>\n" % cgi.escape(repr(params[p]), quote=True))
/external/ImageMagick/MagickWand/tests/
H A Dscript-token-test-data.txt18 'Single quote escapes'
21 "Double quote escapes"
/external/tpm2/
H A DQuote.c62 &quoted.attested.quote.pcrDigest);
66 quoted.attested.quote.pcrSelect = in->PCRselect;
/external/autotest/client/common_lib/cros/
H A Dadb_keepalive.py32 pipes.quote(target), pipes.quote(server_host), pipes.quote(server_port))
69 _run_adb_cmd('connect %s' % pipes.quote(target),
/external/python/cpython2/Lib/
H A Dnturl2path.py49 # No drive specifier, just convert slashes and quote the name
56 return urllib.quote('/'.join(components))
62 drive = urllib.quote(comp[0].upper())
67 path = path + '/' + urllib.quote(comp)
/external/python/cpython3/Lib/
H A Dnturl2path.py49 # No drive specifier, just convert slashes and quote the name
56 return urllib.parse.quote('/'.join(components))
62 drive = urllib.parse.quote(comp[0].upper())
67 path = path + '/' + urllib.parse.quote(comp)
/external/guice/extensions/jmx/src/com/google/inject/tools/jmx/
H A DManager.java62 name.append("type=").append(quote(key.getTypeLiteral().toString()));
65 name.append(",annotation=").append(quote(annotation.toString()));
71 .append(quote("@" + annotationType.getName()));
88 static String quote(String value) { method in class:Manager
90 return ObjectName.quote(value).replace(',', ';');
/external/v8/src/ast/
H A Dprettyprinter.h46 void PrintLiteral(Handle<Object> value, bool quote);
47 void PrintLiteral(const AstRawString* value, bool quote);
81 void PrintLiteral(const AstRawString* value, bool quote);
82 void PrintLiteral(Handle<Object> value, bool quote);
91 void PrintLiteralIndented(const char* info, Handle<Object> value, bool quote);
/external/libcxx/test/std/strings/string.view/string.view.nonmem/
H A Dquoted.pass.cpp80 std::string quote ( const char *p, char delim='"', char escape='\\' ) { function
84 ss >> s; // no quote
144 std::wstring quote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) { function
150 ss >> s; // no quote
180 assert ( quote ( "Hi", '!' ) == "!Hi!" );
181 assert ( quote ( "Hi!", '!' ) == R"(!Hi\!!)" );
187 assert ( quote ( L"Hi", '!' ) == L"!Hi!" );
188 assert ( quote ( L"Hi!", '!' ) == LR"(!Hi\!!)" );
195 assert ( quote ( "" ) == "\"\"" );
196 assert ( quote (
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dxml.rb15 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))}
/external/python/cpython2/Lib/wsgiref/
H A Dutil.py46 from urllib import quote namespace
60 url += quote(environ.get('SCRIPT_NAME') or '/')
66 from urllib import quote namespace
67 path_info = quote(environ.get('PATH_INFO',''),safe='/;=,')
/external/python/cpython3/Lib/wsgiref/
H A Dutil.py46 from urllib.parse import quote namespace
60 url += quote(environ.get('SCRIPT_NAME') or '/', encoding='latin1')
66 from urllib.parse import quote namespace
67 path_info = quote(environ.get('PATH_INFO',''), safe='/;=,', encoding='latin1')
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DStringIdItem.java77 public static String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int stringIndex, boolean quote) { argument
80 if (quote) {
98 boolean quote) {
102 return getReferenceAnnotation(dexFile, stringIndex, quote);
97 getOptionalReferenceAnnotation(@onnull DexBackedDexFile dexFile, int stringIndex, boolean quote) argument
/external/libcxx/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp90 std::basic_string<CharT, Traits> quote ( const CharT *p, char delim='"', char escape='\\' ) { function
96 ss >> s; // no quote
145 assert ( quote ( "Hi", '!' ) == "!Hi!" );
146 assert ( quote ( "Hi!", '!' ) == R"(!Hi\!!)" );
152 assert ( quote ( L"Hi", '!' ) == L"!Hi!" );
153 assert ( quote ( L"Hi!", '!' ) == LR"(!Hi\!!)" );
160 assert ( quote ( "" ) == "\"\"" );
161 assert ( quote ( L"" ) == L"\"\"" );
162 assert ( quote ( "a" ) == "\"a\"" );
163 assert ( quote (
[all...]
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
H A Dcommon_client.py71 params_list.append('='.join([urllib2.quote(kw),
72 urllib2.quote(arg)]))
/external/curl/docs/cmdline-opts/
H A Duser-agent.d9 the string, surround the string with single quote marks. This can also be set
/external/libnl/lib/route/cls/
H A Dematch_grammar.l37 NL_DBG(4, "Beginning of quote\n");
/external/python/cpython2/Objects/
H A Dcapsule.c272 const char *quote; local
275 quote = "\"";
278 quote = "";
283 quote, name, quote, capsule);

Completed in 2951 milliseconds

1234567891011>>