Searched
full:containers (Results
326 -
350 of
1343) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
cast.h | 38 * These functions are here to allow containers to support non standard
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ |
constructors_destructor_fn_imps.hpp | 38 * Contains constructors_destructor_fn_imps applicable to different containers.
|
standard_policies.hpp | 38 * Contains standard policies for containers.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/ |
list_update_policy.hpp | 39 * Contains policies for list update containers.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
safe_unordered_container.h | 44 * construction of @a safe unordered containers that track the iterators
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
cast.h | 38 * These functions are here to allow containers to support non standard
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ |
standard_policies.hpp | 38 * Contains standard policies for containers.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/ |
list_update_policy.hpp | 39 * Contains policies for list update containers.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/ |
safe_unordered_container.h | 44 * construction of @a safe unordered containers that track the iterators
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
cast.h | 38 * These functions are here to allow containers to support non standard
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ |
standard_policies.hpp | 38 * Contains standard policies for containers.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/ |
list_update_policy.hpp | 38 * Contains policies for list update containers.
|
/external/chromium_org/ash/ |
root_window_controller.h | 217 // Creates each of the special window containers that holds windows of various 269 // We need to own event handlers for various containers.
|
root_window_controller.cc | 264 // window list adding windows from the active root window's containers which 438 // And then remove the containers. 617 // These containers are just used by PowerButtonController to animate groups 618 // of containers simultaneously without messing up the current transformations 619 // on those containers. These are direct children of the root window; all of 620 // the other containers are their children.
|
/external/chromium_org/ash/wm/ |
session_state_controller_impl.cc | 113 // Hide the screen locker containers so we can make them fade in later. 228 // Hide the other containers before starting the animation.
|
power_button_controller_unittest.cc | 159 // Previously we're checking that the all containers group was animated which 161 // 1. All user session containers have transform (including wallpaper). 163 // 2. Screen locker and related containers are in fact animating 167 // containers are animated during shutdown. 255 // We should initially be showing the screen locker containers, since they 264 // start scaling the non-screen-locker containers.
|
/external/chromium_org/base/containers/ |
hash_tables.h | 19 // in containers as pointers. 238 // keys in STL containers.
|
/external/chromium_org/media/base/ |
container_names_unittest.cc | 85 // Test that containers that start with fixed strings are handled correctly. 209 // Try a few non containers.
|
/external/clang/test/Analysis/ |
CFContainers.mm | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=osx.coreFoundation.containers.PointerSizedValues,osx.coreFoundation.containers.OutOfBounds -analyzer-store=region -triple x86_64-apple-darwin -verify %s
|
/frameworks/support/v4/java/android/support/v4/util/ |
ArrayMap.java | 41 * and deleting entries in the array. For containers holding up to hundreds of items, 45 * standard Java containers it will shrink its array as items are removed from it. Currently
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/ |
splice_after_range.pass.cpp | 82 // splicing different containers 126 // splicing different containers
|
/external/chromium_org/base/ |
base.gypi | 114 'containers/hash_tables.h', 115 'containers/linked_list.h', 116 'containers/mru_cache.h', 117 'containers/small_map.h', 118 'containers/stack_container.h', [all...] |
/external/chromium_org/tools/gn/secondary/base/ |
BUILD.gn | 103 "containers/hash_tables.h",
104 "containers/linked_list.h",
105 "containers/mru_cache.h",
106 "containers/small_map.h",
107 "containers/stack_container.h",
|
/external/stlport/test/unit/ |
hash_test.cpp | 181 // After each insertion we call check_keys(...) to assure validity of these two containers. 185 // (a) we check whether both containers contain the same number of elements. 353 * Here is the test showing why equality operator on hash containers
|
/frameworks/base/libs/storage/ |
IMountService.cpp | 381 int32_t getSecureContainerList(const String16& id, String16*& containers) 396 containers = new String16[numStrings]; 398 containers[i] = reply.readString16();
|
Completed in 1528 milliseconds
<<11121314151617181920>>