Home
last modified time | relevance | path

Searched defs:counter (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/external/vixl/src/aarch64/
Dinstrument-aarch64.cc130 Counter* counter = new Counter(kCounterList[i].name, kCounterList[i].type); in Instrument() local
157 static Counter* counter = GetCounter("Instruction"); in Update() local
209 static Counter* counter = GetCounter("Instruction"); in DumpEventMarker() local
257 static Counter* counter = GetCounter("PC Addressing"); in VisitPCRelAddressing() local
265 static Counter* counter = GetCounter("Add/Sub DP"); in VisitAddSubImmediate() local
273 static Counter* counter = GetCounter("Logical DP"); in VisitLogicalImmediate() local
280 static Counter* counter = GetCounter("Move Immediate"); in VisitMoveWideImmediate() local
294 static Counter* counter = GetCounter("Other Int DP"); in VisitBitfield() local
302 static Counter* counter = GetCounter("Other Int DP"); in VisitExtract() local
310 static Counter* counter = GetCounter("Unconditional Branch"); in VisitUnconditionalBranch() local
[all …]
/external/v8/src/arm64/
Dinstrument-arm64.cc118 Counter* counter = new Counter(kCounterList[i].name, kCounterList[i].type); in Instrument() local
145 static Counter* counter = GetCounter("Instruction"); in Update() local
191 static Counter* counter = GetCounter("Instruction"); in DumpEventMarker() local
235 static Counter* counter = GetCounter("PC Addressing"); in VisitPCRelAddressing() local
257 static Counter* counter = GetCounter("Logical DP"); in VisitLogicalImmediate() local
264 static Counter* counter = GetCounter("Move Immediate"); in VisitMoveWideImmediate() local
277 static Counter* counter = GetCounter("Other Int DP"); in VisitBitfield() local
284 static Counter* counter = GetCounter("Other Int DP"); in VisitExtract() local
291 static Counter* counter = GetCounter("Unconditional Branch"); in VisitUnconditionalBranch() local
298 static Counter* counter = GetCounter("Unconditional Branch"); in VisitUnconditionalBranchToRegister() local
[all …]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DListenerCallQueueTest.java46 AtomicInteger counter = new AtomicInteger(); in testAddAndExecute() local
61 AtomicInteger counter = new AtomicInteger(); in testAddAndExecute_withExceptions() local
82 AtomicInteger counter = new AtomicInteger(); in testAddAndExecute_multithreaded() local
104 AtomicInteger counter = new AtomicInteger(); in testAddAndExecute_multithreaded_withThrowingRunnable() local
123 private Callback<Object> incrementingCallback(final AtomicInteger counter, final int expected) { in incrementingCallback()
/external/libmicrohttpd/src/testcurl/
Dgauger.h20 #define GAUGER(category, counter, value, unit)\ argument
48 #define GAUGER_ID(category, counter, value, unit, id)\ argument
81 #define GAUGER_ID(category, counter, value, unit, id) {} argument
82 #define GAUGER(category, counter, value, unit) {} argument
/external/mockito/src/test/java/org/mockitousage/bugs/
DShouldNotDeadlockAnswerExecutionTest.java25 AtomicInteger counter = new AtomicInteger(2); in failIfMockIsSharedBetweenThreads() local
51 AtomicInteger counter = new AtomicInteger(2); in successIfEveryThreadHasItsOwnMock() local
75 private AtomicInteger counter; field in ShouldNotDeadlockAnswerExecutionTest.LockingAnswer
77 public LockingAnswer(AtomicInteger counter) { in LockingAnswer()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_perf.h73 #define LP_COUNT(counter) lp_count.counter++ argument
74 #define LP_COUNT_ADD(counter, incr) lp_count.counter += (incr) argument
75 #define LP_COUNT_GET(counter) (lp_count.counter) argument
77 #define LP_COUNT(counter) argument
78 #define LP_COUNT_ADD(counter, incr) (void)(incr) argument
79 #define LP_COUNT_GET(counter) 0 argument
/external/proguard/src/proguard/optimize/peephole/
DClassMerger.java495 MemberCounter counter = new MemberCounter(); in haveAnyIdenticalFields() local
522 MemberCounter counter = new MemberCounter(); in introducesUnwantedFields() local
538 MemberCounter counter = new MemberCounter(); in shadowsAnyFields() local
558 MemberCounter counter = new MemberCounter(); in haveAnyIdenticalMethods() local
589 MemberCounter counter = new MemberCounter(); in introducesUnwantedAbstractMethods() local
613 MemberCounter counter = new MemberCounter(); in overridesAnyMethods() local
634 MemberCounter counter = new MemberCounter(); in shadowsAnyMethods() local
/external/eigen/unsupported/test/
Dcxx11_tensor_notification.cpp28 void WaitAndAdd(Eigen::Notification* n, int* counter) { in WaitAndAdd()
39 int counter = 0; in test_notification_single() local
63 int counter = 0; in test_notification_multiple() local
/external/curl/tests/libtest/
Dlib547.c46 int *counter = (int *)clientp; in readcallback() local
67 int *counter = (int *)clientp; in ioctlcallback() local
85 int counter=0; in test() local
Dlib555.c45 int *counter = (int *)clientp; in readcallback() local
66 int *counter = (int *)clientp; in ioctlcallback() local
80 int counter=0; in test() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DDSAValidationParameters.java9 private int counter; field in DSAValidationParameters
13 int counter) in DSAValidationParameters()
20 int counter, in DSAValidationParameters()
DDHValidationParameters.java8 private int counter; field in DHValidationParameters
12 int counter) in DHValidationParameters()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DCountersTable.java142 Counter counter = (Counter) counters.elementAt(i); in countNode() local
171 Counter counter = (Counter) counters.elementAt(i); in countNode() local
197 Counter counter = new Counter(numberElem, new NodeSetDTM(support.getDTMManager())); in countNode() local
/external/swiftshader/src/Common/
DTimer.cpp59 int64_t Timer::counter() in counter() function in sw::Timer
62 int64_t counter; in counter() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue56/
DPerlTest.java39 int counter = 0; in testMaps() local
77 int counter = 0; in testJavaBeanWithTypeDescription() local
94 int counter = 0; in testJavaBean() local
/external/guice/extensions/struts2/example/src/com/google/inject/struts2/example/
DCount.java24 final Counter counter; field in Count
29 public Count(Counter counter, Service service) { in Count()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DProbeArrayStrategyFactory.java48 final ProbeCounter counter = getProbeCounter(reader); in createFor() local
75 final ProbeCounter counter = new ProbeCounter(); in getProbeCounter() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DYamlParseTest.java33 int counter = 0; in testParse() local
69 int counter = 0; in testParseManyDocuments() local
/external/v8/src/
Dcounters.cc218 V8_NOINLINE void Add(RuntimeCallCounter* counter) { in Add()
315 RuntimeCallCounter* counter = &(stats->*counter_id); in Enter() local
339 RuntimeCallCounter* counter = &(this->*counter_id); in Add() local
361 RuntimeCallCounter* counter = &(this->*counter_id); in Print() local
380 RuntimeCallCounter* counter = &(this->*counter_id); in Reset() local
390 RuntimeCallCounter* counter = &(this->*counter_id); in Dump() local
/external/guava/guava-tests/test/com/google/common/cache/
DAbstractCacheTest.java101 StatsCounter counter = new SimpleStatsCounter(); in testEmptySimpleStats() local
117 StatsCounter counter = new SimpleStatsCounter(); in testSingleSimpleStats() local
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dbwe_simulations.cc83 RateCounterFilter counter(&uplink_, kFlowIds[0], "Receiver_0", in TEST_P() local
111 RateCounterFilter counter(&uplink_, 0, "Receiver", bwe_names[GetParam()]); in TEST_P() local
127 RateCounterFilter counter(&uplink_, 0, "Receiver", bwe_names[GetParam()]); in TEST_P() local
142 RateCounterFilter counter(&uplink_, 0, "Receiver", bwe_names[GetParam()]); in TEST_P() local
153 RateCounterFilter counter(&uplink_, 0, "Receiver", bwe_names[GetParam()]); in TEST_P() local
168 RateCounterFilter counter(&uplink_, 0, "Receiver", bwe_names[GetParam()]); in TEST_P() local
196 RateCounterFilter counter(&uplink_, 0, "Receiver", bwe_names[GetParam()]); in TEST_P() local
215 RateCounterFilter counter(&uplink_, 0, "Receiver", bwe_names[GetParam()]); in TEST_P() local
/external/boringssl/src/crypto/modes/
Dctr.c61 static void ctr128_inc(uint8_t *counter) { in ctr128_inc()
144 static void ctr96_inc(uint8_t *counter) { in ctr96_inc()
/external/proguard/src/proguard/shrink/
DClassShrinker.java370 int counter = 1; in shrinkConstantPool() local
438 int counter = 0; in shrinkConstantIndexArray() local
502 int counter = 0; in shrinkBootstrapMethodArray() local
539 int counter = 0; in shrinkArray() local
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
DBarColumn.java78 final ICounter counter = total.getCounter(entity); in footer() local
87 final ICounter counter = item.getNode().getCounter(entity); in item() local
/external/skia/gm/
Dnonclosedpaths.cpp64 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) { in SetLocation()
93 int counter = 0; in onDraw() local

12345678910>>...16