HomeSort by relevance Sort by last modified time
    Searched refs:Bundles (Results 1 - 25 of 41) sorted by null

1 2

  /frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/testing/
Bundles.java 22 public final class Bundles {
24 private Bundles() {
  /frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
StorageStrategy_LongTest.java 25 import androidx.recyclerview.selection.testing.Bundles;
49 Bundle parceled = Bundles.forceParceling(mStorage.asBundle(orig));
StorageStrategy_StringTest.java 25 import androidx.recyclerview.selection.testing.Bundles;
49 Bundle parceled = Bundles.forceParceling(mStorage.asBundle(orig));
SelectionTracker_InstanceStateTest.java 25 import androidx.recyclerview.selection.testing.Bundles;
70 Bundle parceled = Bundles.forceParceling(mBundle);
StorageStrategy_ParcelableTest.java 26 import androidx.recyclerview.selection.testing.Bundles;
64 Bundle parceled = Bundles.forceParceling(mStorage.asBundle(orig));
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Instructions.h     [all...]
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Instructions.h     [all...]
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocGreedy.cpp 79 EdgeBundles *Bundles;
192 // Bundles where this candidate should be live.
671 /// Return false if there are no bundles with positive bias.
793 ArrayRef<unsigned> Blocks = Bundles->getBlocks(Bundle);
822 // Perhaps iterating can enable more bundles?
828 /// calcCompactRegion - Compute the set of edge bundles that should be live
843 DEBUG(dbgs() << "Compact region bundles");
845 // Use the spill placer to determine the live bundles. GrowRegion pretends
902 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, 0)];
903 bool RegOut = LiveBundles[Bundles->getBundle(BC.Number, 1)]
    [all...]

Completed in 774 milliseconds

1 2