HomeSort by relevance Sort by last modified time
    Searched refs:increase (Results 1 - 25 of 173) sorted by null

1 2 3 4 5 6 7

  /system/chre/apps/wifi_offload/test/
channelhistogram_test.cc 60 // verify only the increase channel is non-zero
69 uint32_t increase = 1; local
71 increase *= 2;
73 kAllFrequencies_Test[i], increase);
82 EXPECT_EQ(expected * 254 / increase + 1, scaled_value);
92 uint32_t increase = 1; local
94 increase *= 2;
96 kAllFrequencies_Test[i], increase);
  /external/ImageMagick/Magick++/lib/Magick++/
BlobRef.h 35 void increase();
ImageRef.h 46 void increase();
  /build/kati/testcase/
nested_define.mk 10 # Prefixed defines don't increase the nest level.
  /external/javassist/sample/rmi/
Counter.java 15 synchronized public int increase() { method in class:Counter
  /external/blktrace/btt/
misc.c 87 static int increase_limit(int resource, rlim_t increase)
93 rlim.rlim_cur += increase;
95 rlim.rlim_max = rlim.rlim_cur + increase;
  /cts/tests/autofillservice/src/android/autofillservice/cts/
TimeoutTest.java 75 assertThat(timeout.increase()).isEqualTo(1);
77 assertThat(timeout.increase()).isEqualTo(2);
80 assertThat(timeout.increase()).isEqualTo(4);
82 assertThat(timeout.increase()).isEqualTo(5);
  /external/ImageMagick/Magick++/lib/
BlobRef.cpp 61 void Magick::BlobRef::increase() function in class:Magick::BlobRef
Blob.cpp 31 // Increase reference count
32 _blobRef->increase();
47 blob_._blobRef->increase();
  /external/llvm/test/MC/AsmParser/
at-pseudo-variable.s 34 # Test that .irp(c) and .rep(t) do not increase \@.
35 # Only the use of A should increase \@, so we can test that it increases by 1
  /external/valgrind/memcheck/tests/
supp_unknown.stderr.exp 8 possible), you can try to increase the size of the
  /external/valgrind/none/tests/amd64-linux/
bug345887.stderr.exp 7 possible), you can try to increase the size of the
  /external/valgrind/none/tests/amd64-solaris/
coredump_single_thread.stderr.exp 7 possible), you can try to increase the size of the
coredump_single_thread_sse.stderr.exp 9 possible), you can try to increase the size of the
  /external/valgrind/none/tests/linux/
blockfault.stderr.exp 8 possible), you can try to increase the size of the
stack-overflow.stderr.exp 10 possible), you can try to increase the size of the
  /external/valgrind/none/tests/solaris/
block_all_signals.stderr.exp 8 possible), you can try to increase the size of the
blockfault.stderr.exp 8 possible), you can try to increase the size of the
coredump_many_threads.stderr.exp 9 possible), you can try to increase the size of the
stack-overflow.stderr.exp 10 possible), you can try to increase the size of the
  /external/valgrind/none/tests/x86-linux/
bug345887.stderr.exp 7 possible), you can try to increase the size of the
hang.stderr.exp 7 possible), you can try to increase the size of the
  /external/valgrind/none/tests/x86-solaris/
coredump_single_thread.stderr.exp 7 possible), you can try to increase the size of the
coredump_single_thread_sse.stderr.exp 9 possible), you can try to increase the size of the
  /art/runtime/mirror/
class_ext.cc 54 bool ClassExt::ExtendObsoleteArrays(Thread* self, uint32_t increase) {
64 new_len = increase;
67 new_len = increase + old_methods->GetLength();

Completed in 437 milliseconds

1 2 3 4 5 6 7