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

1 2 3

  /system/chre/util/include/chre/util/
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,
heap_impl.h 30 template<typename ContainerType, typename CompareFunction>
31 void siftUp(ContainerType& container, size_t index,
46 template<typename ContainerType, typename CompareFunction>
47 void siftDown(ContainerType& container, size_t index,
77 template<typename ContainerType, typename CompareFunction>
78 void push_heap(ContainerType& container, const CompareFunction& compare) {
85 template<typename ContainerType, typename CompareFunction>
86 void pop_heap(ContainerType& container, const CompareFunction& compare) {
94 template<typename ContainerType, typename CompareFunction>
95 void remove_heap(ContainerType& container, size_t index
    [all...]
  /packages/apps/Launcher3/protos/
launcher_dump.proto 36 optional ContainerType container_type = 5;
59 enum ContainerType {
launcher_log.proto 36 // Used mainly for ContainerType.FOLDER, ItemType.*
43 optional ContainerType container_type = 6;
74 enum ContainerType {
  /external/libchrome/base/containers/
stack_container.h 136 // WATCH OUT: the ContainerType MUST use the proper StackAllocator for this
142 typedef TContainerType ContainerType;
143 typedef typename ContainerType::value_type ContainedType;
159 ContainerType& container() { return container_; }
160 const ContainerType& container() const { return container_; }
165 ContainerType* operator->() { return &container_; }
166 const ContainerType* operator->() const { return &container_; }
179 ContainerType container_;
  /packages/apps/Launcher3/src/com/android/launcher3/logging/
DumpTargetWrapper.java 25 import com.android.launcher3.model.nano.LauncherDumpProto.ContainerType;
44 public DumpTargetWrapper(int containerType, int id) {
46 node = newContainerTarget(containerType, id);
97 dt.containerType = type;
110 String str = LoggerUtils.getFieldName(t.containerType, ContainerType.class);
111 if (t.containerType == ContainerType.WORKSPACE) {
113 } else if (t.containerType == ContainerType.FOLDER)
    [all...]
LoggerUtils.java 30 import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType;
93 String str = getFieldName(t.containerType, ContainerType.class);
94 if (t.containerType == ContainerType.WORKSPACE) {
96 } else if (t.containerType == ContainerType.FOLDER) {
177 public static Target newContainerTarget(int containerType) {
179 t.containerType = containerType;
    [all...]
  /external/libcxx/test/libcxx/debug/containers/
db_associative_container_tests.pass.cpp 28 template <class Container, ContainerType CT>
db_unord_container_tests.pass.cpp 27 template <class Container, ContainerType CT>
db_string.pass.cpp 29 template <class Container = StringType, ContainerType CT = CT_String>
  /external/google-breakpad/src/testing/gtest/test/
gtest-param-test_test.cc 363 typedef ::std::vector<int> ContainerType;
364 ContainerType values;
376 typedef ::std::vector<int> ContainerType;
377 ContainerType values;
390 typedef ::std::vector<int> ContainerType;
391 ContainerType values;
402 typedef ::std::vector<int> ContainerType;
403 ContainerType values;
    [all...]
  /external/protobuf/gtest/test/
gtest-param-test_test.cc 363 typedef ::std::vector<int> ContainerType;
364 ContainerType values;
376 typedef ::std::vector<int> ContainerType;
377 ContainerType values;
390 typedef ::std::vector<int> ContainerType;
391 ContainerType values;
402 typedef ::std::vector<int> ContainerType;
403 ContainerType values;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-param-test_test.cc 363 typedef ::std::vector<int> ContainerType;
364 ContainerType values;
376 typedef ::std::vector<int> ContainerType;
377 ContainerType values;
390 typedef ::std::vector<int> ContainerType;
391 ContainerType values;
402 typedef ::std::vector<int> ContainerType;
403 ContainerType values;
    [all...]
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
payload.h 119 using ContainerType =
121 using BufferType = typename ContainerType::BufferType;
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest-param-test_test.cc 363 typedef ::std::vector<int> ContainerType;
364 ContainerType values;
376 typedef ::std::vector<int> ContainerType;
377 ContainerType values;
390 typedef ::std::vector<int> ContainerType;
391 ContainerType values;
402 typedef ::std::vector<int> ContainerType;
403 ContainerType values;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest-param-test_test.cc 363 typedef ::std::vector<int> ContainerType;
364 ContainerType values;
376 typedef ::std::vector<int> ContainerType;
377 ContainerType values;
390 typedef ::std::vector<int> ContainerType;
391 ContainerType values;
402 typedef ::std::vector<int> ContainerType;
403 ContainerType values;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PinchAnimationManager.java 29 import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType;
169 ContainerType.OVERVIEW, mWorkspace.getCurrentPage());
175 ContainerType.WORKSPACE, mWorkspace.getCurrentPage());
ShortcutAndWidgetContainer.java 25 import com.android.launcher3.CellLayout.ContainerType;
34 @ContainerType private final int mContainerType;
45 public ShortcutAndWidgetContainer(Context context, @ContainerType int containerType) {
49 mContainerType = containerType;
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util.h 283 typedef typename ::std::vector<T> ContainerType;
288 typename ContainerType::const_iterator iterator)
333 typename ContainerType::const_iterator iterator_;
345 const ContainerType container_;
  /external/googletest/googletest/include/gtest/internal/
gtest-param-util.h 307 typedef typename ::std::vector<T> ContainerType;
312 typename ContainerType::const_iterator iterator)
357 typename ContainerType::const_iterator iterator_;
369 const ContainerType container_;
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-param-util.h 307 typedef typename ::std::vector<T> ContainerType;
312 typename ContainerType::const_iterator iterator)
357 typename ContainerType::const_iterator iterator_;
369 const ContainerType container_;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 283 typedef typename ::std::vector<T> ContainerType;
288 typename ContainerType::const_iterator iterator)
333 typename ContainerType::const_iterator iterator_;
345 const ContainerType container_;
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 283 typedef typename ::std::vector<T> ContainerType;
288 typename ContainerType::const_iterator iterator)
333 typename ContainerType::const_iterator iterator_;
345 const ContainerType container_;
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 282 typedef typename ::std::vector<T> ContainerType;
287 typename ContainerType::const_iterator iterator)
332 typename ContainerType::const_iterator iterator_;
344 const ContainerType container_;
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 283 typedef typename ::std::vector<T> ContainerType;
288 typename ContainerType::const_iterator iterator)
333 typename ContainerType::const_iterator iterator_;
345 const ContainerType container_;

Completed in 1496 milliseconds

1 2 3