HomeSort by relevance Sort by last modified time
    Searched refs:Increment (Results 51 - 75 of 146) sorted by null

1 23 4 5 6

  /external/chromium_org/third_party/webrtc/voice_engine/
channel_manager.cc 141 void ChannelManager::Iterator::Increment() {
transmit_mixer.cc 308 it.Increment()) {
421 it.Increment())
456 it.Increment())
    [all...]
  /external/stlport/src/
sparc_atomic.s 36 add %o2, 0x1, %o3 ! Increment and store current
sparc_atomic64.s 34 addx %o2, 0x1, %o3 ! Increment and store current
  /ndk/sources/cxx-stl/stlport/src/
sparc_atomic.s 36 add %o2, 0x1, %o3 ! Increment and store current
sparc_atomic64.s 34 addx %o2, 0x1, %o3 ! Increment and store current
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
fileapi_worker_unittest.cc 22 void Increment(int* num_called) {
151 base::Bind(&Increment, &num_called));
  /external/chromium_org/chrome/common/extensions/docs/server2/
test_file_system.py 59 are changed either by |Increment| or |SetVersion|. The versions of
67 def Increment(self, path=None, by=1):
144 self._stat_tracker.Increment(path, by=by)
  /external/chromium_org/content/child/npapi/
plugin_lib.cc 74 base::StatsCounter(kPluginLibrariesLoadedCounter).Increment();
154 base::StatsCounter(kPluginInstancesActiveCounter).Increment();
  /external/chromium_org/media/cast/test/utility/
udp_proxy_main.cc 50 void Increment(uint64 x) {
73 counter_->Increment(packet->size());
tap_proxy.cc 154 void Increment(uint64 x) {
177 counter_->Increment(packet->size());
  /external/chromium_org/base/strings/
string_number_conversions.cc 206 // - a static function, Increment, that appends the next digit appropriately
240 Sign::Increment(new_digit, output);
257 static void Increment(uint8 increment, value_type* output) {
258 *output += increment;
273 static void Increment(uint8 increment, value_type* output) {
274 *output -= increment;
  /art/compiler/utils/
growable_array.h 147 void Increment(size_t index) {
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.h 117 void Increment();
  /external/chromium_org/extensions/renderer/
module_system_unittest.cc 19 "Increment",
20 base::Bind(&CounterNatives::Increment, base::Unretained(this)));
27 void Increment(const v8::FunctionCallbackInfo<v8::Value>& args) {
184 "requireNative('counter').Increment();"
239 "requireNative('counter').Increment();");
  /external/chromium_org/cc/quads/
list_container.cc 209 BaseElementType>::PositionInListContainerCharAllocator::Increment() {
476 this->Increment();
525 this->Increment();
  /external/chromium_org/v8/src/
hydrogen-bce.cc 177 bounds_checks_eliminated()->Increment();
404 bounds_checks_eliminated()->Increment();
codegen.cc 155 isolate->counters()->total_compiled_code_size()->Increment(
compiler.cc 514 // Concurrent recompilation and OSR may race. Increment only once.
    [all...]
  /external/chromium_org/v8/src/ic/
stub-cache.cc 72 isolate()->counters()->megamorphic_stub_cache_updates()->Increment();
ic-compiler.cc 265 isolate->counters()->keyed_load_polymorphic_stubs()->Increment();
414 isolate()->counters()->keyed_store_polymorphic_stubs()->Increment();
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 815 // Increment the pointer to the other part.
    [all...]
  /external/chromium_org/v8/src/heap/
store-buffer.cc 100 isolate->counters()->store_buffer_overflows()->Increment();
578 heap_->isolate()->counters()->store_buffer_compactions()->Increment();
  /external/chromium_org/content/browser/download/
download_file_impl.cc 105 rate_estimator_.Increment(data_len);
  /external/chromium_org/crypto/
encryptor_unittest.cc 320 // Increment 10 times.
324 counter1.Increment();
338 counter2.Increment();
350 counter3.Increment();

Completed in 3427 milliseconds

1 23 4 5 6