Home
last modified time | relevance | path

Searched refs:quoted (Results 1 – 18 of 18) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/quoted.manip/
Dquoted.pass.cpp32 auto q = std::quoted(str); in both_ways()
43 ss << std::quoted(p); in round_trip()
45 ss >> std::quoted(s); in round_trip()
54 ss << std::quoted(p); in round_trip_ws()
56 ss >> std::quoted(s); in round_trip_ws()
63 ss << std::quoted(p, delim); in round_trip_d()
65 ss >> std::quoted(s, delim); in round_trip_d()
71 ss << std::quoted(p, '"', escape ); in round_trip_e()
73 ss >> std::quoted(s, '"', escape ); in round_trip_e()
81 ss << std::quoted(p, delim, escape); in quote()
[all …]
Dquoted_char.fail.cpp23 ss << std::quoted(p); in round_trip()
25 ss >> std::quoted(s); in round_trip()
Dquoted_traits.fail.cpp29 ss << std::quoted(p); in round_trip()
31 ss >> std::quoted(s); in round_trip()
/ndk/build/core/
Ddefinitions-utils.mk214 left-justify-quoted-15 = $(call -left-justify,$1,xxxxxxxxxxxxxxx)
216 -test-left-justify-quoted-15 = \
217 $(call test-expect," ",$(call left-justify-quoted-15,))\
218 $(call test-expect,"Foo Bar ",$(call left-justify-quoted-15,Foo Bar))\
220 $(call left-justify-quoted-15,Very long string over 15 characters wide)))
Ddefinitions-host.mk130 host-echo-build-step = @ $(HOST_ECHO) [$1] $(call left-justify-quoted-15,$2):
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Diomanip32 T11 quoted(const charT* s, charT delim=charT('"'), charT escape=charT('\\')); // C++14
35 T12 quoted(const basic_string<charT, traits, Allocator>& s,
39 T13 quoted(basic_string<charT, traits, Allocator>& s,
627 quoted ( const _CharT *__s, _CharT __delim = _CharT('"'), _CharT __escape =_CharT('\\'))
637 quoted ( const basic_string <_CharT, _Traits, _Allocator> &__s, _CharT __delim = _CharT('"'), _Char…
646 quoted ( basic_string <_CharT, _Traits, _Allocator> &__s, _CharT __delim = _CharT('"'), _CharT __es…
/ndk/sources/host-tools/nawk-20071023/
Db.c254 int quoted(char **pp) /* pick up next thing after a \\ */ in quoted() function
302 c = quoted((char **) &p); in cclenter()
308 c2 = quoted((char **) &p); in cclenter()
789 rlxval = quoted((char **) &prestr); in relex()
Dproto.h52 extern int quoted(char **);
/ndk/sources/host-tools/make-3.81/
Djob.c1556 int quoted = 0; in new_job() local
1558 quoted = !quoted; in new_job()
1560 if (quoted) in new_job()
DNEWS49 makefiles use backslash-newline sequences inside of single-quoted
250 * Previously, GNU make quoted variables such as MAKEFLAGS and
254 environment. Unfortunately the values were not quoted properly to be
259 quoted properly for passing through the environment, which is the
805 * The % character can be quoted with backslash in implicit pattern rules,
Dconfig.h.W32462 * If you have a shell that does not grok 'sh -c quoted-command-line'
DREADME.W3299 to have a hard time handling quoted strings correctly. This can
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-11998 `%' characters in a `vpath' directive's pattern can be quoted with
2000 `%' characters can be quoted with more backslashes. Backslashes that
2699 `%' characters in pattern rules can be quoted with preceding
2701 characters can be quoted with more backslashes. Backslashes that quote
3065 quoted with double quotes (`"..."'), but not from the string quoted
3071 you don't want the backslash-newline to appear in the quoted content.
3075 the quoted string, or even the entire command, into a `make' variable
5199 `%' characters in `patsubst' function invocations can be quoted
5201 otherwise quote `%' characters can be quoted with more backslashes.
Dmake.texi2344 @samp{%} characters in a @code{vpath} directive's pattern can be quoted
2346 quote @samp{%} characters can be quoted with more backslashes.
3205 @samp{%} characters in pattern rules can be quoted with preceding
3207 characters can be quoted with more backslashes. Backslashes that quote
3655 Notice how the backslash/newline pair was removed inside the string quoted
3656 with double quotes (@code{"..."}), but not from the string quoted with single
3662 you don't want the backslash-newline to appear in the quoted content.
3666 place the quoted string, or even the entire command, into a
6310 quoted with preceding backslashes (@samp{\}). Backslashes that would
6311 otherwise quote @samp{%} characters can be quoted with more backslashes.
[all …]
Dmake.info-22425 line: its contents may not be quoted correctly for use in the
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex555 % Used to generate quoted braces.
5222 % Do the @verb magic: verbatim text is quoted by unique
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1623 $(call gen-test, input.output/iostream.format/quoted.manip/quoted)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1632 $(call gen-test, input.output/iostream.format/quoted.manip/quoted)