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

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DemoUtility.java 13 import java.awt.Container;
48 public static void fixGrid(Container cont, int columns) {
77 Call AFTER fixGridBag, passing in the container, the component, and the
80 public static void setInsets(Container cont, Component comp, Insets insets) {
  /external/eigen/unsupported/test/
FFTW.cpp 65 template<int Container, typename Scalar> struct VectorType;
77 template <int Container, typename T>
82 typedef typename VectorType<Container,Scalar>::type ScalarVector;
83 typedef typename VectorType<Container,Complex>::type ComplexVector;
140 template <int Container, typename T>
144 typedef typename VectorType<Container,Complex>::type ComplexVector;
  /external/swiftshader/third_party/subzero/src/
IceDefs.h 154 /// VariableDeclarationList is a container for holding VariableDeclarations --
441 reverse_range(const T &Container) {
442 return llvm::make_range(Container.rbegin(), Container.rend());
445 llvm::iterator_range<typename T::reverse_iterator> reverse_range(T &Container) {
446 return llvm::make_range(Container.rbegin(), Container.rend());
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/libcxx/test/std/containers/associative/map/map.modifiers/
insert_iter_rv.pass.cpp 26 template <class Container, class Pair>
29 typedef Container M;
  /external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
insert_iter_rv.pass.cpp 26 template <class Container, class Pair>
29 typedef Container M;
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
resize_size_value.pass.cpp 92 typedef std::forward_list<int, ContainerTestAllocator<int, int>> Container;
96 Container c;
  /external/llvm/unittests/ADT/
BitmaskEnumTest.cpp 100 struct Container {
110 TEST(BitmaskEnumTest, EnumInStruct) { EXPECT_EQ(3, Container::getFlags()); }
  /external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
generator_io.py 21 from collections import Container
64 target_key: String or Container of Strings, the key or Container of keys of
83 TypeError: `target_key` is not `str` or `target_key` is not `Container`
102 elif isinstance(target_key, Container):
105 raise TypeError('target_key must be str or Container of str; got {}'.
112 raise TypeError('target_key must be str or Container of str; got {}'.
  /prebuilts/ndk/r16/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;
  /prebuilts/ndk/r16/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;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
resize_size_value.pass.cpp 92 typedef std::forward_list<int, ContainerTestAllocator<int, int>> Container;
96 Container c;
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /external/autotest/site_utils/lxc/
base_image_unittest.py 22 # A reference to an existing base container that can be copied for tests that
23 # need a base container. This is an optimization.
25 # The reference container can either be a reference to an existing container, or
26 # to a container that was downloaded by this test. If the latter, then it needs
46 self.fail('Base container was not valid.\n%s' %
52 base = lxc.Container.clone(src=reference_container,
58 # Precondition: ensure base exists and is a valid container.
63 # Verify that the base container was cleaned up.
74 # snapshots of full container clones. BaseImage cleanup code assume
    [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-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/darwin-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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-4639204/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-4691093/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());
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
LoopIterator.h 116 LoopBlocksDFS(Loop *Container) :
117 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
118 PostBlocks.reserve(Container->getNumBlocks());

Completed in 2953 milliseconds

1 2 3 4 5 6 7 8 91011>>