HomeSort by relevance Sort by last modified time
    Searched defs:Increment (Results 1 - 12 of 12) 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/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 421 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy());
436 // Increment the pointers.
439 Increment);
440 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
529 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy());
544 // Increment the pointers.
546 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
548 Increment);
    [all...]
LegalizeVectorTypes.cpp 682 // Increment the pointer to the other part.
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 392 milliseconds