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

  /external/openfst/src/include/fst/
partition.h 0 // partition.h
18 // \file Functions and classes to create a partition of states
37 // \class Partition
42 class Partition {
55 Partition() {}
57 Partition(T num_states) {
61 ~Partition() {
66 // Create an empty partition for num_states. At initialization time
105 // partition. Once elements have been added to a class, you need to
199 // partition, create new once and update the queue of active classe
    [all...]
  /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...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_qsort.c 222 #define Partition(swapper,sz) { \
340 /* Partition. */
341 Partition(SWAP_nonaligned,size);
371 /* Partition. */
372 Partition(SWAP_aligned,size);
409 /* Partition. */
410 Partition(SWAP_words,WORD_BYTES);
  /build/tools/releasetools/
common.py 175 class Partition(object):
193 p = Partition()
234 p = Partition()
947 # map recovery.fstab's fs_types to mount/format "partition types"
  /frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java 32 public static class Partition {
40 public Partition(boolean showIfEmpty, boolean hasHeader) {
58 private Partition[] mPartitions;
71 mPartitions = new Partition[INITIAL_CAPACITY];
79 * Registers a partition. The cursor for that partition can be set later.
84 addPartition(new Partition(showIfEmpty, hasHeader));
87 public void addPartition(Partition partition) {
90 Partition[] newAdapters = new Partition[newCapacity]
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 113 /// \brief A partition of an alloca.
115 /// This structure represents a contiguous partition of the alloca. These are
119 struct Partition : public ByteRange {
120 /// \brief Whether this partition is splittable into smaller partitions.
126 /// \brief Test whether a partition has been marked as dead.
135 /// \brief Kill a partition.
143 Partition() : ByteRange(), IsSplittable() {}
144 Partition(uint64_t BeginOffset, uint64_t EndOffset, bool IsSplittable)
148 /// \brief A particular use of a partition of the alloca.
150 /// This structure is used to associate uses of a partition with it. The
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 743 milliseconds