Home
last modified time | relevance | path

Searched defs:escape (Results 51 - 75 of 163) sorted by relevance

1234567

/third_party/ninja/src/
H A Dbrowse.py36 from html import escape namespace
38 from cgi import escape namespace
/third_party/node/deps/icu-small/source/common/
H A Dutil.cpp98 UnicodeString &ICU_Utility::escape(UnicodeString& result, UChar32 c) { in escape() function in ICU_Utility
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_affixutils.cpp85 UnicodeString AffixUtils::escape(const UnicodeString &input) { in escape() function in AffixUtils
/third_party/python/Tools/peg_generator/scripts/
H A Dtest_parse_directory.py10 from glob import glob, escape namespace
/third_party/python/Lib/
H A Dglob.py238 def escape(pathname): function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DDebugSink.h104 EscapedSink escape() { return EscapedSink(*this); } in escape() function in sh::DebugSink
/third_party/skia/third_party/externals/jinja2/
H A D__init__.py6 from markupsafe import escape namespace
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_affixutils.cpp85 UnicodeString AffixUtils::escape(const UnicodeString &input) { in escape() function in AffixUtils
/third_party/skia/third_party/externals/markupsafe/
H A D_speedups.c118 escape(PyObject *self, PyObject *text) in escape() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DRegex.cpp215 std::string Regex::escape(StringRef String) { in escape() function in Regex
/third_party/vulkan-loader/scripts/
H A Dupdate_deps.py312 def escape(path): function
/kernel/linux/linux-5.10/drivers/input/serio/
H A Dps2mult.c42 bool escape; member
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c68 struct vmw_escape_header escape; member
106 struct vmw_escape_header escape; in vmw_overlay_send_put() member
188 struct vmw_escape_header escape; in vmw_overlay_send_stop() member
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c62 struct vmw_escape_header escape; member
100 struct vmw_escape_header escape; in vmw_overlay_send_put() member
182 struct vmw_escape_header escape; in vmw_overlay_send_stop() member
/kernel/linux/linux-6.6/drivers/input/serio/
H A Dps2mult.c42 bool escape; member
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dstdio.h219 char escape, lpref, c; in vfprintf() local
[all...]
/third_party/ffmpeg/libavutil/tests/
H A Dopt.c54 char *escape; member
/third_party/markupsafe/
H A D__init__.py200 def escape(cls, s: t.Any) -> "te.Self": global() member in Markup
326 from ._speedups import escape as escape global() namespace
330 from ._native import escape as escape global() namespace
[all...]
/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-parser.c1024 const uint8_t escape = (uint8_t) re_ctx_p->token.value; re_parse_char_class() local
1295 const ecma_class_escape_t escape = (ecma_class_escape_t) re_ctx_p->token.value; re_parse_alternative() local
[all...]
H A Dre-bytecode.c555 ecma_class_escape_t escape = (ecma_class_escape_t) *bytecode_p++; in re_dump_bytecode() local
/third_party/node/deps/v8/third_party/markupsafe/
H A D__init__.py157 def escape(cls, s): global() member in Markup
228 from markupsafe._speedups import escape, escape_silent, soft_unicode global() namespace
230 from markupsafe._native import escape, escape_silent, soft_unicode global() namespace
[all...]
/third_party/node/tools/inspector_protocol/jinja2/
H A D__init__.py58 is_undefined, select_autoescape global() namespace
/third_party/node/tools/inspector_protocol/markupsafe/
H A D__init__.py157 def escape(cls, s): global() member in Markup
228 from markupsafe._speedups import escape, escape_silent, soft_unicode global() namespace
230 from markupsafe._native import escape, escape_silent, soft_unicode global() namespace
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_dns_name.c501 unsigned char escape[4]; in ares__fetch_dnsname_into_buf() local
/third_party/littlefs/scripts/
H A Dplotmpl.py129 def escape(s): function
[all...]

Completed in 15 milliseconds

1234567