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

  /external/chromium/testing/gtest/samples/
sample4.cc 39 int Counter::Increment() {
  /external/gtest/samples/
sample4.cc 39 int Counter::Increment() {
  /external/protobuf/gtest/samples/
sample4.cc 39 int Counter::Increment() {
  /external/chromium/chrome/browser/sync/engine/
get_commit_ids_command.h 56 Increment();
65 bool Increment() {
  /external/chromium/base/metrics/
stats_counters.h 28 // request_count.Increment();
88 void Increment() {
147 // Accept a TimeDelta to increment.
  /external/v8/src/
counters.h 132 void Increment() {
137 void Increment(int value) {
  /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/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/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/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 335 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy());
350 // Increment the pointers.
353 Increment);
354 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
453 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy());
469 // Increment the pointers.
471 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
473 Increment);
    [all...]
LegalizeVectorTypes.cpp 719 // Increment the pointer to the other part.
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 804 milliseconds