/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/Email/emailcommon/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
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/ |
SdkManagerTest.java | 148 .replaceAll(Pattern.quote(sdkman.getLocation()), "\\$SDK") //$NON-NLS-1$
|
/external/bison/src/ |
scan-gram.c | [all...] |
/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/bison/ |
Android.mk | 32 lib/quote.c \
|
/libcore/luni/src/main/java/java/text/ |
ChoiceFormat.java | 464 boolean quote = (choiceFormats[i].indexOf('|') != -1); 465 if (quote) { 469 if (quote) {
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
AccountWithDataSet.java | 45 Pattern.compile(Pattern.quote(STRINGIFY_SEPARATOR)); 47 Pattern.compile(Pattern.quote(ARRAY_STRINGIFY_SEPARATOR));
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
EventDisplay.java | 183 String[] values = storageString.split(Pattern.quote(DESCRIPTOR_DATA_STORAGE_SEPARATOR)); 699 String[] values = storageString.split(Pattern.quote(DISPLAY_DATA_STORAGE_SEPARATOR)); 766 String[] values = storageString.split(Pattern.quote(PID_STORAGE_SEPARATOR)); 799 String[] values = storageString.split(Pattern.quote(DESCRIPTOR_STORAGE_SEPARATOR)); 813 String[] values = storageString.split(Pattern.quote(DESCRIPTOR_STORAGE_SEPARATOR)); [all...] |
/external/bison/lib/ |
Makefile | 43 malloc.c obstack.c obstack.h pipe-safer.c quote.c quote.h \ 65 $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \ 95 am__DEPENDENCIES_1 = 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 168 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 172 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 386 include $(DEPDIR)/quote.Po
|
/external/chromium/third_party/libjingle/source/talk/base/ |
httpcommon.cc | 715 std::string quote(const std::string& str) { function in namespace:talk_base 848 ss << " username=" << quote(username); 849 ss << ", realm=" << quote(realm); 850 ss << ", nonce=" << quote(nonce); 851 ss << ", uri=" << quote(uri); 855 ss << ", cnonce=" << quote(cnonce); 859 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/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/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
json_results_generator.py | 368 (urllib2.quote(self._test_results_server), 369 urllib2.quote(self._builder_name), 371 urllib2.quote(self._test_type)))
|
/external/wpa_supplicant/wpa_gui/ |
networkconfig.ui.h | 225 int NetworkConfig::setNetworkParam(int id, const char *field, const char *value, bool quote) 230 id, field, quote ? "\"" : "", value, quote ? "\"" : "");
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
networkconfig.ui.h | 228 int NetworkConfig::setNetworkParam(int id, const char *field, const char *value, bool quote) 233 id, field, quote ? "\"" : "", value, quote ? "\"" : "");
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui/ |
networkconfig.ui.h | 228 int NetworkConfig::setNetworkParam(int id, const char *field, const char *value, bool quote) 233 id, field, quote ? "\"" : "", value, quote ? "\"" : "");
|
/external/dbus/dbus/ |
dbus-shell.c | 59 /* Skip the initial quote mark */ 78 /* Possible escaped quote or \ */ 136 /* If we reach here this means the close quote was never encountered */ 274 * 1) "If the current character is backslash, single-quote or 275 * double-quote (\, ' or ") and it is not quoted, it will affect 282 * enclosing quotes or substitution operators, between the quote 309 * field splitting (using default whitespace IFS) and quote 311 * Quote removal does not increase the number of words. 316 * original word contained single-quote or double-quote characters. [all...] |
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
smartypants.php | 151 # just a quote char. What we do is remember 154 # character quote tokens correctly. 246 # an HTML tag. Add a space to give the quote education algorithm a bit of 247 # context, so that it can guess correctly that it's a closing quote: 260 # just a quote char. What we do is remember 263 # character quote tokens correctly. 407 # Returns: The string, with "educated" curly quote HTML entities. 416 # Special case if the very first character is a quote 424 # <p>He said, "'Quoted' words in a larger quote."</p> 445 ' # the quote [all...] |
/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.
|
/external/webkit/Source/WebCore/rendering/ |
RenderQuote.cpp | 53 RenderQuote::RenderQuote(Document* node, QuoteType quote) 55 , m_type(quote) 71 // This function places a list of quote renderers starting at "this" in the list of quote renderers already 75 // (All quote renderers are linked and have the correct depth set) 76 // 2. The quote renderers of the inserted list are in a tree of renderers of their own which has been just 78 // 3. The quote renderers in the inserted list have depths consistent with their position in the list relative
|
/frameworks/base/core/java/android/util/ |
JsonReader.java | 649 int quote = nextNonWhitespace(); local 650 switch (quote) { 654 name = nextString((char) quote); 867 * Returns the string up to but not including {@code quote}, unescaping any 868 * character escape sequences encountered along the way. The opening quote 869 * should have already been read. This consumes the closing quote, but does 872 * @param quote either ' or ". 876 private String nextString(char quote) throws IOException { 884 if (c == quote) { [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
copy-acl.c | 543 error (0, errno, "%s", quote (src_name)); 547 error (0, errno, _("preserving permissions for %s"), quote (dst_name));
|
/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlParser.java | 657 int quote = peekCharacter(); local 659 if (quote == '"') { 661 } else if (quote == '\'') { 905 int quote = peekCharacter(); local 907 if (quote == '"' || quote == '\'') { 909 entityValue = readValue((char) quote, true, false, ValueContext.ENTITY_DECLARATION); [all...] |