HomeSort by relevance Sort by last modified time
    Searched refs:Container (Results 126 - 150 of 333) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/unittests/ADT/
BitmaskEnumTest.cpp 100 struct Container {
110 TEST(BitmaskEnumTest, EnumInStruct) { EXPECT_EQ(3, Container::getFlags()); }
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.modifiers/
insert_iter_rv.pass.cpp 26 template <class Container, class Pair>
29 typedef Container M;
insert_rv.pass.cpp 27 template <class Container, class Pair>
30 typedef Container M;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.modifiers/
insert_iter_rv.pass.cpp 26 template <class Container, class Pair>
29 typedef Container M;
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /external/webrtc/talk/app/webrtc/
statstypes.h 386 // This class wraps an STL container and provides a limited set of
393 typedef std::list<StatsReport*> Container;
394 typedef Container::iterator iterator;
395 typedef Container::const_iterator const_iterator;
412 Container list_;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopIterator.h 116 LoopBlocksDFS(Loop *Container) :
117 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
118 PostBlocks.reserve(Container->getNumBlocks());
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LoopIterator.h 116 LoopBlocksDFS(Loop *Container) :
117 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
118 PostBlocks.reserve(Container->getNumBlocks());
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LoopIterator.h 116 LoopBlocksDFS(Loop *Container) :
117 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
118 PostBlocks.reserve(Container->getNumBlocks());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopIterator.h 116 LoopBlocksDFS(Loop *Container) :
117 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
118 PostBlocks.reserve(Container->getNumBlocks());
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopIterator.h 116 LoopBlocksDFS(Loop *Container) :
117 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
118 PostBlocks.reserve(Container->getNumBlocks());
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LoopIterator.h 116 LoopBlocksDFS(Loop *Container) :
117 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
118 PostBlocks.reserve(Container->getNumBlocks());
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LoopIterator.h 116 LoopBlocksDFS(Loop *Container) :
117 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
118 PostBlocks.reserve(Container->getNumBlocks());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopIterator.h 116 LoopBlocksDFS(Loop *Container) :
117 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
118 PostBlocks.reserve(Container->getNumBlocks());
  /external/protobuf/src/google/protobuf/
reflection.h 143 template<typename Container>
144 void MergeFrom(const Container& container) const {
145 typedef typename Container::const_iterator Iterator;
146 for (Iterator it = container.begin(); it != container.end(); ++it) {
150 template<typename Container>
151 void CopyFrom(const Container& container) const {
153 MergeFrom(container);
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
reflection.h 143 template<typename Container>
144 void MergeFrom(const Container& container) const {
145 typedef typename Container::const_iterator Iterator;
146 for (Iterator it = container.begin(); it != container.end(); ++it) {
150 template<typename Container>
151 void CopyFrom(const Container& container) const {
153 MergeFrom(container);
    [all...]
  /external/v8/src/wasm/
wasm-objects.cc 28 #define DEFINE_GETTER0(getter, Container, name, field, type) \
29 type* Container::name() { return type::cast(getter(field)); }
31 #define DEFINE_ACCESSORS0(getter, setter, Container, name, field, type) \
32 DEFINE_GETTER0(getter, Container, name, field, type) \
33 void Container::set_##name(type* value) { return setter(field, value); }
35 #define DEFINE_OPTIONAL_ACCESSORS0(getter, setter, Container, name, field, \
37 DEFINE_ACCESSORS0(getter, setter, Container, name, field, type) \
38 bool Container::has_##name() { \
42 #define DEFINE_OPTIONAL_GETTER0(getter, Container, name, field, type) \
43 DEFINE_GETTER0(getter, Container, name, field, type)
    [all...]
  /external/llvm/include/llvm/ADT/
STLExtras.h 210 // Returns an iterator_range over the given container which iterates in reverse.
211 // Note that the container must have rbegin()/rend() methods for this to work.
225 // Returns an iterator_range over the given container which iterates in reverse.
226 // Note that the container must have begin()/end() methods which return
352 /// For a container of pointers, deletes the pointers and then clears the
353 /// container.
354 template<typename Container>
355 void DeleteContainerPointers(Container &C) {
356 for (typename Container::iterator I = C.begin(), E = C.end(); I != E; ++I)
361 /// In a container of pairs (usually a map) whose second element is a pointer
    [all...]
  /external/autotest/site_utils/lxc/
zygote.py 12 from autotest_lib.site_utils.lxc import Container
18 class Zygote(Container):
19 """A Container that implements post-bringup configuration.
24 """Initialize an object of LXC container with given attribute values.
26 @param container_path: Directory that stores the container.
27 @param name: Name of the container.
29 container.
30 @param src: An optional source container. If provided, the source
31 continer is cloned, and the new container will point to the
39 of the new container, for testing purposes
    [all...]
  /external/libbrillo/brillo/strings/
string_utils.h 84 template <class Container>
85 std::string Join(const std::string& delimiter, const Container& strings) {
  /external/libcxx/test/std/containers/associative/map/map.modifiers/
insert_rv.pass.cpp 27 template <class Container, class Pair>
30 typedef Container M;
  /external/swiftshader/third_party/subzero/src/
IceUtils.h 126 /// Resize a vector (or other suitable container) to a particular size, and also
128 /// container grows. It uses a strategy of doubling capacity up to a certain
130 template <typename Container>
131 inline void reserveAndResize(Container &V, uint32_t Size,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardUserSwitcher.java 48 private final Container mUserSwitcherContainer;
65 mUserSwitcherContainer = (Container) userSwitcher.inflate();
304 public static class Container extends FrameLayout {
308 public Container(Context context, AttributeSet attrs) {
  /external/google-benchmark/test/
benchmark_test.cc 96 template <typename Container,
97 typename ValueType = typename Container::value_type>
101 Container c;
  /external/libcxx/utils/google-benchmark/test/
benchmark_test.cc 96 template <typename Container,
97 typename ValueType = typename Container::value_type>
101 Container c;

Completed in 824 milliseconds

1 2 3 4 56 7 8 91011>>