HomeSort by relevance Sort by last modified time
    Searched refs:Increment (Results 26 - 50 of 74) sorted by null

12 3

  /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/chrome/browser/
jankometer.cc 165 queueing_delay_counter_.Increment();
188 slow_processing_counter_.Increment();
  /external/chromium/base/
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;
  /external/v8/src/
codegen.cc 108 isolate->counters()->total_compiled_code_size()->Increment(
compiler.cc 481 isolate->counters()->total_load_size()->Increment(source_length);
482 isolate->counters()->total_compile_size()->Increment(source_length);
552 isolate->counters()->total_eval_size()->Increment(source_length);
553 isolate->counters()->total_compile_size()->Increment(source_length);
615 isolate->counters()->total_compile_size()->Increment(compiled_size);
code-stubs.cc 53 masm->isolate()->counters()->code_stubs()->Increment();
83 counters->total_stubs_code_size()->Increment(code->instruction_size());
handles.cc 374 isolate->counters()->script_wrappers()->Increment();
695 isolate->counters()->for_in()->Increment();
708 isolate->counters()->enum_cache_hits()->Increment();
713 isolate->counters()->enum_cache_misses()->Increment();
    [all...]
stub-cache.cc 97 isolate()->counters()->megamorphic_stub_cache_updates()->Increment();
    [all...]
execution.cc 903 isolate->counters()->stack_interrupts()->Increment();
907 isolate->counters()->runtime_profiler_ticks()->Increment();
runtime.cc 215 isolate->counters()->cow_arrays_created_runtime()->Increment();
658 isolate->counters()->cow_arrays_created_runtime()->Increment();
    [all...]
global-handles.cc 406 isolate_->counters()->global_handles()->Increment();
  /external/chromium/net/tools/fetch/
fetch_client.cc 106 requests.Increment();
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 780 // Increment the pointer to the other part.
    [all...]
  /external/chromium/net/socket/
tcp_client_socket_win.cc 264 connects.Increment();
575 writes.Increment();
tcp_client_socket_libevent.cc 173 connects.Increment();
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 764 /// \brief Matches the increment statement of a for loop.
774 const Stmt *const Increment = Node.getInc();
775 return (Increment != NULL &&
776 InnerMatcher.matches(*Increment, Finder, Builder));
    [all...]
  /external/chromium/net/spdy/
spdy_session.cc 325 spdy_sessions.Increment();
514 spdy_requests.Increment();
    [all...]
  /external/chromium/webkit/glue/
webkitclient_impl.cc 260 base::StatsCounter(name).Increment();
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
RenderState.java 237 * Increment the value in the stencil buffer, clamp once reaching
240 Increment,
243 * Increment the value in the stencil buffer and wrap to 0 when
    [all...]
  /external/chromium/testing/gtest/test/
gtest-port_test.cc 998 void Increment() {
1028 param.first->Increment();
1041 // Creates and runs kThreadCount threads that increment locked_counter
    [all...]
  /external/gtest/test/
gtest-port_test.cc 1018 void Increment() {
1048 param.first->Increment();
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-port_test.cc 1018 void Increment() {
1048 param.first->Increment();
    [all...]

Completed in 1309 milliseconds

12 3