Searched refs:Store (Results 1 - 25 of 137) sorted by relevance

123456

/external/bouncycastle/src/main/java/org/bouncycastle/util/
H A DStore.java5 public interface Store interface
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStoreRef.h22 /// Store - This opaque type encapsulates an immutable mapping from
26 typedef const void *Store; typedef in namespace:clang::ento
31 Store store;
34 StoreRef(Store, StoreManager &);
46 Store getStore() const { return store; }
H A DStore.h1 //== Store.h - Interface for maps from Locations to Values ------*- C++ -*--==//
10 // This file defined the types Store and StoreManager.
57 virtual SVal Retrieve(Store store, Loc loc, QualType T = QualType()) = 0;
66 virtual StoreRef Bind(Store store, Loc loc, SVal val) = 0;
68 virtual StoreRef BindDefault(Store store, const MemRegion *R, SVal V);
69 virtual StoreRef Remove(Store St, Loc L) = 0;
75 virtual StoreRef BindCompoundLiteral(Store store,
90 virtual SubRegionMap *getSubRegionMap(Store store) = 0;
148 virtual StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx,
151 virtual StoreRef BindDecl(Store stor
[all...]
/external/clang/include/clang/Index/
H A DHandlers.h66 StoreTy Store; member in class:clang::idx::Storing
70 Store.push_back(Obj);
74 iterator begin() const { return Store.begin(); }
75 iterator end() const { return Store.end(); }
/external/chromium/chrome/browser/ui/gtk/
H A Dfocus_store_gtk.h23 void Store(GtkWidget* widget);
H A Dfocus_store_gtk.cc20 void FocusStoreGtk::Store(GtkWidget* widget) { function in class:FocusStoreGtk
/external/chromium/chrome/browser/chromeos/login/
H A Dsigned_settings_temp_storage.h26 static bool Store(const std::string& name,
H A Dsigned_settings_temp_storage.cc26 bool SignedSettingsTempStorage::Store(const std::string& name, function in class:chromeos::SignedSettingsTempStorage
/external/chromium/net/disk_cache/
H A Dmapped_file.h38 bool Store(const FileBlock* block);
H A Dmapped_file_posix.cc40 bool MappedFile::Store(const FileBlock* block) { function in class:disk_cache::MappedFile
H A Dmapped_file_win.cc50 bool MappedFile::Store(const FileBlock* block) { function in class:disk_cache::MappedFile
H A Dstorage_block.h71 bool Store();
H A Dstorage_block-inl.h27 Store();
124 template<typename T> bool StorageBlock<T>::Store() { function in class:disk_cache::StorageBlock
126 if (file_->Store(this)) {
H A Dstats.h74 void Store();
H A Drankings.cc249 head.Store();
266 node->Store();
282 // 4. r(0, 0), head(0), tail(0) next.Store()
286 // 2. a(x, r), r(a, b), b(a, y), head(x), tail(y) next.Store()
287 // 3. a(x, b), r(a, b), b(a, y), head(x), tail(y) prev.Store()
288 // 4. a(x, b), r(0, 0), b(a, y), head(x), tail(y) node.Store()
293 // 3. r(r, b), b(b, y), head(b), tail(y) next.Store()
294 // 4. r(0, 0), b(b, y), head(b), tail(y) prev.Store()
299 // 3. a(x, a), r(a, r), head(x), tail(a) prev.Store()
300 // 4. a(x, a), r(0, 0), head(x), tail(a) next.Store()
[all...]
H A Deviction.cc277 entry->entry()->Store();
386 entry->entry()->Store();
390 entry->entry()->Store();
413 entry->entry()->Store();
431 entry->entry()->Store();
438 entry->entry()->Store();
/external/qemu-pc-bios/bochs/bios/
H A Dacpi-dsdt.dsl111 Store(ShiftLeft(1, nr), B0EJ) \
330 Store (\_SB.PCI0.PX13.DRSA, Local0)
359 Store (\_SB.PCI0.PX13.DRSC, Local0)
387 Store (\_SB.PCI0.PX13.DRSC, Local0)
449 Store (0x0B, Local0)
452 Store (0x09, Local0)
468 Store (PRQ0, Local0)
475 Store (Zero, TMP)
484 Store (Local0, PRQ0)
496 Store (
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp106 // Actual Store type.
204 SubRegionMap *getSubRegionMap(Store store) {
208 RegionStoreSubRegionMap *getRegionStoreSubRegionMap(Store store);
218 StoreRef setImplicitDefaultValue(Store store, const MemRegion *R, QualType T);
239 StoreRef invalidateRegions(Store store, ArrayRef<const MemRegion *> Regions,
269 StoreRef Bind(Store store, Loc LV, SVal V);
272 StoreRef BindDefault(Store store, const MemRegion *R, SVal V) {
279 StoreRef BindCompoundLiteral(Store store, const CompoundLiteralExpr *CL,
282 StoreRef BindDecl(Store store, const VarRegion *VR, SVal InitVal);
284 StoreRef BindDeclWithNoInit(Store stor
[all...]
H A DAndroid.mk41 Store.cpp \
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
H A DX509Store.java4 import org.bouncycastle.util.Store;
12 implements Store
H A DExtendedPKIXParameters.java4 import org.bouncycastle.util.Store;
223 * a {@link Store}.
235 if (!(i.next() instanceof Store))
239 + "of type org.bouncycastle.util.Store.");
247 * Adds a Bouncy Castle {@link Store} to find CRLs, certificates, attribute
260 public void addStore(Store store)
269 * Adds an additional Bouncy Castle {@link Store} to find CRLs, certificates,
282 public void addAdditionalStore(Store store)
293 public void addAddionalStore(Store store)
300 * <code>Store</cod
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h32 Store = (1<<2), enumerator in enum:llvm::SPII::__anon6916
/external/oprofile/events/mips/vr5432/
H A Devents7 event:0x3 counters:0,1 um:zero minimum:500 name:STORES : Store execution
/external/llvm/lib/Analysis/
H A DCaptureTracking.cpp106 case Instruction::Store:
/external/chromium/chrome/browser/policy/
H A Duser_policy_identity_strategy.cc38 void Store(const std::string& token, const std::string& device_id);
70 void UserPolicyIdentityStrategy::TokenCache::Store( function in class:policy::UserPolicyIdentityStrategy::TokenCache
198 cache_->Store(device_token_, device_id_);

Completed in 349 milliseconds

123456