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

1 2

  /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/chromium_org/chrome/renderer/resources/extensions/
web_view.js 20 var WEB_VIEW_ATTRIBUTE_PARTITION = 'partition';
25 'The object has already navigated, so its partition cannot be changed.';
26 var ERROR_MSG_INVALID_PARTITION_ATTRIBUTE = 'Invalid partition attribute.';
38 /** @class representing state of storage partition. */
39 function Partition() {
45 Partition.prototype.toAttribute = function() {
52 Partition.prototype.fromAttribute = function(value, hasNavigated) {
111 this.partition = new Partition();
156 this.partition.validPartitionId = true
    [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);
  /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 196 class Partition(object):
214 p = Partition()
255 p = Partition()
1027 def __init__(self, partition, tgt, src=None, check_first_block=False):
1030 self.partition = partition
1036 self.path = os.path.join(tmpdir, partition)
1039 _, self.device = GetTypeAndDevice("/" + partition, OPTIONS.info_dict)
1054 script.Print("Patching %s image..." % (self.partition,))
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service.cc     [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/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 606 milliseconds

1 2