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

1 2

  /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.
  /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.
  /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.
  /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.
  /external/javassist/sample/rmi/
Counter.java 8 public class Counter {
25 web.exportObject("counter", new Counter());
30 "Usage: java sample.rmi.Counter <port number>");
  /external/webkit/Source/WebCore/css/
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/apache-xml/src/main/java/org/apache/xalan/transformer/
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
  /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";
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.s 73 Counter RN 11
83 MOV Counter, #2
163 SUBS Counter, Counter, #1
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...]
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_HalfVer4x4_unsafe_s.s 95 Counter RN 8
101 MOV Counter, #2
174 SUBS Counter, Counter, #1
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 458 mutable unsigned Counter;
  /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/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 190 // Set the current block counter to being empty.
216 // Set the current block counter.
325 // Increment the block counter.
328 BlockCounter Counter = WList->getBlockCounter();
329 Counter = BCounterFactory.IncrementCount(Counter, LC->getCurrentStackFrame(),
331 WList->setBlockCounter(Counter);
  /external/llvm/include/llvm/Support/
GCOV.h 189 GCOVBlock(uint32_t N) : Number(N), Counter(0) {}
193 void addCount(uint64_t N) { Counter = N; }
198 uint64_t Counter;
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 524 unsigned Counter = 0;
526 IDMap[BB] = ++Counter;
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 502 // If this is a new LastFn instruction, bump the counter.
504 ++Counter;
508 OS << Counter;
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 218 unsigned Counter = 0;
229 ChildScope->setDFSIn(++Counter);
235 WS->setDFSOut(++Counter);
  /external/netperf/
netcpu_ntperf.c 84 LARGE_INTEGER Counter;
85 QueryPerformanceCounter(&Counter);
87 return(Counter);
117 // Open the performance counter interface
448 This routine cleans up the performance counter APIs.
  /external/v8/src/
mksnapshot.cc 45 // A single counter in a counter collection.
46 class Counter {
71 max_name_size_ = Counter::kMaxNameSize;
74 Counter* GetNextCounter() {
83 Counter counters_[kMaxCounters];
  /external/v8/tools/
stats-viewer.py 31 """A cross-platform execution counter viewer.
51 # Mapping from counter prefix to the formatting to be used for the counter
68 name_filter: The regexp filter to apply to counter names.
77 # A mapping from counter names to the ui element that displays
81 # The counter collection used to access the counters file
103 print "\"%s\" is neither a counter file nor a PID." % self.data_name
113 print "Can't find counter file in maps for PID %s." % self.data_name
147 counter = self.data.Counter(i
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 536 unsigned Counter = 0;
538 IDMap[BB] = ++Counter;
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 536 unsigned Counter = 0;
538 IDMap[BB] = ++Counter;
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 526 unsigned Counter = 0;
528 IDMap[BB] = ++Counter;

Completed in 550 milliseconds

1 2