/external/chromium_org/base/prefs/ |
pref_registry.h | 37 // Allows iteration over defaults.
|
/external/chromium_org/chrome/browser/parsers/ |
metadata_parser.h | 14 // Allows for Iteration on the Properties of a given file.
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
network_menu.css | 41 -webkit-animation-iteration-count: infinite;
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
run_loop_testing.h | 12 // iteration of the outermost run loop, done like so:
|
/external/chromium_org/chrome/renderer/extensions/ |
tab_finder.cc | 27 // Note: Visit returns false to terminate the iteration.
|
/external/chromium_org/content/browser/renderer_host/media/ |
video_capture_oracle_unittest.cc | 52 SCOPED_TRACE(base::StringPrintf("Iteration %d", i)); 79 SCOPED_TRACE(base::StringPrintf("Iteration %d", i)); 87 SCOPED_TRACE(base::StringPrintf("Iteration %d", i)); 98 SCOPED_TRACE(base::StringPrintf("Iteration %d", i)); 120 SCOPED_TRACE(base::StringPrintf("Iteration %d", i)); 131 SCOPED_TRACE(base::StringPrintf("Iteration %d", i)); 141 SCOPED_TRACE(base::StringPrintf("Iteration %d", i)); 168 SCOPED_TRACE(base::StringPrintf("Iteration %d", i)); 179 SCOPED_TRACE(base::StringPrintf("Iteration %d", i)); 191 SCOPED_TRACE(base::StringPrintf("Iteration %d", i)) [all...] |
/external/chromium_org/content/public/browser/ |
browser_child_process_host_iterator.h | 21 // This class allows iteration through either all child processes, or ones of a
|
/external/chromium_org/skia/ext/ |
convolver_SSE2.cc | 33 // Output one pixel each iteration, calculating all channels (RGBA) together. 45 // We will load and accumulate with four coefficients per iteration. 162 // Output one pixel each iteration, calculating all channels (RGBA) together. 167 // four pixels in a column per iteration. 173 // We will load and accumulate with four coefficients per iteration. 189 #define ITERATION(src, accum) \ 206 ITERATION(src_data[0] + start, accum0); 207 ITERATION(src_data[1] + start, accum1); 208 ITERATION(src_data[2] + start, accum2); 209 ITERATION(src_data[3] + start, accum3) [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/ |
animate-left.html | 17 -webkit-animation-iteration-count: infinite;
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
Animation.cpp | 86 double iteration = currentIteration(); local 87 ASSERT(iteration >= 0); 88 // FIXME: Handle iteration values which overflow int. 89 m_compositableValues = m_effect->sample(static_cast<int>(iteration), timeFraction());
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
utf16.h | 158 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT. 187 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT. 213 /* definitions with forward iteration --------------------------------------- */ 218 * (Post-incrementing forward iteration.) 244 * (Post-incrementing forward iteration.) 324 * (Post-incrementing iteration.) 340 * (Post-incrementing iteration.) 358 * (Post-incrementing iteration.) 378 * (Post-incrementing iteration.) 435 /* definitions with backward iteration -------------------------------------- * [all...] |
utf8.h | 189 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT. 211 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT. 227 /* definitions with forward iteration --------------------------------------- */ 232 * (Post-incrementing forward iteration.) 268 * (Post-incrementing forward iteration.) 378 * (Post-incrementing iteration.) 392 * (Post-incrementing iteration.) 418 * (Post-incrementing iteration.) 438 * (Post-incrementing iteration.) 493 /* definitions with backward iteration -------------------------------------- * [all...] |
/external/chromium_org/third_party/re2/re2/testing/ |
string_generator.h | 44 // Iteration state.
|
/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapFilter_opts_SSE2.cpp | 200 // Output one pixel each iteration, calculating all channels (RGBA) together. 212 // We will load and accumulate with four coefficients per iteration. 329 // Output one pixel each iteration, calculating all channels (RGBA) together. 334 // four pixels in a column per iteration. 340 // We will load and accumulate with four coefficients per iteration. 356 #define ITERATION(src, accum) \ 373 ITERATION(src_data[0] + start, accum0); 374 ITERATION(src_data[1] + start, accum1); 375 ITERATION(src_data[2] + start, accum2); 376 ITERATION(src_data[3] + start, accum3) [all...] |
/external/chromium_org/v8/test/mjsunit/harmony/ |
block-for.js | 105 // In a normal for statement the iteration variable is not 106 // freshly allocated for each iteration. 133 // In a for-in statement the iteration variable is fresh 134 // for earch iteration.
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
HybridNonLinearSolver.h | 174 /* initialize iteration counter and monitors. */ 202 /* on the first iteration and if external scaling is not used, scale according */ 209 /* on the first iteration, calculate the norm of the scaled x */ 242 /* on the first iteration, adjust the initial step bound. */ 284 /* test for successful iteration. */ 286 /* successful iteration. update x, fvec, and their norms. */ 295 /* determine the progress of the iteration. */ 320 break; // leave inner loop and go for the next outer loop iteration 412 /* initialize iteration counter and monitors. */ 442 /* on the first iteration and if external scaling is not used, scale according * [all...] |
/external/guava/guava/src/com/google/common/collect/ |
AbstractIterator.java | 88 * #endOfData()} when there are no elements left in the iteration. Failure to 118 * there are no elements left in the iteration. 161 * Returns the next element in the iteration without advancing the iteration,
|
/external/icu4c/common/unicode/ |
utf16.h | 156 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT. 188 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT. 214 /* definitions with forward iteration --------------------------------------- */ 219 * (Post-incrementing forward iteration.) 245 * (Post-incrementing forward iteration.) 327 * (Post-incrementing iteration.) 343 * (Post-incrementing iteration.) 363 * (Post-incrementing iteration.) 383 * (Post-incrementing iteration.) 442 /* definitions with backward iteration -------------------------------------- * [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
AOptimizedMultipleCommand.java | 9 * iteration is called a lot.
|
/external/llvm/test/Analysis/BasicAA/ |
constant-over-index.ll | 6 ; %p3 is equal to %p.0.i.0 on the second iteration of the loop,
|
/external/llvm/test/Transforms/LoopRotate/ |
alloca.ll | 5 ; We expect a different value for %ptr each iteration (according to the
|
/external/regex-re2/re2/testing/ |
string_generator.h | 44 // Iteration state.
|
/external/skia/src/opts/ |
SkBitmapFilter_opts_SSE2.cpp | 200 // Output one pixel each iteration, calculating all channels (RGBA) together. 212 // We will load and accumulate with four coefficients per iteration. 329 // Output one pixel each iteration, calculating all channels (RGBA) together. 334 // four pixels in a column per iteration. 340 // We will load and accumulate with four coefficients per iteration. 356 #define ITERATION(src, accum) \ 373 ITERATION(src_data[0] + start, accum0); 374 ITERATION(src_data[1] + start, accum1); 375 ITERATION(src_data[2] + start, accum2); 376 ITERATION(src_data[3] + start, accum3) [all...] |
/external/v8/test/mjsunit/harmony/ |
block-for.js | 105 // In a normal for statement the iteration variable is not 106 // freshly allocated for each iteration. 133 // In a for-in statement the iteration variable is fresh 134 // for earch iteration.
|
/external/valgrind/main/drd/tests/ |
omp_printf.c | 59 "iteration %d; thread number = %d; number of threads = %d\n",
|