HomeSort by relevance Sort by last modified time
    Searched refs:Container (Results 51 - 75 of 527) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mockito/src/test/java/org/mockito/internal/util/reflection/
GenericArrayReturnTypeTest.java 18 Container container = mock(Container.class, Answers.RETURNS_DEEP_STUBS); local
19 container.getInnerContainer().getTheProblem().toArray(new String[]{});
22 class Container {
  /external/tensorflow/tensorflow/core/lib/gtl/
priority_queue_util.h 28 template <typename T, typename Container, typename Comparator>
29 T ConsumeTop(std::priority_queue<T, Container, Comparator>* q) {
37 // the underlying container as a protected member, so we use that access
39 using Q = std::priority_queue<T, Container, Comparator>;
  /external/libcxx/test/libcxx/debug/containers/
db_sequence_container_iterators.pass.cpp 18 // test container debugging
30 template <class Container, ContainerType CT>
31 struct SequenceContainerChecks : BasicContainerChecks<Container, CT> {
32 using Base = BasicContainerChecks<Container, CT>;
33 using value_type = typename Container::value_type;
34 using allocator_type = typename Container::allocator_type;
35 using iterator = typename Container::iterator;
36 using const_iterator = typename Container::const_iterator;
79 Container C = makeContainer(1);
85 Container C = {1, 1, 1, 1}
    [all...]
db_associative_container_tests.pass.cpp 18 // test container debugging
31 template <class Container, ContainerType CT>
32 struct AssociativeContainerChecks : BasicContainerChecks<Container, CT> {
33 using Base = BasicContainerChecks<Container, CT>;
34 using value_type = typename Container::value_type;
35 using iterator = typename Container::iterator;
36 using const_iterator = typename Container::const_iterator;
db_unord_container_tests.pass.cpp 18 // test container debugging
30 template <class Container, ContainerType CT>
31 struct UnorderedContainerChecks : BasicContainerChecks<Container, CT> {
32 using Base = BasicContainerChecks<Container, CT>;
33 using value_type = typename Container::value_type;
34 using iterator = typename Container::iterator;
35 using const_iterator = typename Container::const_iterator;
  /external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
insert_cv.pass.cpp 22 template <class Container>
24 typedef Container M;
60 typedef std::multimap<int, double> Container;
61 do_insert_test<Container>();
65 typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> Container;
66 do_insert_test<Container>();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
DebugSubsectionRecord.h 40 CodeViewContainer Container);
43 CodeViewContainer Container);
50 CodeViewContainer Container = CodeViewContainer::ObjectFile;
58 CodeViewContainer Container);
64 CodeViewContainer Container);
76 CodeViewContainer Container;
84 // FIXME: We need to pass the container type through to this function. In
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
DebugSubsectionRecord.h 40 CodeViewContainer Container);
43 CodeViewContainer Container);
50 CodeViewContainer Container = CodeViewContainer::ObjectFile;
58 CodeViewContainer Container);
64 CodeViewContainer Container);
76 CodeViewContainer Container;
84 // FIXME: We need to pass the container type through to this function. In
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
DebugSubsectionRecord.h 40 CodeViewContainer Container);
43 CodeViewContainer Container);
50 CodeViewContainer Container = CodeViewContainer::ObjectFile;
58 CodeViewContainer Container);
64 CodeViewContainer Container);
76 CodeViewContainer Container;
84 // FIXME: We need to pass the container type through to this function. In
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
DebugSubsectionRecord.h 40 CodeViewContainer Container);
43 CodeViewContainer Container);
50 CodeViewContainer Container = CodeViewContainer::ObjectFile;
58 CodeViewContainer Container);
64 CodeViewContainer Container);
76 CodeViewContainer Container;
84 // FIXME: We need to pass the container type through to this function. In
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
DebugSubsectionRecord.h 40 CodeViewContainer Container);
43 CodeViewContainer Container);
50 CodeViewContainer Container = CodeViewContainer::ObjectFile;
58 CodeViewContainer Container);
64 CodeViewContainer Container);
76 CodeViewContainer Container;
84 // FIXME: We need to pass the container type through to this function. In
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
DebugSubsectionRecord.h 40 CodeViewContainer Container);
43 CodeViewContainer Container);
50 CodeViewContainer Container = CodeViewContainer::ObjectFile;
58 CodeViewContainer Container);
64 CodeViewContainer Container);
76 CodeViewContainer Container;
84 // FIXME: We need to pass the container type through to this function. In
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
DebugSubsectionRecord.h 40 CodeViewContainer Container);
43 CodeViewContainer Container);
50 CodeViewContainer Container = CodeViewContainer::ObjectFile;
58 CodeViewContainer Container);
64 CodeViewContainer Container);
76 CodeViewContainer Container;
84 // FIXME: We need to pass the container type through to this function. In
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
DebugSubsectionRecord.h 40 CodeViewContainer Container);
43 CodeViewContainer Container);
50 CodeViewContainer Container = CodeViewContainer::ObjectFile;
58 CodeViewContainer Container);
64 CodeViewContainer Container);
76 CodeViewContainer Container;
84 // FIXME: We need to pass the container type through to this function. In
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/debug/containers/
db_associative_container_tests.pass.cpp 18 // test container debugging
31 template <class Container, ContainerType CT>
32 struct AssociativeContainerChecks : BasicContainerChecks<Container, CT> {
33 using Base = BasicContainerChecks<Container, CT>;
34 using value_type = typename Container::value_type;
35 using iterator = typename Container::iterator;
36 using const_iterator = typename Container::const_iterator;
db_unord_container_tests.pass.cpp 18 // test container debugging
30 template <class Container, ContainerType CT>
31 struct UnorderedContainerChecks : BasicContainerChecks<Container, CT> {
32 using Base = BasicContainerChecks<Container, CT>;
33 using value_type = typename Container::value_type;
34 using iterator = typename Container::iterator;
35 using const_iterator = typename Container::const_iterator;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.modifiers/
insert_cv.pass.cpp 22 template <class Container>
24 typedef Container M;
60 typedef std::multimap<int, double> Container;
61 do_insert_test<Container>();
65 typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> Container;
66 do_insert_test<Container>();
  /external/libcxx/benchmarks/
ContainerBenchmarks.hpp 11 template <class Container, class GenInputs>
12 void BM_ConstructIterIter(benchmark::State& st, Container, GenInputs gen) {
18 Container c(begin, end);
23 template <class Container, class GenInputs>
24 void BM_InsertValue(benchmark::State& st, Container c, GenInputs gen) {
36 template <class Container, class GenInputs>
37 void BM_InsertValueRehash(benchmark::State& st, Container c, GenInputs gen) {
51 template <class Container, class GenInputs>
52 void BM_InsertDuplicate(benchmark::State& st, Container c, GenInputs gen) {
67 template <class Container, class GenInputs
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/benchmarks/
ContainerBenchmarks.hpp 11 template <class Container, class GenInputs>
12 void BM_ConstructIterIter(benchmark::State& st, Container, GenInputs gen) {
18 Container c(begin, end);
23 template <class Container, class GenInputs>
24 void BM_InsertValue(benchmark::State& st, Container c, GenInputs gen) {
36 template <class Container, class GenInputs>
37 void BM_InsertValueRehash(benchmark::State& st, Container c, GenInputs gen) {
51 template <class Container, class GenInputs>
52 void BM_InsertDuplicate(benchmark::State& st, Container c, GenInputs gen) {
67 template <class Container, class GenInputs
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
CompactConstructorExampleTest.java 41 assertEquals(new Container(), obj);
46 assertEquals(new Container("title"), obj);
50 Container obj = (Container) load("example3.yaml");
51 assertEquals(new Container("title3"), obj);
60 Container container = (Container) obj; local
62 assertEquals(new Container("title4"), obj);
63 assertEquals("title4", container.getTitle())
71 Container container = (Container) obj; local
82 Container container = (Container) obj; local
93 Container container = (Container) obj; local
    [all...]
  /external/clang/test/SemaCXX/
warn-range-loop-analysis.cpp 12 struct Container {
63 Container<int> int_non_ref_container;
64 Container<int&> int_container;
65 Container<Bar&> bar_container;
68 // expected-warning@-1 {{loop variable 'x' is always a copy because the range of type 'Container<int>' does not return a reference}}
81 Container<int> A;
115 Container<int&> B;
146 Container<Bar> C;
170 Container<Bar&> D;
194 Container<Foo> E
    [all...]
  /external/protobuf/src/google/protobuf/
metadata.h 57 // indicate an arena pointer and bit 0 == 1 to indicate a UFS+Arena-container
67 delete PtrValue<Container>();
74 return PtrValue<Container>()->unknown_fields_;
82 return &PtrValue<Container>()->unknown_fields_;
90 return PtrValue<Container>()->arena_;
104 // different states (direct arena pointer vs. container with UFS) so we
123 // ptr_ is a Container*.
140 struct Container {
147 Container* container = Arena::Create<Container>(my_arena) local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 27 MappingInfo(ArrayRef<uint8_t> RecordData, CodeViewContainer Container)
29 Mapping(Reader, Container) {}
51 CodeViewContainer Container)
52 : Delegate(Delegate), Container(Container) {}
56 Mapping = llvm::make_unique<MappingInfo>(Record.content(), Container);
84 CodeViewContainer Container;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 27 MappingInfo(ArrayRef<uint8_t> RecordData, CodeViewContainer Container)
29 Mapping(Reader, Container) {}
51 CodeViewContainer Container)
52 : Delegate(Delegate), Container(Container) {}
56 Mapping = llvm::make_unique<MappingInfo>(Record.content(), Container);
84 CodeViewContainer Container;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 27 MappingInfo(ArrayRef<uint8_t> RecordData, CodeViewContainer Container)
29 Mapping(Reader, Container) {}
51 CodeViewContainer Container)
52 : Delegate(Delegate), Container(Container) {}
56 Mapping = llvm::make_unique<MappingInfo>(Record.content(), Container);
84 CodeViewContainer Container;

Completed in 515 milliseconds

1 23 4 5 6 7 8 91011>>