| /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
| gtest-internal-inl.h | [all...] |
| /external/v8/src/regexp/ |
| regexp-parser.cc | 643 // noncapturing parentheses and can skip character classes and backslash-escaped [all...] |
| /external/v8/testing/gtest/src/ |
| gtest-internal-inl.h | [all...] |
| /external/vulkan-validation-layers/libs/cjson/ |
| cJSON.c | 259 if (*ptr++ == '\\') ptr++; /* Skip escaped quotes. */ 340 /* Render the cstring provided to an escaped version that can be printed. */ [all...] |
| /external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
| gtest-internal-inl.h | [all...] |
| /frameworks/base/core/java/android/text/ |
| Html.java | 256 * (such as "<" and "&") within the input text are escaped. 270 * Returns an HTML escaped representation of the given plain text. [all...] |
| /prebuilts/go/darwin-x86/src/regexp/ |
| regexp.go | 612 // Bitmap used by func special to check whether a character needs to be escaped. 615 // special reports whether byte b needs to be escaped by QuoteMeta. [all...] |
| /prebuilts/go/linux-x86/src/regexp/ |
| regexp.go | 612 // Bitmap used by func special to check whether a character needs to be escaped. 615 // special reports whether byte b needs to be escaped by QuoteMeta. [all...] |
| /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/ |
| gtest-internal-inl.h | [all...] |
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/ |
| gtest-internal-inl.h | [all...] |
| /build/soong/androidmk/cmd/androidmk/ |
| android.go | 531 // The Soong replacement for CFLAGS doesn't need the same extra escaped quotes that were present in Make
|
| /build/soong/zip/ |
| zip.go | 149 // '\"' or '\\' will be escaped under double quoting.
|
| /development/vndk/tools/sourcedr/sourcedr/blueprint/tests/ |
| test_lexer.py | 176 literal with a escaped character."""
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| _strptime.py | 244 regex syntax are escaped.
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
| Expression.py | 46 # There might be escaped quote: "abc\"def\\\"ghi"
|
| /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
| Shell.c | 108 the string was not escaped (^ character) per the shell specification.
112 @param[in] CheckForEscapeCharacter TRUE to skip escaped instances of FinfString, otherwise will return even escaped instances
135 // If we found an escaped character, try again on the remainder of the string
[all...] |
| /external/ImageMagick/ImageMagick/script/ |
| command-line-processing.html | 72 <p class="bg-info">This example command is long enough that the command must be written across several lines, so we formatted it for clarity by inserting backslashes (<code>\</code>). The backslash is the Unix <var>line-continuation</var> character. In the Windows shell, use a carat character (<code>^</code>) for line-continuation. We use the Unix style on these web pages, as above. Sometimes, however, the lines are wrapped by your browser if the browser window is small enough, but the command-lines, shown in white, are still intended to be typed as one line. Line continuation characters need not be entered. The <var>parentheses</var> that are <var>escaped</var> above using the backslash are not escaped in Windows. There are some other differences between Windows and Unix (involving quotation marks, for instance), but we'll discuss some of those issues later, as they arise. </p> [all...] |
| /external/ImageMagick/www/ |
| command-line-processing.html | 76 <p class="bg-info">This example command is long enough that the command must be written across several lines, so we formatted it for clarity by inserting backslashes (<code>\</code>). The backslash is the Unix <var>line-continuation</var> character. In the Windows shell, use a carat character (<code>^</code>) for line-continuation. We use the Unix style on these web pages, as above. Sometimes, however, the lines are wrapped by your browser if the browser window is small enough, but the command-lines, shown in white, are still intended to be typed as one line. Line continuation characters need not be entered. The <var>parentheses</var> that are <var>escaped</var> above using the backslash are not escaped in Windows. There are some other differences between Windows and Unix (involving quotation marks, for instance), but we'll discuss some of those issues later, as they arise. </p> [all...] |
| /external/antlr/antlr-3.4/runtime/C/ |
| README | [all...] |
| /external/apache-xml/src/main/java/org/apache/xml/serializer/ |
| ToStream.java | [all...] |
| /external/chromium-trace/catapult/third_party/pyserial/serial/tools/ |
| miniterm.py | 7 # done), received characters are displayed as is (or escaped trough pythons
|
| /external/curl/src/ |
| tool_formparse.c | 542 * tobe quoted contains '"' or '\', '"' and '\' must be escaped by backslash.
|
| tool_urlglob.c | 157 case '\\': /* escaped character, skip '\' */
|
| /external/dhcpcd-6.8.2/ |
| dhcp-common.c | 424 * PS_SAFE has all non ascii and non printables changes to escaped octal.
|
| /external/golang-protobuf/proto/ |
| text_parser_test.go | 132 // Quoted string with escaped apostrophe
|