HomeSort by relevance Sort by last modified time
    Searched refs:LayoutMode (Results 1 - 17 of 17) sorted by null

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
PositionMetric.java 27 protected enum LayoutMode {
39 * @param layoutMode
42 protected static void validateValue(float value, LayoutMode layoutMode) throws IllegalArgumentException {
43 switch(layoutMode) {
52 throw new IllegalArgumentException("Unknown LayoutMode: " + layoutMode);
XPositionMetric.java 42 validateValue(value, PositionMetric.LayoutMode.ABSOLUTE);
47 validateValue(value, PositionMetric.LayoutMode.RELATIVE);
YPositionMetric.java 72 validateValue(value, PositionMetric.LayoutMode.ABSOLUTE);
77 validateValue(value, PositionMetric.LayoutMode.RELATIVE);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
TailDuplicator.h 41 bool LayoutMode;
58 /// @param LayoutMode - When true, don't use the existing layout to make
64 bool LayoutMode, unsigned TailDupSize = 0);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
TailDuplicator.h 49 bool LayoutMode;
66 /// @param LayoutMode - When true, don't use the existing layout to make
72 bool LayoutMode, unsigned TailDupSize = 0);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
TailDuplicator.h 49 bool LayoutMode;
66 /// @param LayoutMode - When true, don't use the existing layout to make
72 bool LayoutMode, unsigned TailDupSize = 0);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
TailDuplicator.h 49 bool LayoutMode;
67 /// @param LayoutMode - When true, don't use the existing layout to make
73 bool LayoutMode, unsigned TailDupSize = 0);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
TailDuplicator.h 49 bool LayoutMode;
67 /// @param LayoutMode - When true, don't use the existing layout to make
73 bool LayoutMode, unsigned TailDupSize = 0);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
TailDuplicator.h 49 bool LayoutMode;
67 /// @param LayoutMode - When true, don't use the existing layout to make
73 bool LayoutMode, unsigned TailDupSize = 0);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
TailDuplicator.h 49 bool LayoutMode;
67 /// @param LayoutMode - When true, don't use the existing layout to make
73 bool LayoutMode, unsigned TailDupSize = 0);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
TailDuplicator.h 41 bool LayoutMode;
58 /// @param LayoutMode - When true, don't use the existing layout to make
64 bool LayoutMode, unsigned TailDupSize = 0);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
TailDuplicator.h 49 bool LayoutMode;
66 /// @param LayoutMode - When true, don't use the existing layout to make
72 bool LayoutMode, unsigned TailDupSize = 0);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
TailDuplicator.h 49 bool LayoutMode;
66 /// @param LayoutMode - When true, don't use the existing layout to make
72 bool LayoutMode, unsigned TailDupSize = 0);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
TailDuplicator.h 49 bool LayoutMode;
67 /// @param LayoutMode - When true, don't use the existing layout to make
73 bool LayoutMode, unsigned TailDupSize = 0);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
TailDuplicator.h 49 bool LayoutMode;
67 /// @param LayoutMode - When true, don't use the existing layout to make
73 bool LayoutMode, unsigned TailDupSize = 0);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
TailDuplicator.h 49 bool LayoutMode;
67 /// @param LayoutMode - When true, don't use the existing layout to make
73 bool LayoutMode, unsigned TailDupSize = 0);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
TailDuplicator.h 49 bool LayoutMode;
67 /// @param LayoutMode - When true, don't use the existing layout to make
73 bool LayoutMode, unsigned TailDupSize = 0);

Completed in 2302 milliseconds