Home
last modified time | relevance | path

Searched defs:to_wrap (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/bazelbuild-rules_rust/test/unit/pipelined_compilation/custom_rule_test/
H A Dto_wrap.rs1 pub fn to_wrap() { in to_wrap() function
/aosp_15_r20/frameworks/compile/mclinker/tools/mcld/
DMain.cpp636 mcld::StringEntry<llvm::StringRef>* to_wrap = in TranslateArguments() local
664 mcld::StringEntry<llvm::StringRef>* to_wrap = in TranslateArguments() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_c_api_client.cc272 StatusOr<std::unique_ptr<PjRtLoadedExecutable>> to_wrap) { in WrapExecutable()
280 StatusOr<std::unique_ptr<PjRtBuffer>> to_wrap) { in WrapBuffer()
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/transport/
H A Dsecure_endpoint.cc559 grpc_endpoint* to_wrap, grpc_slice* leftover_slices, in grpc_secure_endpoint_create()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dsecure_endpoint.cc562 grpc_endpoint* to_wrap, grpc_slice* leftover_slices, in grpc_secure_endpoint_create()
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/
Dtest_util.py146 def to_wrap(self, module): function