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

  /external/chromium/testing/gtest/samples/
sample4.cc 39 int Counter::Increment() {
  /external/gtest/samples/
sample4.cc 39 int Counter::Increment() {
  /external/libvpx/libvpx/third_party/googletest/src/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/webrtc/src/system_wrappers/source/
critical_section_unittest.cc 50 void Increment() {
94 the_count->Increment();
112 // Thus, the thread should not be able to increment the count
125 the_count->Increment();
148 // The thread does not increment while lock is held.
  /external/v8/src/
counters.h 132 void Increment() {
137 void Increment(int value) {
  /external/llvm/lib/Target/R600/
SIInsertWaits.cpp 74 /// \brief Get increment/decrement amount for this instruction.
199 Counters Increment = getHwCounts(MI);
203 LastIssued.Array[i] += Increment.Array[i];
204 Sum += Increment.Array[i];
212 if (Increment.Named.EXP) {
  /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/libvpx/libvpx/third_party/googletest/src/test/
gtest-port_test.cc 1018 void Increment() {
1048 param.first->Increment();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 342 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy());
357 // Increment the pointers.
360 Increment);
361 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
461 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy());
477 // Increment the pointers.
479 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
481 Increment);
    [all...]
LegalizeVectorTypes.cpp 780 // Increment the pointer to the other part.
    [all...]
  /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/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/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1026 milliseconds