/aosp_15_r20/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
H A D | AbstractNettyHandler.java | 214 int increase = targetWindow - currentWindow; in updateWindow() local 215 fc.incrementWindowSize(connection().connectionStream(), increase); in updateWindow() local 237 private void incrementDataSincePing(int increase) { in incrementDataSincePing()
|
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/ |
H A D | metrics.h | 234 void Metrics<MetricsType>::ModifyRequested(size_t increase, size_t decrease) { in ModifyRequested() 254 void Metrics<MetricsType>::ModifyAllocated(size_t increase, size_t decrease) { in ModifyAllocated()
|
/aosp_15_r20/system/chre/apps/wifi_offload/test/ |
H A D | channelhistogram_test.cc | 69 uint32_t increase = 1; in TEST_F() local 92 uint32_t increase = 1; in TEST_F() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/ |
D | size_holder.hpp | 48 BOOST_INTRUSIVE_FORCEINLINE void increase(SizeType n) in increase() function 78 BOOST_INTRUSIVE_FORCEINLINE void increase(SizeType) in increase() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/ |
H A D | adjust_hue_op.cc | 147 bool increase = ((h_category & 0x1) == 0); in rgb_to_hv_range() local 156 bool increase = ((h_category & 0x1) == 0); in hv_range_to_rgb() local
|
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/batching/ |
H A D | FlowControllerTest.java | 614 int increase = 5, decrease = 20; in testNumberOfBytesOutOfBoundaryWontDeadlock() local 658 int increase = 5, decrease = 20; in testElementCountsOutOfBoundaryWontDeadlock() local
|
/aosp_15_r20/external/cronet/base/test/android/javatests/src/org/chromium/base/test/util/ |
H A D | HistogramWatcher.java | 215 private void incrementRecordsExpected(HistogramAndValue histogramAndValue, int increase) { in incrementRecordsExpected() 223 private void incrementTotalRecordsExpected(String histogram, int increase) { in incrementTotalRecordsExpected()
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkStrike.cpp | 375 size_t increase = glyph->drawable()->approximateBytesUsed(); in prepareForDrawable() local 446 void SkStrike::updateMemoryUsage(size_t increase) { in updateMemoryUsage()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ |
H A D | panicking.rs | 318 pub fn increase(run_panic_hook: bool) -> Option<MustAbort> { in increase() function 400 pub fn increase(run_panic_hook: bool) -> Option<MustAbort> { in increase() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ |
H A D | panicking.rs | 318 pub fn increase(run_panic_hook: bool) -> Option<MustAbort> { in increase() function 400 pub fn increase(run_panic_hook: bool) -> Option<MustAbort> { in increase() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/ |
H A D | panicking.rs | 316 pub fn increase(run_panic_hook: bool) -> Option<MustAbort> { in increase() function 398 pub fn increase(run_panic_hook: bool) -> Option<MustAbort> { in increase() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ |
H A D | panicking.rs | 316 pub fn increase(run_panic_hook: bool) -> Option<MustAbort> { in increase() function 398 pub fn increase(run_panic_hook: bool) -> Option<MustAbort> { in increase() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ |
H A D | panicking.rs | 316 pub fn increase(run_panic_hook: bool) -> Option<MustAbort> { in increase() function 398 pub fn increase(run_panic_hook: bool) -> Option<MustAbort> { in increase() function
|
/aosp_15_r20/external/javassist/sample/rmi/ |
H A D | Counter.java | 15 synchronized public int increase() { in increase() method in Counter
|
/aosp_15_r20/art/runtime/mirror/ |
H A D | class_ext.cc | 64 bool ClassExt::ExtendObsoleteArrays(Handle<ClassExt> h_this, Thread* self, uint32_t increase) { in ExtendObsoleteArrays()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_includes/pageview-providers/leancloud/ |
H A D | leancloud.js | 54 function increase(key, title, callback) { function
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_includes/pageview-providers/leancloud/ |
H A D | leancloud.js | 54 function increase(key, title, callback) { function
|
/aosp_15_r20/external/grpc-grpc/test/core/client_idle/ |
H A D | idle_filter_state_test.cc | 64 auto increase = [&] { in TEST() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/display/plugin/ |
H A D | PluginEventStorage.java | 122 private void increase(long timestamp, long previousTimestamp) { in increase() method in PluginEventStorage.EventCounter
|
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | Timeout.java | 116 public long increase() { in increase() method in Timeout
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_fs_register_coalesce.cpp | 214 const unsigned increase = in would_violate_eot_restriction() local
|
/aosp_15_r20/external/blktrace/btt/ |
H A D | misc.c | 86 static int increase_limit(int resource, rlim_t increase) in increase_limit()
|
/aosp_15_r20/external/pytorch/c10/core/ |
H A D | CachingDeviceAllocator.h | 11 void increase(size_t amount) { in increase() function
|
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/ |
H A D | StringUtils.java | 693 int increase = Math.max(replacement.length() - replLength, 0); in replace() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/ |
H A D | CUDAGeneratorImpl.cpp | 94 void CUDAGeneratorState::increase(uint64_t increment) { in increase() function in at::CUDAGeneratorState
|