HomeSort by relevance Sort by last modified time
    Searched defs:sequences (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
dadrcoll.h 53 UVector sequences; member in class:DataDrivenCollatorTest
  /external/libvorbis/doc/
02-bitpacking.tex 68 \subsubsection{coding bits into byte sequences}
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory_ImplTest.java 376 // error code, marks sequences as throwing exceptions
378 // test sequences
379 int[][] sequences = { local
417 // Tests CRL generation on the base of sequences of heterogeneous
419 for (int i = 0; i < sequences.length; i++) { // for each of the sequences..
421 int expected_size = (sequences[i][0] < 0)
422 ? -sequences[i][0]
423 : sequences[i].length;
427 for (int j = 0; j < sequences[i].length; j++)
479 int[][] sequences = { local
    [all...]
  /external/chromium_org/ui/compositor/
layer_animator.cc 146 // TODO(vollick) Add support for blended sequences and use them here.
197 // will prevent any of the sequences from animating until there are no
236 // will prevent any of the sequences from animating until there are no
299 // Remove the observer from all sequences as well.
333 // number of sequences in the group that have threaded first elements.
481 // The removed sequence may have been responsible for making other sequences
482 // wait for a group start. If no other sequences in the group have a
600 std::vector<base::WeakPtr<LayerAnimationSequence> > sequences; local
603 sequences.push_back((*queue_iter)->AsWeakPtr());
605 for (size_t i = 0; i < sequences.size(); ++i)
720 std::vector<base::WeakPtr<LayerAnimationSequence> > sequences; local
    [all...]
layer_animator_unittest.cc 646 std::vector<LayerAnimationSequence*> sequences; local
647 sequences.push_back(new LayerAnimationSequence(
649 sequences.push_back(new LayerAnimationSequence(
652 animator->ScheduleTogether(sequences);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
StringUtils.java 541 final ArrayList<CharSequence> sequences = new ArrayList<>(); local
546 sequences.add(charSequence.subSequence(nextStart, matcher.start()));
554 sequences.add(charSequence.subSequence(nextStart, charSequence.length()));
556 for (int i = sequences.size() - 1; i >= 0; --i) {
557 if (!TextUtils.isEmpty(sequences.get(i))) {
560 sequences.remove(i);
563 return sequences.toArray(new CharSequence[sequences.size()]);
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceConstants.java 29 * This class contains a set of instruction sequences and their suggested
5061 Instruction[][][] sequences = STRING; local
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 4395 CvSeq* sequences; local
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 326 milliseconds