/external/chromium_org/third_party/WebKit/Source/core/animation/ |
InertAnimation.cpp | 54 double iteration = currentIteration(); local 55 ASSERT(iteration >= 0); 56 // FIXME: Handle iteration values which overflow int. 57 return m_effect->sample(static_cast<int>(iteration), timeFraction());
|
AnimationEffect.h | 62 virtual PassOwnPtr<CompositableValueList> sample(int iteration, double fraction) const = 0;
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
div_s.cpp | 103 Word16 iteration; 125 for (iteration = 15; iteration > 0; iteration--) 216 register Word16 iteration; local 238 for (iteration = 5; iteration > 0; iteration--)
|
/packages/apps/Camera/tests/src/com/android/camera/stress/ |
TestUtil.java | 47 public void writeReportHeader(String reportTag, int iteration) throws Exception { 49 mOut.write("No of loops :" + iteration + "\n"); 53 public void writeResult(int iteration) throws Exception { 54 mOut.write(" ," + iteration);
|
/packages/apps/Camera2/tests/src/com/android/camera/stress/ |
TestUtil.java | 47 public void writeReportHeader(String reportTag, int iteration) throws Exception { 49 mOut.write("No of loops :" + iteration + "\n"); 53 public void writeResult(int iteration) throws Exception { 54 mOut.write(" ," + iteration);
|
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/ |
TestUtil.java | 47 public void writeReportHeader(String reportTag, int iteration) throws Exception { 49 mOut.write("No of loops :" + iteration + "\n"); 53 public void writeResult(int iteration) throws Exception { 54 mOut.write(" ," + iteration);
|
/external/qemu/android/utils/ |
refset.h | 23 int iteration; member in struct:__anon27493 42 s->iteration = 0; 63 (_set)->iteration += 2; \ 71 (_set)->iteration -= 2; \ 72 if ((_set)->iteration == 1) \
|
reflist.h | 39 uint16_t iteration; member in struct:ARefList 53 l->iteration = 0; 136 _reflist_loop->iteration += 2; \ 145 if (_reflist_loop->iteration & 1) \ 160 (_reflist_loop->iteration |= 1, *_reflist_loop_at = NULL) 163 (_reflist_loop->iteration |= 1, *_reflist_loop_at = (val)) 170 _reflist->iteration += 2; \ 178 _reflist->iteration -= 2; \ 179 if (_reflist->iteration == 1) \ 199 _reflist->iteration |= 1; } [all...] |
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
ConnectivityManagerStressTestRunner.java | 65 int iteration = Integer.parseInt(valueStr); local 66 if (iteration > 0) { 67 mSoftapIterations = iteration; 91 int iteration = Integer.parseInt(reconnectStr); local 92 if (iteration > 0) { 93 mReconnectIterations = iteration;
|
/external/ceres-solver/include/ceres/ |
iteration_callback.h | 31 // When an iteration callback is specified, Ceres calls the callback 43 // iteration of the minimization. 46 : iteration(0), 64 // Current iteration number. 65 int32 iteration; member in struct:ceres::IterationSummary 70 // Note: step_is_valid is false when iteration = 0. 78 // Note: step_is_nonmonotonic is false when iteration = 0; 90 // Note: step_is_successful is false when iteration = 0. 97 // iteration. This can be positive or negative. 111 // Size of the trust region at the end of the current iteration. Fo [all...] |
/external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/ |
global_sideffects1.js | 11 alert('iteration: ' + g_iteration);
|
global_sideffects3.js | 11 alert('iteration: ' + g_iteration);
|
global_sideffects4.js | 13 alert('iteration: ' + g_iteration);
|
/external/chromium_org/v8/tools/ |
fuzz-harness.sh | 74 iteration = 0 76 + while iteration < 100: 77 iteration += 1 78 logfilename = "w%d" % 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/ceres-solver/internal/ceres/ |
trust_region_minimizer.h | 55 bool MaybeDumpLinearLeastSquaresProblem(const int iteration,
|
/external/skia/bench/ |
DeferredSurfaceCopyBench.cpp | 58 for (int iteration = 0; iteration < loops; iteration++) {
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/ |
iterate.hpp | 76 # define BOOST_PP_ITERATE_1 <boost/preprocessor/iteration/detail/iter/forward1.hpp> 77 # define BOOST_PP_ITERATE_2 <boost/preprocessor/iteration/detail/iter/forward2.hpp> 78 # define BOOST_PP_ITERATE_3 <boost/preprocessor/iteration/detail/iter/forward3.hpp> 79 # define BOOST_PP_ITERATE_4 <boost/preprocessor/iteration/detail/iter/forward4.hpp> 80 # define BOOST_PP_ITERATE_5 <boost/preprocessor/iteration/detail/iter/forward5.hpp>
|
/packages/apps/Camera/perftests/panorama/ |
benchmark.cpp | 82 for (int iteration = 0; iteration < KERNEL_ITERATIONS; iteration++) { 115 printf("Iteration %d: %dx%d moasic created: " 117 iteration, mosaicWidth, mosaicHeight, 121 if (iteration == 0) {
|
/art/test/074-gc-thrash/src/ |
Main.java | 253 private String dive(int depth, int iteration) { 266 switch (iteration % 8) { 268 funStr = str0 = makeString(iteration); 271 funStr = str1 = makeString(iteration); 274 funStr = str2 = makeString(iteration); 277 funStr = str3 = makeString(iteration); 280 funStr = str4 = makeString(iteration); 283 funStr = str5 = makeString(iteration); 286 funStr = str6 = makeString(iteration); 289 funStr = str7 = makeString(iteration); [all...] |
/dalvik/tests/074-gc-thrash/src/ |
Main.java | 253 private String dive(int depth, int iteration) { 266 switch (iteration % 8) { 268 funStr = str0 = makeString(iteration); 271 funStr = str1 = makeString(iteration); 274 funStr = str2 = makeString(iteration); 277 funStr = str3 = makeString(iteration); 280 funStr = str4 = makeString(iteration); 283 funStr = str5 = makeString(iteration); 286 funStr = str6 = makeString(iteration); 289 funStr = str7 = makeString(iteration); [all...] |
/external/chromium/net/disk_cache/ |
stress_cache.cc | 54 int RunSlave(int iteration) { 59 cmdline.AppendArg(base::IntToString(iteration)); 91 // iteration is the current crash cycle, so the entries on the cache are marked 93 void StressTheCache(int iteration) { 113 printf("Iteration %d, initial entries: %d\n", iteration, 152 "i: %d iter: %d, size: %d, truncate: %d", i, iteration, size, 235 long int iteration = strtol(argv[1], &end, 0); local 242 StressTheCache(iteration);
|
/cts/tests/tests/net/src/android/net/cts/ |
DnsTest.java | 168 for (int iteration = 0; iteration < iterationLimit; iteration++) { 206 for (int iteration = 0; iteration < iterationLimit; iteration++) {
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
choose_mobile_network.css | 12 -webkit-animation-iteration-count: infinite;
|