HomeSort by relevance Sort by last modified time
    Searched refs:quote (Results 101 - 125 of 213) sorted by null

1 2 3 45 6 7 8 9

  /prebuilts/misc/common/json/
json-prebuilt.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 343 String[] paths = cache.split(Pattern.quote(PATH_SEPARATOR));
609 String[] cachedPaths = cache.split(Pattern.quote(PATH_SEPARATOR));
    [all...]
  /external/bison/src/
getargs.c 49 #include "quote.h"
749 error (0, 0, _("extra operand %s"), quote (argv[optind + 1]));
  /external/icu4c/i18n/
dtptngen_impl.h 146 void getQuoteLiteral(UnicodeString& quote, int32_t *itemIndex);
dtptngen.cpp 564 ignoreChars = !ignoreChars; // toggle (handle quoted literals & '' for single quote)
    [all...]
  /external/robolectric/lib/main/
json-20080701.jar 
httpcore-4.0.1.jar 
  /external/webkit/Tools/Scripts/
extract-localizable-strings 220 if (!s-([^\\]|\\.)'--) { #' <-- that single quote makes the Project Builder editor less confused
221 print "$file:$.:ERROR:mismatched single quote\n";
  /libcore/json/src/test/java/org/json/
JSONStringerTest.java 227 assertEquals("\"" + escaped + "\"", JSONObject.quote(original));
  /ndk/sources/host-tools/sed-4.2.1/lib/
set-mode-acl.c 488 error (0, errno, _("setting permissions for %s"), quote (name));
gnulib.mk 468 ## begin gnulib module quote
471 EXTRA_DIST += quote.c quote.h
473 EXTRA_libsed_a_SOURCES += quote.c
475 ## end gnulib module quote
    [all...]
  /packages/apps/Browser/src/com/android/browser/homepages/
Template.java 199 Pattern p = Pattern.compile("<%\\}\\s*" + Pattern.quote(name) + "\\s*%>");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
SourceProcessor.java 78 * @param path the path to quote
81 public static String quote(String path) { method in class:SourceProcessor
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 163 quicksearch_url = "buglist.cgi?quicksearch=%s" % urllib.quote(search_string)
171 query += "&short_desc_type=allwordssubstr&short_desc=%s" % urllib.quote(search_string)
173 query += "&emailreporter1=1&emailtype1=substring&email1=%s" % urllib.quote(search_string)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 427 const char *value, bool quote)
432 id, field, quote ? "\"" : "", value, quote ? "\"" : "");
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /device/generic/goldfish/qemud/
qemud.c 563 quote( const void* data, int len ) function
1079 funcname, p->len, quote(p->data, p->len));
1253 p->len, quote(p->data, p->len));
    [all...]
  /external/openssh/
sftp.c 957 * The "sloppy" flag allows for recovery from missing terminating quote, for
966 * last argument's quote has been properly terminated or 0 otherwise.
1018 /* Unescape quote we are in */
1801 char **argv, *line, quote; local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
PatternTest.java     [all...]
  /external/bison/lib/
quotearg.c 1 /* quotearg.c - quote arguments for output
30 #include "quote.h"
63 /* Quote the characters indicated by this bit vector even if the
67 /* The left quote for custom_quoting_style. */
70 /* The right quote for custom_quoting_style. */
135 0 (the default) and 1 (which means to quote the character even if
304 will quote 'like this', and clocale_quoting_style will
305 quote "like this". You should always include translations
724 /* Preallocate a slot 0 buffer, so that the caller can always quote
932 /* The quoting option used by the functions of quote.h. *
960 quote (char const *arg) function
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.h 198 std::string quote(const std::string& str);
  /external/qemu/telephony/
android_modem.c 89 static const char* quote( const char* line ) function
    [all...]

Completed in 934 milliseconds

1 2 3 45 6 7 8 9