/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/quoted.manip/ |
D | quoted.pass.cpp | 79 std::string quote ( const char *p, char delim='"', char escape='\\' ) { in quote() function 149 std::wstring quote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) { in quote() function 183 assert ( quote ( "Hi", '!' ) == "!Hi!" ); in main() 184 assert ( quote ( "Hi!", '!' ) == R"(!Hi\!!)" ); in main() 190 assert ( quote ( L"Hi", '!' ) == L"!Hi!" ); in main() 191 assert ( quote ( L"Hi!", '!' ) == LR"(!Hi\!!)" ); in main() 198 assert ( quote ( "" ) == "\"\"" ); in main() 199 assert ( quote ( L"" ) == L"\"\"" ); in main() 200 assert ( quote ( "a" ) == "\"a\"" ); in main() 201 assert ( quote ( L"a" ) == L"\"a\"" ); in main()
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | quote.m4 | 1 # quote.m4 serial 5 9 AC_LIBOBJ([quote]) 11 dnl Prerequisites of lib/quote.c.
|
D | gnulib-comp.m4 | 310 lib/quote.c 311 lib/quote.h 412 m4/quote.m4
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | quote.hpp | 44 # define BOOST_MPL_PREPROCESSED_HEADER quote.hpp 106 (3,(1, BOOST_MPL_LIMIT_METAFUNCTION_ARITY, <boost/mpl/quote.hpp>)) 125 struct BOOST_PP_CAT(quote,i_) in BOOST_PP_CAT() argument
|
D | bind.hpp | 375 struct BOOST_PP_CAT(quote,i_); 383 BOOST_PP_CAT(quote,i_)<AUX778076_SPEC_NAME,Tag> in BOOST_PP_CAT()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | plain_report_formatter.ipp | 47 typedef custom_manip<struct quote_t> quote; 51 operator<<( custom_printer<quote> const& p, T const& value ) 116 …<< "Test " << (tu.p_type == tut_case ? "case " : "suite " ) << quote() << tu.p_name << ' ' << desc… 171 ostr << "*** errors detected in test " << tu.p_type_name << " " << quote() << tu.p_name 183 ostr << " in test " << tu.p_type_name << " " << quote() << tu.p_name << "\n";
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | quote.h | 21 char const *quote (char const *name);
|
D | quote.c | 37 quote (char const *name) in quote() function
|
D | gnulib.mk | 471 EXTRA_DIST += quote.c quote.h 473 EXTRA_libsed_a_SOURCES += quote.c
|
D | copy-acl.c | 543 error (0, errno, "%s", quote (src_name)); in copy_acl() 547 error (0, errno, _("preserving permissions for %s"), quote (dst_name)); in copy_acl()
|
D | Makefile.in | 76 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/quote.m4 \ 609 obstack.c obstack.h pathmax.h quote.c quote.h quotearg.c \ 647 mkstemp.c obstack.c quote.c quotearg.c realloc.c regcomp.c \ 737 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quote.Po@am__quote@
|
D | set-mode-acl.c | 488 error (0, errno, _("setting permissions for %s"), quote (name)); in set_acl()
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | help2man | 528 my $quote = /\W/ ? '"' : ''; 529 print ".SH $quote$_$quote\n";
|
/ndk/sources/host-tools/make-3.81/ |
D | ar.c | 232 glob_pattern_p (const char *pattern, int quote) in glob_pattern_p() argument 245 if (quote) in glob_pattern_p()
|
D | README.DOS | 292 you use a Unix-style shell (where a backslash is a quote
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | en@quot.header | 4 # and double quote (0x22). These substitutes look strange; see
|
D | en@boldquot.header | 4 # and double quote (0x22). These substitutes look strange; see
|
/ndk/sources/host-tools/make-3.81/po/ |
D | en@quot.header | 4 # and double quote (0x22). These substitutes look strange; see
|
D | en@boldquot.header | 4 # and double quote (0x22). These substitutes look strange; see
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | bootstrap.sh.in | 128 ${CC} -DHAVE_CONFIG_H -I.. -I. -c quote.c || exit 1
|
D | bootstrap.sh | 128 ${CC} -DHAVE_CONFIG_H -I.. -I. -c quote.c || exit 1
|
D | Makefile.in | 70 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/quote.m4 \
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | glob.c | 304 int __glob_pattern_p __P ((const char *pattern, int quote)); 1170 __glob_pattern_p (pattern, quote) in __glob_pattern_p() argument 1172 int quote; 1185 if (quote && p[1] != '\0')
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
D | full_lambda.hpp | 272 BOOST_PP_CAT(quote,i_)<F,Tag> in BOOST_PP_CAT()
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | Makefile.in | 65 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/quote.m4 \
|