/aosp_15_r20/external/stg/ |
H A D | naming.h | 58 struct Describe { struct 59 Describe(const Graph& graph, NameCache& names) : graph(graph), names(names) {} in Describe() argument 65 struct DescribeKind { argument
|
/aosp_15_r20/art/runtime/ |
H A D | reflective_value_visitor.cc | 27 void HeapReflectiveSourceInfo::Describe(std::ostream& os) const { in Describe() function in art::HeapReflectiveSourceInfo 34 void JniIdReflectiveSourceInfo<jfieldID>::Describe(std::ostream& os) const { in Describe() function in art::JniIdReflectiveSourceInfo 40 void JniIdReflectiveSourceInfo<jmethodID>::Describe(std::ostream& os) const { in Describe() function in art::JniIdReflectiveSourceInfo 45 void ReflectiveHandleScopeSourceInfo::Describe(std::ostream& os) const { in Describe() function in art::ReflectiveHandleScopeSourceInfo
|
H A D | reflective_value_visitor.h | 108 virtual void Describe(std::ostream& os) const { in Describe() function 170 void Describe(std::ostream& os) const override REQUIRES(Locks::mutator_lock_) { in Describe() function
|
H A D | java_frame_root_info.cc | 23 void JavaFrameRootInfo::Describe(std::ostream& os) const { in Describe() function in art::JavaFrameRootInfo
|
H A D | reflective_handle_scope.cc | 26 void BaseReflectiveHandleScope::Describe(std::ostream& os) const { in Describe() function in art::BaseReflectiveHandleScope
|
H A D | gc_root.h | 75 virtual void Describe(std::ostream& os) const { in Describe() function
|
/aosp_15_r20/device/google/cuttlefish/common/frontend/socket_vsock_proxy/ |
D | server.cpp | 67 std::string TcpServer::Describe() const { in Describe() function in cuttlefish::socket_proxy::TcpServer 90 std::string VsockServer::Describe() const { in Describe() function in cuttlefish::socket_proxy::VsockServer 103 std::string DupServer::Describe() const { in Describe() function in cuttlefish::socket_proxy::DupServer
|
D | client.cpp | 83 std::string TcpClient::Describe() const { in Describe() function in cuttlefish::socket_proxy::TcpClient 108 std::string VsockClient::Describe() const { in Describe() function in cuttlefish::socket_proxy::VsockClient
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | host_resolver_results_test_util.cc | 62 void Describe(std::ostream& os) const { in Describe() function in net::__anon92d10abb0111::EndpointResultMatcher 118 void Describe(std::ostream& os) const { in Describe() function in net::__anon92d10abb0111::ServiceEndpointMatcher
|
H A D | host_resolver_internal_result_test_util.cc | 120 void Describe(std::ostream& os) const { in Describe() function in net::__anon77ecd6240111::HostResolverInternalResultBaseMatcher
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | pattern_matcher_gmock_test.cc | 30 std::string Describe(const ::testing::Matcher<MatchedTy>& m) { in Describe() function
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | connection_endpoint_metadata_test_util.cc | 74 void Describe(std::ostream& os) const { in Describe() function in net::__anon286a42010111::EndpointMetadataMatcher
|
/aosp_15_r20/external/cronet/base/android/ |
H A D | android_hardware_buffer_compat.cc | 87 void AndroidHardwareBufferCompat::Describe(const AHardwareBuffer* buffer, in Describe() function in base::AndroidHardwareBufferCompat
|
/aosp_15_r20/external/libchrome/base/android/ |
H A D | android_hardware_buffer_compat.cc | 89 void AndroidHardwareBufferCompat::Describe(const AHardwareBuffer* buffer, in Describe() function in base::AndroidHardwareBufferCompat
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers_test.h | 171 std::string Describe(const Matcher<T>& m) { in Describe() function
|
H A D | gmock-matchers-misc_test.cc | 87 TEST(AddressTest, Describe) { in TEST() argument 1698 TEST(ThrowsTest, Describe) { in TEST() argument 1741 TEST_P(ThrowsPredicateTest, Describe) { in TEST_P() argument
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/ |
H A D | gmock-matchers_test.h | 171 std::string Describe(const Matcher<T>& m) { in Describe() function
|
H A D | gmock-matchers-misc_test.cc | 87 TEST(AddressTest, Describe) { in TEST() argument 1698 TEST(ThrowsTest, Describe) { in TEST() argument 1741 TEST_P(ThrowsPredicateTest, Describe) { in TEST_P() argument
|
/aosp_15_r20/external/googletest/googlemock/test/ |
H A D | gmock-matchers_test.h | 171 std::string Describe(const Matcher<T>& m) { in Describe() function
|
H A D | gmock-matchers-misc_test.cc | 87 TEST(AddressTest, Describe) { in TEST() argument 1698 TEST(ThrowsTest, Describe) { in TEST() argument 1741 TEST_P(ThrowsPredicateTest, Describe) { in TEST_P() argument
|
H A D | gmock-matchers-containers_test.cc | 1578 TEST(IsSupersetOfTest, Describe) { in TEST() argument 1705 TEST(IsSubsetOfTest, Describe) { in TEST() argument 2115 TEST_F(UnorderedElementsAreTest, Describe) { in TEST_F() argument
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrProgramDesc.cpp | 185 SkString GrProgramDesc::Describe(const GrProgramInfo& programInfo, in Describe() function in GrProgramDesc
|
/aosp_15_r20/art/openjdkjvmti/ |
H A D | ti_breakpoint.cc | 63 void Describe(std::ostream& os) const override REQUIRES_SHARED(art::Locks::mutator_lock_) { in Describe() function in openjdkjvmti::JvmtiBreakpointReflectionSource
|
H A D | ti_field.cc | 59 void Describe(std::ostream& os) const override REQUIRES_SHARED(art::Locks::mutator_lock_) { in Describe() function in openjdkjvmti::JvmtiFieldReflectionSource
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | status_matchers_test.cc | 55 std::string Describe(const Matcher<T>& matcher) { in Describe() function
|