HomeSort by relevance Sort by last modified time
    Searched refs:Counter (Results 51 - 75 of 308) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.s 116 Counter RN 8
136 ;// Set up counter of format, [0] [0] [1 (height)] [8 (width)]
137 MOV Counter, #1
139 ADD Counter, Temp, Counter, LSL #8 ;// [0 0 H W]
200 SUBS Counter, Counter, #1 << 8 ;// Loop till height is 10
206 ADDS Counter, Counter, #(1 << 8)-4 ;// Loop till width is 12
209 ADD Counter, Counter, #1<<
    [all...]
armVCM4P10_InterpolateLuma_HalfDiagHorVer4x4_unsafe_s.s 98 Counter RN 11
119 ;// Set up counter of format, [0] [0] [1 (height)] [8 (width)]
120 MOV Counter, #4
186 ;// If Counter is even store Acc0-Acc3 in a temporary buffer
187 ;// If Counter is off store Acc0-Acc3 and previous Acc0-Acc3 in a intermediate buf
188 ANDS Temp3, Counter, #1
218 SUBS Counter, Counter, #1 ;// Loop till height is 10
235 MOV Counter, #4
240 M_STR Counter, pCounte
    [all...]
  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 33 unsigned Counter;
63 Counter = 0;
118 O << IndentStr << "static const MCPhysReg RegList" << ++Counter
127 << Counter << ")) {\n";
145 unsigned RegListNumber = ++Counter;
146 unsigned ShadowRegListNumber = ++Counter;
178 O << IndentStr << "unsigned Offset" << ++Counter
196 << Counter << ", LocVT, LocInfo));\n";
203 unsigned ShadowRegListNumber = ++Counter;
214 O << IndentStr << "unsigned Offset" << ++Counter
    [all...]
  /external/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 33 Counter CounterExpressionBuilder::get(const CounterExpression &E) {
36 return Counter::getExpression(It->second);
40 return Counter::getExpression(I);
44 Counter C, int Sign, SmallVectorImpl<std::pair<unsigned, int>> &Terms) {
46 case Counter::Zero:
48 case Counter::CounterValueReference:
51 case Counter::Expression:
60 Counter CounterExpressionBuilder::simplify(Counter ExpressionTree) {
68 return Counter::getZero()
    [all...]
  /external/autotest/client/common_lib/cros/graphite/
statsd_mock.py 25 class Counter(stats_es_mock.mock_class_base):
26 """Mock class for statsd.Counter."""
stats.py 99 class Counter(statsd.Counter):
100 """Wrapper around statsd.Counter."""
110 statsd.Counter._send(self, subname, value)
114 self.Counter = Counter
statsd_mock_unittest.py 21 """Test mock class Counter"""
22 counter = statsd.Counter('counter')
23 counter.increment(subname='name', delta=1)
24 counter.decrement(subname='name', delta=1)
autotest_stats.py 55 class Counter(_statsd.Counter):
56 """Wrapper around _statsd.Counter"""
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
collections.py 1 __all__ = ['Counter', 'deque', 'defaultdict', 'namedtuple', 'OrderedDict']
352 ### Counter
355 class Counter(dict):
360 >>> c = Counter('abcdeabcdabcaba') # count elements from a string
381 >>> d = Counter('simsalabim') # make another counter
382 >>> c.update(d) # add in the second counter
386 >>> c.clear() # empty the counter
388 Counter()
391 in the counter until the entry is deleted or the counter is cleared:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
collections.py 1 __all__ = ['Counter', 'deque', 'defaultdict', 'namedtuple', 'OrderedDict']
378 ### Counter
381 class Counter(dict):
386 >>> c = Counter('abcdeabcdabcaba') # count elements from a string
407 >>> d = Counter('simsalabim') # make another counter
408 >>> c.update(d) # add in the second counter
412 >>> c.clear() # empty the counter
414 Counter()
417 in the counter until the entry is deleted or the counter is cleared
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
collections.py 1 __all__ = ['Counter', 'deque', 'defaultdict', 'namedtuple', 'OrderedDict']
378 ### Counter
381 class Counter(dict):
386 >>> c = Counter('abcdeabcdabcaba') # count elements from a string
407 >>> d = Counter('simsalabim') # make another counter
408 >>> c.update(d) # add in the second counter
412 >>> c.clear() # empty the counter
414 Counter()
417 in the counter until the entry is deleted or the counter is cleared
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 1 __all__ = ['Counter', 'deque', 'defaultdict', 'namedtuple', 'OrderedDict']
378 ### Counter
381 class Counter(dict):
386 >>> c = Counter('abcdeabcdabcaba') # count elements from a string
407 >>> d = Counter('simsalabim') # make another counter
408 >>> c.update(d) # add in the second counter
412 >>> c.clear() # empty the counter
414 Counter()
417 in the counter until the entry is deleted or the counter is cleared
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 1 __all__ = ['Counter', 'deque', 'defaultdict', 'namedtuple', 'OrderedDict']
378 ### Counter
381 class Counter(dict):
386 >>> c = Counter('abcdeabcdabcaba') # count elements from a string
407 >>> d = Counter('simsalabim') # make another counter
408 >>> c.update(d) # add in the second counter
412 >>> c.clear() # empty the counter
414 Counter()
417 in the counter until the entry is deleted or the counter is cleared
    [all...]
  /bionic/tests/
time_test.cpp 310 struct Counter {
324 explicit Counter(void (*fn)(sigval_t)) : value(0), timer_valid(false) {
337 ~Counter() {
360 Counter* cd = reinterpret_cast<Counter*>(value.sival_ptr);
365 Counter* cd = reinterpret_cast<Counter*>(value.sival_ptr);
374 Counter counter(Counter::CountAndDisarmNotifyFunction)
    [all...]
  /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
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
BatteryStatsCounterTest.java 25 * Test BatteryStatsImpl.Counter.
35 final BatteryStatsImpl.Counter counter = new BatteryStatsImpl.Counter(timeBase); local
39 counter.stepAtomic();
40 counter.stepAtomic();
41 counter.stepAtomic();
42 counter.stepAtomic();
43 counter.stepAtomic();
44 assertEquals(0, counter.getCountLocked(BatteryStats.STATS_SINCE_CHARGED))
    [all...]
  /libnativehelper/include/nativehelper/
toStringArray.h 28 template <typename Counter, typename Getter>
29 jobjectArray toStringArray(JNIEnv* env, Counter* counter, Getter* getter) {
30 size_t count = (*counter)();
64 VectorCounter counter(strings);
66 return toStringArray<VectorCounter, VectorGetter>(env, &counter, &getter);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CallingConvEmitter.cpp 44 Counter = 0;
99 O << IndentStr << "static const unsigned RegList" << ++Counter
108 << Counter << ", " << RegList->getSize() << ")) {\n";
127 unsigned RegListNumber = ++Counter;
128 unsigned ShadowRegListNumber = ++Counter;
160 O << IndentStr << "unsigned Offset" << ++Counter
176 << Counter << ", LocVT, LocInfo));\n";
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiHiiPack/
HiiPack.c 439 int Counter;
446 for (Counter = 0; Counter < Count2; Counter += 2) {
447 if ((Counter & 0xF) == 0) {
448 if (Counter == 0) {
463 if ((Counter & 0xF) == 0) {
464 if (Counter == 0) {
  /external/javassist/sample/rmi/
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());
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadTest.java 271 Counter [] countersNotYeld = new Counter[10];
274 countersNotYeld[i] = new Counter(false);
276 Counter countersYeld = new Counter(true);
281 for(Counter c:countersNotYeld) {
282 assertTrue(countersYeld.counter == c.counter);
286 class Counter extends Thread {
287 public int counter = 0 field in class:OldThreadTest.Counter
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
collections.py 1 __all__ = ['Counter', 'deque', 'defaultdict', 'namedtuple', 'OrderedDict']
392 ### Counter
395 class Counter(dict):
400 >>> c = Counter('abcdeabcdabcaba') # count elements from a string
421 >>> d = Counter('simsalabim') # make another counter
422 >>> c.update(d) # add in the second counter
426 >>> c.clear() # empty the counter
428 Counter()
431 in the counter until the entry is deleted or the counter is cleared:
    [all...]
  /external/guice/core/test/com/google/inject/internal/
ProxyFactoryTest.java 174 ProxyFactory<Counter> factory
175 = new ProxyFactory<Counter>(InjectionPoint.forConstructorOf(Counter.class), aspects);
177 ConstructionProxy<Counter> constructor = factory.create();
179 Counter counter = constructor.newInstance(); local
180 counter.inc();
181 assertEquals(2, counter.count);
203 static class Counter {
  /prebuilts/go/darwin-x86/src/net/http/
triv.go 31 // Simple counter server. POSTing to it will set the value.
32 type Counter struct {
37 // This makes Counter satisfy the expvar.Var interface, so we can export
39 func (ctr *Counter) String() string {
45 func (ctr *Counter) ServeHTTP(w http.ResponseWriter, req *http.Request) {
59 fmt.Fprint(w, "counter reset\n")
62 fmt.Fprintf(w, "counter = %d\n", ctr.n)
126 // The counter is published as a variable directly.
127 ctr := new(Counter)
128 expvar.Publish("counter", ctr
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
triv.go 31 // Simple counter server. POSTing to it will set the value.
32 type Counter struct {
37 // This makes Counter satisfy the expvar.Var interface, so we can export
39 func (ctr *Counter) String() string {
45 func (ctr *Counter) ServeHTTP(w http.ResponseWriter, req *http.Request) {
59 fmt.Fprint(w, "counter reset\n")
62 fmt.Fprintf(w, "counter = %d\n", ctr.n)
126 // The counter is published as a variable directly.
127 ctr := new(Counter)
128 expvar.Publish("counter", ctr
    [all...]

Completed in 1372 milliseconds

1 23 4 5 6 7 8 91011>>