Home
last modified time | relevance | path

Searched refs:Increment (Results 1 - 25 of 78) sorted by relevance

1234

/third_party/googletest/googletest/samples/
H A Dsample4_unittest.cc35 // Tests the Increment() method.
37 TEST(Counter, Increment) { in TEST()
46 EXPECT_EQ(0, c.Increment()); in TEST()
47 EXPECT_EQ(1, c.Increment()); in TEST()
48 EXPECT_EQ(2, c.Increment()); in TEST()
H A Dsample4.cc37 int Counter::Increment() { return counter_++; } in Increment() function in Counter
H A Dsample4.h44 int Increment();
/third_party/gn/src/base/
H A Datomic_ref_count.h21 // Increment a reference count.
22 void Increment() { Increment(1); } in Increment() function in base::AtomicRefCount
24 // Increment a reference count by "increment", which must exceed 0.
25 void Increment(int increment) { in Increment() function in base::AtomicRefCount
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_abort_sniffer.cpp41 void Increment (dng_priority priority);
94 void dng_priority_manager::Increment (dng_priority priority) in Increment() function in dng_priority_manager
164 gPriorityManager.Increment (fPriority); in dng_set_minimum_priority()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dnotification_test.cc31 void Increment() { in Increment() function in absl::ThreadSafeCounter
58 ready_counter->Increment(); in RunWorker()
60 done_counter->Increment(); in RunWorker()
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dutils.c91 static void Increment(int* const v) { in Increment() function
165 #define Increment(v) do {} while (0) macro
196 Increment(&num_malloc_calls); in WebPSafeMalloc()
206 Increment(&num_calloc_calls); in WebPSafeCalloc()
216 Increment(&num_free_calls); in WebPSafeFree()
/third_party/node/deps/v8/src/heap/
H A Dheap-allocator.cc110 heap_->isolate()->counters()->gc_last_resort_from_handles()->Increment(); in AllocateRawWithRetryOrFailSlowPath()
138 heap_->isolate()->counters()->objs_since_last_full()->Increment(); in IncrementObjectCounters()
139 heap_->isolate()->counters()->objs_since_last_young()->Increment(); in IncrementObjectCounters()
/third_party/node/deps/v8/src/codegen/
H A Dcompilation-cache.cc200 isolate()->counters()->compilation_cache_hits()->Increment(); in Lookup()
203 isolate()->counters()->compilation_cache_misses()->Increment(); in Lookup()
233 isolate()->counters()->compilation_cache_hits()->Increment(); in Lookup()
235 isolate()->counters()->compilation_cache_misses()->Increment(); in Lookup()
272 isolate()->counters()->compilation_cache_hits()->Increment(); in Lookup()
275 isolate()->counters()->compilation_cache_misses()->Increment(); in Lookup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DArchive.cpp578 auto Increment = [&]() { in Archive() local
625 if (Increment()) in Archive()
651 if (Increment()) in Archive()
664 if (Increment()) in Archive()
689 if (Increment()) in Archive()
713 if (Increment()) in Archive()
742 if (Increment()) in Archive()
767 if (Increment()) in Archive()
/third_party/node/test/js-native-api/test_instance_data/
H A Dtest_instance_data.c13 static napi_value Increment(napi_env env, napi_callback_info info) { in Increment() function
85 DECLARE_NODE_API_PROPERTY("increment", Increment), in Init()
/third_party/node/deps/v8/src/parsing/
H A Dparsing.cc50 isolate->counters()->total_parse_size()->Increment(source->length()); in ParseProgram()
80 isolate->counters()->total_parse_size()->Increment(source->length()); in ParseFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLowering.cpp805 size_t Increment = typeWidthInBytesOnStack(Var->getType()); in getVarStackSlotParams() local
809 *SpillAreaAlignmentBytes = Increment; in getVarStackSlotParams()
812 *GlobalsSize += Increment; in getVarStackSlotParams()
815 LocalsSize[NodeIndex] += Increment; in getVarStackSlotParams()
819 *LocalsSlotsAlignmentBytes = Increment; in getVarStackSlotParams()
822 *SpillAreaSizeBytes += Increment; in getVarStackSlotParams()
875 size_t Increment = typeWidthInBytesOnStack(Var->getType()); in assignVarStackSlots() local
878 GlobalsSpaceUsed += Increment; in assignVarStackSlots()
882 LocalsSize[NodeIndex] += Increment; in assignVarStackSlots()
888 NextStackOffset += Increment; in assignVarStackSlots()
[all...]
/third_party/gn/src/gn/
H A Dscheduler.cc60 pool_work_count_.Increment(); in ScheduleWork()
147 work_count_.Increment(); in IncrementWorkCount()
/third_party/benchmark/src/
H A Dcounter.h26 void Increment(UserCounters* l, UserCounters const& r);
H A Dcounter.cc49 void Increment(UserCounters* l, UserCounters const& r) { in Increment() function
/third_party/gn/src/base/containers/
H A Dcircular_deque.h157 // Increment and decrement.
159 Increment(); in operator ++()
164 Increment(); in operator ++()
255 void Increment() { in Increment() function in base::internal::circular_deque_const_iterator
370 // Increment and decrement.
372 base::Increment(); in operator ++()
377 base::Increment(); in operator ++()
/third_party/node/deps/v8/src/common/
H A Doperation.h27 V(Increment) \
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array-gen.cc386 Increment(&arg_index); in TF_BUILTIN()
430 Increment(&arg_index); in TF_BUILTIN()
800 Increment(&index_var); in GenerateSmiOrObject()
814 Increment(&index_var); in GenerateSmiOrObject()
842 Increment(&index_var); in GenerateSmiOrObject()
860 Increment(&index_var); in GenerateSmiOrObject()
896 Increment(&index_var); in GenerateSmiOrObject()
915 Increment(&index_var); in GenerateSmiOrObject()
968 Increment(&index_var); in GeneratePackedDoubles()
982 Increment( in GeneratePackedDoubles()
[all...]
/third_party/gn/src/base/strings/
H A Dstring_number_conversions.cc173 // - a static function, Increment, that appends the next digit appropriately
208 Sign::Increment(new_digit, output); in Invoke()
225 static void Increment(uint8_t increment, value_type* output) { in Increment() function in base::__anon2852::IteratorRangeToNumber::Positive
241 static void Increment(uint8_t increment, value_type* output) { in Increment() function in base::__anon2852::IteratorRangeToNumber::Negative
/third_party/skia/src/core/
H A DSkTBlockList.h247 static int Increment(const SkBlockAllocator::Block* b, int index) { in Increment() function in SkTBlockList
272 using Iter = BlockIndexIterator<T&, true, false, &First, &Last, &Increment, &GetItem>;
273 using CIter = BlockIndexIterator<const T&, true, true, &First, &Last, &Increment, &GetItem>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h46 void Increment();
50 InstrProfIterator(InstrProfReader *Reader) : Reader(Reader) { Increment(); } in InstrProfIterator()
52 InstrProfIterator &operator++() { Increment(); return *this; } in operator ++()
/third_party/node/deps/v8/src/wasm/
H A Dfunction-compiler.cc47 counters->wasm_generated_code_size()->Increment( in ExecuteCompilation()
49 counters->wasm_reloc_size()->Increment(result.code_desc.reloc_size); in ExecuteCompilation()
/third_party/gn/src/base/memory/
H A Dref_counted.h109 ALWAYS_INLINE void AddRefImpl() const { ref_count_.Increment(); } in AddRefImpl()
/third_party/node/deps/v8/src/ic/
H A Dstub-cache.cc109 isolate()->counters()->megamorphic_stub_cache_updates()->Increment(); in Set()

Completed in 23 milliseconds

1234