HomeSort by relevance Sort by last modified time
    Searched refs:iteration (Results 176 - 200 of 326) sorted by null

1 2 3 4 5 6 78 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/detail/iter/
forward1.hpp 17 # include <boost/preprocessor/iteration/detail/bounds/lower1.hpp>
19 # include <boost/preprocessor/iteration/detail/bounds/upper1.hpp>
24 # include <boost/preprocessor/iteration/detail/bounds/lower1.hpp>
26 # include <boost/preprocessor/iteration/detail/bounds/upper1.hpp>
34 # error BOOST_PP_ERROR: depth #1 iteration boundaries or filename not defined
43 # include <boost/preprocessor/iteration/detail/iter/reverse1.hpp>
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsmthred.cpp 689 int32_t iteration; local
706 for(iteration = 0;!IntlTest::gTest->getErrors() && iteration<kFormatThreadIterations;iteration++)
709 int32_t whichLine = (iteration + fOffset)%kNumberFormatTestDataLength;
723 whichLine = (iteration + fOffset)%kPercentFormatTestDataLength;
744 switch((iteration+fOffset) % kNumberOfMessageTests)
    [all...]
  /external/autotest/site_utils/
test_runner_utils.py 513 for iteration in range(iterations):
514 if iteration > 0:
515 logging.info('Repeating scheduling for iteration %d:', iteration)
    [all...]
perf_compare.py 143 # If only a single iteration number is specified, we assume
147 # The user must have specified a separate iteration number for
440 'of iteration numbers where N1 corresponds '
494 logging.error('You should only specify multiple iteration numbers '
501 'iteration numbers.', len(options.perf_keys.split(',')),
  /external/autotest/tko/parsers/
version_0.py 214 return iteration.load_from_keyval(keyval_path)
226 class iteration(models.iteration): class in inherits:models.iteration
  /external/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp 418 log << TestLog::Message << "Iteration count: " << m_spec.iterationCount << TestLog::EndMessage;
518 for (int iteration = 0; iteration < m_spec.iterationCount; iteration++)
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 451 for (int iteration = 0; iteration < 9; ++iteration) {
  /external/libavc/common/arm/
ih264_weighted_pred_a9q.s 134 loop_4: @each iteration processes four rows
166 loop_8: @each iteration processes four rows
206 loop_16: @each iteration processes two rows
364 loop_2_uv: @each iteration processes two rows
387 loop_4_uv: @each iteration processes two rows
415 loop_8_uv: @each iteration processes two rows
  /external/libhevc/common/arm/
ihevc_inter_pred_luma_horz_w16out.s 222 vzip.32 d0,d12 @vector zip the i iteration and ii interation in single register
253 vmull.u8 q4,d1,d25 @arithmetic operations for ii iteration in the same time
263 vst1.64 {d8},[r1]! @store the i iteration result which is in upper part of the register
264 vst1.64 {d9},[r6]! @store the ii iteration result which is in lower part of the register
310 vmull.u8 q4,d1,d25 @arithmetic operations for ii iteration in the same time
323 vmlsl.u8 q4,d7,d31 @store the i iteration result which is in upper part of the register
ihevc_inter_pred_filters_luma_horz.s 476 vzip.32 d0,d12 @vector zip the i iteration and ii interation in single register
507 vmull.u8 q4,d1,d25 @arithmetic operations for ii iteration in the same time
517 vst1.32 {d8[0]},[r1]! @store the i iteration result which is in upper part of the register
518 vst1.32 {d8[1]},[r6]! @store the ii iteration result which is in lower part of the register
  /external/vixl/test/
test-simulator-a64.cc     [all...]
  /external/v8/test/mjsunit/
array-push.js 115 assertEquals(i + 1, x.length, i + 'th iteration');
deopt-with-fp-regs.js 56 // not deopt after a few iteration.
  /external/v8/test/mjsunit/es6/
debug-blockscopes.js 386 // The function scope contains a temporary iteration variable, but it is
394 // shadowing the iteration variable.
412 // The function scope contains a temporary iteration variable, hidden to the
440 // For loop with a block scoped let variable shadowing the iteration variable.
debug-stepnext-for.js 95 // is declared in every iteration.
  /external/v8/test/webkit/
dfg-inlining-reg-alloc.js 160 // loop iteration.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
visitor.rb 42 instead a standard single iteration block. The <tt>visit(tree)</tt> method walks
  /external/autotest/client/common_lib/
test.py 58 self.iteration = 0
208 # keep track of the errors for each iteration
216 msg += 'iteration %d:%s ' % (i, ','.join(failures))
226 before each iteration.
228 @param iteration_hook: Method to run before each iteration. A valid
239 after each iteration. Hooks are executed starting with the most-
242 @param iteration_hook: Method to run after each iteration. A valid
298 # execute iteration hooks
355 # the last iteration for profiling, if needed. So let's stop
375 logging.debug('Executing iteration %d', timed_counter
    [all...]
  /external/autotest/client/site_tests/network_3GDisableWhileConnecting/
network_3GDisableWhileConnecting.py 29 self.test.iteration *
  /external/autotest/client/tests/ffsb/
ffsb.py 170 Runs a single iteration of the FFSB.
177 'raw_output_%s' % self.iteration)
  /external/fec/
sse2bfly27.s 124 # our path metrics to exceed 255 on the *next* iteration. Since the
126 # on *this* iteration. Rather than look them all, we just pick an arbitrary one
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btSequentialImpulseConstraintSolver.h 107 virtual btScalar solveSingleIteration(int iteration, btCollisionObject** bodies ,int numBodies,btPersistentManifold** manifoldPtr, int numManifolds,btTypedConstraint** constraints,int numConstraints,const btContactSolverInfo& infoGlobal,btIDebugDraw* debugDrawer);
  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
basic_op.h 651 Word16 iteration; local
665 for (iteration = 0; iteration < 15; iteration++)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
relax2.d 44 # first relaxation iteration, the first (or second) PUSHJ looks like it
46 # second iteration, the stubbed PUSHJ has to be expanded too because it

Completed in 556 milliseconds

1 2 3 4 5 6 78 91011>>