HomeSort by relevance Sort by last modified time
    Searched refs:quote (Results 51 - 75 of 115) sorted by null

1 23 4 5

  /external/bison/tests/
Makefile 57 $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
123 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
127 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/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 714 final char quote = currentToken.length() > 0 ? currentToken.charAt(0) local
716 if (quote != '\"' && quote != '\'') {
721 currentToken.charAt(currentToken.length() - 1) != quote) {
722 throw parseException("String missing ending quote.");
    [all...]
  /external/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 263 const char *value, bool quote)
268 id, field, quote ? "\"" : "", value, quote ? "\"" : "");
  /external/v8/tools/
csvparser.js 49 * A regex for matching a double quote.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 398 String[] paths = cache.split(Pattern.quote(PATH_SEPARATOR));
549 String[] cachedPaths = cache.split(Pattern.quote(PATH_SEPARATOR));
  /external/grub/docs/
help2man 82 # Provide replacement `quote-regex' operator for pre-5.005.
486 my $quote = /\W/ ? '"' : '';
487 print ".SH $quote$_$quote\n";
  /external/webkit/WebKitTools/Scripts/
extract-localizable-strings 219 if (!s-([^\\]|\\.)'--) { #' <-- that single quote makes the Project Builder editor less confused
220 print "$file:$.:ERROR:mismatched single quote\n";
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 129 expect("^" + Pattern.quote(literal) + "$", responses);
SmtpSenderUnitTests.java 356 mockTransport.expect("EHLO " + Pattern.quote(LOCAL_ADDRESS), "");
  /system/core/adb/
commandline.c 374 /** duplicate string and quote all \ " ( ) chars + space character. */
688 int quote; local
855 /* quote empty strings and strings with spaces */
856 quote = (**argv == 0 || strchr(*argv, ' '));
857 if (quote)
860 if (quote)
    [all...]
  /external/v8/src/
prettyprinter.cc 508 void PrettyPrinter::PrintLiteral(Handle<Object> value, bool quote) {
512 if (quote) Print("\"");
516 if (quote) Print("\"");
659 bool quote) {
662 PrintLiteral(value, quote);
    [all...]
  /device/samsung/crespo/alsa-lib/include/sound/
asequencer.h 147 /* 150-151: kernel events with quote - DO NOT use in user clients */
300 struct sndrv_seq_ev_quote quote; member in union:sndrv_seq_event::__anon1384
  /external/chromium/third_party/icu/source/i18n/
dtptngen_impl.h 145 void getQuoteLiteral(UnicodeString& quote, int32_t *itemIndex);
dtptngen.cpp 569 ignoreChars = !ignoreChars; // toggle (handle quoted literals & '' for single quote)
    [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/qemu/telephony/
android_modem.c 78 static const char* quote( const char* line ) function
    [all...]
  /frameworks/base/test-runner/src/android/test/
ClassPathPackageInfoSource.java 317 return classPath.split(Pattern.quote(separator));
  /libcore/json/src/test/java/org/json/
JSONStringerTest.java 227 assertEquals("\"" + escaped + "\"", JSONObject.quote(original));
  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 183 String patternString = "\\b" + Pattern.quote(target);
  /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/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 413 const char *value, bool quote)
418 id, field, quote ? "\"" : "", value, quote ? "\"" : "");
  /sdk/emulator/qemud/
qemud.c 559 quote( const void* data, int len ) function
1075 funcname, p->len, quote(p->data, p->len));
1249 p->len, quote(p->data, p->len));
    [all...]

Completed in 2528 milliseconds

1 23 4 5