/external/chromium/base/synchronization/ |
condition_variable_win.cc | 160 // general, STL containers do not provide iterators that can be used across 161 // modifications (insertions/extractions) of the enclosing containers, and 165 // It is possible to use multiple redundant containers, such as an STL list, 169 // Multiple containers also makes correctness more difficult to assert, as 425 perfectly good containers, such as an STL list? The STL list, as with any 429 combination of STL containers provided the services that were needed at the same 440 containers, I would also have needed to use an STL list/queue as well as an STL
|
/external/chromium_org/base/synchronization/ |
condition_variable_win.cc | 353 // general, STL containers do not provide iterators that can be used across 354 // modifications (insertions/extractions) of the enclosing containers, and 358 // It is possible to use multiple redundant containers, such as an STL list, 362 // Multiple containers also makes correctness more difficult to assert, as 618 perfectly good containers, such as an STL list? The STL list, as with any 622 combination of STL containers provided the services that were needed at the same 633 containers, I would also have needed to use an STL list/queue as well as an STL
|
/external/chromium_org/base/containers/ |
mru_cache.h | 24 #include "base/containers/hash_tables.h" 31 // This template is used to standardize map type containers that can be used 144 // convenience function (not typically defined by STL containers).
|
stack_container_unittest.cc | 5 #include "base/containers/stack_container.h"
|
/art/compiler/dex/ |
compiler_ir.h | 107 // TODO: move memory management to mir_graph, or just switch to using standard containers.
|
/external/chromium/base/ |
hash_tables.h | 19 // in containers as pointers.
|
/external/chromium_org/base/debug/ |
leak_tracker.h | 14 #include "base/containers/linked_list.h"
|
/external/chromium_org/base/memory/ |
ref_counted_memory.h | 19 // heterogeneous containers of these two types of memory.
|
/external/chromium_org/cc/animation/ |
layer_animation_controller.h | 9 #include "base/containers/hash_tables.h"
|
/external/chromium_org/cc/quads/ |
render_pass.h | 12 #include "base/containers/hash_tables.h"
|
/external/chromium_org/cc/resources/ |
picture.h | 13 #include "base/containers/hash_tables.h"
|
tile_manager.h | 12 #include "base/containers/hash_tables.h"
|
/external/chromium_org/chrome/browser/chromeos/ |
external_metrics.h | 12 #include "base/containers/hash_tables.h"
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
screen_context.h | 12 #include "base/containers/hash_tables.h"
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
counting_policy.h | 10 #include "base/containers/hash_tables.h"
|
/external/chromium_org/chrome/browser/extensions/api/declarative_content/ |
content_condition.h | 13 #include "base/containers/hash_tables.h"
|
/external/chromium_org/chrome/browser/extensions/api/preference/ |
chrome_direct_setting_api.cc | 8 #include "base/containers/hash_tables.h"
|
/external/chromium_org/chrome/browser/extensions/ |
extension_warning_set.h | 50 // We allow copy&assign for passing containers of ExtensionWarnings between
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
media_path_filter.cc | 64 // containers that the MIME sniffer already detects as video/subtype.
|
/external/chromium_org/chrome/browser/net/ |
load_time_stats.h | 13 #include "base/containers/hash_tables.h"
|
/external/chromium_org/chrome/browser/plugins/ |
chrome_plugin_service_filter.h | 12 #include "base/containers/hash_tables.h"
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_local_predictor.h | 10 #include "base/containers/hash_tables.h"
|
/external/chromium_org/chrome/browser/profiles/ |
off_the_record_profile_io_data.h | 10 #include "base/containers/hash_tables.h"
|
/external/chromium_org/chrome/browser/safe_browsing/ |
malware_details_cache.h | 15 #include "base/containers/hash_tables.h"
|
/external/chromium_org/chrome/browser/undo/ |
undo_manager.h | 83 // Containers of user actions ready for an undo or redo treated as a stack.
|