/external/clang/lib/Lex/ |
Pragma.cpp | 622 // We will either get a quoted filename or a bracketed filename, and we 624 // and the second name is the mapped filename. If the first is quoted, 634 // We expect either a quoted string literal, or a bracketed name [all...] |
/external/clang/test/Sema/ |
warn-documentation.cpp | 8 // expected-warning@+1 {{expected quoted string after equals sign}} 13 // expected-warning@+1 {{expected quoted string after equals sign}} 18 // expected-warning@+2 {{expected quoted string after equals sign}} [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cldrtest.c | 265 int32_t quoted = 0; local 269 quoted++; 271 else if ((quoted % 2) == 0) { [all...] |
/external/llvm/utils/llvm-build/llvmbuild/ |
main.py | 16 Return a quoted form of the given value that is suitable for use in CMake 29 Return a quoted form of the given value that is suitable for use in CMake 44 Return a quoted form of the given target_name suitable for including in a [all...] |
/external/mksh/src/ |
lex.c | 257 /* collect non-special or quoted characters to form word */ 549 * 3.6.3). The portion of the quoted string 855 /* store the quoted string */ [all...] |
/external/owasp/sanitizer/src/main/org/owasp/html/ |
CssTokens.java | 46 * <li>All strings are quoted and escapes are escaped according to the 62 * <li>All <code>url(…)</code> tokens are quoted. 196 /** A quoted string. */ [all...] |
/libcore/luni/src/main/java/java/text/ |
DecimalFormat.java | 85 * special meaning, the character must be quoted. There are some exceptions to 143 * <em>Does not need to be quoted in prefix or suffix.</em></td> 151 * <em>Does not need to be quoted in prefix or suffix.</em></td> [all...] |
/bionic/libc/include/sys/ |
cdefs.h | 96 * in between its arguments. __CONCAT can also concatenate double-quoted
|
/development/ndk/platforms/android-9/include/sys/ |
cdefs.h | 75 * in between its arguments. __CONCAT can also concatenate double-quoted
|
/external/apache-http/src/org/apache/http/impl/entity/ |
LaxContentLengthStrategy.java | 132 * value = token | quoted-string
|
StrictContentLengthStrategy.java | 128 * value = token | quoted-string
|
/external/chromium_org/base/android/java/src/org/chromium/base/ |
CommandLine.java | 172 Log.w(TAG, "Unterminated quoted string: " + arg);
|
/external/chromium_org/base/ |
command_line_unittest.cc | 333 // Make sure that the command line string program paths are quoted as necessary.
|
/external/chromium_org/base/strings/ |
string_piece.h | 9 // parameter can receive a double-quoted string literal argument, a "const
|
/external/chromium_org/chrome/browser/chromeos/login/ |
chrome_restart_request.cc | 229 // Special workaround for the arguments that should be quoted.
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/ |
abstract_tts.js | 382 * TTS personality for quoted text.
|
/external/chromium_org/chrome/utility/importer/ |
bookmark_html_reader.cc | 47 return false; // The value is not quoted.
|
/external/chromium_org/components/bookmarks/browser/ |
bookmark_index.cc | 209 // ["thi"] is quoted we don't want to do a prefix match.
|
/external/chromium_org/sql/ |
recovery.cc | 434 // The default value appears to be pre-quoted, as if it is
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
ReplaceSelectionCommand.cpp | 410 // blockquote from newly pasted quoted content that was pasted into an unquoted position. If that unquoted position happens 522 // If Mail wraps the fragment with a Paste as Quotation blockquote, or if you're pasting into a quoted region, 746 // Handling the case where we are doing Paste as Quotation or pasting into quoted content is more complicated (see handleStyleSpans) [all...] |
/external/chromium_org/third_party/icu/source/common/ |
rbbiscan.cpp | 753 static const UChar chApos = 0x27; // single quote, for quoted chars. 846 // These are recognized in all contexts, whether in quoted text or not. 857 // Return either '(' or ')', because quotes cause a grouping of the quoted text. 874 // We are not in a 'quoted region' of the source. [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
regexcst.txt | 67 quoted n expr-quant doLiteralChar
|
/external/chromium_org/third_party/libjpeg_turbo/ |
wrjpgcom.c | 450 * under MS-DOG and must parse out the quoted string ourselves. Sigh.
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
tokenizer.h | 107 TYPE_STRING, // A quoted sequence of escaped characters. Either single
|
/external/chromium_org/third_party/sqlite/src/test/ |
view.test | 410 # Tables with columns having peculiar quoted names used in views
|