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

  /external/chromium_org/base/containers/
stack_container.h 134 // WATCH OUT: the ContainerType MUST use the proper StackAllocator for this
140 typedef TContainerType ContainerType;
141 typedef typename ContainerType::value_type ContainedType;
157 ContainerType& container() { return container_; }
158 const ContainerType& container() const { return container_; }
163 ContainerType* operator->() { return &container_; }
164 const ContainerType* operator->() const { return &container_; }
177 ContainerType container_;
stack_container_unittest.cc 80 typedef Vector::ContainerType Container;
  /external/chromium_org/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/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 304 typedef ::std::vector<int> ContainerType;
305 ContainerType values;
317 typedef ::std::vector<int> ContainerType;
318 ContainerType values;
331 typedef ::std::vector<int> ContainerType;
332 ContainerType values;
343 typedef ::std::vector<int> ContainerType;
344 ContainerType values;
  /ndk/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...]
  /external/chromium_org/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/chromium_org/third_party/mesa/src/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/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/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 301 typedef typename ::std::vector<T> ContainerType;
306 typename ContainerType::const_iterator iterator)
351 typename ContainerType::const_iterator iterator_;
363 const ContainerType container_;
  /ndk/sources/third_party/googletest/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/deqp/framework/referencerenderer/
rrRenderer.cpp 505 template <typename ContainerType>
506 void flatshadeVertices (const Program& program, ContainerType& list)
513 for (typename ContainerType::iterator it = list.begin(); it != list.end(); ++it)
853 template <typename ContainerType>
854 void transformClipCoordsToWindowCoords (const RenderState& state, ContainerType& list)
856 for (typename ContainerType::iterator it = list.begin(); it != list.end(); ++it)
902 template <typename ContainerType>
903 void makeSharedVerticesDistinct (ContainerType& list, VertexPacketAllocator& vpalloc)
907 for (typename ContainerType::iterator it = list.begin(); it != list.end(); ++it)
929 template <typename ContainerType>
    [all...]
  /external/deqp/framework/qphelper/
qpTestLog.c 63 } ContainerType;
65 DE_INLINE deBool childContainersOk (ContainerType type)
78 ContainerType elements[MAX_CONTAINER_STACK_DEPTH];
91 DE_INLINE deBool ContainerStack_push (ContainerStack* stack, ContainerType type)
105 DE_INLINE ContainerType ContainerStack_pop (ContainerStack* stack)
112 DE_INLINE ContainerType ContainerStack_getTop (const ContainerStack* stack)
    [all...]
  /external/chromium_org/cc/resources/
pixel_buffer_raster_worker_pool.cc 620 for (RasterTaskVector::ContainerType::const_iterator it =
  /external/chromium_org/chrome/browser/android/bookmarks/
bookmarks_bridge.cc 192 for (base::StackVector<const BookmarkNode*, 8>::ContainerType::const_iterator
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /prebuilts/sdk/tools/
jill.jar 

Completed in 3857 milliseconds