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

1 2 3 45 6 7 8 9

  /system/core/adb/
commandline.c 493 /** duplicate string and quote all \ " ( ) chars + space character. */
915 int quote; local
    [all...]
  /external/linux-tools-perf/
Android.mk 66 util/quote.c \
  /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 339 String[] paths = cache.split(Pattern.quote(PATH_SEPARATOR));
590 String[] cachedPaths = cache.split(Pattern.quote(PATH_SEPARATOR));
    [all...]
  /external/icu4c/i18n/
dtptngen_impl.h 145 void getQuoteLiteral(UnicodeString& quote, int32_t *itemIndex);
dtptngen.cpp 564 ignoreChars = !ignoreChars; // toggle (handle quoted literals & '' for single quote)
    [all...]
  /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 73 * @param path the path to quote
76 public static String quote(String path) { method in class:SourceProcessor
  /external/bison/
Makefile 60 $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
156 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
160 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
  /external/bison/doc/
Makefile 58 $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
141 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
145 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
  /external/bison/examples/
Makefile 58 $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
134 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
138 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
  /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_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 413 const char *value, bool quote)
418 id, field, quote ? "\"" : "", value, quote ? "\"" : "");
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 427 const char *value, bool quote)
432 id, field, quote ? "\"" : "", value, quote ? "\"" : "");
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /development/tools/emulator/system/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...]
  /sdk/emulator/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/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 3362 milliseconds

1 2 3 45 6 7 8 9