Searched defs:Store (Results 1 - 25 of 100) sorted by relevance

1234

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DStore.java10 public interface Store<T> interface
/external/google-breakpad/src/processor/
H A Daddress_map-inl.h48 bool AddressMap<AddressType, EntryType>::Store(const AddressType &address, function in class:google_breakpad::AddressMap
53 BPLOG(INFO) << "Store failed, address " << HexString(address) <<
/external/llvm/lib/IR/
H A DMetadataImpl.h23 static T *getUniqued(DenseSet<T *, InfoT> &Store, argument
25 auto I = Store.find_as(Key);
26 return I == Store.end() ? nullptr : *I;
43 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { argument
46 Store.insert(N);
H A DMetadata.cpp84 auto &Store = Context.pImpl->MetadataAsValues; local
85 return Store.lookup(MD);
91 auto &Store = Context.pImpl->MetadataAsValues; local
94 Store.erase(this->MD);
99 auto *&Entry = Store[MD];
336 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; local
337 auto I = Store.find(V);
338 if (I == Store.end())
345 Store.erase(I);
359 auto &Store local
418 auto &Store = Context.pImpl->MDStringCache; local
[all...]
/external/autotest/client/cros/cellular/pseudomodem/
H A Dsms.py128 def Store(self, storage): member in class:SMS
/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; }
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h34 Store = (1<<2), enumerator in enum:llvm::SPII::__anon14503
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
H A DSparcInstrInfo.h32 Store = (1<<2), enumerator in enum:llvm::SPII::__anon22917
/external/tensorflow/tensorflow/contrib/lite/testing/
H A Dmessage.h65 Message* Store(Message* n) { function in class:tflite::testing::Message
/external/v8/src/crankshaft/arm64/
H A Ddelayed-masm-arm64.cc133 void DelayedMasm::Store(const CPURegister& rd, const MemOperand& operand) { function in class:v8::internal::DelayedMasm
/external/webrtc/webrtc/video/
H A Dreport_block_stats.cc33 void ReportBlockStats::Store(const RtcpStatistics& rtcp_stats, function in class:webrtc::ReportBlockStats
98 // Store current report block.
/external/flatbuffers/tests/
H A Dmonster_test.grpc.fb.cc20 "/MyGame.Example.MonsterStorage/Store",
34 ::grpc::Status MonsterStorage::Stub::Store(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Monster>& request, flatbuffers::grpc::Message<Stat>* response) { function in class:MyGame::Example::MonsterStorage::Stub
55 std::mem_fn(&MonsterStorage::Service::Store), this)));
66 ::grpc::Status MonsterStorage::Service::Store(::grpc::ServerContext* context, const flatbuffers::grpc::Message<Monster>* request, flatbuffers::grpc::Message<Stat>* response) { function in class:MyGame::Example::MonsterStorage::Service
/external/v8/src/crankshaft/
H A Dtyping.h39 typedef v8::internal::NestedEffects<int, kNoVar> Store; typedef in class:v8::internal::final
48 Store store_;
/external/brotli/c/enc/
H A Dhash_longest_match_inc.h102 static BROTLI_INLINE void FN(Store)(HasherHandle handle, const uint8_t* data, function
119 FN(Store)(handle, data, mask, i);
130 FN(Store)(handle, ringbuffer, ringbuffer_mask, position - 3);
131 FN(Store)(handle, ringbuffer, ringbuffer_mask, position - 2);
132 FN(Store)(handle, ringbuffer, ringbuffer_mask, position - 1);
H A Dhash_longest_match_quickly_inc.h83 static BROTLI_INLINE void FN(Store)(HasherHandle handle, function
96 FN(Store)(handle, data, mask, i);
107 FN(Store)(handle, ringbuffer, ringbuffer_mask, position - 3);
108 FN(Store)(handle, ringbuffer, ringbuffer_mask, position - 2);
109 FN(Store)(handle, ringbuffer, ringbuffer_mask, position - 1);
H A Dhash_forgetful_chain_inc.h102 static BROTLI_INLINE void FN(Store)(HasherHandle BROTLI_RESTRICT handle, function
122 FN(Store)(handle, data, mask, i);
133 FN(Store)(handle, ringbuffer, ring_buffer_mask, position - 3);
134 FN(Store)(handle, ringbuffer, ring_buffer_mask, position - 2);
135 FN(Store)(handle, ringbuffer, ring_buffer_mask, position - 1);
240 FN(Store)(handle, data, ring_buffer_mask, cur_ix);
H A Dhash_longest_match64_inc.h108 static BROTLI_INLINE void FN(Store)(HasherHandle handle, const uint8_t *data, function
126 FN(Store)(handle, data, mask, i);
137 FN(Store)(handle, ringbuffer, ringbuffer_mask, position - 3);
138 FN(Store)(handle, ringbuffer, ringbuffer_mask, position - 2);
139 FN(Store)(handle, ringbuffer, ringbuffer_mask, position - 1);
H A Dhash_to_binary_tree_inc.h267 static BROTLI_INLINE void FN(Store)(HasherHandle handle, const uint8_t *data, function
286 FN(Store)(handle, data, mask, j);
290 FN(Store)(handle, data, mask, i);
300 /* Store the last `MAX_TREE_COMP_LENGTH - 1` positions in the hasher.
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp199 StoreInst *Store = nullptr; local
212 if (Store && SawRelease)
235 if (Store) {
238 // instruction in between Store and the Release conservatively can not use
254 Store = dyn_cast<StoreInst>(Inst);
260 if (!Store || !Store->isSimple())
264 // found our Store!
265 if (Store->getPointerOperand()->stripPointerCasts() == LocPtr)
274 if (!Store || !SawReleas
282 findRetainForStoreStrongContraction(Value *New, StoreInst *Store, Instruction *Release, ProvenanceAnalysis &PA) argument
[all...]
/external/nos/test/system-test-harness/src/
H A Davb_tests.cc44 int Store(uint8_t slot, uint64_t version);
254 int AvbTest::Store(uint8_t slot, uint64_t version) function in class:__anon17417::AvbTest
262 return service.Store(request, nullptr);
660 code = Store(i, 0xFF00000011223344 + i);
671 code = Store(i, 0xFF00000011223344 + i);
678 code = Store(i, 0x8800000011223344 - i);
/external/tensorflow/tensorflow/core/kernels/
H A Dexample_parsing_ops_test.cc140 typedef S Store; typedef in struct:tensorflow::BenchmarkOptions
147 Tensor& serialized = Options::Store::GetSerializedExample()[std::make_tuple(
198 Options::Store::GetSerializedExample()[std::make_tuple(1, num_keys,
/external/clang/lib/StaticAnalyzer/Core/
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"
28 StoreRef StoreManager::enterStackFrame(Store OldStore,
31 StoreRef Store = StoreRef(OldStore, *this); local
39 Store = Bind(Store.getStore(), I->first, I->second);
42 return Store;
51 StoreRef StoreManager::BindDefault(Store store, const MemRegion *R, SVal V) {
495 Store stor
[all...]
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h76 bool Load, Store; member in class:llvm::HexagonCVIResource
82 void setStore(bool f = true) { Store = f; };
92 bool mayStore() const { return (Store); };
/external/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp58 StoreInst *Store; member in struct:__anon14723::StoreToLoadForwardingCandidate
60 StoreToLoadForwardingCandidate(LoadInst *Load, StoreInst *Store) argument
61 : Load(Load), Store(Store) {}
68 Value *StorePtr = Store->getPointerOperand();
103 OS << *Cand.Store << " -->\n";
173 auto *Store = dyn_cast<StoreInst>(Source); local
174 if (!Store)
181 if (Store->getPointerOperand()->getType() !=
185 Candidates.emplace_front(Load, Store);
[all...]
/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp250 Instruction* Store = IBuilder.CreateStore(AllocaContent, Alloca); local
261 DBuilder.insertDeclare(Alloca, Variable, E, DL, Store);

Completed in 3255 milliseconds

1234