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

1 2

  /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/llvm/lib/Transforms/Scalar/
SROA.cpp 72 STATISTIC(NumAllocaPartitionUses, "Number of alloca partition uses rewritten");
73 STATISTIC(MaxUsesPerAllocaPartition, "Maximum number of uses of a partition");
259 /// \brief A partition of the slices.
262 /// a partition of the alloca. This range represents a span of the alloca's
264 /// overlapping some part of the partition.
268 class Partition {
273 /// \brief The begining and ending offsets of the alloca for this partition.
276 /// \brief The start end end iterators of this partition.
279 /// \brief A collection of split slice tails overlapping the partition.
282 /// \brief Raw constructor builds an empty partition starting and ending a
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/
CompositeAdapter.java 32 public static class Partition {
37 public Partition(final boolean showIfEmpty, final boolean hasHeader,
89 private Partition[] mPartitions;
98 mPartitions = new Partition[INITIAL_CAPACITY];
105 public void addPartition(final Partition partition) {
108 final Partition[] newAdapters = new Partition[newCapacity];
112 mPartitions[mSize++] = partition;
113 partition.getAdapter().registerDataSetObserver(mObserver)
119 final Partition partition = mPartitions[index]; local
131 final Partition partition = mPartitions[i]; local
201 final Partition partition = mPartitions[i]; local
223 final Partition partition = mPartitions[i]; local
245 final Partition partition = mPartitions[i]; local
263 final Partition partition = mPartitions[i]; local
    [all...]
  /frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java 34 public static class Partition {
42 public Partition(boolean showIfEmpty, boolean hasHeader) {
64 private ArrayList<Partition> mPartitions;
76 mPartitions = new ArrayList<Partition>();
84 * Registers a partition. The cursor for that partition can be set later.
89 addPartition(new Partition(showIfEmpty, hasHeader));
92 public void addPartition(Partition partition) {
93 mPartitions.add(partition);
    [all...]
  /build/tools/releasetools/
common.py 204 class Partition(object):
250 d[mount_point] = Partition(mount_point=mount_point, fs_type=pieces[1],
288 d[mount_point] = Partition(mount_point=mount_point, fs_type=pieces[2],
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntmsapi.h 638 NTMS_PARTITIONINFORMATIONA Partition;
668 NTMS_PARTITIONINFORMATIONW Partition;
842 NTMS_I1_PARTITIONINFORMATIONA Partition;
871 NTMS_I1_PARTITIONINFORMATIONW Partition;
    [all...]
vds.h 848 VDS_PARTITION_NOTIFICATION Partition;
    [all...]
winnt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /external/vogar/lib/
guava.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
gradle-tooling-api-1.11.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.9/
gradle-tooling-api-1.9.jar 

Completed in 2586 milliseconds

1 2