/aosp12/system/chre/util/include/chre/util/ |
H A D | heap_impl.h | 30 template <typename ContainerType, typename CompareFunction> 31 void siftUp(ContainerType &container, size_t index, in siftUp() 46 template <typename ContainerType, typename CompareFunction> 47 void siftDown(ContainerType &container, size_t index, in siftDown() 77 template <typename ContainerType, typename CompareFunction> 78 void push_heap(ContainerType &container, const CompareFunction &compare) { in push_heap() 85 template <typename ContainerType, typename CompareFunction> 86 void pop_heap(ContainerType &container, const CompareFunction &compare) { in pop_heap() 94 template <typename ContainerType, typename CompareFunction> 95 void remove_heap(ContainerType &container, size_t index, in remove_heap()
|
H A D | heap.h | 38 template <typename ContainerType, typename CompareFunction> 39 void push_heap(ContainerType &container, const CompareFunction &compare); 49 template <typename ContainerType, typename CompareFunction> 50 void pop_heap(ContainerType &container, const CompareFunction &compare); 62 template <typename ContainerType, typename CompareFunction> 63 void remove_heap(ContainerType &container, size_t index,
|
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
H A D | AbstractQuickStepTest.java | 25 import com.android.launcher3.tapl.LauncherInstrumentation.ContainerType; 52 protected void checkLauncherState(Launcher launcher, ContainerType expectedContainerType, in checkLauncherState() 64 ContainerType expectedContainerType, boolean isStarted, boolean isResumed) { in checkLauncherStateInOverview() 77 LauncherInstrumentation.ContainerType expectedContainerType) { in isInLiveTileMode() 79 || expectedContainerType != LauncherInstrumentation.ContainerType.OVERVIEW) { in isInLiveTileMode()
|
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
H A D | Overview.java | 23 import com.android.launcher3.tapl.LauncherInstrumentation.ContainerType; 36 protected ContainerType getContainerType() { in getContainerType() 37 return LauncherInstrumentation.ContainerType.OVERVIEW; in getContainerType()
|
H A D | Home.java | 37 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType() 38 return LauncherInstrumentation.ContainerType.WORKSPACE; in getContainerType()
|
H A D | BaseOverview.java | 43 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType() 44 return LauncherInstrumentation.ContainerType.FALLBACK_OVERVIEW; in getContainerType()
|
H A D | Widgets.java | 91 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType() 92 return LauncherInstrumentation.ContainerType.WIDGETS; in getContainerType()
|
H A D | AllApps.java | 59 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType() 60 return LauncherInstrumentation.ContainerType.ALL_APPS; in getContainerType()
|
H A D | Background.java | 49 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType() 50 return LauncherInstrumentation.ContainerType.BACKGROUND; in getContainerType()
|
H A D | LauncherInstrumentation.java | 123 public enum ContainerType { enum in LauncherInstrumentation 145 protected abstract ContainerType getContainerType(); in getContainerType() 181 private Consumer<ContainerType> mOnSettledStateAction; 521 public void setOnSettledStateAction(Consumer<ContainerType> onSettledStateAction) { in setOnSettledStateAction() 680 private UiObject2 verifyContainerType(ContainerType containerType) { in verifyContainerType() 698 private UiObject2 verifyVisibleObjects(ContainerType containerType) { in verifyVisibleObjects()
|
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/ |
H A D | AbstractLauncherUiTest.java | 58 import com.android.launcher3.tapl.LauncherInstrumentation.ContainerType; 528 Launcher launcher, ContainerType expectedContainerType) { in checkLauncherIntegrity() 583 expectedContainerType == ContainerType.BACKGROUND || in checkLauncherIntegrity() 584 expectedContainerType == ContainerType.FALLBACK_OVERVIEW); in checkLauncherIntegrity() 588 protected void checkLauncherState(Launcher launcher, ContainerType expectedContainerType, in checkLauncherState() 597 ContainerType expectedContainerType, boolean isStarted, boolean isResumed) { in checkLauncherStateInOverview()
|
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
H A D | payload.h | 119 using ContainerType = 121 using BufferType = typename ContainerType::BufferType;
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | ShortcutAndWidgetContainer.java | 32 import com.android.launcher3.CellLayout.ContainerType; 46 @ContainerType 60 public ShortcutAndWidgetContainer(Context context, @ContainerType int containerType) { in ShortcutAndWidgetContainer()
|
H A D | DeviceProfile.java | 35 import com.android.launcher3.CellLayout.ContainerType; 1020 public int getCellContentHeight(@ContainerType int containerType) { in getCellContentHeight()
|
H A D | CellLayout.java | 169 public @interface ContainerType{} annotation in CellLayout 174 @ContainerType private final int mContainerType;
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | make_cow_from_ab_ota.cpp | 473 template <typename ContainerType> 476 ExtentIter(const ContainerType& container) in ExtentIter() 496 typename ContainerType::const_iterator iter_; 497 typename ContainerType::const_iterator end_;
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | protobuf-java-3.7.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |