/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/ |
H A D | BuiltInEventHandlerTestCase.java | 310 EscapeReference esc = new EscapeHtmlReference(); in testEscapeHtml() local 325 EscapeReference esc = new EscapeXmlReference(); in testEscapeXml() local 341 EscapeReference esc = new EscapeSqlReference(); in testEscapeSql() local 355 EscapeReference esc = new EscapeJavaScriptReference(); in testEscapeJavaScript() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/anes/src/ |
D | macros.rs | 29 macro_rules! esc { macro 307 fn esc() { in esc() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/bytes/ |
D | tests.rs | 74 fn esc(i: &[u8]) -> IResult<&[u8], &[u8]> { in escaping() function 149 fn esc(i: &[u8]) -> IResult<&[u8], String> { in escape_transform() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/bytes/ |
H A D | tests.rs | 74 fn esc(i: &[u8]) -> IResult<&[u8], &[u8]> { in escaping() function 149 fn esc(i: &[u8]) -> IResult<&[u8], String> { in escape_transform() function
|
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/ |
H A D | UTF8JsonGenerator.java | 1659 SerializableString esc = customEscapes.getEscapeSequence(ch); in _writeCustomStringSegment2() local 1675 SerializableString esc = customEscapes.getEscapeSequence(ch); in _writeCustomStringSegment2() local 1716 SerializableString esc = customEscapes.getEscapeSequence(ch); in _writeCustomStringSegment2() local 1732 SerializableString esc = customEscapes.getEscapeSequence(ch); in _writeCustomStringSegment2() local 1747 …private final int _writeCustomEscape(byte[] outputBuffer, int outputPtr, SerializableString esc, i… in _writeCustomEscape()
|
H A D | JsonGeneratorImpl.java | 179 public JsonGenerator setCharacterEscapes(CharacterEscapes esc) in setCharacterEscapes()
|
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/io/ |
H A D | JsonStringEncoder.java | 566 private int _appendNamed(int esc, char[] qbuf) { in _appendNamed() 571 private int _appendByte(int ch, int esc, ByteArrayBuilder bb, int ptr) in _appendByte()
|
H A D | CharacterEscapes.java | 68 int[] esc = CharTypes.get7BitOutputEscapes(); in standardAsciiEscapesForJSON() local
|
/aosp_15_r20/external/pciutils/maint/ |
H A D | gen-zone | 41 sub esc($) { subroutine
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/tests/ |
H A D | escaped.rs | 6 fn esc(s: &str) -> IResult<&str, &str, (&str, ErrorKind)> { in esc() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/nom/tests/ |
D | escaped.rs | 6 fn esc(s: &str) -> IResult<&str, &str, (&str, ErrorKind)> { in esc() function
|
/aosp_15_r20/external/curl/tests/unit/ |
H A D | unit1605.c | 51 char *esc; variable
|
/aosp_15_r20/external/starlark-go/syntax/ |
H A D | quote.go | 32 var esc = [256]byte{ var
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pygments/ |
D | console.py | 11 esc = "\x1b[" variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pygments/ |
D | console.py | 11 esc = "\x1b[" variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pygments/ |
D | console.py | 11 esc = "\x1b[" variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pygments/ |
D | console.py | 11 esc = "\x1b[" variable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/ |
H A D | lossy.rs | 39 let esc = ch.escape_debug(); in debug() localVariable
|
/aosp_15_r20/external/rust/cxx/src/ |
D | lossy.rs | 39 let esc = ch.escape_debug(); in debug() localVariable
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/ |
D | issue50182_test.go | 43 var esc []*int var
|
/aosp_15_r20/system/core/libsysutils/src/ |
H A D | FrameworkListener.cpp | 101 bool esc = false; in dispatchCommand() local
|
/aosp_15_r20/external/toybox/toys/net/ |
H A D | httpd.c | 105 char *s = xgetline(fp), *cut, *ss, *esc, *path, *word[3]; in handle() local
|
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | HostTest.java | 1147 String esc = "\\"; in setOptionToLoadedObject() local 1192 String esc = "\\"; in injectOption() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/str/ |
H A D | lossy.rs | 124 let esc = c.escape_debug(); in fmt() localVariable
|
/aosp_15_r20/external/clang/docs/tools/ |
H A D | dump_ast_matchers.py | 34 def esc(text): function
|