Home
last modified time | relevance | path

Searched defs:esc (Results 1 – 25 of 96) sorted by relevance

1234

/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
H A DBuiltInEventHandlerTestCase.java310 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/
Dmacros.rs29 macro_rules! esc { macro
307 fn esc() { in esc() function
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/bytes/
Dtests.rs74 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 Dtests.rs74 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 DUTF8JsonGenerator.java1659 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 DJsonGeneratorImpl.java179 public JsonGenerator setCharacterEscapes(CharacterEscapes esc) in setCharacterEscapes()
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/io/
H A DJsonStringEncoder.java566 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 DCharacterEscapes.java68 int[] esc = CharTypes.get7BitOutputEscapes(); in standardAsciiEscapesForJSON() local
/aosp_15_r20/external/pciutils/maint/
H A Dgen-zone41 sub esc($) { subroutine
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/tests/
H A Descaped.rs6 fn esc(s: &str) -> IResult<&str, &str, (&str, ErrorKind)> { in esc() function
/aosp_15_r20/external/rust/android-crates-io/crates/nom/tests/
Descaped.rs6 fn esc(s: &str) -> IResult<&str, &str, (&str, ErrorKind)> { in esc() function
/aosp_15_r20/external/curl/tests/unit/
H A Dunit1605.c51 char *esc; variable
/aosp_15_r20/external/starlark-go/syntax/
H A Dquote.go32 var esc = [256]byte{ var
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dconsole.py11 esc = "\x1b[" variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dconsole.py11 esc = "\x1b[" variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dconsole.py11 esc = "\x1b[" variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dconsole.py11 esc = "\x1b[" variable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/
H A Dlossy.rs39 let esc = ch.escape_debug(); in debug() localVariable
/aosp_15_r20/external/rust/cxx/src/
Dlossy.rs39 let esc = ch.escape_debug(); in debug() localVariable
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/
Dissue50182_test.go43 var esc []*int var
/aosp_15_r20/system/core/libsysutils/src/
H A DFrameworkListener.cpp101 bool esc = false; in dispatchCommand() local
/aosp_15_r20/external/toybox/toys/net/
H A Dhttpd.c105 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/
DHostTest.java1147 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 Dlossy.rs124 let esc = c.escape_debug(); in fmt() localVariable
/aosp_15_r20/external/clang/docs/tools/
H A Ddump_ast_matchers.py34 def esc(text): function

1234