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

1 2

  /external/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 44 latency_sort Picker;
47 LatencyPriorityQueue() : Picker(this) {
ResourcePriorityQueue.h 59 resource_sort Picker;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LatencyPriorityQueue.h 44 latency_sort Picker;
47 LatencyPriorityQueue() : Picker(this) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 44 latency_sort Picker;
47 LatencyPriorityQueue() : Picker(this) {
ResourcePriorityQueue.h 59 resource_sort Picker;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 44 latency_sort Picker;
47 LatencyPriorityQueue() : Picker(this) {
ResourcePriorityQueue.h 59 resource_sort Picker;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 44 latency_sort Picker;
47 LatencyPriorityQueue() : Picker(this) {
ResourcePriorityQueue.h 59 resource_sort Picker;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 44 latency_sort Picker;
47 LatencyPriorityQueue() : Picker(this) {
ResourcePriorityQueue.h 59 resource_sort Picker;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 44 latency_sort Picker;
47 LatencyPriorityQueue() : Picker(this) {
ResourcePriorityQueue.h 59 resource_sort Picker;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 44 latency_sort Picker;
47 LatencyPriorityQueue() : Picker(this) {
ResourcePriorityQueue.h 59 resource_sort Picker;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 44 latency_sort Picker;
47 LatencyPriorityQueue() : Picker(this) {
ResourcePriorityQueue.h 59 resource_sort Picker;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 44 latency_sort Picker;
47 LatencyPriorityQueue() : Picker(this) {
ResourcePriorityQueue.h 59 resource_sort Picker;
  /external/llvm/lib/CodeGen/
LatencyPriorityQueue.cpp 125 if (Picker(*Best, *I))
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LatencyPriorityQueue.cpp 124 if (Picker(*Best, *I))
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
DatePicker.java 15 package android.support.v17.leanback.widget.picker;
37 * {@link DatePicker} is a directly subclass of {@link Picker}.
49 public class DatePicker extends Picker {
Picker.java 15 package android.support.v17.leanback.widget.picker;
41 * Picker is a widget showing multiple customized {@link PickerColumn}s. The PickerColumns are
46 * Picker has two states and will change height:
47 * <li>{@link #isActivated()} is true: Picker shows typically three items vertically (see
49 * shows one item if the Picker is focused. On a touch screen device, the Picker will not get focus
50 * so it always show three items on all columns. On a non-touch device (a TV), the Picker will show
51 * three items only on currently activated column. If the Picker has focus, it will intercept DPAD
53 * <li>{@link #isActivated()} is false: Picker shows one item vertically (see
54 * {@link #getVisibleItemCount()}) on all columns. The size of Picker shrinks
    [all...]
TimePicker.java 17 package android.support.v17.leanback.widget.picker;
35 * {@link TimePicker} is a direct subclass of {@link Picker}.
38 * current system locale. The time can be selected by hour, minute, and AM/PM picker columns.
45 * true. Each individual time picker field can be set at any time by calling {@link #setHour(int)},
47 * time by calling {@link #setIs24Hour(boolean)}, and the AM/PM picker column will be activated or
53 public class TimePicker extends Picker {
239 * @return the time picker format string based on the current system locale and the layout
300 throw new IllegalArgumentException("Invalid time picker format.");
399 * Sets whether this widget displays a 24-hour mode or a 12-hour mode with an AM/PM picker.
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]

Completed in 1951 milliseconds

1 2