/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | packet_number_indexed_queue.h | 127 T* PacketNumberIndexedQueue<T>::GetEntry(QuicPacketNumber packet_number) { in GetEntry() function 136 const T* PacketNumberIndexedQueue<T>::GetEntry( in GetEntry() function
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/ |
H A D | syscall_defs.cc | 77 absl::StatusOr<SyscallTable::Entry> SyscallTable::GetEntry(int syscall) const { in GetEntry() function in sandbox2::SyscallTable 88 absl::StatusOr<SyscallTable::Entry> SyscallTable::GetEntry( in GetEntry() function in sandbox2::SyscallTable
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | network_data_tlvs.hpp | 561 HasRouteEntry *GetEntry(uint8_t aIndex) in GetEntry() function in ot::NetworkData::HasRouteTlv 574 const HasRouteEntry *GetEntry(uint8_t aIndex) const in GetEntry() function in ot::NetworkData::HasRouteTlv 1135 BorderRouterEntry *GetEntry(uint8_t aIndex) in GetEntry() function in ot::NetworkData::BorderRouterTlv 1148 const BorderRouterEntry *GetEntry(uint8_t aIndex) const in GetEntry() function in ot::NetworkData::BorderRouterTlv
|
H A D | address_resolver.hpp | 87 …const CacheEntry *GetEntry(void) const { return static_cast<const CacheEntry *>(mData[kEntryIn… in GetEntry() function in ot::AddressResolver::Iterator
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | loop_dependence.h | 139 DistanceEntry& GetEntry(size_t index) { return entries[index]; } in GetEntry() function 140 const DistanceEntry& GetEntry(size_t index) const { return entries[index]; } in GetEntry() function
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_dependence.h | 139 DistanceEntry& GetEntry(size_t index) { return entries[index]; } in GetEntry() function 140 const DistanceEntry& GetEntry(size_t index) const { return entries[index]; } in GetEntry() function
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_dependence.h | 139 DistanceEntry& GetEntry(size_t index) { return entries[index]; } in GetEntry() function 140 const DistanceEntry& GetEntry(size_t index) const { return entries[index]; } in GetEntry() function
|
/aosp_15_r20/external/cronet/net/first_party_sets/ |
H A D | first_party_set_entry_override.h | 48 const FirstPartySetEntry& GetEntry() const { in GetEntry() function
|
H A D | first_party_set_entry_override_unittest.cc | 26 TEST(FirstPartySetEntryOverrideTest, GetEntry) { in TEST() argument
|
/aosp_15_r20/art/dex2oat/linker/ |
H A D | index_bss_mapping_encoder.h | 70 IndexBssMappingEntry GetEntry() { in GetEntry() function
|
/aosp_15_r20/system/extras/memory_replay/ |
H A D | Thread.h | 45 const memory_trace::Entry& GetEntry() { return *entry_; } in GetEntry() function
|
/aosp_15_r20/frameworks/base/tools/aapt2/format/proto/ |
H A D | ProtoSerialize_test.cpp | 43 ResourceEntry* GetEntry(ResourceTable* table, const ResourceNameRef& res_name) { in GetEntry() function 48 ResourceEntry* GetEntry(ResourceTable* table, const ResourceNameRef& res_name, ResourceId id) { in GetEntry() function
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/ |
H A D | trust_store_in_memory.cc | 87 const TrustStoreInMemory::Entry *TrustStoreInMemory::GetEntry( in GetEntry() function in bssl::TrustStoreInMemory
|
/aosp_15_r20/frameworks/libs/binary_translation/runtime_primitives/ |
D | memory_region_reservation.cc | 90 MemoryRegionReservation::Entry& GetEntry(GuestAddr addr) { in GetEntry() function
|
/aosp_15_r20/external/openthread/src/ncp/ |
H A D | changed_props_set.hpp | 133 const Entry *GetEntry(uint8_t aIndex) const in GetEntry() function in ot::Ncp::ChangedPropsSet
|
/aosp_15_r20/external/openthread/src/core/border_router/ |
H A D | routing_manager.hpp | 1016 template <class PrefixType> const Entry<PrefixType> *GetEntry(void) const in GetEntry() function in ot::BorderRouter::RoutingManager::RxRaTracker::Iterator 1648 &RoutingManager::RxRaTracker::SharedEntry::GetEntry(void) in GetEntry() function in ot::BorderRouter::RoutingManager::RxRaTracker::SharedEntry 1655 &RoutingManager::RxRaTracker::SharedEntry::GetEntry(void) in GetEntry() function in ot::BorderRouter::RoutingManager::RxRaTracker::SharedEntry
|
/aosp_15_r20/art/runtime/jni/ |
H A D | local_reference_table.h | 427 LrtEntry* GetEntry(size_t entry_index) const { in GetEntry() function
|
/aosp_15_r20/hardware/interfaces/security/keymint/support/ |
H A D | authorization_set.cpp | 109 std::optional<std::reference_wrapper<const KeyParameter>> AuthorizationSet::GetEntry( in GetEntry() function in aidl::android::hardware::security::keymint::AuthorizationSet
|
/aosp_15_r20/external/webrtc/examples/peerconnection/server/ |
H A D | peer_channel.cc | 94 std::string ChannelMember::GetEntry() const { in GetEntry() function in ChannelMember
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_cache.h | 362 disk_cache::Entry* GetEntry() { return disk_entry_.get(); } in GetEntry() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/core/v3/ |
D | resource_locator.pb.go | 242 func (x *ResourceLocator_Directive) GetEntry() string { func
|
/aosp_15_r20/hardware/interfaces/keymaster/3.0/vts/functional/ |
H A D | authorization_set.cpp | 177 NullOr<const KeyParameter&> AuthorizationSet::GetEntry(Tag tag) const { in GetEntry() function in android::hardware::keymaster::V3_0::AuthorizationSet
|
/aosp_15_r20/external/cronet/net/tools/dump_cache/ |
H A D | dump_files.cc | 226 bool CacheDumper::GetEntry(disk_cache::EntryStore* entry, in GetEntry() function in __anon6f5f64ab0111::CacheDumper
|
/aosp_15_r20/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/ |
H A D | datacatalog.proto | 177 rpc GetEntry(GetEntryRequest) returns (Entry) { rpc
|
/aosp_15_r20/external/googleapis/google/cloud/datacatalog/v1beta1/ |
H A D | datacatalog.proto | 185 rpc GetEntry(GetEntryRequest) returns (Entry) { rpc
|