/external/rust/android-crates-io/crates/h2/src/proto/streams/ |
D | counts.rs | 6 pub(super) struct Counts { struct 9 peer: peer::Dyn, 12 max_send_streams: usize, 15 num_send_streams: usize, 18 max_recv_streams: usize, 21 num_recv_streams: usize, 46 impl Counts { argument 279 impl Drop for Counts { implementation
|
D | send.rs | 130 counts: &mut Counts, in send_headers() 177 counts: &mut Counts, in send_reset() 240 counts: &mut Counts, in schedule_implicit_reset() 259 counts: &mut Counts, in send_data() 274 counts: &mut Counts, in send_trailers() 299 counts: &mut Counts, in poll_complete() 315 counts: &mut Counts, in reserve_capacity() 363 counts: &mut Counts, in recv_connection_window_update() 374 counts: &mut Counts, in recv_stream_window_update() 419 counts: &mut Counts, in handle_error() [all …]
|
D | prioritize.rs | 150 counts: &mut Counts, in send_data() 235 counts: &mut Counts, in reserve_capacity() 325 counts: &mut Counts, in recv_connection_window_update() 336 pub fn reclaim_all_capacity(&mut self, stream: &mut store::Ptr, counts: &mut Counts) { in reclaim_all_capacity() 349 pub fn reclaim_reserved_capacity(&mut self, stream: &mut store::Ptr, counts: &mut Counts) { in reclaim_reserved_capacity() 361 pub fn clear_pending_capacity(&mut self, store: &mut Store, counts: &mut Counts) { in clear_pending_capacity() 375 counts: &mut Counts, in assign_connection_capacity() 512 counts: &mut Counts, in poll_complete() 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() [all …]
|
D | recv.rs | 130 counts: &mut Counts, in open() 159 counts: &mut Counts, in recv_headers() 787 counts: &mut Counts, in recv_reset() 894 pub fn enqueue_reset_expiration(&mut self, stream: &mut store::Ptr, counts: &mut Counts) { in enqueue_reset_expiration() 932 pub fn clear_expired_reset_streams(&mut self, store: &mut Store, counts: &mut Counts) { in clear_expired_reset_streams() 952 counts: &mut Counts, 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() 987 counts: &mut Counts, in poll_complete() [all …]
|
/external/python/cpython3/Doc/c-api/ |
D | intro.rst | 379 .. _api-refcountdetails: 381 Reference Count Details
|
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
D | TestBNF.java | 120 static class Counts { class in TestBNF 123 Counts(int max) { in Counts() method in TestBNF.Counts
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | TrigramIndex.h | 56 std::vector<unsigned> Counts; variable
|
D | TrailingObjects.h | 314 additionalSizeToAlloc(typename trailing_objects_internal::ExtractSecondType< in additionalSizeToAlloc() 326 totalSizeToAlloc(typename trailing_objects_internal::ExtractSecondType< in totalSizeToAlloc()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TrigramIndex.h | 58 std::vector<unsigned> Counts; variable
|
D | TrailingObjects.h | 331 additionalSizeToAlloc(typename trailing_objects_internal::ExtractSecondType< in additionalSizeToAlloc() 343 totalSizeToAlloc(typename trailing_objects_internal::ExtractSecondType< in totalSizeToAlloc()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
D | CGProfile.cpp | 27 MapVector<std::pair<Function *, Function *>, uint64_t> &Counts) { in addModuleFlags() 51 MapVector<std::pair<Function *, Function *>, uint64_t> Counts; in runCGProfilePass() local
|
/external/skia/tests/ |
D | PromiseImageTest.cpp | 412 struct Counts { in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() struct 413 int fFulfillCount = 0; in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() 414 int fReleaseCount = 0; in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
|
/external/libchrome/base/metrics/ |
D | histogram.h | 105 typedef std::vector<Count> Counts; typedef
|
D | histogram_functions_unittest.cc | 78 TEST(HistogramFunctionsTest, Counts) { in TEST() argument
|
/external/cronet/stable/net/third_party/quiche/src/quiche/common/ |
D | quiche_circular_deque_test.cc | 58 struct Counts { struct in quiche::test::__anonf3b6e87e0111::CountingAllocator 59 size_t allocate_count = 0; 60 size_t deallocate_count = 0;
|
/external/cronet/tot/net/third_party/quiche/src/quiche/common/ |
D | quiche_circular_deque_test.cc | 58 struct Counts { struct in quiche::test::__anon5aa2b61a0111::CountingAllocator 59 size_t allocate_count = 0; 60 size_t deallocate_count = 0;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | CGProfile.cpp | 27 MapVector<std::pair<Function *, Function *>, uint64_t> Counts; in run() local
|
/external/cronet/stable/base/metrics/ |
D | histogram.h | 109 typedef std::vector<Count> Counts; typedef
|
D | histogram_functions_unittest.cc | 91 TEST(HistogramFunctionsTest, Counts) { in TEST() argument
|
/external/cronet/tot/base/metrics/ |
D | histogram.h | 109 typedef std::vector<Count> Counts; typedef
|
D | histogram_functions_unittest.cc | 91 TEST(HistogramFunctionsTest, Counts) { in TEST() argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
D | SyntheticCountsPropagation.cpp | 95 DenseMap<Function *, Scaled64> Counts; in run() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | SyntheticCountsPropagation.cpp | 101 DenseMap<Function *, Scaled64> Counts; in run() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInsertWaits.cpp | 379 Counters Counts = WaitCounts; in insertWait() local 441 Counters Counts, WaitOn; in handleExistingWait() local
|
/external/rappor/apps/rappor-analysis/ |
D | server.R | 52 Counts <- reactive({ functionVar
|