/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/ |
jetty-util-8.1.14.v20131031.jar | |
/external/libweave/src/privet/ |
privet_handler.cc | 119 template <class Container> 120 std::unique_ptr<base::ListValue> ToValue(const Container& list) { [all...] |
/prebuilts/misc/common/swig/include/2.0.11/octave/ |
octcontainer.swg | 4 * Octave cell <-> C++ container wrapper 492 // The octave container methods 494 %define %swig_container_methods(Container...) 506 throw std::out_of_range("pop from empty container");
|
/external/clang/lib/StaticAnalyzer/Core/ |
BugReporter.cpp | [all...] |
/frameworks/base/docs/html/ |
gms_navtree_data.js | [all...] |
/external/clang/include/clang/AST/ |
ASTContext.h | 475 /// Container for either a single DynTypedNode or for an ArrayRef to [all...] |
/external/llvm/lib/CodeGen/ |
BranchFolding.cpp | [all...] |
/external/guice/lib/build/ |
bnd-0.0.384.jar | |
/prebuilts/misc/common/swig/include/2.0.11/python/ |
pycontainer.swg | 4 * Python sequence <-> C++ container wrapper 723 /**** The python container methods ****/ 725 %define %swig_container_methods(Container...) 775 throw std::out_of_range("pop from empty container");
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICUResourceBundle.java | 181 private ICUResourceBundle container; field in class:ICUResourceBundle [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICUResourceBundle.java | 177 private ICUResourceBundle container; field in class:ICUResourceBundle [all...] |
/external/protobuf/gtest/fused-src/gtest/ |
gtest-all.cc | 658 // STL container utilities. 660 // Returns the number of elements in the given container that satisfy 662 template <class Container, typename Predicate> 663 inline int CountIf(const Container& c, Predicate predicate) { 667 // Applies a function/functor to each element in the container. 668 template <class Container, typename Functor> 669 void ForEach(const Container& c, Functor functor) { [all...] |
/external/valgrind/drd/tests/ |
tsan_unittest.cpp | 6443 static Container container; member in namespace:test140 [all...] |
/external/libvpx/libvpx/third_party/googletest/src/src/ |
gtest-all.cc | 678 // STL container utilities. 680 // Returns the number of elements in the given container that satisfy 682 template <class Container, typename Predicate> 683 inline int CountIf(const Container& c, Predicate predicate) { 687 for (typename Container::const_iterator it = c.begin(); it != c.end(); ++it) { 694 // Applies a function/functor to each element in the container. 695 template <class Container, typename Functor> 696 void ForEach(const Container& c, Functor functor) { [all...] |
/external/opencv3/modules/ts/src/ |
ts_gtest.cpp | 687 // STL container utilities. 689 // Returns the number of elements in the given container that satisfy 691 template <class Container, typename Predicate> 692 inline int CountIf(const Container& c, Predicate predicate) { 696 for (typename Container::const_iterator it = c.begin(); it != c.end(); ++it) { 703 // Applies a function/functor to each element in the container. 704 template <class Container, typename Functor> 705 void ForEach(const Container& c, Functor functor) { [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
gtest-all.cc | 678 // STL container utilities. 680 // Returns the number of elements in the given container that satisfy 682 template <class Container, typename Predicate> 683 inline int CountIf(const Container& c, Predicate predicate) { 687 for (typename Container::const_iterator it = c.begin(); it != c.end(); ++it) { 694 // Applies a function/functor to each element in the container. 695 template <class Container, typename Functor> 696 void ForEach(const Container& c, Functor functor) { [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/ |
gtest-all.cc | 678 // STL container utilities. 680 // Returns the number of elements in the given container that satisfy 682 template <class Container, typename Predicate> 683 inline int CountIf(const Container& c, Predicate predicate) { 687 for (typename Container::const_iterator it = c.begin(); it != c.end(); ++it) { 694 // Applies a function/functor to each element in the container. 695 template <class Container, typename Functor> 696 void ForEach(const Container& c, Functor functor) { [all...] |
/external/clang/lib/AST/ |
ASTContext.cpp | [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/ |
gtest-param-test.h | 90 // ValuesIn(container) - Yields values from a C-style array, an STL 91 // ValuesIn(begin,end) container, or an iterator range [begin, end). 253 // a container. 259 // ValuesIn(const Container& container) 261 // an STL-style container. 322 template <class Container> 323 internal::ParamGenerator<typename Container::value_type> ValuesIn( 324 const Container& container) { [all...] |
/external/gtest/include/gtest/ |
gtest-param-test.h | 90 // ValuesIn(container) - Yields values from a C-style array, an STL 91 // ValuesIn(begin,end) container, or an iterator range [begin, end). 253 // a container. 259 // ValuesIn(const Container& container) 261 // an STL-style container. 322 template <class Container> 323 internal::ParamGenerator<typename Container::value_type> ValuesIn( 324 const Container& container) { [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-param-test.h | 90 // ValuesIn(container) - Yields values from a C-style array, an STL 91 // ValuesIn(begin,end) container, or an iterator range [begin, end). 252 // a container. 258 // ValuesIn(const Container& container) 260 // an STL-style container. 321 template <class Container> 322 internal::ParamGenerator<typename Container::value_type> ValuesIn( 323 const Container& container) { [all...] |
/external/mesa3d/src/gtest/include/gtest/ |
gtest-param-test.h | 90 // ValuesIn(container) - Yields values from a C-style array, an STL 91 // ValuesIn(begin,end) container, or an iterator range [begin, end). 253 // a container. 259 // ValuesIn(const Container& container) 261 // an STL-style container. 322 template <class Container> 323 internal::ParamGenerator<typename Container::value_type> ValuesIn( 324 const Container& container) { [all...] |
/external/protobuf/gtest/include/gtest/ |
gtest-param-test.h | 86 // ValuesIn(container) - Yields values from a C-style array, an STL 87 // ValuesIn(begin,end) container, or an iterator range [begin, end). 223 // a container. 229 // ValuesIn(const Container& container) 231 // an STL-style container. 293 template <class Container> 294 internal::ParamGenerator<typename Container::value_type> ValuesIn( 295 const Container& container) { [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
gtest-param-test.h | 90 // ValuesIn(container) - Yields values from a C-style array, an STL 91 // ValuesIn(begin,end) container, or an iterator range [begin, end). 253 // a container. 259 // ValuesIn(const Container& container) 261 // an STL-style container. 322 template <class Container> 323 internal::ParamGenerator<typename Container::value_type> ValuesIn( 324 const Container& container) { [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest-param-test.h | 90 // ValuesIn(container) - Yields values from a C-style array, an STL 91 // ValuesIn(begin,end) container, or an iterator range [begin, end). 253 // a container. 259 // ValuesIn(const Container& container) 261 // an STL-style container. 322 template <class Container> 323 internal::ParamGenerator<typename Container::value_type> ValuesIn( 324 const Container& container) { [all...] |