| /external/valgrind/ |
| depcomp | 153 # Just convert the backslash-escaped backslashes to single forward 161 # Just convert the backslash-escaped backslashes to single forward
|
| /external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/ |
| depcomp | 91 # Just convert the backslash-escaped backslashes to single forward 99 # Just convert the backslash-escaped backslashes to single forward
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
| ImsPhoneCallTracker.java | 3413 StringBuilder escaped = new StringBuilder(); local [all...] |
| /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
| HtmlDocument.java | 397 * Gets the HTML, with HTML entities escaped. 797 * This value must be in plain-text, not html-escaped. [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
| tree-flow.h | 60 /* The PTA solution for the ESCAPED artificial variable. */ 61 struct pt_solution escaped; variable in typeref:struct:pt_solution
|
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/build-aux/ |
| depcomp | 91 # Just convert the backslash-escaped backslashes to single forward 99 # Just convert the backslash-escaped backslashes to single forward
|
| /toolchain/binutils/binutils-2.27/ |
| depcomp | 153 # Just convert the backslash-escaped backslashes to single forward 161 # Just convert the backslash-escaped backslashes to single forward
|
| /external/pcre/dist2/testdata/ |
| testinput6 | 957 \\ [^\x80-\xff] # Escaped something (something != CR) 971 \\ [^\x80-\xff] # Escaped something (something != CR) 1008 \\ [^\x80-\xff] # Escaped something (something != CR) 1020 \\ [^\x80-\xff] # Escaped something (something != CR) 1090 \\ [^\x80-\xff] # Escaped something (something != CR) 1104 \\ [^\x80-\xff] # Escaped something (something != CR) [all...] |
| /external/protobuf/src/google/protobuf/stubs/ |
| strutil.cc | 430 p++; // read past letter we escaped 480 // Currently only \n, \r, \t, ", ', \ and !isprint() chars are escaped. 502 // digit then that digit must be escaped too to prevent it being 527 // Calculates the length of the C-style escaped version of 'src'. 528 // Assumes that non-printable characters are escaped using octal sequences, and 559 // Escapes 'src' using C-style escape sequences, and appends the escaped string [all...] |
| strutil.h | 268 // are always shorter than the original escaped sequences). It's 321 // Escaped chars: \n, \r, \t, ", ', \, and !isprint(). 327 // Escapes 'src' using C-style escape sequences, and appends the escaped [all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
| regparse.c | 2287 int escaped; member in struct:__anon8315 [all...] |
| /external/mksh/src/ |
| edit.c | 293 * Convert backslash-escaped string to QCHAR-escaped 334 * is freed if changed and assumed backslash-escaped, if not 335 * it is assumed QCHAR-escaped 363 /* ... convert it from backslash-escaped via QCHAR-escaped... */ 852 * be escaped and the result will be put into edit buffer by [all...] |
| /external/googletest/googletest/src/ |
| gtest.cc | 1277 bool escaped = false; local [all...] |
| /external/libvpx/libvpx/third_party/googletest/src/src/ |
| gtest.cc | 1280 bool escaped = false; local [all...] |
| /external/v8/testing/gtest/src/ |
| gtest.cc | 1279 bool escaped = false; local [all...] |
| /external/libxml2/ |
| runtest.c | [all...] |
| /prebuilts/go/darwin-x86/src/cmd/cgo/ |
| gcc.go | 116 escaped := false 122 case escaped: 123 escaped = false 125 escaped = true 152 } else if escaped { [all...] |
| /prebuilts/go/linux-x86/src/cmd/cgo/ |
| gcc.go | 116 escaped := false 122 case escaped: 123 escaped = false 125 escaped = true 152 } else if escaped { [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| _json.c | 163 accommodate an escaped surrogate pair "\uXXXX\uXXXX" */
200 /* Take a PyUnicode pystr and return a new ASCII-only escaped PyString */
258 /* Take a PyString pystr and return a new ASCII-only escaped PyString */
[all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| _json.c | 163 accommodate an escaped surrogate pair "\uXXXX\uXXXX" */
200 /* Take a PyUnicode pystr and return a new ASCII-only escaped PyString */
258 /* Take a PyString pystr and return a new ASCII-only escaped PyString */
[all...] |
| /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
| prettify.js | 68 /** Walks the DOM returning a properly escaped version of innerHTML. [all...] |
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
| HttpUrl.java | 145 * doesn't delimit anything and doesn't need to be escaped. <pre> {@code 239 * get escaped? By offering methods to read and write individual query parameters directly, 337 * <li>Characters forbidden by URI like {@code [} and {@code |} will be escaped. [all...] |
| /external/python/cpython2/Modules/ |
| _json.c | 163 accommodate an escaped surrogate pair "\uXXXX\uXXXX" */ 200 /* Take a PyUnicode pystr and return a new ASCII-only escaped PyString */ 270 /* Take a PyString pystr and return a new ASCII-only escaped PyString */ [all...] |
| /frameworks/opt/vcard/java/com/android/vcard/ |
| VCardBuilder.java | 354 final String escaped = escapeCharacters(VCardUtils.constructNameFromElements( local 357 appendLine(VCardConstants.PROPERTY_FN, escaped); [all...] |
| /libcore/luni/src/test/java/tests/java/sql/ |
| DatabaseMetaDataTest.java | [all...] |