Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 25 of 39) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/quoted.manip/
Dquoted.pass.cpp79 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/
Dquote.m41 # quote.m4 serial 5
9 AC_LIBOBJ([quote])
11 dnl Prerequisites of lib/quote.c.
Dgnulib-comp.m4310 lib/quote.c
311 lib/quote.h
412 m4/quote.m4
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dquote.hpp44 # 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
Dbind.hpp375 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/
Dplain_report_formatter.ipp47 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/
Dquote.h21 char const *quote (char const *name);
Dquote.c37 quote (char const *name) in quote() function
Dgnulib.mk471 EXTRA_DIST += quote.c quote.h
473 EXTRA_libsed_a_SOURCES += quote.c
Dcopy-acl.c543 error (0, errno, "%s", quote (src_name)); in copy_acl()
547 error (0, errno, _("preserving permissions for %s"), quote (dst_name)); in copy_acl()
DMakefile.in76 $(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@
Dset-mode-acl.c488 error (0, errno, _("setting permissions for %s"), quote (name)); in set_acl()
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dhelp2man528 my $quote = /\W/ ? '"' : '';
529 print ".SH $quote$_$quote\n";
/ndk/sources/host-tools/make-3.81/
Dar.c232 glob_pattern_p (const char *pattern, int quote) in glob_pattern_p() argument
245 if (quote) in glob_pattern_p()
DREADME.DOS292 you use a Unix-style shell (where a backslash is a quote
/ndk/sources/host-tools/sed-4.2.1/po/
Den@quot.header4 # and double quote (0x22). These substitutes look strange; see
Den@boldquot.header4 # and double quote (0x22). These substitutes look strange; see
/ndk/sources/host-tools/make-3.81/po/
Den@quot.header4 # and double quote (0x22). These substitutes look strange; see
Den@boldquot.header4 # and double quote (0x22). These substitutes look strange; see
/ndk/sources/host-tools/sed-4.2.1/
Dbootstrap.sh.in128 ${CC} -DHAVE_CONFIG_H -I.. -I. -c quote.c || exit 1
Dbootstrap.sh128 ${CC} -DHAVE_CONFIG_H -I.. -I. -c quote.c || exit 1
DMakefile.in70 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/quote.m4 \
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c304 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_/
Dfull_lambda.hpp272 BOOST_PP_CAT(quote,i_)<F,Tag> in BOOST_PP_CAT()
/ndk/sources/host-tools/sed-4.2.1/sed/
DMakefile.in65 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/quote.m4 \

12