Searched refs:counter (Results 101 - 125 of 809) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/classfile/editor/
H A DInterfaceDeleter.java131 for (int counter = 0; counter < classCount; counter++)
168 for (int counter = 0; counter < classCount; counter++)
/external/v8/tools/
H A Dgen-inlining-tests.py28 var counter = 0;
31 counter = 0;
74 counter++;
80 counter++;
86 counter++;
94 counter++;
136 ++counter;
142 ++counter;
152 return 15 + 0 * ++counter;
158 counter
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DMultidimensionalCounter.java68 * Perform iteration over the multidimensional counter.
72 * Multidimensional counter.
74 private final int[] counter = new int[dimension]; field in class:MultidimensionalCounter.Iterator
76 * Unidimensional counter.
85 counter[last] = -1;
93 if (counter[i] != size[i] - 1) {
101 * @return the unidimensional count after the counter has been
106 if (counter[i] == size[i] - 1) {
107 counter[i] = 0;
109 ++counter[
[all...]
/external/autotest/client/tests/wb_kupdate/
H A Dwb_kupdate.py95 def _write_data(self, destination, counter, write_size):
101 @param counter: the file counter.
107 file_name = os.path.join(destination, 'test_file_%s' % counter)
221 counter = 1
224 while counter < file_count:
225 logging.info('Iteration %s.', counter)
228 write_completion_time = self._write_data(self.mount_point, counter,
253 self.result_map[counter] = time_taken.seconds
255 # Increment the counter
[all...]
/external/skia/gm/
H A Dpolygons.cpp82 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) { argument
83 SkScalar x = SK_Scalar1 * kCellSize * (counter % lineNum) + 30 + SK_Scalar1 / 4;
84 SkScalar y = SK_Scalar1 * kCellSize * (counter / lineNum) + 30 + 3 * SK_Scalar1 / 4;
109 int counter = 0; variable
120 SetLocation(canvas, counter, fPolygons.count());
128 ++counter;
145 SetLocation(canvas, counter, fPolygons.count());
149 ++counter;
/external/skqp/gm/
H A Dpolygons.cpp82 static void SetLocation(SkCanvas* canvas, int counter, int lineNum) { argument
83 SkScalar x = SK_Scalar1 * kCellSize * (counter % lineNum) + 30 + SK_Scalar1 / 4;
84 SkScalar y = SK_Scalar1 * kCellSize * (counter / lineNum) + 30 + 3 * SK_Scalar1 / 4;
109 int counter = 0; variable
120 SetLocation(canvas, counter, fPolygons.count());
128 ++counter;
145 SetLocation(canvas, counter, fPolygons.count());
149 ++counter;
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcustom_call_target_registry.h60 #define REGISTER_CUSTOM_CALL_TARGET_WITH_SYM_HELPER(symbol, address, counter) \
62 custom_call_target_register, counter)(symbol, \
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module_config.cc54 static std::atomic<int> counter{0};
55 StrAppend(&key, "forcing recompile ", counter++);
/external/proguard/src/proguard/optimize/peephole/
H A DClassMerger.java495 MemberCounter counter = new MemberCounter();
500 counter));
502 return counter.getCount() > 0;
522 MemberCounter counter = new MemberCounter();
526 counter));
528 return counter.getCount() > 0;
538 MemberCounter counter = new MemberCounter();
546 counter))));
548 return counter.getCount() > 0;
558 MemberCounter counter
[all...]
/external/curl/tests/libtest/
H A Dlib510.c36 int counter; member in struct:WriteThis
47 data = post[pooh->counter];
56 pooh->counter++; /* advance pointer */
68 pooh.counter = 0;
H A Dlib579.c36 int counter; member in struct:WriteThis
76 data = post[pooh->counter];
81 pooh->counter++; /* advance pointer */
93 pooh.counter = 0;
/external/webrtc/webrtc/modules/audio_processing/aec/
H A Decho_cancellation_internal.h31 short counter; member in struct:__anon30831
/external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
H A DClassRowWriter.java84 final ICounter counter = node.getCounter(entity);
85 writer.write(counter.getMissedCount());
86 writer.write(counter.getCoveredCount());
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D6-1.c56 int counter = 0; local
68 counter++;
72 return counter;
/external/proguard/src/proguard/obfuscate/
H A DDictionaryNameFactory.java179 for (int counter = 0; counter < 50; counter++)
H A DSimpleNameFactory.java151 for (int counter = 0; counter < count; counter++)
/external/python/cpython2/Doc/includes/
H A Demail-unpack.py47 counter = 1
60 filename = 'part-%03d%s' % (counter, ext)
61 counter += 1
/external/skia/tests/
H A DRecordTestUtils.h46 int counter = 0; local
48 counter += record.visit(i, matcher);
50 return counter;
/external/skqp/tests/
H A DRecordTestUtils.h46 int counter = 0; local
48 counter += record.visit(i, matcher);
50 return counter;
/external/snakeyaml/src/test/java/examples/
H A DLoadExampleTest.java63 int counter = 0;
67 counter++;
69 assertEquals(3, counter);
/external/v8/tools/ignition/
H A Dbytecode_dispatches_report.py55 for destination, counter in iteritems(counters_from_source):
56 if counter == __COUNTER_MAX:
64 for destination, counter in iteritems(counters_from_source):
65 yield source, destination, counter
75 for source, destination, counter in top_bytecode_dispatch_pairs:
76 print "{:>12d}\t{} -> {}".format(counter, source, destination)
91 for bytecode, counter in top_bytecodes:
92 print "{:>12d}\t{}".format(counter, bytecode)
120 for source_name, counter, ratio in top_sources:
121 print "{:>12d}\t{:>5.1f}%\t{}".format(counter, rati
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1-tprf.c32 unsigned char counter = 0; local
48 addr[4] = &counter;
55 counter++;
H A Dsha256-prf.c58 u16 counter = 1; local
79 WPA_PUT_LE16(counter_le, counter);
93 counter++;
H A Dsha384-prf.c58 u16 counter = 1; local
79 WPA_PUT_LE16(counter_le, counter);
93 counter++;
H A Dsha512-prf.c58 u16 counter = 1; local
79 WPA_PUT_LE16(counter_le, counter);
93 counter++;

Completed in 803 milliseconds

1234567891011>>