HomeSort by relevance Sort by last modified time
    Searched refs:Counter (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/chromium/testing/gtest/samples/
sample4.h 37 // A simple monotonic counter.
38 class Counter {
43 // Creates a counter that starts at 0.
44 Counter() : counter_(0) {}
46 // Returns the current counter value, and increments it.
49 // Prints the current counter value to STDOUT.
sample4.cc 38 // Returns the current counter value, and increments it.
39 int Counter::Increment() {
43 // Prints the current counter value to STDOUT.
44 void Counter::Print() const {
sample4_unittest.cc 36 TEST(Counter, Increment) {
37 Counter c;
  /external/gtest/samples/
sample4.h 37 // A simple monotonic counter.
38 class Counter {
43 // Creates a counter that starts at 0.
44 Counter() : counter_(0) {}
46 // Returns the current counter value, and increments it.
49 // Prints the current counter value to STDOUT.
sample4.cc 38 // Returns the current counter value, and increments it.
39 int Counter::Increment() {
43 // Prints the current counter value to STDOUT.
44 void Counter::Print() const {
sample4_unittest.cc 36 TEST(Counter, Increment) {
37 Counter c;
  /external/libvpx/libvpx/third_party/googletest/src/samples/
sample4.h 37 // A simple monotonic counter.
38 class Counter {
43 // Creates a counter that starts at 0.
44 Counter() : counter_(0) {}
46 // Returns the current counter value, and increments it.
49 // Prints the current counter value to STDOUT.
sample4.cc 38 // Returns the current counter value, and increments it.
39 int Counter::Increment() {
43 // Prints the current counter value to STDOUT.
44 void Counter::Print() const {
sample4_unittest.cc 36 TEST(Counter, Increment) {
37 Counter c;
  /external/protobuf/gtest/samples/
sample4.h 37 // A simple monotonic counter.
38 class Counter {
43 // Creates a counter that starts at 0.
44 Counter() : counter_(0) {}
46 // Returns the current counter value, and increments it.
49 // Prints the current counter value to STDOUT.
sample4.cc 38 // Returns the current counter value, and increments it.
39 int Counter::Increment() {
43 // Prints the current counter value to STDOUT.
44 void Counter::Print() const {
sample4_unittest.cc 36 TEST(Counter, Increment) {
37 Counter c;
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 21 typedef unsigned int Counter;
80 Counter authEntersConnecting;
81 Counter authEapLogoffsWhileConnecting;
82 Counter authEntersAuthenticating;
83 Counter authAuthSuccessesWhileAuthenticating;
84 Counter authAuthTimeoutsWhileAuthenticating;
85 Counter authAuthFailWhileAuthenticating;
86 Counter authAuthEapStartsWhileAuthenticating;
87 Counter authAuthEapLogoffWhileAuthenticating;
88 Counter authAuthReauthsWhileAuthenticated
    [all...]
  /external/webkit/Source/WebCore/css/
Counter.idl 23 interface Counter {
Counter.h 29 class Counter : public RefCounted<Counter> {
31 static PassRefPtr<Counter> create(PassRefPtr<CSSPrimitiveValue> identifier, PassRefPtr<CSSPrimitiveValue> listStyle, PassRefPtr<CSSPrimitiveValue> separator)
33 return adoptRef(new Counter(identifier, listStyle, separator));
47 Counter(PassRefPtr<CSSPrimitiveValue> identifier, PassRefPtr<CSSPrimitiveValue> listStyle, PassRefPtr<CSSPrimitiveValue> separator)
  /external/javassist/sample/rmi/
Counter.java 8 public class Counter {
25 web.exportObject("counter", new Counter());
30 "Usage: java sample.rmi.Counter <port number>");
CountApplet.java 13 private Counter counter; field in class:CountApplet
32 paramName = "counter";
53 counter = (Counter)importer.lookupObject(paramName);
54 message = Integer.toString(counter.get());
62 counter.increase();
63 message = Integer.toString(counter.get());
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 54 Counter RN 12
78 MOV Temp, iFrameWidth ;// Outer loop counter
95 MOV Counter, iExpandPels ;// Inner loop counter
107 SUBS Counter, Counter, #8
126 MOV Counter, iExpandPels ;// Inner loop counter
138 SUBS Counter, Counter, #
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
CountersTable.java 35 * of which has a list of Counter objects. This really isn't a true
67 * Put a counter into the table and create an empty
142 Counter counter = (Counter) counters.elementAt(i); local
144 count = counter.getPreviouslyCounted(support, target);
155 // the backwards list (m_newFound) to the forwards list (counter.m_countNodes).
171 Counter counter = (Counter) counters.elementAt(i) local
197 Counter counter = new Counter(numberElem, new NodeSetDTM(support.getDTMManager())); local
    [all...]
Counter.java 19 * $Id: Counter.java 468645 2006-10-28 06:57:24Z minchau $
37 public class Counter
61 * find a counter if the node being counted is not immediatly
79 * Construct a counter object.
86 Counter(ElemNumber numberElem, NodeSetDTM countNodes) throws TransformerException
93 * Construct a counter object.
99 Counter(ElemNumber numberElem) throws TransformerException
  /libcore/luni/src/main/native/
toStringArray.h 23 template <typename Counter, typename Getter>
24 jobjectArray toStringArray(JNIEnv* env, Counter* counter, Getter* getter) {
25 size_t count = (*counter)();
43 template <typename Counter, typename Getter>
44 jobjectArray toStringArray16(JNIEnv* env, Counter* counter, Getter* getter) {
45 size_t count = (*counter)();
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.s 102 Counter RN 8
122 ;// Set up counter of format, [0] [0] [1 (height)] [8 (width)]
123 MOV Counter, #1
125 ADD Counter, Temp, Counter, LSL #8 ;// [0 0 H W]
186 SUBS Counter, Counter, #1 << 8 ;// Loop till height is 10
192 ADDS Counter, Counter, #(1 << 8)-4 ;// Loop till width is 12
195 ADD Counter, Counter, #1<<
    [all...]
armVCM4P10_InterpolateLuma_HalfDiagHorVer4x4_unsafe_s.s 84 Counter RN 11
105 ;// Set up counter of format, [0] [0] [1 (height)] [8 (width)]
106 MOV Counter, #4
172 ;// If Counter is even store Acc0-Acc3 in a temporary buffer
173 ;// If Counter is off store Acc0-Acc3 and previous Acc0-Acc3 in a intermediate buf
174 ANDS Temp3, Counter, #1
204 SUBS Counter, Counter, #1 ;// Loop till height is 10
221 MOV Counter, #4
226 M_STR Counter, pCounte
    [all...]
  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 33 unsigned Counter;
60 Counter = 0;
115 O << IndentStr << "static const uint16_t RegList" << ++Counter
124 << Counter << ", " << RegList->getSize() << ")) {\n";
143 unsigned RegListNumber = ++Counter;
144 unsigned ShadowRegListNumber = ++Counter;
176 O << IndentStr << "unsigned Offset" << ++Counter
192 << Counter << ", LocVT, LocInfo));\n";
  /external/v8/src/
d8.h 44 // A single counter in a counter collection.
45 class Counter {
68 Counter* GetNextCounter();
75 Counter counters_[kMaxCounters];
82 Counter* Lookup(const char* name) {
88 return reinterpret_cast<Counter*>(answer->value);
90 void Set(const char* name, Counter* value) {
105 Counter* CurrentValue() { return static_cast<Counter*>(entry_->value);
    [all...]

Completed in 585 milliseconds

1 2 3 4