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

123456

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DStore.java5 public interface Store interface
H A DCollectionStore.java12 implements Store
/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.
58 virtual SVal getBinding(Store store, Loc loc, QualType T = QualType()) = 0;
67 virtual StoreRef Bind(Store store, Loc loc, SVal val) = 0;
69 virtual StoreRef BindDefault(Store store, const MemRegion *R, SVal V);
74 virtual StoreRef killBinding(Store ST, Loc L) = 0;
86 virtual StoreRef bindCompoundLiteral(Store ST,
152 virtual StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx,
155 virtual bool includedInBindings(Store store,
159 /// the specified Store objec
[all...]
/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();
/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/bouncycastle/bcprov/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/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp133 // Actual Store type.
186 StoreRef setImplicitDefaultValue(Store store, const MemRegion *R, QualType T);
223 StoreRef invalidateRegions(Store store, ArrayRef<const MemRegion *> Regions,
230 bool scanReachableSymbols(Store S, const MemRegion *R,
258 StoreRef Bind(Store store, Loc LV, SVal V);
261 StoreRef BindDefault(Store store, const MemRegion *R, SVal V) {
279 StoreRef bindCompoundLiteral(Store ST,
284 StoreRef BindStruct(Store store, const TypedValueRegion* R, SVal V);
287 StoreRef BindVector(Store store, const TypedValueRegion* R, SVal V);
289 StoreRef BindArray(Store stor
[all...]
H A DStore.cpp1 //== Store.cpp - Interface for maps from Locations to Values ----*- C++ -*--==//
10 // This file defined the types Store and StoreManager.
14 #include "clang/StaticAnalyzer/Core/PathSensitive/Store.h"
27 StoreRef StoreManager::enterStackFrame(Store OldStore,
30 StoreRef Store = StoreRef(OldStore, *this); local
38 Store = Bind(Store.getStore(), I->first, I->second);
41 return Store;
61 StoreRef StoreManager::BindDefault(Store store, const MemRegion *R, SVal V) {
367 Store stor
[all...]
H A DAndroid.mk46 Store.cpp \
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSSignedGenerator.java38 import org.bouncycastle.util.Store;
211 Store certStore)
218 Store crlStore)
225 Store attrStore)
237 * @deprecated use basic Store method
H A DCMSSignedData.java39 import org.bouncycastle.util.Store;
51 * Store certStore = s.getCertificates();
260 * @deprecated use base Store returning method
279 * @deprecated use base Store returning method
304 * @deprecated use base Store returning method
323 * @deprecated use base Store returning method
348 * @deprecated use base Store returning method
367 * @deprecated use base Store returning method
389 * @deprecated use base Store returning method
405 * @deprecated use base Store returnin
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h32 Store = (1<<2), enumerator in enum:llvm::SPII::__anon9570
/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h94 Store = &storage;
100 Store = &storage;
107 Store = &storage;
124 Store = &storage;
128 Store = 0;
418 m_sluL.Store = 0;
419 m_sluU.Store = 0;
426 if(m_sluL.Store)
428 if(m_sluU.Store)
431 m_sluL.Store
[all...]
/external/oprofile/events/mips/vr5432/
H A Devents7 event:0x3 counters:0,1 um:zero minimum:500 name:STORES : Store execution

Completed in 556 milliseconds

123456