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/ |
D | quoted.pass.cpp | 32 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 …]
|
D | quoted_char.fail.cpp | 23 ss << std::quoted(p); in round_trip() 25 ss >> std::quoted(s); in round_trip()
|
D | quoted_traits.fail.cpp | 29 ss << std::quoted(p); in round_trip() 31 ss >> std::quoted(s); in round_trip()
|
/ndk/build/core/ |
D | definitions-utils.mk | 214 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)))
|
D | definitions-host.mk | 130 host-echo-build-step = @ $(HOST_ECHO) [$1] $(call left-justify-quoted-15,$2):
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | iomanip | 32 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/ |
D | b.c | 254 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()
|
D | proto.h | 52 extern int quoted(char **);
|
/ndk/sources/host-tools/make-3.81/ |
D | job.c | 1556 int quoted = 0; in new_job() local 1558 quoted = !quoted; in new_job() 1560 if (quoted) in new_job()
|
D | NEWS | 49 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,
|
D | config.h.W32 | 462 * If you have a shell that does not grok 'sh -c quoted-command-line'
|
D | README.W32 | 99 to have a hard time handling quoted strings correctly. This can
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 1998 `%' 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.
|
D | make.texi | 2344 @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 …]
|
D | make.info-2 | 2425 line: its contents may not be quoted correctly for use in the
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 555 % Used to generate quoted braces. 5222 % Do the @verb magic: verbatim text is quoted by unique
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 1623 $(call gen-test, input.output/iostream.format/quoted.manip/quoted)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 1632 $(call gen-test, input.output/iostream.format/quoted.manip/quoted)
|