/external/llvm/test/Assembler/ |
2008-10-14-QuoteInName.ll | 1 ; RUN: llvm-as < %s | llvm-dis | grep "quote" 4 @"a\22quote" = global i32 0
|
/external/markdown/tests/misc/ |
lazy-block-quote.txt | 1 > Line one of lazy block quote. 2 Line two of lazy block quote.
|
blockquote-below-paragraph.txt | 2 > Block quote
|
lazy-block-quote.html | 2 <p>Line one of lazy block quote. 3 Line two of lazy block quote.</p>
|
lists5.txt | 1 > This is a test of a block quote 7 > With a list item inside the quote
|
blockquote-hr.html | 4 <p>Block quote with horizontal lines.</p> 7 <p>Double block quote.</p> 9 <p>End of the double block quote.</p>
|
blockquote-hr.txt | 5 > Block quote with horizontal lines. 9 > > Double block quote. 13 > > End of the double block quote.
|
lists5.html | 2 <p>This is a test of a block quote 8 With a list item inside the quote</p>
|
blockquote-below-paragraph.html | 3 <p>Block quote
|
/external/llvm/utils/lit/tests/Inputs/shtest-shell/ |
error-1.txt | 3 # RUN: echo "missing quote
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/ |
string-in-comment.css | 5 /* quite " quote ' \' \" */
|
/external/clang/test/Modules/Inputs/macro-ambiguity/ |
module.modulemap | 2 header "Inputs/macro-ambiguity/a/quote/a_quote.h" 7 header "Inputs/macro-ambiguity/b/quote/b_quote.h" 12 header "Inputs/macro-ambiguity/c/quote/c_quote.h" 17 header "Inputs/macro-ambiguity/d/quote/d_quote.h" 22 textual header "Inputs/macro-ambiguity/e/quote/e_quote.h"
|
/external/libedit/src/ |
tokenizer.c | 81 quote_t quote; /* Quoting state */ local 141 tok->quote = Q_none; 158 tok->quote = Q_none; 185 * 2 Unmatched double quote 186 * 1 Unmatched single quote 214 switch (tok->quote) { 216 tok->quote = Q_single; /* Enter single quote 220 case Q_single: /* Exit single quote mode */ 221 tok->quote = Q_none [all...] |
/external/bison/m4/ |
quote.m4 | 0 # quote.m4 serial 6 10 dnl Prerequisites of lib/quote.c.
|
/prebuilts/misc/common/swig/include/2.0.11/allegrocl/ |
inout_typemaps.i | 45 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result), 46 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in)); 48 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result), 49 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in)); 51 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result), 52 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in)); 54 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result), 55 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in)); 57 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result), 58 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in)) [all...] |
/external/icu/icu4c/source/test/intltest/ |
tokiter.cpp | 57 * delimited by double or single quotes. The closing quote must match 58 * the opening quote. If a '#' is encountered, the rest of the line 71 UChar quote = 0; local 75 quote = c; 92 } else if ((quote != 0 && c == quote) || 93 (quote == 0 && PatternProps::isWhiteSpace(c))) { 96 } else if (quote == 0 && c == '#') { 103 if (quote != 0) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/attr/ |
error_context.h | 29 /* Quote a file name for including in an error message */ 30 const char *(*quote) (struct error_context *, const char *); member in struct:error_context 41 # define quote(ctx, name) \ macro 42 ( ((ctx) && (ctx)->quote) ? (ctx)->quote((ctx), (name)) : (name) )
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/attr/ |
error_context.h | 29 /* Quote a file name for including in an error message */ 30 const char *(*quote) (struct error_context *, const char *); member in struct:error_context 41 # define quote(ctx, name) \ macro 42 ( ((ctx) && (ctx)->quote) ? (ctx)->quote((ctx), (name)) : (name) )
|
/external/linux-tools-perf/src/tools/perf/util/ |
quote.h | 8 * any single quote is replaced with '\'', any exclamation point 10 * single quote pair. 21 * sprintf(rcmd, "ssh %s %s", sq_util/quote.host), sq_quote(cmd));
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/ |
TokenIterator.java | 99 * quote must match the opening quote. If a '#' is encountered, 114 char quote = 0; local 118 quote = c; 142 } else if ((quote != 0 && c == quote) || 143 (quote == 0 && PatternProps.isWhiteSpace(c))) { 145 } else if (quote == 0 && c == '#') { 152 if (quote != 0) { 153 throw new RuntimeException("Unterminated quote at " [all...] |
/external/clang/test/Modules/ |
macro-ambiguity.cpp | 6 // RUN: -iquote Inputs/macro-ambiguity/a/quote \ 15 // RUN: -iquote Inputs/macro-ambiguity/b/quote \ 24 // RUN: -iquote Inputs/macro-ambiguity/c/quote \ 33 // RUN: -iquote Inputs/macro-ambiguity/d/quote \ 42 // RUN: -iquote Inputs/macro-ambiguity/a/quote \ 44 // RUN: -iquote Inputs/macro-ambiguity/b/quote \ 46 // RUN: -iquote Inputs/macro-ambiguity/c/quote \ 48 // RUN: -iquote Inputs/macro-ambiguity/d/quote \ 50 // RUN: -iquote Inputs/macro-ambiguity/e/quote \ 78 // the quote macros come from non-system-headers [all...] |
/external/libcxx/test/std/experimental/string.view/string.view.nonmem/ |
quoted.pass.cpp | 78 std::string quote ( const char *p, char delim='"', char escape='\\' ) { function 82 ss >> s; // no quote 142 std::wstring quote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) { function 148 ss >> s; // no quote 178 assert ( quote ( "Hi", '!' ) == "!Hi!" ); 179 assert ( quote ( "Hi!", '!' ) == R"(!Hi\!!)" ); 185 assert ( quote ( L"Hi", '!' ) == L"!Hi!" ); 186 assert ( quote ( L"Hi!", '!' ) == LR"(!Hi\!!)" ); 193 assert ( quote ( "" ) == "\"\"" ); 194 assert ( quote ( L"" ) == L"\"\"" ) [all...] |
/external/libcxx/test/std/input.output/iostream.format/quoted.manip/ |
quoted.pass.cpp | 79 std::string quote ( const char *p, char delim='"', char escape='\\' ) { function 83 ss >> s; // no quote 149 std::wstring quote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) { function 153 ss >> s; // no quote 183 assert ( quote ( "Hi", '!' ) == "!Hi!" ); 184 assert ( quote ( "Hi!", '!' ) == R"(!Hi\!!)" ); 190 assert ( quote ( L"Hi", '!' ) == L"!Hi!" ); 191 assert ( quote ( L"Hi!", '!' ) == LR"(!Hi\!!)" ); 198 assert ( quote ( "" ) == "\"\"" ); 199 assert ( quote ( L"" ) == L"\"\"" ) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/quoted.manip/ |
quoted.pass.cpp | 79 std::string quote ( const char *p, char delim='"', char escape='\\' ) { function 83 ss >> s; // no quote 149 std::wstring quote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) { function 153 ss >> s; // no quote 183 assert ( quote ( "Hi", '!' ) == "!Hi!" ); 184 assert ( quote ( "Hi!", '!' ) == R"(!Hi\!!)" ); 190 assert ( quote ( L"Hi", '!' ) == L"!Hi!" ); 191 assert ( quote ( L"Hi!", '!' ) == LR"(!Hi\!!)" ); 198 assert ( quote ( "" ) == "\"\"" ); 199 assert ( quote ( L"" ) == L"\"\"" ) [all...] |
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/api/webapp2_extras/ |
json.rst | 15 base64 and to quote or unquote the values. 21 .. autofunction:: quote
|