/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wpas-test.py | 22 r += urllib.quote(chr(c))
|
wpas-dbus-new.py | 24 r += urllib.quote(chr(c))
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/ |
EncoderUtil.java | 132 return quote(displayName); 154 return quote(localPart); 176 return name + "=" + quote(value); 500 private static String quote(String str) { method in class:EncoderUtil
|
/cts/libs/json/src/com/android/json/stream/ |
JsonReader.java | 620 int quote = nextNonWhitespace(); local 621 switch (quote) { 625 name = nextString((char) quote); 798 * Returns the string up to but not including {@code quote}, unescaping any 799 * character escape sequences encountered along the way. The opening quote 800 * should have already been read. This consumes the closing quote, but does 803 * @param quote either ' or ". 807 private String nextString(char quote) throws IOException { 815 if (c == quote) { [all...] |
/external/chromium_org/tools/valgrind/ |
scan-build.py | 98 self._waterfall._root_url, urllib.quote(self._name), build_num) 158 assert builder == urllib.quote(last_builder)
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
Utils.java | 134 char quote = selector.charAt(pos); local 136 int end = selector.length() - 2; // quote and ] 142 if (selector.charAt(pos) == quote) 144 // skip one quote in value
|
/libcore/luni/src/main/java/java/text/ |
ChoiceFormat.java | 465 boolean quote = (choiceFormats[i].indexOf('|') != -1); 466 if (quote) { 470 if (quote) {
|
/ndk/sources/host-tools/make-3.81/ |
ar.c | 233 Metacharacters can be quoted with backslashes if QUOTE is nonzero. */ 235 glob_pattern_p (const char *pattern, int quote) 248 if (quote)
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
AccountWithDataSet.java | 44 Pattern.compile(Pattern.quote(STRINGIFY_SEPARATOR)); 46 Pattern.compile(Pattern.quote(ARRAY_STRINGIFY_SEPARATOR));
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
robotparser.py | 139 url = urllib.quote(url) 163 self.path = urllib.quote(path)
|
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...] |
csv.py | 208 The quote with the most wins, same with the delimiter. 214 for restr in ('(?P<delim>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?P=delim)', # ,".*?", 215 '(?:^|\n)(?P<quote>["\']).*?(?P=quote)(?P<delim>[^\w\n"\'])(?P<space> ?)', # ".*?", 216 '(?P<delim>>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?:$|\n)', # ,".*?" 217 '(?:^|\n)(?P<quote>["\']).*?(?P=quote)(?:$|\n)'): # ".*?" (no delim, no space) 230 n = regexp.groupindex['quote'] - [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
robotparser.py | 139 url = urllib.quote(url) 163 self.path = urllib.quote(path)
|
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...] |
csv.py | 208 The quote with the most wins, same with the delimiter. 214 for restr in ('(?P<delim>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?P=delim)', # ,".*?", 215 '(?:^|\n)(?P<quote>["\']).*?(?P=quote)(?P<delim>[^\w\n"\'])(?P<space> ?)', # ".*?", 216 '(?P<delim>>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?:$|\n)', # ,".*?" 217 '(?:^|\n)(?P<quote>["\']).*?(?P=quote)(?:$|\n)'): # ".*?" (no delim, no space) 230 n = regexp.groupindex['quote'] - [all...] |
/external/chromium_org/gpu/tools/ |
check_gpu_bots.py | 180 (waterfall, urllib.quote(builder), querystring)) 187 querystring += 'select=%s&' % urllib.quote(bot_name) 222 urllib.quote(bot_name)) 272 urllib.quote(bot_name)) 281 urllib.quote(bot_name), most_recent_build['number'])
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
chromevox_json.js | 83 function quote(string) { function 85 // If the string contains no control characters, no quote characters, and 132 return quote(value); 197 partial.push(quote(k) + (gap ? ': ' : ':') + v); 208 partial.push(quote(k) + (gap ? ': ' : ':') + v);
|
/external/chromium_org/third_party/webrtc/base/ |
httpcommon.cc | 705 std::string quote(const std::string& str) { function in namespace:rtc 838 ss << " username=" << quote(username); 839 ss << ", realm=" << quote(realm); 840 ss << ", nonce=" << quote(nonce); 841 ss << ", uri=" << quote(uri); 845 ss << ", cnonce=" << quote(cnonce); 849 ss << ", opaque=" << quote(opaque);
|
/external/markdown/markdown/ |
blockprocessors.py | 237 quote = sibling 240 quote = markdown.etree.SubElement(parent, 'blockquote') 242 self.parser.parseChunk(quote, block)
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowTime.java | 434 //We start a literal, which we need to quote 454 protected String quote(String str, boolean insideQuotes) { method in class:ShadowTime.Strftime 482 buf.append(quote("%" + firstChar, oldInside)); 489 buf.append(quote("%" + firstChar, oldInside));
|
/external/srec/srec/Vocabulary/src/ |
VocabularyImpl.c | 502 /* if this is English AND we're dealing with a quote (possessive or a 504 quote, and use the TTP to find out what single phoneme should 505 correspond the the thing after the quote ('s' or 't'). This keeps
|
/external/chromium_org/build/android/pylib/ |
cmd_helper.py | 91 args_repr = ' '.join(map(pipes.quote, args))
|
/external/chromium_org/build/android/pylib/utils/ |
json_results_generator.py | 377 (urllib2.quote(self._test_results_server), 378 urllib2.quote(self._builder_name), 380 urllib2.quote(self._test_type), 381 urllib2.quote(self._master_name)))
|
/external/chromium_org/third_party/jinja2/ |
_compat.py | 141 from urllib import quote as url_quote
|
/external/owasp/sanitizer/tools/ |
update_tree_in_svn.py | 53 print ' '.join([pipes.quote(arg) for arg in argv])
|