/aosp_15_r20/external/gmmlib/Source/GmmLib/inc/External/Common/ |
H A D | GmmUtil.h | 66 #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/ |
D | json.rs | 27 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 D | json_escaping.cc | 304 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 D | json_escaping.cc | 304 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 D | format.rs | 545 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/ |
D | format.rs | 545 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/ |
D | escape.pc | 1 Name: Escape name
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/ |
D | escape.go | 28 func Escape[T any](x T) T { func
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/tests/ |
D | unescape.rs | 4 Escape, enumerator
|
/aosp_15_r20/external/pigweed/pw_hdlc/public/pw_hdlc/internal/ |
H A D | protocol.h | 69 constexpr std::byte Escape(std::byte b) { return b ^ kEscapeConstant; } in Escape() function
|
/aosp_15_r20/external/lzma/CPP/Common/ |
H A D | UTFConvert.h | 15 bool Escape; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | Program.cpp | 84 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/ |
D | token.py | 60 Escape = Token.Escape variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pygments/ |
D | token.py | 60 Escape = Token.Escape variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pygments/ |
D | token.py | 60 Escape = Token.Escape variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pygments/ |
D | token.py | 60 Escape = Token.Escape variable
|
/aosp_15_r20/external/llvm/unittests/Support/ |
H A D | RegexTest.cpp | 130 TEST_F(RegexTest, Escape) { in TEST_F() argument
|
/aosp_15_r20/external/armnn/src/armnnUtils/ |
H A D | DotSerializer.cpp | 28 std::string Escape(std::string s) in Escape() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/src/ |
D | attr.rs | 95 enum Escape { enum
|
/aosp_15_r20/prebuilts/go/linux-x86/src/text/tabwriter/ |
D | tabwriter.go | 427 const Escape = '\xff' const
|
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/format/ |
D | scan.rs | 353 Escape(usize), enumerator
|
/aosp_15_r20/external/clang/lib/Driver/ |
H A D | Job.cpp | 83 const bool Escape = std::strpbrk(Arg, "\"\\$"); in printArg() local
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | namer.h | 68 enum class Escape { enum
|
/aosp_15_r20/external/skia/gn/ |
H A D | gn_to_cmake.py | 53 def Escape(c): function
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/ |
H A D | HashCalc.h | 229 bool Escape; member
|