HomeSort by relevance Sort by last modified time
    Searched refs:Partition (Results 1 - 5 of 5) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
partition.h 0 // partition.h
16 // \file Functions and classes to create a partition of states
32 // \class Partition
37 class Partition {
50 Partition() {}
52 Partition(T num_states) {
56 ~Partition() {
61 // Create an empty partition for num_states. At initialization time
100 // partition. Once elements have been added to a class, you need to
194 // partition, create new once and update the queue of active classe
    [all...]
minimize.h 33 #include "fst/lib/partition.h"
40 // comparator for creating partition based on sorting on
59 const Partition<typename A::StateId>& partition,
61 : fst_(fst), partition_(partition), flags_(flags) {}
100 const Partition<typename A::StateId>& partition_;
133 const Partition<StateId>& partition() const { function in class:fst::CyclicMinimizer
142 ArcIterCompare(const Partition<StateId>& partition)
310 const Partition<StateId>& partition() { function in class:fst::AcyclicMinimizer
    [all...]
  /external/guava/src/com/google/common/collect/
Lists.java 450 * partitioning a list containing {@code [a, b, c, d, e]} with a partition
465 public static <T> List<List<T>> partition(List<T> list, int size) {
470 : new Partition<T>(list, size);
473 private static class Partition<T> extends AbstractList<List<T>> {
477 Partition(List<T> list, int size) {
499 private static class RandomAccessPartition<T> extends Partition<T>
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_qsort.c 204 #define Partition(swapper,sz) { \
322 /* Partition. */
323 Partition(SWAP_nonaligned,size);
353 /* Partition. */
354 Partition(SWAP_aligned,size);
391 /* Partition. */
392 Partition(SWAP_words,WORD_BYTES);
  /build/tools/releasetools/
common.py 144 class Partition(object):
160 p = Partition()
779 # map recovery.fstab's fs_types to mount/format "partition types"

Completed in 2989 milliseconds