Searched defs:Counter (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-306851.js30 function Counter() { class
34 Object.defineProperty(Counter.prototype, 'count', {
39 var obj = new Counter();
/external/chromium/testing/gtest/samples/
H A Dsample4.h38 class Counter { class
44 Counter() : counter_(0) {} function in class:Counter
/external/chromium_org/testing/gtest/samples/
H A Dsample4.h38 class Counter { class
44 Counter() : counter_(0) {} function in class:Counter
/external/gtest/samples/
H A Dsample4.h38 class Counter { class
44 Counter() : counter_(0) {} function in class:Counter
/external/protobuf/gtest/samples/
H A Dsample4.h38 class Counter { class
44 Counter() : counter_(0) {} function in class:Counter
/external/javassist/sample/rmi/
H A DCounter.java8 public class Counter { class
25 web.exportObject("counter", new Counter());
30 "Usage: java sample.rmi.Counter <port number>");
/external/chromium_org/crypto/
H A Dencryptor.cc13 // Encyptor::Counter Implementation.
14 Encryptor::Counter::Counter(const base::StringPiece& counter) { function in class:crypto::Encryptor::Counter
20 Encryptor::Counter::~Counter() {
23 bool Encryptor::Counter::Increment() {
38 void Encryptor::Counter::Write(void* buf) {
43 size_t Encryptor::Counter::GetLengthInBytes() const {
56 counter_.reset(new Counter(counter));
H A Dencryptor.h33 class CRYPTO_EXPORT Counter { class in class:crypto::Encryptor
35 explicit Counter(const base::StringPiece& counter);
36 ~Counter();
114 scoped_ptr<Counter> counter_;
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DCounter.java19 * $Id: Counter.java 468645 2006-10-28 06:57:24Z minchau $
37 public class Counter class
86 Counter(ElemNumber numberElem, NodeSetDTM countNodes) throws TransformerException method in class:Counter
99 Counter(ElemNumber numberElem) throws TransformerException
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCounter.h29 class Counter : public RefCounted<Counter> { class in namespace:WebCore
31 static PassRefPtr<Counter> create(PassRefPtr<CSSPrimitiveValue> identifier, PassRefPtr<CSSPrimitiveValue> listStyle, PassRefPtr<CSSPrimitiveValue> separator)
33 return adoptRef(new Counter(identifier, listStyle, separator));
46 bool equals(const Counter& other) const
53 PassRefPtr<Counter> cloneForCSSOM() const
61 Counter(PassRefPtr<CSSPrimitiveValue> identifier, PassRefPtr<CSSPrimitiveValue> listStyle, PassRefPtr<CSSPrimitiveValue> separator) function in class:WebCore::Counter
/external/chromium_org/tools/telemetry/telemetry/core/timeline/
H A Dcounter.py48 class Counter(event_container.TimelineEventContainer): class in inherits:event_container.TimelineEventContainer
52 super(Counter, self).__init__(name, parent)
/external/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp33 unsigned Counter; member in class:__anon22835::CallingConvEmitter
60 Counter = 0;
115 O << IndentStr << "static const uint16_t RegList" << ++Counter local
124 << Counter << ", " << RegList->getSize() << ")) {\n";
143 unsigned RegListNumber = ++Counter;
144 unsigned ShadowRegListNumber = ++Counter;
176 O << IndentStr << "unsigned Offset" << ++Counter local
192 << Counter << ", LocVT, LocInfo));\n"; local
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAtomicDoubleArrayTest.java287 class Counter extends CheckedRunnable { class in class:AtomicDoubleArrayTest
290 Counter(AtomicDoubleArray a) { aa = a; } method in class:AtomicDoubleArrayTest.Counter
321 Counter c1 = new Counter(aa);
322 Counter c2 = new Counter(aa);
/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h460 mutable unsigned Counter; member in class:llvm::AsmPrinter
/external/chromium_org/v8/tools/
H A Dstats-viewer.py147 counter = self.data.Counter(i)
192 counter = self.data.Counter(i)
327 class Counter(object): class in inherits:object
374 def Counter(self, index): member in class:CounterCollection
376 return Counter(self.data, 16 + index * self.CounterSize())
444 def Counter(self, i): member in class:ChromeCounterCollection
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dsizeofpack.cpp124 struct Counter struct in namespace:pr14273
126 static const int count = 1 + Counter<Args...>::count;
130 struct Counter<T> struct in namespace:pr14273
/external/llvm/include/llvm/Support/
H A DGCOV.h189 GCOVBlock(uint32_t N) : Number(N), Counter(0) {}
193 void addCount(uint64_t N) { Counter = N; }
198 uint64_t Counter; member in class:llvm::GCOVBlock
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp524 unsigned Counter = 0; local
526 IDMap[BB] = ++Counter;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp504 ++Counter;
508 OS << Counter; local
/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp218 unsigned Counter = 0; local
229 ChildScope->setDFSIn(++Counter);
235 WS->setDFSOut(++Counter);
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp81 static int Counter; member in struct:__anon22381::PPCCTRLoops
119 int PPCCTRLoops::Counter = 0; member in class:__anon22381::PPCCTRLoops
393 if (Counter >= CTRLoopLimit)
395 Counter++;
/external/netperf/
H A Dnetcpu_ntperf.c84 LARGE_INTEGER Counter; local
85 QueryPerformanceCounter(&Counter);
87 return(Counter);
/external/v8/tools/
H A Dstats-viewer.py147 counter = self.data.Counter(i)
192 counter = self.data.Counter(i)
327 class Counter(object): class in inherits:object
374 def Counter(self, index): member in class:CounterCollection
376 return Counter(self.data, 16 + index * self.CounterSize())
444 def Counter(self, i): member in class:ChromeCounterCollection
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp328 BlockCounter Counter = WList->getBlockCounter(); local
329 Counter = BCounterFactory.IncrementCount(Counter, LC->getCurrentStackFrame(),
331 WList->setBlockCounter(Counter);
/external/clang/test/SemaCXX/
H A Dnested-name-spec.cpp196 class Counter { public: static int count; }; class in namespace:test1::ns
197 typedef Counter counter;

Completed in 2994 milliseconds

12