Home
last modified time | relevance | path

Searched defs:StoreEntry (Results 1 – 25 of 112) sorted by relevance

12345

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DStore.h47 struct StoreEntry { struct
48 EntryType type;
49 std::string name;
50 std::string description;
51 std::string author;
52 std::string iconURL;
53 …ng file; // This is the folder name of the installed one too, and hence a "unique-ish" identifier.
54 std::string category;
55 std::string downloadURL; // Only set for games that are not hosted on store.ppsspp.org
56 bool hidden;
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DStore.h47 struct StoreEntry { struct
48 EntryType type;
49 std::string name;
50 std::string description;
51 std::string author;
52 std::string iconURL;
53 …ng file; // This is the folder name of the installed one too, and hence a "unique-ish" identifier.
54 std::string category;
55 std::string downloadURL; // Only set for games that are not hosted on store.ppsspp.org
56 bool hidden;
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DStore.h47 struct StoreEntry { struct
48 EntryType type;
49 std::string name;
50 std::string description;
51 std::string author;
52 std::string iconURL;
53 …ng file; // This is the folder name of the installed one too, and hence a "unique-ish" identifier.
54 std::string category;
55 std::string downloadURL; // Only set for games that are not hosted on store.ppsspp.org
56 bool hidden;
[all …]
/dports/www/squid/squid-4.15/src/tests/
H A DTestSwapDir.h27 virtual void finalizeSwapoutSuccess(const StoreEntry &) override {} in finalizeSwapoutSuccess()
28 virtual void finalizeSwapoutFailure(StoreEntry &) override {} in finalizeSwapoutFailure() argument
36 virtual void evictCached(StoreEntry &) override {} in evictCached() argument
38 virtual bool hasReadableEntry(const StoreEntry &) const override { return false; } in hasReadableEntry()
H A DTestSwapDir.cc51 TestSwapDir::canStore(const StoreEntry &, int64_t, int &load) const in canStore() argument
58 TestSwapDir::createStoreIO(StoreEntry &, StoreIOState::STFNCB *, StoreIOState::STIOCB *, void *) in createStoreIO() argument
64 TestSwapDir::openStoreIO(StoreEntry &, StoreIOState::STFNCB *, StoreIOState::STIOCB *, void *) in openStoreIO() argument
H A DtestStore.h72 virtual void reference(StoreEntry &) {} /* Reference this object */ in reference() argument
74 virtual bool dereference(StoreEntry &) { return true; } in dereference() argument
/dports/www/squid/squid-4.15/src/store/
H A DControlled.h35 virtual void updateHeaders(StoreEntry *) {} in updateHeaders() argument
40 virtual bool anchorToCache(StoreEntry &, bool &/*inSync*/) { return false; } in anchorToCache() argument
45 virtual bool updateAnchored(StoreEntry &) { return false; } in updateAnchored() argument
H A DDisk.cc46 Store::Disk::doubleCheck(StoreEntry &) in doubleCheck() argument
136 Store::Disk::reference(StoreEntry &) {} in reference() argument
139 Store::Disk::dereference(StoreEntry &) in dereference() argument
227 Store::Disk::logEntry(const StoreEntry &, int) const {} in logEntry() argument
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/crypto/sasl/srp/
H A DStoreEntry.java44 class StoreEntry class
49 StoreEntry(int ttl) in StoreEntry() method in StoreEntry
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/javax/crypto/sasl/srp/
H A DStoreEntry.java44 class StoreEntry class
49 StoreEntry(int ttl) in StoreEntry() method in StoreEntry
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/javax/crypto/sasl/srp/
H A DStoreEntry.java44 class StoreEntry class
49 StoreEntry(int ttl) in StoreEntry() method in StoreEntry
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/javax/crypto/sasl/srp/
H A DStoreEntry.java44 class StoreEntry class
49 StoreEntry(int ttl) in StoreEntry() method in StoreEntry
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/javax/crypto/sasl/srp/
H A DStoreEntry.java44 class StoreEntry class
49 StoreEntry(int ttl) in StoreEntry() method in StoreEntry
/dports/www/squid/squid-4.15/src/mgr/
H A DAction.h17 class StoreEntry; variable
83 virtual void dump(StoreEntry *) {} in dump() argument
/dports/www/squid/squid-4.15/src/
H A Dpconn.h101 class StoreEntry; variable
161 class StoreEntry; variable
H A Dwccp2.h16 class StoreEntry; variable
H A Dstore_digest.h14 class StoreEntry; variable
H A Dstore_log.h14 class StoreEntry; variable
H A Dinternal.h21 class StoreEntry; variable
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/javax/crypto/sasl/srp/
H A DStoreEntry.h22 class StoreEntry; variable
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/javax/crypto/sasl/srp/
H A DStoreEntry.h22 class StoreEntry; variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/javax/crypto/sasl/srp/
H A DStoreEntry.h22 class StoreEntry; variable
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/javax/crypto/sasl/srp/
H A DStoreEntry.h22 class StoreEntry; variable
/dports/www/squid/squid-4.15/src/auth/ntlm/
H A DConfig.h20 class StoreEntry; variable
/dports/www/squid/squid-4.15/src/fs/rock/
H A DRockStoreFileSystem.h14 class StoreEntry; variable

12345