HomeSort by relevance Sort by last modified time
    Searched defs:Partition (Results 1 - 3 of 3) 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 131 class Partition(object):
149 p = Partition()
771 # map recovery.fstab's fs_types to mount/format "partition types"

Completed in 141 milliseconds