HomeSort by relevance Sort by last modified time
    Searched full:iteration (Results 1126 - 1150 of 2702) sorted by null

<<41424344454647484950>>

  /external/llvm/include/llvm/IR/
Use.h 192 // Iterator traversal: forward iteration only
User.h 136 /// Iterator traversal: forward iteration only
  /external/llvm/lib/Analysis/
ScalarEvolutionAliasAnalysis.cpp 14 // for dependencies within a single iteration of a loop, rather than
  /external/llvm/test/Analysis/DependenceAnalysis/
Coupled.ll 392 ; CHECK: da analyze - split level = 1, iteration = 3!
430 ; CHECK: da analyze - split level = 1, iteration = 9!
468 ; CHECK: da analyze - split level = 1, iteration = 11!
542 ; CHECK: da analyze - split level = 1, iteration = 9!
  /external/mesa3d/src/glsl/
opt_copy_propagation.cpp 325 * it here. Removing it now would mess up the loop iteration
  /external/okhttp/src/main/java/com/squareup/okhttp/
ConnectionPool.java 205 connections.addFirst(foundConnection); // Add it back after iteration.
  /external/opencv/cvaux/src/
cvlevmar.cpp 122 CV_ERROR( CV_StsUnmatchedSizes, "Number of maximum iteration must be > 0" );
  /external/openssl/crypto/aes/asm/
bsaes-x86_64.pl     [all...]
  /external/openssl/crypto/rand/
rand_nw.c 140 * the SuperHighResolutionTimer. Each iteration will collect 8 bytes
  /external/oprofile/libregex/
op_regex.cpp 182 // we reach the limit number of iteration.
  /external/qemu/slirp/
if.c 268 /* Set which packet to send on next iteration */
  /external/qemu/slirp-android/
if.c 268 /* Set which packet to send on next iteration */
  /external/v8/test/mjsunit/
array-iteration.js 28 // Tests for non-standard array iteration functions.
  /external/v8/test/mjsunit/compiler/
optimized-for-in.js 31 // fixed iteration order for properties and will have to be adjusted if V8
  /external/webrtc/src/common_audio/signal_processing/
levinson_durbin.c 30 // LPC coefficients for next iteration
  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
basicop2.c 1523 Word16 iteration; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwb_math_op.cpp 208 register int16 iteration; local
227 for (iteration = 5; iteration > 0; iteration--)
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioManagerTest.java 243 // verify there were 2 audio focus changes per iteration (one loss + one gain)
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 27 // This function does the actual iteration through all sub-Stmt's within
  /libcore/luni/src/main/java/java/util/
HashMap.java 33 * <p>Note that the iteration order for HashMap is non-deterministic. If you want
34 * deterministic iteration, use {@link LinkedHashMap}.
46 * elements during iteration. It is not possible to guarantee that this
906 // Subclass (LinkedHashMap) overrides these for correct iteration order
    [all...]
ServiceLoader.java 64 * <p>Note that each iteration creates new instances of the various service implementations, so
  /libcore/luni/src/main/java/org/xml/sax/
AttributeList.java 78 // Iteration methods.
  /libcore/luni/src/test/java/tests/api/java/util/
HashSetTest.java 172 assertTrue("Returned iteration of incorrect size", hs.size() == x);
  /ndk/sources/third_party/googletest/googletest/test/
gtest_stress_test.cc 95 SCOPED_TRACE(Message() << "Iteration #" << i);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerTester.java 39 private int mWavFile = -1; // -1 so it will step to 0 on first iteration

Completed in 2257 milliseconds

<<41424344454647484950>>