HomeSort by relevance Sort by last modified time
    Searched defs:Partition (Results 1 - 6 of 6) 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...]
  /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 148 class Partition(object):
165 p = Partition()
814 # 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...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 2876 milliseconds