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

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 277 // STL container utilities.
279 // Returns the number of elements in the given container that satisfy
281 template <class Container, typename Predicate>
282 inline int CountIf(const Container& c, Predicate predicate) {
286 for (typename Container::const_iterator it = c.begin(); it != c.end(); ++it) {
293 // Applies a function/functor to each element in the container.
294 template <class Container, typename Functor>
295 void ForEach(const Container& c, Functor functor) {
    [all...]
  /external/python/cpython2/Lib/
_abcoll.py 15 "Sized", "Container", "Callable",
106 class Container:
115 if cls is Container:
139 class Set(Sized, Iterable, Container):
140 """A set is a finite, iterable container.
283 """A mutable set is a finite, iterable container.
365 class Mapping(Sized, Iterable, Container):
367 """A Mapping is a generic container for associating key/value
495 """A MutableMapping is a generic container for associating
590 class Sequence(Sized, Iterable, Container)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 268 // STL container utilities.
270 // Returns the number of elements in the given container that satisfy
272 template <class Container, typename Predicate>
273 inline int CountIf(const Container& c, Predicate predicate) {
277 for (typename Container::const_iterator it = c.begin(); it != c.end(); ++it) {
284 // Applies a function/functor to each element in the container.
285 template <class Container, typename Functor>
286 void ForEach(const Container& c, Functor functor) {
    [all...]
  /external/v8/testing/gtest/src/
gtest-internal-inl.h 278 // STL container utilities.
280 // Returns the number of elements in the given container that satisfy
282 template <class Container, typename Predicate>
283 inline int CountIf(const Container& c, Predicate predicate) {
287 for (typename Container::const_iterator it = c.begin(); it != c.end(); ++it) {
294 // Applies a function/functor to each element in the container.
295 template <class Container, typename Functor>
296 void ForEach(const Container& c, Functor functor) {
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-internal-inl.h 277 // STL container utilities.
279 // Returns the number of elements in the given container that satisfy
281 template <class Container, typename Predicate>
282 inline int CountIf(const Container& c, Predicate predicate) {
286 for (typename Container::const_iterator it = c.begin(); it != c.end(); ++it) {
293 // Applies a function/functor to each element in the container.
294 template <class Container, typename Functor>
295 void ForEach(const Container& c, Functor functor) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_abcoll.py 15 "Sized", "Container", "Callable",
106 class Container:
115 if cls is Container:
139 class Set(Sized, Iterable, Container):
140 """A set is a finite, iterable container.
264 """A mutable set is a finite, iterable container.
346 class Mapping(Sized, Iterable, Container):
348 """A Mapping is a generic container for associating key/value
473 """A MutableMapping is a generic container for associating
566 class Sequence(Sized, Iterable, Container)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
_abcoll.py 15 "Sized", "Container", "Callable",
106 class Container:
115 if cls is Container:
139 class Set(Sized, Iterable, Container):
140 """A set is a finite, iterable container.
264 """A mutable set is a finite, iterable container.
346 class Mapping(Sized, Iterable, Container):
348 """A Mapping is a generic container for associating key/value
473 """A MutableMapping is a generic container for associating
566 class Sequence(Sized, Iterable, Container)
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 277 // STL container utilities.
279 // Returns the number of elements in the given container that satisfy
281 template <class Container, typename Predicate>
282 inline int CountIf(const Container& c, Predicate predicate) {
286 for (typename Container::const_iterator it = c.begin(); it != c.end(); ++it) {
293 // Applies a function/functor to each element in the container.
294 template <class Container, typename Functor>
295 void ForEach(const Container& c, Functor functor) {
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 277 // STL container utilities.
279 // Returns the number of elements in the given container that satisfy
281 template <class Container, typename Predicate>
282 inline int CountIf(const Container& c, Predicate predicate) {
286 for (typename Container::const_iterator it = c.begin(); it != c.end(); ++it) {
293 // Applies a function/functor to each element in the container.
294 template <class Container, typename Functor>
295 void ForEach(const Container& c, Functor functor) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_abcoll.py 15 "Sized", "Container", "Callable",
106 class Container:
115 if cls is Container:
139 class Set(Sized, Iterable, Container):
140 """A set is a finite, iterable container.
264 """A mutable set is a finite, iterable container.
346 class Mapping(Sized, Iterable, Container):
348 """A Mapping is a generic container for associating key/value
473 """A MutableMapping is a generic container for associating
566 class Sequence(Sized, Iterable, Container)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_abcoll.py 15 "Sized", "Container", "Callable",
106 class Container:
115 if cls is Container:
139 class Set(Sized, Iterable, Container):
140 """A set is a finite, iterable container.
264 """A mutable set is a finite, iterable container.
346 class Mapping(Sized, Iterable, Container):
348 """A Mapping is a generic container for associating key/value
473 """A MutableMapping is a generic container for associating
566 class Sequence(Sized, Iterable, Container)
    [all...]
  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 58 * client access to the zoom controls container, allowing for additional
102 * The container that is added as a window.
112 * the touch down hits the container. It will be reset on the touch up.
130 /** Whether the container has been added to the window manager. */
259 FrameLayout container = new Container(mContext); local
260 container.setLayoutParams(lp);
261 container.setMeasureAllChildren(true);
265 inflater.inflate(com.android.internal.R.layout.zoom_container, container);
267 mControls = container.findViewById(com.android.internal.R.id.zoomControls)
    [all...]
  /external/pdfium/xfa/fxfa/parser/
xfa_layout_itemlayout.h 43 Container,
  /external/protobuf/gtest/src/
gtest-internal-inl.h 264 // STL container utilities.
266 // Returns the number of elements in the given container that satisfy
268 template <class Container, typename Predicate>
269 inline int CountIf(const Container& c, Predicate predicate) {
273 // Applies a function/functor to each element in the container.
274 template <class Container, typename Functor>
275 void ForEach(const Container& c, Functor functor) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 231 typedef BasicExpression Container;
232 Container *BE;
462 typedef AggregateValueExpression Container;
463 Container *AVE;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 231 typedef BasicExpression Container;
232 Container *BE;
462 typedef AggregateValueExpression Container;
463 Container *AVE;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 231 typedef BasicExpression Container;
232 Container *BE;
462 typedef AggregateValueExpression Container;
463 Container *AVE;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 231 typedef BasicExpression Container;
232 Container *BE;
462 typedef AggregateValueExpression Container;
463 Container *AVE;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 231 typedef BasicExpression Container;
232 Container *BE;
462 typedef AggregateValueExpression Container;
463 Container *AVE;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 231 typedef BasicExpression Container;
232 Container *BE;
462 typedef AggregateValueExpression Container;
463 Container *AVE;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 231 typedef BasicExpression Container;
232 Container *BE;
462 typedef AggregateValueExpression Container;
463 Container *AVE;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 231 typedef BasicExpression Container;
232 Container *BE;
462 typedef AggregateValueExpression Container;
463 Container *AVE;
  /external/autotest/site_utils/lxc/
container.py 23 class Container(object):
24 """A wrapper class of an LXC container.
26 The wrapper class provides methods to interact with a container, e.g.,
28 container, including:
29 name: Name of the container.
30 state: State of the container, e.g., ABORTING, RUNNING, STARTING, STOPPED,
33 lxc-ls can also collect other attributes of a container including:
36 autostart: If the container will autostart at system boot.
37 pid: Process ID of the container.
38 memory: Memory used by the container, as a string, e.g., "6.2MB
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleImpl.java 23 protected ICUResourceBundleImpl(ICUResourceBundleImpl container, String key, int resource) {
24 super(container, key);
77 ResourceBinary(ICUResourceBundleImpl container, String key, int resource) {
78 super(container, key, resource);
94 ResourceInt(ICUResourceBundleImpl container, String key, int resource) {
95 super(container, key, resource);
111 ResourceString(ICUResourceBundleImpl container, String key, int resource) {
112 super(container, key, resource);
130 ResourceIntVector(ICUResourceBundleImpl container, String key, int resource) {
131 super(container, key, resource)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleImpl.java 22 protected ICUResourceBundleImpl(ICUResourceBundleImpl container, String key, int resource) {
23 super(container, key);
76 ResourceBinary(ICUResourceBundleImpl container, String key, int resource) {
77 super(container, key, resource);
93 ResourceInt(ICUResourceBundleImpl container, String key, int resource) {
94 super(container, key, resource);
110 ResourceString(ICUResourceBundleImpl container, String key, int resource) {
111 super(container, key, resource);
129 ResourceIntVector(ICUResourceBundleImpl container, String key, int resource) {
130 super(container, key, resource)
    [all...]

Completed in 1138 milliseconds

1 2 3 4 5 6 78 91011>>