HomeSort by relevance Sort by last modified time
    Searched defs:Partition (Results 51 - 75 of 180) sorted by null

1 23 4 5 6 7 8

  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
CustomVirtualView.java 76 private final SparseArray<Partition> mPartitionsByAutofillId = new SparseArray<>();
77 private final ArrayMap<String, Partition> mPartitionsByName = new ArrayMap<>();
128 // same partition
135 Partition partition = mPartitionsByAutofillId.get(id); local
136 if (partition == null) {
141 partitions.add(partition.mName);
296 * Creates a new partition with the given name.
298 * @throws IllegalArgumentException if such partition already exists.
300 public Partition addPartition(String name)
304 Partition partition = new Partition(name); local
    [all...]
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
CustomVirtualView.java 78 private final SparseArray<Partition> mPartitionsByAutofillId = new SparseArray<>();
79 private final ArrayMap<String, Partition> mPartitionsByName = new ArrayMap<>();
130 // same partition
137 Partition partition = mPartitionsByAutofillId.get(id); local
138 if (partition == null) {
143 partitions.add(partition.mName);
298 * Creates a new partition with the given name.
300 * @throws IllegalArgumentException if such partition already exists.
302 public Partition addPartition(String name)
306 Partition partition = new Partition(name); local
    [all...]
  /external/tensorflow/tensorflow/core/graph/
graph_partition.cc 732 // cross-device inputs. This is expected by the logic in Partition(), so
    [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/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/
aws-java-sdk-core-1.11.18.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 

Completed in 1674 milliseconds

1 23 4 5 6 7 8