/external/skia/src/opts/ |
SkBitmapProcState_arm_neon.cpp | 214 // Output four pixels per iteration (16 bytes). 220 // Convolve with one filter coefficient per iteration. 399 // Output one pixel each iteration, calculating all channels (RGBA) together. 405 // four pixels in a column per iteration. 413 // We will load and accumulate with four coefficients per iteration. 428 #define ITERATION(src, accum) \ 441 ITERATION(srcData[0] + start, accum0); 442 ITERATION(srcData[1] + start, accum1); 443 ITERATION(srcData[2] + start, accum2); 444 ITERATION(srcData[3] + start, accum3) [all...] |
/frameworks/base/core/tests/coretests/src/android/os/ |
PerformanceCollectorTest.java | 80 Bundle iteration = mPerfCollector.addIteration("timing1"); local 82 verifyIterationBundle(iteration, "timing1"); 147 Bundle iteration = mPerfCollector.addIteration("timing5"); local 149 verifyIterationBundle(iteration, "timing5"); 454 private void verifyIterationBundle(Bundle iteration, String label) { 455 assertEquals(3, iteration.size()); 456 assertTrue(iteration.containsKey(PerformanceCollector.METRIC_KEY_LABEL)); 457 assertEquals(label, iteration.getString(PerformanceCollector.METRIC_KEY_LABEL)); 458 assertTrue(iteration.containsKey(PerformanceCollector.METRIC_KEY_CPU_TIME)); 459 assertTrue(iteration.getLong(PerformanceCollector.METRIC_KEY_CPU_TIME) > 0) 472 Bundle iteration = (Bundle)iterations.get(i); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_iterlen.py | 21 Some containers become temporarily immutable during iteration. This includes 27 during iteration. Lists and sequence iterators are dynamically updatable. 28 So, if a list is extended during iteration, the iterator will continue through 29 the new items. If it shrinks to a point before the most recent iteration, 78 # length immutability during iteration 114 ## ------- Types that should not be mutated during iteration ------- 158 ## ------- Types that can mutate during iteration -------
|
test_file.py | 231 # Test the complex interaction when mixing file-iteration and the 255 # Test for appropriate errors mixing read* and iteration 265 # iteration still works. This depends on the size of the internal 266 # iteration buffer (currently 8192,) but we can test it in a 279 "iteration-buffer failed anyway") 289 "iteration-buffer failed anyway") 300 "iteration-buffer failed anyway") 308 "iteration-buffer failed anyway") 312 # Reading after iteration hit EOF shouldn't hurt either
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_iterlen.py | 21 Some containers become temporarily immutable during iteration. This includes 27 during iteration. Lists and sequence iterators are dynamically updatable. 28 So, if a list is extended during iteration, the iterator will continue through 29 the new items. If it shrinks to a point before the most recent iteration, 78 # length immutability during iteration 114 ## ------- Types that should not be mutated during iteration ------- 158 ## ------- Types that can mutate during iteration -------
|
test_file.py | 231 # Test the complex interaction when mixing file-iteration and the 255 # Test for appropriate errors mixing read* and iteration 265 # iteration still works. This depends on the size of the internal 266 # iteration buffer (currently 8192,) but we can test it in a 279 "iteration-buffer failed anyway") 289 "iteration-buffer failed anyway") 300 "iteration-buffer failed anyway") 308 "iteration-buffer failed anyway") 312 # Reading after iteration hit EOF shouldn't hurt either
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
uiter.h | 22 * \brief C API: Unicode Character Iteration 90 * iteration range. 113 * iteration range, or relative to the current position itself. 311 * C API for code unit iteration. 327 * to see if the iterator already reached the end of the iteration range. 335 * or U_SENTINEL if the iteration bounds are reached. 383 * start or limit index of the iteration range. 392 * iteration range, or relative to the current position itself. 572 * Sets the UCharIterator function pointers for iteration over the string s 573 * with iteration boundaries start=index=0 and length=limit=string length [all...] |
/external/icu4c/common/unicode/ |
uiter.h | 22 * \brief C API: Unicode Character Iteration 90 * iteration range. 113 * iteration range, or relative to the current position itself. 311 * C API for code unit iteration. 327 * to see if the iterator already reached the end of the iteration range. 335 * or U_SENTINEL if the iteration bounds are reached. 383 * start or limit index of the iteration range. 392 * iteration range, or relative to the current position itself. 572 * Sets the UCharIterator function pointers for iteration over the string s 573 * with iteration boundaries start=index=0 and length=limit=string length [all...] |
/external/chromium_org/net/disk_cache/ |
stress_cache.cc | 55 int RunSlave(int iteration) { 60 cmdline.AppendArg(base::IntToString(iteration)); 101 // iteration is the current crash cycle, so the entries on the cache are marked 103 void StressTheCache(int iteration) { 130 printf("Iteration %d, initial entries: %d\n", iteration, 172 "i: %d iter: %d, size: %d, truncate: %d ", i, iteration, 285 long int iteration = strtol(argv[1], &end, 0); local 292 StressTheCache(iteration);
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_linalg.h | 335 /*First iteration************************************/ 340 /*Standard iteration************************************/ 349 /*Standard iteration************************************/ 354 /*Standard iteration************************************/ 363 /*Standard iteration************************************/ 368 /*Standard iteration************************************/ 377 /*Standard iteration************************************/ 382 /*Standard iteration************************************/ 391 /*Standard iteration************************************/ 396 /*Standard iteration************************************/ [all...] |
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_utilities_linalg.h | 335 /*First iteration************************************/ 340 /*Standard iteration************************************/ 349 /*Standard iteration************************************/ 354 /*Standard iteration************************************/ 363 /*Standard iteration************************************/ 368 /*Standard iteration************************************/ 377 /*Standard iteration************************************/ 382 /*Standard iteration************************************/ 391 /*Standard iteration************************************/ 396 /*Standard iteration************************************/ [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_linalg.h | 335 /*First iteration************************************/ 340 /*Standard iteration************************************/ 349 /*Standard iteration************************************/ 354 /*Standard iteration************************************/ 363 /*Standard iteration************************************/ 368 /*Standard iteration************************************/ 377 /*Standard iteration************************************/ 382 /*Standard iteration************************************/ 391 /*Standard iteration************************************/ 396 /*Standard iteration************************************/ [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMAxisTraverser.java | 27 * hold any iteration-based state. It is meant to be implemented as an inner 49 * returned or the iteration will go into an infinate loop. So to traverse 66 * returned or the iteration will go into an infinate loop. So to traverse 94 * @return the next node in the iteration, or DTM.NULL. 112 * @return the next node in the iteration, or DTM.NULL.
|
/external/skia/tests/ |
DequeTest.cpp | 35 // test forward iteration 46 // test reverse iteration 56 // test mixed iteration 60 // forward iteration half-way 65 // then back down w/ reverse iteration
|
/external/webrtc/src/system_wrappers/test/TestSort/ |
TestSort.cpp | 183 printf("Test failed at iteration %d:\n", i); 201 printf("Test failed at iteration %d:\n", i); 209 printf("Test failed at iteration %d:\n", i); 221 printf("Test failed at iteration %d:\n", i); 229 printf("Test failed at iteration %d:\n", i);
|
/libcore/luni/src/main/java/libcore/icu/ |
CollationElementIteratorICU.java | 17 * The iterator supports both forward and backwards full iteration, ie if 18 * backwards iteration is performed in the midst of a forward iteration, the 20 * To perform a backwards iteration in the midst of a forward iteration,
|
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/ |
rc4-ia64.pl | 65 # of the 2nd iteration is performed BEFORE the SWP of the first 66 # iteration. Fortunately, this is easy to detect (I of the 1st 67 # iteration will be equal to J of the 2nd iteration) and when this 68 # happens, we simply forward the proper value from the 1st iteration 70 # of S[I] from the first iteration (thanks to the fact that SWP 74 # iteration issues at the same time as the LDI of the 3rd iteration. 129 # - Pipelined, the loop can execute in 3 cycles/iteration and 216 local ($iteration, $p) = @_ [all...] |
/external/openssl/crypto/rc4/asm/ |
rc4-ia64.pl | 65 # of the 2nd iteration is performed BEFORE the SWP of the first 66 # iteration. Fortunately, this is easy to detect (I of the 1st 67 # iteration will be equal to J of the 2nd iteration) and when this 68 # happens, we simply forward the proper value from the 1st iteration 70 # of S[I] from the first iteration (thanks to the fact that SWP 74 # iteration issues at the same time as the LDI of the 3rd iteration. 129 # - Pipelined, the loop can execute in 3 cycles/iteration and 216 local ($iteration, $p) = @_ [all...] |
/external/apache-http/src/org/apache/http/ |
TokenIterator.java | 49 * Indicates whether there is another token in this iteration. 59 * Obtains the next token from this iteration. 63 * @return the next token in this iteration
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
PKCS5S1ParametersGenerator.java | 55 * Generate a key parameter derived from the password, salt, and iteration 80 * the password, salt, and iteration count we are currently initialised 108 * salt, and iteration count we are currently initialised with.
|
/external/chromium_org/third_party/icu/source/i18n/ |
casetrn.cpp | 40 /* reset for backward iteration */ 44 /* reset for forward iteration */ 48 /* continue current iteration direction */
|
/external/guava/guava/src/com/google/common/collect/ |
LinkedHashMultiset.java | 28 * A {@code Multiset} implementation with predictable iteration order. Its 31 * element, those instances are consecutive in the iteration order. If all 33 * the multiset, the element will appear at the end of the iteration.
|
/external/icu4c/i18n/ |
casetrn.cpp | 42 /* reset for backward iteration */ 46 /* reset for forward iteration */ 50 /* continue current iteration direction */
|
/external/iproute2/include/linux/netfilter/ |
x_tables.h | 126 /* fn returns 0 to continue iteration */ 145 /* fn returns 0 to continue iteration */ 165 /* fn returns 0 to continue iteration */
|
/external/iptables/include/linux/netfilter/ |
x_tables.h | 121 /* fn returns 0 to continue iteration */ 140 /* fn returns 0 to continue iteration */ 160 /* fn returns 0 to continue iteration */
|