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

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java 91 * <tr> <td>{@code ''}</td> <td>single quote</td> <td>(Literal)</td> <td>{@code 'o''clock'}:o'clock</td> </tr>
273 boolean quote = false;
289 quote = !quote;
292 if (!quote
315 if (quote) {
316 throw new IllegalArgumentException("Unterminated quote");
525 boolean quote = false;
547 quote = !quote;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 36 "urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus",
61 return quote(pathname)
183 fullurl = quote(fullurl, safe="%/:=&?~#+!$,;'@()*[]|")
732 proxyhost = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + proxyhost
749 proxyhost = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + proxyhost
762 host = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + host
775 host = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + hos
1245 def quote(s, safe='\/'): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 36 "urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus",
61 return quote(pathname)
183 fullurl = quote(fullurl, safe="%/:=&?~#+!$,;'@()*[]|")
732 proxyhost = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + proxyhost
749 proxyhost = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + proxyhost
762 host = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + host
775 host = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + hos
1245 def quote(s, safe='\/'): function
    [all...]
  /external/apache-http/src/org/apache/http/
NameValuePair.java 61 * <"> = <US-ASCII double-quote mark (34)>
76 * A string of text is parsed as a single word if it is quoted using double-quote marks.
  /external/bison/src/
scan-code.l 40 #include <quote.h>
522 quote (text));
611 quote (text));
649 quote (text));
664 quote (text));
762 quote (effective_rule->content.sym->tag));
765 quote (rule->content.sym->tag));
787 cp, quote (effective_rule->content.sym->tag));
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
translogger.py 10 from six.moves.urllib.parse import quote namespace
54 req_uri = quote(environ.get('SCRIPT_NAME', '')
request.py 22 from six.moves.urllib.parse import quote, parse_qsl namespace
241 url += quote(environ.get('SCRIPT_NAME',''))
243 url += quote(script_name)
246 url += quote(environ.get('PATH_INFO',''))
248 url += quote(path_info)
  /external/chromium-trace/trace-viewer/third_party/WebOb/webob/
compat.py 53 from urllib.parse import quote as url_quote
59 from urllib import quote as url_quote
  /external/chromium-trace/trace-viewer/third_party/webapp2/tests/
webapp1_test.py 105 # WebOb version that comes with SDK doesn't quote cookie values.
107 quoted_value = urllib.quote(initial_value.encode('utf-8'))
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tokenization/
test2.test 155 {"description":"Double-quote after attribute name",
159 {"description":"Single-quote after attribute name",
  /external/google-breakpad/src/common/windows/
http_upload.h 62 // and may not contain a quote (") character.
116 // any quote (") characters. Returns true if so.
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
TransliteratorUtilities.java 130 apostrophe or single-quote character (') MAY be represented as "&apos;", and
132 the double-quote character (") as "&quot;".
  /external/jsmn/
README.md 60 Note: string tokens point to the first character after the opening quote and the previous symbol before final quote. This was made to simplify string extraction from JSON data.
  /external/libpng/scripts/
dfn.awk 66 # double quote. Notice that the original doubled double quotes
91 # @' - replace this by a double quote
  /external/llvm/tools/llvm-symbolizer/
llvm-symbolizer.cpp 97 char quote = *pos; local
99 char *end = strchr(pos, quote);
  /external/llvm/unittests/Support/
YAMLParserTest.cpp 87 ExpectParseError("Missing open quote", "[{a\":\"b\"}]");
88 ExpectParseError("Missing closing quote", "[{\"a\":\"b}]");
  /libcore/luni/src/main/java/java/io/
StreamTokenizer.java 138 * '/' is a comment character. Single quote '\'' and double quote '"'
139 * are string quote characters.
183 * <li>Single quote '\'' and double quote '"' are string quote characters.
541 * Specifies that the character {@code ch} shall be treated as a quote
545 * the character to be considered a quote character.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
full_lambda.hpp 25 # include <boost/mpl/quote.hpp>
272 BOOST_PP_CAT(quote,i_)<F,Tag>
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountWithDataSet.java 45 Pattern.compile(Pattern.quote(STRINGIFY_SEPARATOR));
47 Pattern.compile(Pattern.quote(ARRAY_STRINGIFY_SEPARATOR));
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
PunctuationTests.java 157 assertEquals("auto-correction with single quote inside. ID = "
178 // Split by double quote, so that we can type the double quotes individually.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
glob.h 53 #define GLOB_NOESCAPE (1 << 6)/* Backslashes don't quote metacharacters. */
185 Metacharacters can be quoted with backslashes if QUOTE is nonzero.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
glob.h 47 #define GLOB_NOESCAPE (1 << 6)/* Backslashes don't quote metacharacters. */
174 Metacharacters can be quoted with backslashes if QUOTE is nonzero.
  /external/icu/icu4c/source/common/
ucnvscsu.c 37 SQ0=0x01, /* Quote from window pair 0 */
38 SQ7=0x08, /* Quote from window pair 7 */
41 SQU=0x0E, /* Quote a single Unicode character */
52 UQU=0xF0, /* Quote a single Unicode character */
    [all...]
  /external/openssh/contrib/
ssh-copy-id 67 quote() {
133 SAVEARGS="${SAVEARGS:+$SAVEARGS }'$(quote "$1")'"
143 SAVEARGS="${SAVEARGS:+$SAVEARGS }'$(quote "$1")'"
155 SSH_OPTS="${SSH_OPTS:+$SSH_OPTS }$OPT '$(quote "$OPTARG")'"
179 SSH_OPTS="${SSH_OPTS:+$SSH_OPTS }'$(quote "$USER_HOST")'"