Searched refs:Increment (Results 26 - 50 of 118) sorted by relevance

12345

/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/
H A Dsample_input_reader.py54 operation.counters.Increment(
56 operation.counters.Increment(COUNTER_IO_READ_BYTES, len(content))(ctx)
/external/v8/src/arm64/
H A Dinstrument-arm64.h37 void Increment();
/external/vixl/src/vixl/a64/
H A Dinstrument-a64.h58 void Increment();
/external/webrtc/webrtc/audio/
H A Daudio_state.cc46 return rtc::AtomicOps::Increment(&ref_count_);
/external/webrtc/webrtc/base/
H A Dcriticalsection_unittest.cc188 static int AtomicOp(int* i) { return AtomicOps::Increment(i); }
213 EXPECT_EQ(1, AtomicOps::Increment(&value));
215 EXPECT_EQ(2, AtomicOps::Increment(&value));
245 TEST(AtomicOpsTest, Increment) {
/external/webrtc/webrtc/modules/utility/source/
H A Dprocess_thread_impl_unittest.cc48 ACTION_P(Increment, counter) {
124 Increment(&process_count),
126 .WillRepeatedly(DoAll(Increment(&process_count), Return(0)));
227 .WillRepeatedly(DoAll(Increment(&callback_count),
/external/llvm/lib/Target/AMDGPU/
H A DSIInsertWaits.cpp253 Counters Increment = getHwCounts(*I); local
258 LastIssued.Array[i] += Increment.Array[i];
259 if (Increment.Array[i])
261 Sum += Increment.Array[i];
282 (LastOpcodeType == VMEM && Increment.Named.VM)) {
291 else if (Increment.Named.VM)
296 if (Increment.Named.EXP) {
/external/v8/src/
H A Dcompilation-cache.cc182 isolate()->counters()->compilation_cache_hits()->Increment();
185 isolate()->counters()->compilation_cache_misses()->Increment();
223 isolate()->counters()->compilation_cache_hits()->Increment();
226 isolate()->counters()->compilation_cache_misses()->Increment();
263 isolate()->counters()->compilation_cache_hits()->Increment();
266 isolate()->counters()->compilation_cache_misses()->Increment();
H A Dcancelable-task.h102 cancel_counter_.Increment(1);
H A Datomic-utils.h23 V8_INLINE T Increment(T increment) { function in class:v8::internal::AtomicNumber
/external/pdfium/xfa/src/fxbarcode/datamatrix/
H A DBC_DataMatrixDetector.h62 void Increment(CFX_MapPtrTemplate<CBC_ResultPoint*, int32_t>& table,
H A DBC_DataMatrixDetector.cpp73 Increment(pointCount, lSideOne->GetFrom());
74 Increment(pointCount, lSideOne->GetTo());
75 Increment(pointCount, lSideTwo->GetFrom());
76 Increment(pointCount, lSideTwo->GetTo());
305 void CBC_DataMatrixDetector::Increment( function in class:CBC_DataMatrixDetector
/external/webrtc/webrtc/voice_engine/
H A Dchannel_manager.h88 void Increment();
H A Dchannel_manager.cc152 void ChannelManager::Iterator::Increment() { function in class:webrtc::voe::ChannelManager::Iterator
/external/llvm/lib/Object/
H A DArchive.cpp285 auto Increment = [&]() { local
319 if (Increment())
339 if (Increment())
359 if (Increment())
373 if (Increment())
397 if (Increment())
412 if (Increment())
/external/libweave/third_party/chromium/base/strings/
H A Dstring_number_conversions.cc159 // - a static function, Increment, that appends the next digit appropriately
193 Sign::Increment(new_digit, output);
210 static void Increment(uint8_t increment, value_type* output) { function in class:base::__anon11291::IteratorRangeToNumber::Positive
226 static void Increment(uint8_t increment, value_type* output) { function in class:base::__anon11291::IteratorRangeToNumber::Negative
/external/v8/src/crankshaft/
H A Dhydrogen-bch.cc247 counters()->bounds_checks_eliminated()->Increment();
277 counters()->bounds_checks_hoisted()->Increment();
314 counters()->bounds_checks_eliminated()->Increment();
H A Dhydrogen-bce.cc178 bounds_checks_eliminated()->Increment();
415 bounds_checks_eliminated()->Increment();
H A Dhydrogen-escape-analysis.cc145 isolate()->counters()->crankshaft_escape_loads_replaced()->Increment();
323 isolate()->counters()->crankshaft_escape_allocs_replaced()->Increment(
/external/libchrome/base/strings/
H A Dstring_number_conversions.cc167 // - a static function, Increment, that appends the next digit appropriately
201 Sign::Increment(new_digit, output);
218 static void Increment(uint8_t increment, value_type* output) { function in class:base::__anon9089::IteratorRangeToNumber::Positive
234 static void Increment(uint8_t increment, value_type* output) { function in class:base::__anon9089::IteratorRangeToNumber::Negative
/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h39 void Increment();
42 InstrProfIterator(InstrProfReader *Reader) : Reader(Reader) { Increment(); }
44 InstrProfIterator &operator++() { Increment(); return *this; }
/external/libchrome/base/
H A Dcallback_list_unittest.cc107 void Increment() { value_++; } function in class:base::__anon8966::Counter
309 Bind(&Counter::Increment, Unretained(&remove_count)));
/external/libweave/third_party/chromium/base/
H A Dcallback_list_unittest.cc107 void Increment() { value_++; } function in class:base::__anon11268::Counter
309 Bind(&Counter::Increment, Unretained(&remove_count)));
/external/v8/src/compiler/
H A Descape-analysis-reducer.cc60 counters()->turbo_escape_loads_replaced()->Increment();
95 counters()->turbo_escape_allocs_replaced()->Increment();
/external/dng_sdk/source/
H A Ddng_gain_map.cpp66 void Increment () function in class:dng_gain_map_interpolator
587 interp.Increment ();

Completed in 769 milliseconds

12345