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

1 23 4 5 6 7 8 91011>>

  /art/runtime/base/
transform_array_ref.h 176 ArrayRef<ValueType> container, Function f) {
177 return TransformArrayRef<ValueType, Function>(container, f);
180 template <typename Container, typename Function>
181 TransformArrayRef<typename Container::value_type, Function> MakeTransformArrayRef(
182 Container& container, Function f) {
183 return TransformArrayRef<typename Container::value_type, Function>(
184 ArrayRef<typename Container::value_type>(container.data(), container.size()), f)
    [all...]
iteration_range.h 24 // Helper class that acts as a container for range-based loops, given an iteration
57 template <typename Container>
58 inline auto ReverseRange(Container&& c) {
  /libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
FieldTest.java 25 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Container;
54 @Container({@Repeated(1)})
58 @Container({@Repeated(2), @Repeated(3)})
75 Class<? extends Annotation> container = Container.class; local
76 checkDeclaredAnnotation(c, "noAnnotation", container, null);
77 checkDeclaredAnnotation(c, "multipleAnnotationOddity", container,
78 "@Container({@Repeated(2), @Repeated(3)})");
79 checkDeclaredAnnotation(c, "multipleAnnotationExplicitSingle", container,
80 "@Container({@Repeated(1)})")
111 Class<? extends Annotation> container = Container.class; local
143 Class<? extends Annotation> container = Container.class; local
    [all...]
MethodTest.java 25 import libcore.java.lang.reflect.annotations.AnnotatedElementTestSupport.Container;
54 @Container({@Repeated(1)})
58 @Container({@Repeated(2), @Repeated(3)})
75 Class<? extends Annotation> container = Container.class; local
76 checkDeclaredAnnotation(c, "noAnnotation", container, null);
77 checkDeclaredAnnotation(c, "multipleAnnotationOddity", container,
78 "@Container({@Repeated(2), @Repeated(3)})");
79 checkDeclaredAnnotation(c, "multipleAnnotationExplicitSingle", container,
80 "@Container({@Repeated(1)})")
111 Class<? extends Annotation> container = Container.class; local
143 Class<? extends Annotation> container = Container.class; local
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopIterator.h 57 LoopBlocksDFS(Loop *Container) :
58 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
59 PostBlocks.reserve(Container->getNumBlocks());
  /external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
Theme.java 6 import java.awt.Container;
58 if (cmp instanceof Container) {
59 Container c = (Container) cmp;
  /external/autotest/site_utils/lxc/
unittest_container_bucket.py 14 """A fast container bucket for testing.
16 If a base container image already exists in the default location on the
17 local machine, this container just makes a snapshot of it for testing,
30 # Clone the base container (snapshot for speed) to make a base
31 # container for the unit test.
32 base = lxc.Container.createFromExistingDir(
34 lxc.Container.clone(src=base,
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p9-0x.cpp 58 template<template<typename...> class Container> void f(Container<int>); // expected-note {{deduced type 'X<[...], (default) int>' of 1st parameter does not match adjusted type 'X<[...], double>' of argument [with Container = X]}}
  /external/clang/test/Layout/
ms-vtordisp-local.cpp 10 struct Container {
212 Container::f();
  /external/libcxx/test/std/containers/associative/map/map.modifiers/
insert_iter_cv.pass.cpp 22 template <class Container>
25 typedef Container M;
  /external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
insert_iter_cv.pass.cpp 22 template <class Container>
25 typedef Container M;
  /external/llvm/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /external/python/cpython2/Lib/ctypes/test/
test_array_in_pointer.py 16 class Container(Structure):
24 # create a container, which holds a pointer to the pvalues array.
25 c = Container()
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_array_in_pointer.py 16 class Container(Structure):
24 # create a container, which holds a pointer to the pvalues array.
25 c = Container()
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_array_in_pointer.py 16 class Container(Structure):
24 # create a container, which holds a pointer to the pvalues array.
25 c = Container()
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.modifiers/
insert_iter_cv.pass.cpp 22 template <class Container>
25 typedef Container M;

Completed in 3251 milliseconds

1 23 4 5 6 7 8 91011>>