Home
last modified time | relevance | path

Searched defs:Escape (Results 1 – 25 of 107) sorted by relevance

12345

/aosp_15_r20/external/gmmlib/Source/GmmLib/inc/External/Common/
H A DGmmUtil.h66 #define GMM_ESCAPE_D3D_SET_DEV_CTX(Escape, AdapterHandle, DeviceHandle) \ argument
72 #define GMM_CALL_D3D_ESCAPE(pfnEscape, hAdapter, Escape) (pfnEscape(hAdapter, &Escape)) argument
74 #define GMM_ESCAPE_OGL_SET_DEV_CTX(Escape, AdapterHandle, DeviceHandle) \ argument
81 #define GMM_CALL_OGL_ESCAPE(pfnEscape, hAdapter, Escape) (pfnEscape(&Escape)) argument
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/handlers/
Djson.rs27 struct Escape<'a>(&'a str); struct
29 impl fmt::Display for Escape<'_> { implementation
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Djson_escaping.cc304 void JsonEscaping::Escape(strings::ByteSource* input, in Escape() function in google::protobuf::util::converter::JsonEscaping
347 void JsonEscaping::Escape(StringPiece input, strings::ByteSink* output) { in Escape() function in google::protobuf::util::converter::JsonEscaping
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_escaping.cc304 void JsonEscaping::Escape(strings::ByteSource* input, in Escape() function in google::protobuf::util::converter::JsonEscaping
347 void JsonEscaping::Escape(StringPiece input, strings::ByteSink* output) { in Escape() function in google::protobuf::util::converter::JsonEscaping
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/error/
H A Dformat.rs545 struct Escape<'s>(&'s str); struct
547 impl<'s> std::fmt::Display for Escape<'s> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/error/
Dformat.rs545 struct Escape<'s>(&'s str); struct
547 impl<'s> std::fmt::Display for Escape<'s> { implementation
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/tests/
Descape.pc1 Name: Escape name
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/
Descape.go28 func Escape[T any](x T) T { func
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/tests/
Dunescape.rs4 Escape, enumerator
/aosp_15_r20/external/pigweed/pw_hdlc/public/pw_hdlc/internal/
H A Dprotocol.h69 constexpr std::byte Escape(std::byte b) { return b ^ kEscapeConstant; } in Escape() function
/aosp_15_r20/external/lzma/CPP/Common/
H A DUTFConvert.h15 bool Escape; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DProgram.cpp84 const bool Escape = Arg.find_first_of(" \"\\$") != StringRef::npos; in printArg() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dtoken.py60 Escape = Token.Escape variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dtoken.py60 Escape = Token.Escape variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dtoken.py60 Escape = Token.Escape variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dtoken.py60 Escape = Token.Escape variable
/aosp_15_r20/external/llvm/unittests/Support/
H A DRegexTest.cpp130 TEST_F(RegexTest, Escape) { in TEST_F() argument
/aosp_15_r20/external/armnn/src/armnnUtils/
H A DDotSerializer.cpp28 std::string Escape(std::string s) in Escape() function
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/src/
Dattr.rs95 enum Escape { enum
/aosp_15_r20/prebuilts/go/linux-x86/src/text/tabwriter/
Dtabwriter.go427 const Escape = '\xff' const
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/format/
Dscan.rs353 Escape(usize), enumerator
/aosp_15_r20/external/clang/lib/Driver/
H A DJob.cpp83 const bool Escape = std::strpbrk(Arg, "\"\\$"); in printArg() local
/aosp_15_r20/external/flatbuffers/src/
H A Dnamer.h68 enum class Escape { enum
/aosp_15_r20/external/skia/gn/
H A Dgn_to_cmake.py53 def Escape(c): function
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DHashCalc.h229 bool Escape; member

12345