HomeSort by relevance Sort by last modified time
    Searched defs:Increment (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/google-breakpad/src/testing/gtest/samples/
sample4.cc 39 int Counter::Increment() {
  /external/googletest/googletest/samples/
sample4.cc 39 int Counter::Increment() {
  /external/protobuf/gtest/samples/
sample4.cc 39 int Counter::Increment() {
  /external/v8/testing/gtest/samples/
sample4.cc 39 int Counter::Increment() {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample4.cc 39 int Counter::Increment() {
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/samples/
sample4.cc 39 int Counter::Increment() {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/samples/
sample4.cc 39 int Counter::Increment() {
  /external/google-benchmark/src/
counter.cc 37 void Increment(UserCounters *l, UserCounters const& r) {
  /external/libcxx/utils/google-benchmark/src/
counter.cc 37 void Increment(UserCounters *l, UserCounters const& r) {
  /prebuilts/go/darwin-x86/src/sync/
once_test.go 14 func (o *one) Increment() {
19 once.Do(func() { o.Increment() })
  /prebuilts/go/linux-x86/src/sync/
once_test.go 14 func (o *one) Increment() {
19 once.Do(func() { o.Increment() })
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
counter.cc 37 void Increment(UserCounters *l, UserCounters const& r) {
  /external/libchrome/base/
callback_helpers_unittest.cc 13 void Increment(int* value) {
20 base::Closure cb = base::Bind(&Increment, &run_count);
28 base::OnceClosure cb2 = base::BindOnce(&Increment, &run_count);
38 base::ScopedClosureRunner runner(base::Bind(&Increment, &run_count));
48 base::ScopedClosureRunner runner(base::Bind(&Increment, &run_count));
62 runner.ReplaceClosure(base::Bind(&Increment, &run_count_1));
63 runner.ReplaceClosure(base::Bind(&Increment, &run_count_2));
74 base::ScopedClosureRunner runner(base::Bind(&Increment, &run_count_3));
86 new base::ScopedClosureRunner(base::Bind(&Increment, &run_count)));
98 base::ScopedClosureRunner runner(base::Bind(&Increment, &run_count_1))
    [all...]
cancelable_callback_unittest.cc 28 void Increment(int* count) { (*count)++; }
42 base::Bind(&Increment, base::Unretained(&count)));
63 base::Bind(&Increment, base::Unretained(&count)));
91 base::Bind(&Increment, base::Unretained(&count)));
126 base::Bind(&Increment, base::Unretained(&count)));
160 cancelable.Reset(base::Bind(&Increment,
174 CancelableClosure cancelable(base::Bind(&Increment,
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 97 void InstrProfIterator::Increment() {
  /external/webrtc/webrtc/base/
atomicops.h 28 static int Increment(volatile int* i) {
56 static int Increment(volatile int* i) {
event_tracer_unittest.cc 28 void Increment() {
58 TestStatistics::Get()->Increment();
  /frameworks/av/media/libmedia/include/media/
CounterMetric.h 42 // workCounter.Increment(err);
63 // Increment the count of times the operation occurred with this
65 void Increment(AttributeType attribute) {
  /art/runtime/
barrier.cc 34 template void Barrier::Increment<Barrier::kAllowHoldingLocks>(Thread* self, int delta);
35 template void Barrier::Increment<Barrier::kDisallowHoldingLocks>(Thread* self, int delta);
43 Increment(self, -1);
52 void Barrier::Increment(Thread* self, int delta) {
56 // Increment the count. If it becomes zero after the increment
72 bool Barrier::Increment(Thread* self, int delta, uint32_t timeout_ms) {
  /external/webrtc/webrtc/system_wrappers/source/
critical_section_unittest.cc 37 void Increment() {
73 the_count->Increment();
89 // Thus, the thread should not be able to increment the count
99 the_count->Increment();
120 // The thread does not increment while lock is held.
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
BotPeim.c 190 UINTN Increment;
217 Increment = 16 * MaxPacketLen;
219 Increment = Remain;
227 &Increment,
231 TransferredSize += Increment;
238 BufferPtr += Increment;
239 Remain -= Increment;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassCbi.c 264 UINTN Increment;
297 Increment = USB_CBI_MAX_PACKET_NUM * Endpoint->MaxPacketSize;
299 Increment = Remain;
306 &Increment,
319 if (Increment == 0) {
324 Next += Increment;
325 Remain -= Increment;
343 Next += Increment;
344 Remain -= Increment;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalIdeMode.c 620 UINTN Increment;
654 Increment = 256;
674 if ((WordCount + Increment) > RShiftU64(ByteCount, 1)) {
675 Increment = (UINTN)(RShiftU64(ByteCount, 1) - WordCount);
681 Increment,
687 Increment,
698 WordCount += Increment;
699 Buffer16 += Increment;
  /external/dng_sdk/source/
dng_abort_sniffer.cpp 41 void Increment (dng_priority priority);
94 void dng_priority_manager::Increment (dng_priority priority)
164 gPriorityManager.Increment (fPriority);
  /external/pdfium/core/fpdfapi/parser/
cpdf_object_walker.cpp 95 const CPDF_Object* CPDF_ObjectWalker::SubobjectIterator::Increment() {
148 next_object_ = it->Increment();

Completed in 625 milliseconds

1 2 3 4