Home
last modified time | relevance | path

Searched defs:increment (Results 151 – 175 of 2146) sorted by relevance

12345678910>>...86

/aosp_15_r20/external/libchrome/base/
H A Datomic_ref_count.h25 void Increment(int increment) { in Increment()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/
Datomic_ref_count.h28 void Increment(int increment) { in Increment()
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
H A Datomic_ref_count.h27 int Increment(int increment) { in Increment()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Datomic_count.hpp34 inline void increment(atomic_count& a, long b) { a += b; } in increment() function
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
H A DZipEncodingHelper.java87 static ByteBuffer growBufferBy(ByteBuffer buffer, int increment) { in growBufferBy()
/aosp_15_r20/external/cronet/base/
H A Datomic_ref_count.h31 int Increment(int increment) { in Increment()
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/concurrent/
H A DThresholdCircuitBreaker.java112 public boolean incrementAndCheckState(final Long increment) { in incrementAndCheckState()
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/header/
H A DIndentation.java80 protected void increment() { in increment() method in Indentation
/aosp_15_r20/cts/tests/tests/transition/src/android/transition/cts/
H A DPathMotionTest.java40 float increment = minLength / 5f; in assertPathMatches() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
H A DStorelessUnivariateStatistic.java36 void increment(double d); in increment() method
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DLinearFakeValueGenerator.h41 float increment; // Value that we will be added to currentValue with each timer tick. member
/aosp_15_r20/frameworks/av/media/libaaudio/src/utility/
H A DMonotonicCounter.h61 int64_t increment(int64_t delta) { in increment() function
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/descriptive/
H A DStorelessUnivariateStatistic.java37 void increment(double d); in increment() method
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFileSystem.h810 directory_iterator &increment(std::error_code &ec) { in increment() function
864 recursive_directory_iterator &increment(std::error_code &ec) { in increment() function
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DSpdy3.java237 long increment = w2 & 0x7fffffff; in readWindowUpdate() local
469 @Override public synchronized void windowUpdate(int streamId, long increment) in windowUpdate()
/aosp_15_r20/external/pigweed/pw_grpc/
H A Dconnection.cc255 uint32_t increment) { in SendWindowUpdates()
272 uint32_t increment; in SendWindowUpdates() local
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
H A DSpdy3.java239 long increment = w2 & 0x7fffffff; in readWindowUpdate() local
471 @Override public synchronized void windowUpdate(int streamId, long increment) in windowUpdate()
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DFileSystem.h799 directory_iterator &increment(std::error_code &ec) { in increment() function
852 recursive_directory_iterator &increment(std::error_code &ec) { in increment() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/example/
Dnode_iterator3.hpp54 void increment() { this->base_reference() = this->base()->next(); } in increment() function in node_iter
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/tools/libprotocan/
H A DMessageCounter.cpp55 void MessageCounter::increment(can::V1_0::CanMessage& msg) { in increment() function in android::hardware::automotive::protocan::MessageCounter
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/iterators/
Dunescape.hpp70 void increment(){ in increment() function in boost::archive::iterators::unescape
/aosp_15_r20/external/oboe/src/common/
H A DMonotonicCounter.h54 int64_t increment(int64_t delta) { in increment() function
/aosp_15_r20/art/runtime/gc/allocator/
H A Dart-dlmalloc.cc49 static void* art_heap_morecore(void* m, intptr_t increment) { in art_heap_morecore()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
H A DSecondMoment.java76 public void increment(final double d) { in increment() method in SecondMoment
H A DVectorialMean.java52 public void increment(double[] v) throws DimensionMismatchException { in increment() method in VectorialMean

12345678910>>...86