Home
last modified time | relevance | path

Searched defs:FindEntry (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/cronet/net/first_party_sets/
H A Dglobal_first_party_sets.cc121 std::optional<FirstPartySetEntry> GlobalFirstPartySets::FindEntry( in FindEntry() function in net::GlobalFirstPartySets
127 std::optional<FirstPartySetEntry> GlobalFirstPartySets::FindEntry( in FindEntry() function in net::GlobalFirstPartySets
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dallocator_registry.cc30 AllocatorFactoryRegistry::FindEntry(const string& name, int priority) const { in FindEntry() function in tensorflow::AllocatorFactoryRegistry
/aosp_15_r20/system/libziparchive/
H A Dzip_archive.cc787 static int32_t FindEntry(const ZipArchive* archive, std::string_view entryName, in FindEntry() function
1103 int32_t FindEntry(const ZipArchiveHandle archive, const std::string_view entryName, in FindEntry() function
1113 int32_t FindEntry(const ZipArchiveHandle archive, const std::string_view entryName, in FindEntry() function
H A Dzip_archive_test.cc107 TEST_F(CdEntryMapTest, FindEntry) { in TEST_F() argument
347 TEST(ziparchive, FindEntry) { in TEST() argument
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_filter.hpp260 …FilterEntry *FindEntry(const ExtAddress &aExtAddress) { return AsNonConst(AsConst(this)->FindEntry… in FindEntry() function in ot::Mac::Filter
H A Dmac_filter.cpp57 const Filter::FilterEntry *Filter::FindEntry(const ExtAddress &aExtAddress) const in FindEntry() function in ot::Mac::Filter
/aosp_15_r20/system/unwinding/libunwindstack/
H A DElfInterfaceArm.cpp37 bool ElfInterfaceArm::FindEntry(uint32_t pc, uint64_t* entry_offset) { in FindEntry() function in unwindstack::ElfInterfaceArm
/aosp_15_r20/external/openscreen/cast/streaming/
H A Dsender_packet_router.cc118 SenderPacketRouter::SenderEntries::iterator SenderPacketRouter::FindEntry( in FindEntry() function in openscreen::cast::SenderPacketRouter
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DZipFileRO.java77 static int FindEntry(ZipArchiveHandle mHandle, String name, Ref<ZipEntry> zipEntryRef) { in FindEntry() method in ZipFileRO
H A DCppAssetManager2.java627 private ApkAssetsCookie FindEntry( in FindEntry() method in CppAssetManager2
/aosp_15_r20/external/webrtc/p2p/base/
H A Dturn_port.cc1201 TurnEntry* TurnPort::FindEntry(const rtc::SocketAddress& addr) const { in FindEntry() function in cricket::TurnPort
1207 TurnEntry* TurnPort::FindEntry(int channel_id) const { in FindEntry() function in cricket::TurnPort
/aosp_15_r20/external/openthread/src/core/thread/
H A Dmesh_forwarder_ftd.cpp762 MeshForwarder::FragmentPriorityList::Entry *MeshForwarder::FragmentPriorityList::FindEntry(uint16_t… in FindEntry() function in ot::MeshForwarder::FragmentPriorityList
/aosp_15_r20/system/extras/simpleperf/
H A Dutils.cpp140 bool ArchiveHelper::FindEntry(const std::string& name, ZipEntry* entry) { in FindEntry() function in simpleperf::ArchiveHelper
/aosp_15_r20/external/pigweed/pw_kvs/
H A Dkey_value_store.cc560 Status KeyValueStore::FindEntry(std::string_view key, in FindEntry() function in pw::kvs::KeyValueStore
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DResourceTable.cpp165 ResourceEntry* ResourceTableType::FindEntry(android::StringPiece name) const { in FindEntry() function in aapt::ResourceTableType
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DRangeMap.h786 Entry *FindEntry(B addr, bool exact_match_only) { in FindEntry() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/
DRangeMap.h786 Entry *FindEntry(B addr, bool exact_match_only) { in FindEntry() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DRangeMap.h786 Entry *FindEntry(B addr, bool exact_match_only) { in FindEntry() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DRangeMap.h786 Entry *FindEntry(B addr, bool exact_match_only) { in FindEntry() function
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp642 base::expected<FindEntryResult, NullOrIOError> AssetManager2::FindEntry( in FindEntry() function in android::AssetManager2