/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/list_update_policy/ |
sample_update_policy.hpp | 38 * Contains a sample policy for list update containers. 66 // the list. A list-update based containers object will call this
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_policy/ |
sample_update_policy.hpp | 38 * Contains a sample policy for list update containers. 66 // the list. A list-update based containers object will call this
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
typeindex | 46 which can be used as an index type in associative containers (23.6) 47 and in unordered associative containers (23.7).
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/list_update_policy/ |
sample_update_policy.hpp | 38 * Contains a sample policy for list update containers. 68 /// of the list. A list-update based containers object will call
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
typeindex | 46 which can be used as an index type in associative containers (23.6) 47 and in unordered associative containers (23.7).
|
/bionic/libc/kernel/common/linux/ |
attribute_container.h | 29 struct klist containers; member in struct:attribute_container
|
/external/chromium/base/ |
version.h | 21 // Exposed only so that a Version can be stored in STL containers;
|
/external/kernel-headers/original/linux/ |
attribute_container.h | 19 struct klist containers; member in struct:attribute_container
|
/external/stlport/etc/ |
ReleaseNote.txt | 77 * STL containers implementation now correctly handle allocators with state. This kind 105 * Move semantic: vector or deque of any other STL containers are using 117 * STL containers vector, deque, list and slist pointer specialization to 126 containers implementation specified in the TR1 document.
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGHiddenContainer.h | 30 // This class is for containers which are never drawn, but do need to support style
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
AsecTests.java | 41 if (localLOGV) Log.i(TAG, "Cleaning out old test containers"); 48 if (localLOGV) Log.i(TAG, "Cleaning out old test containers"); 54 String[] containers = ms.getSecureContainerList(); local 56 for (int i = 0; i < containers.length; i++) { 57 if (containers[i].startsWith(SECURE_CONTAINER_PREFIX)) { 59 Log.i(TAG, "Cleaning: " + containers[i]); 60 ms.destroySecureContainer(containers[i], true); 67 String[] containers = ms.getSecureContainerList(); local 70 for (int i = 0; i < containers.length; i++) { 71 if (containers[i].equals(fullId)) [all...] |
/external/srec/shared/include/ |
ESR_VariableTypes.h | 25 * containers like ArrayList.
|
/external/stlport/stlport/stl/ |
_range_errors.c | 19 // thrown by STLport containers like stlport::vector or stlport::string.
|
/external/stlport/stlport/stl/config/ |
_android.h | 80 // insert, find, ... member functions of the containers.
|
/external/stlport/test/unit/ |
mvctor_declaration_test.cpp | 81 //case the STL containers implemented with it should still be movable 291 //associative containers, set multiset, map, multimap: 293 //For associative containers it is important that less is correctly recognize as 352 //hashed containers, unordered_set unordered_multiset, unordered_map, unordered_multimap,
|
/frameworks/base/core/java/android/appwidget/ |
package.html | 22 <p>App widget hosts are the containers in which widgets can be placed. Most of the look and feel
|
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/ |
mcSpid.h | 39 /** SPID value used as free marker in root containers. */
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.c | 19 // thrown by STLport containers like stlport::vector or stlport::string.
|
/ndk/tests/device/test-gnustl-full/unit/ |
mvctor_declaration_test.cpp | 81 //case the STL containers implemented with it should still be movable 291 //associative containers, set multiset, map, multimap: 293 //For associative containers it is important that less is correctly recognize as 352 //hashed containers, unordered_set unordered_multiset, unordered_map, unordered_multimap,
|
/ndk/tests/device/test-stlport/unit/ |
mvctor_declaration_test.cpp | 81 //case the STL containers implemented with it should still be movable 291 //associative containers, set multiset, map, multimap: 293 //For associative containers it is important that less is correctly recognize as 352 //hashed containers, unordered_set unordered_multiset, unordered_map, unordered_multimap,
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.c | 19 // thrown by STLport containers like stlport::vector or stlport::string.
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.c | 19 // thrown by STLport containers like stlport::vector or stlport::string.
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.c | 19 // thrown by STLport containers like stlport::vector or stlport::string.
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.c | 19 // thrown by STLport containers like stlport::vector or stlport::string.
|
/external/eigen/doc/ |
D11_UnalignedArrayAssert.dox | 56 \section c2 Cause 2: STL Containers 58 If you use STL Containers such as std::vector, std::map, ..., with Eigen objects, or with classes containing Eigen objects, like this, 66 then you need to read this separate page: \ref TopicStlContainers "Using STL Containers with Eigen".
|