Searched refs:counter (Results 151 - 175 of 809) sorted by relevance

1234567891011>>

/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java81 int counter = -1; // will increment for each invocation
84 counter++;
88 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
89 if (counter < 5) {
90 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
93 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java81 int counter = -1; // will increment for each invocation
84 counter++;
88 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
89 if (counter < 5) {
90 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
93 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java82 int counter = -1; // will increment for each invocation
85 counter++;
89 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
90 if (counter < 5) {
91 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
94 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java82 int counter = -1; // will increment for each invocation
85 counter++;
89 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
90 if (counter < 5) {
91 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
94 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/stub/command/
H A DFileRetrCommandHandlerTest.java84 int counter = -1; // will increment for each invocation
86 counter++;
90 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
91 if (counter < 5) {
92 assertEquals("buffer for invocation #" + counter, BUFFER, buffer);
96 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
/external/proguard/src/proguard/classfile/editor/
H A DNameAndTypeShrinker.java159 int counter = 1;
178 constantIndexMap[index] = counter;
181 constantPool[counter++] = constant;
191 Arrays.fill(constantPool, counter, length, null);
193 return counter;
/external/python/cpython2/Demo/scripts/
H A Dmboxconvert.py79 counter = 0 # for generating unique Message-ID headers variable
100 global counter
101 counter = counter + 1
102 msgid = "<%s.%d>" % (hex(t), counter)
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pax_common.c36 u8 counter, *pos; local
53 addr[2] = &counter;
58 for (counter = 1; counter <= (u8) num_blocks; counter++) {
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pax_common.c36 u8 counter, *pos; local
53 addr[2] = &counter;
58 for (counter = 1; counter <= (u8) num_blocks; counter++) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pax_common.c36 u8 counter, *pos; local
53 addr[2] = &counter;
58 for (counter = 1; counter <= (u8) num_blocks; counter++) {
/external/python/cpython2/Lib/idlelib/
H A DParenMatch.py67 self.counter = 0
121 self.counter += 1 # disable the last timer, if there is one.
124 if timer_count == self.counter:
157 self.counter += 1
158 def callme(callme, self=self, c=self.counter,
168 # associate a counter with an event; only disable the "paren"
170 self.counter += 1
173 lambda self=self, c=self.counter: self.handle_restore_timer(c))
/external/python/cpython3/Lib/idlelib/
H A Dparenmatch.py67 self.counter = 0
121 self.counter += 1 # disable the last timer, if there is one.
124 if timer_count == self.counter:
153 self.counter += 1
154 def callme(callme, self=self, c=self.counter,
164 # associate a counter with an event; only disable the "paren"
166 self.counter += 1
169 lambda self=self, c=self.counter: self.handle_restore_timer(c))
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DEnumerableExtensions.cs64 long counter = 0; field in struct:Antlr.Runtime.JavaExtensions.EnumerableExtensions.TAggregate
67 ++counter;
70 if (counter == 0)
73 return result(total, counter);
184 int counter = 0;
186 yield return selector(element, counter);
187 counter++;
210 int counter = 0;
212 foreach (TCollection collection in collectionSelector(element, counter++))
217 int counter
[all...]
/external/v8/src/
H A Dcounters.cc218 V8_NOINLINE void Add(RuntimeCallCounter* counter) { argument
219 if (counter->count() == 0) return;
221 Entry(counter->name(), counter->time(), counter->count()));
222 total_time += counter->time();
223 total_call_count += counter->count();
333 RuntimeCallCounter* counter = &(stats->*counter_id); local
334 DCHECK(counter->name() != nullptr);
335 timer->Start(counter, stat
357 RuntimeCallCounter* counter = &(this->*counter_id); local
379 RuntimeCallCounter* counter = &(this->*counter_id); local
398 RuntimeCallCounter* counter = &(this->*counter_id); local
408 RuntimeCallCounter* counter = &(this->*counter_id); local
[all...]
/external/proguard/src/proguard/optimize/evaluation/
H A DSimpleEnumDescriptorSimplifier.java408 for (int counter = 0; counter < count; counter++)
436 for (int counter = 0; counter < count; counter++)
460 for (int counter = 0; counter < count; counter++)
505 for (int counter
[all...]
/external/python/cpython2/Lib/
H A Dformatter.py45 def add_label_data(self, format, counter, blankline=None): pass
115 def add_label_data(self, format, counter, blankline = None):
121 self.writer.send_label_data(self.format_counter(format, counter))
127 def format_counter(self, format, counter):
131 label = label + ('%d' % counter)
133 if counter > 0:
134 label = label + self.format_letter(c, counter)
136 if counter > 0:
137 label = label + self.format_roman(c, counter)
142 def format_letter(self, case, counter)
[all...]
/external/python/cpython3/Lib/
H A Dformatter.py48 def add_label_data(self, format, counter, blankline=None): pass
118 def add_label_data(self, format, counter, blankline = None):
124 self.writer.send_label_data(self.format_counter(format, counter))
130 def format_counter(self, format, counter):
134 label = label + ('%d' % counter)
136 if counter > 0:
137 label = label + self.format_letter(c, counter)
139 if counter > 0:
140 label = label + self.format_roman(c, counter)
145 def format_letter(self, case, counter)
[all...]
/external/boringssl/src/crypto/fipsmodule/modes/
H A Dctr.c57 // NOTE: the IV/counter CTR mode is big-endian. The code itself
60 // increment counter (128-bit int) by 1
61 static void ctr128_inc(uint8_t *counter) { argument
66 c += counter[n];
67 counter[n] = (uint8_t) c;
74 // The input encrypted as though 128bit counter mode is being used. The extra
76 // contained in *num, and the encrypted counter is kept in ecount_buf. Both
80 // This algorithm assumes that the counter is in the x lower bits of the IV
83 // the counter doesn't overflow into the rest of the IV when incremented.
144 // increment upper 96 bits of 128-bit counter b
145 ctr96_inc(uint8_t *counter) argument
[all...]
/external/curl/tests/libtest/
H A Dlib586.c35 int counter; member in struct:userdata
65 printf("lock: %-6s [%s]: %d\n", what, user->text, user->counter);
66 user->counter++;
92 printf("unlock: %-6s [%s]: %d\n", what, user->text, user->counter);
93 user->counter++;
142 user.counter = 0;
H A Dlib1540.c31 int counter; /* count write callback invokes */ member in struct:transfer_status
70 st->counter++;
71 if(st->counter > 1) {
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
H A DXMLCoverageWriter.java117 * container for the counter elements
124 final ICounter counter = node.getCounter(counterEntity);
125 if (counter.getTotalCount() > 0) {
126 final XMLElement counterNode = parent.element("counter");
128 writeCounter(counterNode, "missed", "covered", counter);
150 final ICounter counter) throws IOException {
151 element.attr(missedattr, counter.getMissedCount());
152 element.attr(coveredattr, counter.getCoveredCount());
148 writeCounter(final XMLElement element, final String missedattr, final String coveredattr, final ICounter counter) argument
/external/compiler-rt/test/BlocksRuntime/
H A Dfail.c38 int counter = 0, i = 0; local
44 copy[counter++] = argv[i];
47 copy[counter] = NULL;
/external/eigen/test/
H A Dhessenberg.cpp19 for(int counter = 0; counter < g_repeat; ++counter) {
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
H A DClassProbesAdapter.java33 private int counter = 0; field in class:ClassProbesAdapter
97 cv.visitTotalProbeCount(counter);
104 return counter++;
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
H A DPercentageColumn.java48 * counter entity for this column
78 final ICounter counter = node.getCounter(entity);
79 final int total = counter.getTotalCount();
83 td.text(format(counter.getCoveredRatio()));

Completed in 6251 milliseconds

1234567891011>>