Home
last modified time | relevance | path

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

/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/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/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
DNEWS40 double-quote any "$" in your filenames; instead of "foo: boo$$bar" you
DChangeLog647 of quotes. In the slow path, quote the backslash and put a
2219 (func_quote): Create a new function, $(quote VARNAME). Inserts
/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/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/make-3.81/doc/
Dmake.info-23502 * \ (backslash), to quote % <1>: Text Functions. (line 26)
3503 * \ (backslash), to quote % <2>: Static Usage. (line 37)
3504 * \ (backslash), to quote %: Selective Search. (line 38)
3531 * backslash (\), to quote % <1>: Text Functions. (line 26)
3532 * backslash (\), to quote % <2>: Static Usage. (line 37)
3533 * backslash (\), to quote %: Selective Search. (line 38)
Dmake.texi2162 wildcard expansion, where backslash is a quote character. Therefore,
2341 @cindex @code{\} (backslash), to quote @code{%}
2342 @cindex backslash (@code{\}), to quote @code{%}
2346 quote @samp{%} characters can be quoted with more backslashes.
2347 Backslashes that quote @samp{%} characters or other backslashes are
3202 @cindex @code{\} (backslash), to quote @code{%}
3203 @cindex backslash (@code{\}), to quote @code{%}
3206 backslashes (@samp{\}). Backslashes that would otherwise quote @samp{%}
3207 characters can be quoted with more backslashes. Backslashes that quote
6306 @cindex @code{\} (backslash), to quote @code{%}
[all …]
Dmake.info-11841 wildcard expansion, where backslash is a quote character. Therefore,
1999 preceding backslashes (`\'). Backslashes that would otherwise quote
2001 quote `%' characters or other backslashes are removed from the pattern
2700 backslashes (`\'). Backslashes that would otherwise quote `%'
2701 characters can be quoted with more backslashes. Backslashes that quote
5201 otherwise quote `%' characters can be quoted with more backslashes.
5202 Backslashes that quote `%' characters or other backslashes are
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.02036 # Also quote any args containing shell meta-characters.
9363 # `set' does not quote correctly, so add quotes: double-quote
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex549 % and you can use @w{...} around a quote to suppress ligatures.