/external/protobuf/gtest/test/ |
gtest_shuffle_test_.cc | 79 // iteration with a "----" marker. 83 int /* iteration */) {
|
/external/srec/doc/logs/uapi/ |
run_robustness1.log | 20 Iteration: 1 39 Iteration: 2 58 Iteration: 3 77 Iteration: 4 96 Iteration: 5 115 Iteration: 6 134 Iteration: 7 153 Iteration: 8 172 Iteration: 9 191 Iteration: 1 [all...] |
run_robustness2.log | 22 Iteration: 0 48 Iteration: 1 74 Iteration: 2 100 Iteration: 3 126 Iteration: 4 152 Iteration: 5 178 Iteration: 6 204 Iteration: 7 230 Iteration: 8 256 Iteration: [all...] |
/external/v8/tools/ |
consarray.js | 49 * iteration. 62 * Whether the end of iteration is reached.
|
/external/valgrind/main/drd/tests/ |
annotate_barrier.c | 111 printf("thread %d iteration 0\n", p->thread_num); 116 printf("thread %d iteration %d; writing to %p\n",
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/ |
WifiApStress.java | 64 mOutputWriter.write(String.format("iteration %d out of %d\n", mLastIteration, iterations)); 88 Log.v(TAG, "iteration: " + i);
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_shuffle_test_.cc | 78 // iteration with a "----" marker. 82 int /* iteration */) {
|
/system/core/libcutils/tests/memset_mips/ |
memset_omips.S | 58 andi t0, a2, 0x7 # Enough left for one loop iteration? 64 addiu a0, 8 # Handle 2 words pr. iteration
|
/cts/tests/tests/nativeopengl/standalone/jni/ |
GLTestHelper.cpp | 50 int iteration) { 92 virtual void OnTestIterationEnd(const UnitTest& unit_test, int iteration) { 109 int iteration) { 184 virtual void OnTestIterationEnd(const UnitTest& unit_test, int iteration) {
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
RewriteRuleSubtreeStream.js | 11 * children; e.g., ^(type ID)+ adds ID to type and then 2nd iteration
|
/external/bison/lib/ |
mbuiter.h | 19 /* The macros in this file implement forward iteration through a 22 With these macros, an iteration loop that looks like 48 Whereas the mbi_* macros are better if usually the iteration runs 206 /* Iteration macros. */
|
/external/chromium/base/ |
dir_reader_linux.h | 49 // Move to the next entry returning false if the iteration is complete.
|
/external/chromium/testing/gtest/test/ |
gtest-listener_test.cc | 66 int iteration) { 69 << "(" << iteration << ")"; 110 int iteration) { 113 << "(" << iteration << ")";
|
/external/chromium_org/base/files/ |
dir_reader_linux.h | 49 // Move to the next entry returning false if the iteration is complete.
|
/external/chromium_org/base/ |
id_map.h | 130 // It is safe to remove elements from the map during iteration. All iterators 157 // We're going to decrement iteration depth. Make sure it's greater than 238 // handle removing items during iteration. 241 // Keep set of IDs that should be removed after the outermost iteration has
|
id_map_unittest.cc | 152 // map's iteration depth. 157 // Make sure after destroying all iterators the map's iteration depth 183 // map's iteration depth (-1 for destruction, +1 for assignment). 187 // Make sure after destroying all iterators the map's iteration depth
|
/external/chromium_org/chrome/test/functional/media/ |
media_constrained_network_perf.py | 37 # test iteration). In addition, metrics for Dial-up would be out of range of the 125 True if at least one iteration of the tests run as expected. 155 logging.debug('Iteration:%d - Test %s ended with %d%% of the video ' 160 logging.error('Iteration:%d - Test %s failed to end gracefully due '
|
/external/chromium_org/chrome/test/logging/win/ |
test_log_collector.cc | 63 int iteration) OVERRIDE { 64 default_result_printer_->OnTestIterationStart(unit_test, iteration); 117 int iteration) OVERRIDE { 118 default_result_printer_->OnTestIterationEnd(unit_test, iteration);
|
/external/chromium_org/testing/gtest/test/ |
gtest-listener_test.cc | 65 int iteration) { 68 << "(" << iteration << ")"; 109 int iteration) { 112 << "(" << iteration << ")";
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
animate-duration.html | 29 -webkit-animation-iteration-count: infinite;
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
TimedItemCalculationsTest.cpp | 146 // if the iteration time equals the iteration duration 161 // if the iteration time is null 192 // Iteration time is null
|
/external/chromium_org/third_party/icu/source/data/unidata/ |
NameAliases.txt | 34 A015;YI SYLLABLE ITERATION MARK
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_wgt.h | 58 * The ranges are modified to keep the current iteration state.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
rbbiapts.h | 52 * Testing the iteration methods of RuleBasedBreakIterator
|
/external/chromium_org/tools/gn/ |
ordered_set.h | 10 // An ordered set of items. Only appending is supported. Iteration is designed
|