Home
last modified time | relevance | path

Searched defs:Store (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/streams/
Dstore.rs12 pub(super) struct Store { struct
20 store: &'a mut Store, argument
82 impl Store { implementation
178 impl Resolve for Store { implementation
184 impl ops::Index<Key> for Store { implementation
197 impl ops::IndexMut<Key> for Store { implementation
208 impl Store { impl
226 impl Drop for Store { implementation
388 pub fn store_mut(&mut self) -> &mut Store { in store_mut()
Dprioritize.rs324 store: &mut Store, in recv_connection_window_update()
361 pub fn clear_pending_capacity(&mut self, store: &mut Store, counts: &mut Counts) { in clear_pending_capacity()
511 store: &mut Store, in poll_complete()
578 store: &mut Store, in reclaim_frame()
598 store: &mut Store, in reclaim_frame_inner()
682 pub fn clear_pending_send(&mut self, store: &mut Store, counts: &mut Counts) { in clear_pending_send()
689 pub fn clear_pending_open(&mut self, store: &mut Store, counts: &mut Counts) { in clear_pending_open()
699 store: &mut Store, in pop_frame()
890 store: &'s mut Store, in pop_pending_open()
Drecv.rs492 store: &mut Store, in apply_local_settings()
932 pub fn clear_expired_reset_streams(&mut self, store: &mut Store, counts: &mut Counts) { in clear_expired_reset_streams()
951 store: &mut Store, in clear_queues()
962 fn clear_stream_window_update_queue(&mut self, store: &mut Store, counts: &mut Counts) { in clear_stream_window_update_queue()
971 fn clear_all_reset_streams(&mut self, store: &mut Store, counts: &mut Counts) { in clear_all_reset_streams()
977 fn clear_all_pending_accept(&mut self, store: &mut Store, counts: &mut Counts) { in clear_all_pending_accept()
986 store: &mut Store, in poll_complete()
1036 store: &mut Store, in send_stream_window_updates()
Dsend.rs298 store: &mut Store, in poll_complete()
362 store: &mut Store, in recv_connection_window_update()
430 store: &mut Store, in apply_remote_settings()
540 pub fn clear_queues(&mut self, store: &mut Store, counts: &mut Counts) { in clear_queues()
/aosp_15_r20/external/libprotobuf-mutator/src/
H A Dfield_instance.h256 void Store(int32_t value) const { in Store() function
263 void Store(int64_t value) const { in Store() function
270 void Store(uint32_t value) const { in Store() function
277 void Store(uint64_t value) const { in Store() function
284 void Store(double value) const { in Store() function
291 void Store(float value) const { in Store() function
298 void Store(bool value) const { in Store() function
305 void Store(const Enum& value) const { in Store() function
315 void Store(const std::string& value) const { in Store() function
322 void Store(const std::unique_ptr<protobuf::Message>& value) const { in Store() function
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/runtime/atomic/
Dtypes.go27 func (i *Int32) Store(value int32) { func
80 func (i *Int64) Store(value int64) { func
130 func (u *Uint8) Store(value uint8) { func
174 func (b *Bool) Store(value bool) { func
213 func (u *Uint32) Store(value uint32) { func
315 func (u *Uint64) Store(value uint64) { func
378 func (u *Uintptr) Store(value uintptr) { func
444 func (f *Float64) Store(value float64) { func
483 func (u *UnsafePointer) Store(value unsafe.Pointer) { func
545 func (p *Pointer[T]) Store(value *T) { func
/aosp_15_r20/art/compiler/utils/
H A Dassembler_thumb_test.cc132 __ Store(mr_conv->CurrentParamStackOffset(), mr_conv->CurrentParamRegister(), size); in TEST_F() local
149 __ Store(FrameOffset(32), method_register, 4); in TEST_F() local
150 __ Store(FrameOffset(124), method_register, 4); in TEST_F() local
151 __ Store(FrameOffset(132), method_register, 4); in TEST_F() local
152 __ Store(FrameOffset(1020), method_register, 4); in TEST_F() local
153 __ Store(FrameOffset(1024), method_register, 4); in TEST_F() local
154 __ Store(FrameOffset(4092), scratch_register, 4); in TEST_F() local
155 __ Store(FrameOffset(4096), scratch_register, 4); in TEST_F() local
236 __ Store(FrameOffset(2047), scratch_register, 4); in TEST_F() local
/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/
H A DvksStore.hpp32 struct Store struct
34 bool Get(const string &path, vector<u8> &content, bool removeAfter) in Get()
55 bool Set(const string &uniqueFilename, const vector<u8> &content) in Set()
63 std::map<string, vector<u8>> FileMap;
64 std::mutex FileMapMutex;
/aosp_15_r20/prebuilts/go/linux-x86/src/sync/atomic/
Dtype.go20 func (x *Bool) Store(val bool) { StoreUint32(&x.v, b32(val)) } func
57 func (x *Pointer[T]) Store(val *T) { StorePointer(&x.v, unsafe.Pointer(val)) } func
77 func (x *Int32) Store(val int32) { StoreInt32(&x.v, val) } func
109 func (x *Int64) Store(val int64) { StoreInt64(&x.v, val) } func
140 func (x *Uint32) Store(val uint32) { StoreUint32(&x.v, val) } func
172 func (x *Uint64) Store(val uint64) { StoreUint64(&x.v, val) } func
203 func (x *Uintptr) Store(val uintptr) { StoreUintptr(&x.v, val) } func
/aosp_15_r20/external/gemmlowp/test/
H A Dtest_fixedpoint.cc38 void Store(typename FixedPointRawTypeTraits<T>::ScalarRawType* dst, T v) { in Store() function
51 void Store<int32x4_t>(std::int32_t* dst, int32x4_t v) { in Store() function
55 void Store<int16x8_t>(std::int16_t* dst, int16x8_t v) { in Store() function
65 void Store<__m128i>(std::int32_t* dst, __m128i v) { in Store() function
74 void Store<int16x8_m128i>(std::int16_t* dst, int16x8_m128i v) { in Store() function
88 void Store<v4i32>(std::int32_t* dst, v4i32 v) { in Store() function
92 void Store<v8i16>(std::int16_t* dst, v8i16 v) { in Store() function
110 void Store<__m256i>(std::int32_t* dst, __m256i v) { in Store() function
115 void Store<int16x16_m256i>(std::int16_t* dst, int16x16_m256i v) { in Store() function
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_grpc.d.ts9 Store: IMonsterStorageService_IStore; property
58 Store: grpc.handleUnaryCall<MyGame_Example_Monster, MyGame_Example_Stat>; property
65Store(request: MyGame_Example_Monster, callback: (error: grpc.ServiceError | null, response: MyGam… method
66Store(request: MyGame_Example_Monster, metadata: grpc.Metadata, callback: (error: grpc.ServiceErro… method
67Store(request: MyGame_Example_Monster, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>… method
/aosp_15_r20/art/compiler/utils/riscv64/
H A Djni_macro_assembler_riscv64_test.cc200 TEST_F(JniMacroAssemblerRiscv64Test, Store) { in TEST_F() argument
203 __ Store(FrameOffset(0), AsManaged(A0), kWordSize); in TEST_F() local
205 __ Store(FrameOffset(2048), AsManaged(S0), kDoubleWordSize); in TEST_F() local
209 __ Store(AsManaged(A1), MemberOffset(256), AsManaged(S2), kDoubleWordSize); in TEST_F() local
211 __ Store(AsManaged(S3), MemberOffset(4 * KB), AsManaged(T1), kWordSize); in TEST_F() local
216 __ Store(AsManaged(A3), MemberOffset(384), AsManaged(FA5), kDoubleWordSize); in TEST_F() local
218 __ Store(AsManaged(S4), MemberOffset(4 * KB + 16), AsManaged(FT10), kWordSize); in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/time/wheel/
Dstack.rs14 type Store; typedef
20 fn push(&mut self, item: Self::Owned, store: &mut Self::Store); in push()
28 fn remove(&mut self, item: &Self::Borrowed, store: &mut Self::Store); in remove()
Dmod.rs96 store: &mut T::Store, in insert()
121 pub(crate) fn remove(&mut self, item: &T::Borrowed, store: &mut T::Store) { in remove()
216 store: &mut T::Store, in poll_expiration()
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DStore.hpp18 class TORCH_API Store : public torch::CustomClassHolder { class
25 Store() : timeout_(kDefaultTimeout) {} in Store() function in c10d::Store
27 explicit Store(const std::chrono::milliseconds& timeout) in Store() function in c10d::Store
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A Dmonster_test_grpc_fb.py37 def Store(self, request, context): member in MonsterStorageServicer
126 def Store(self, request, context): member in MonsterStorageServicer
181 def Store(self, request, context): member in BetaMonsterStorageServicer
197 def Store(self, request, timeout, metadata=None, with_call=False, protocol_options=None): member in BetaMonsterStorageStub
H A DMonsterStorage_grpc.go17 Store(ctx context.Context, in *flatbuffers.Builder, methodSpec
35 func (c *monsterStorageClient) Store(ctx context.Context, in *flatbuffers.Builder, func
147 Store(context.Context, *Monster) (*flatbuffers.Builder, error) methodSpec
157 func (UnimplementedMonsterStorageServer) Store(context.Context, *Monster) (*flatbuffers.Builder, er… func
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DMetadata.cpp113 auto &Store = Context.pImpl->MetadataAsValues; in getIfExists() local
120 auto &Store = Context.pImpl->MetadataAsValues; in handleChangedMetadata() local
254 auto &Store = Context.pImpl->ValuesAsMetadata; in SalvageDebugInfo() local
419 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; in handleDeletion() local
442 auto &Store = Context.pImpl->ValuesAsMetadata; in handleRAUW() local
498 auto &Store = Context.pImpl->MDStringCache; in get() local
870 static T *uniquifyImpl(T *N, DenseSet<T *, InfoT> &Store) { in uniquifyImpl()
1375 auto &Store = getContext().pImpl->ValueMetadata[this]; in eraseMetadata() local
/aosp_15_r20/external/llvm/lib/IR/
H A DMetadata.cpp84 auto &Store = Context.pImpl->MetadataAsValues; in getIfExists() local
91 auto &Store = Context.pImpl->MetadataAsValues; in handleChangedMetadata() local
336 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; in handleDeletion() local
359 auto &Store = Context.pImpl->ValuesAsMetadata; in handleRAUW() local
418 auto &Store = Context.pImpl->MDStringCache; in get() local
725 static T *uniquifyImpl(T *N, DenseSet<T *, InfoT> &Store) { in uniquifyImpl()
1375 auto &Store = getContext().pImpl->GlobalObjectMetadata[this]; in eraseMetadata() local
/aosp_15_r20/prebuilts/go/linux-x86/src/sync/
Dmap_reference_test.go17 Store(key, value any) methodSpec
46 func (m *RWMutexMap) Store(key, value any) { func
169 func (m *DeepCopyMap) Store(key, value any) { func
/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dhash_to_binary_tree_inc.h271 static BROTLI_INLINE void FN(Store)(HashToBinaryTree* BROTLI_RESTRICT self, in FN() argument
290 FN(Store)(self, data, mask, j); in FN() local
294 FN(Store)(self, data, mask, i); in FN() local
H A Dhash_forgetful_chain_inc.h133 static BROTLI_INLINE void FN(Store)(HashForgetfulChain* BROTLI_RESTRICT self, in FN() argument
157 FN(Store)(self, data, mask, i); in FN() local
282 FN(Store)(self, data, ring_buffer_mask, cur_ix); in FN() local
/aosp_15_r20/external/brotli/c/enc/
H A Dhash_forgetful_chain_inc.h131 static BROTLI_INLINE void FN(Store)(HashForgetfulChain* BROTLI_RESTRICT self, in FN() argument
155 FN(Store)(self, data, mask, i); in FN() local
280 FN(Store)(self, data, ring_buffer_mask, cur_ix); in FN() local
H A Dhash_to_binary_tree_inc.h270 static BROTLI_INLINE void FN(Store)(HashToBinaryTree* BROTLI_RESTRICT self, in FN() argument
289 FN(Store)(self, data, mask, j); in FN() local
293 FN(Store)(self, data, mask, i); in FN() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DMetadata.cpp116 auto &Store = Context.pImpl->MetadataAsValues; in getIfExists() local
123 auto &Store = Context.pImpl->MetadataAsValues; in handleChangedMetadata() local
375 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; in handleDeletion() local
398 auto &Store = Context.pImpl->ValuesAsMetadata; in handleRAUW() local
454 auto &Store = Context.pImpl->MDStringCache; in get() local
763 static T *uniquifyImpl(T *N, DenseSet<T *, InfoT> &Store) { in uniquifyImpl()
1409 auto &Store = getContext().pImpl->GlobalObjectMetadata[this]; in eraseMetadata() local

12345678910>>...21