/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
salsa_ui.h | 8 #include <map> 43 std::map<int, const base::Value*> orig_values_;
|
/external/chromium_org/content/browser/android/java/ |
gin_java_script_to_java_types_coercion.h | 8 #include <map> 17 typedef std::map<GinJavaBoundObject::ObjectID, JavaObjectWeakGlobalRef>
|
/external/chromium_org/content/common/dom_storage/ |
dom_storage_types.h | 8 #include <map> 18 typedef std::map<base::string16, base::NullableString16> DOMStorageValuesMap;
|
/external/chromium_org/content/public/common/ |
gpu_memory_stats.h | 11 #include <map> 35 typedef std::map<base::ProcessId, ProcessStats> ProcessMap; 37 // A map of processes to their GPU resource consumption
|
/external/chromium_org/google_apis/gcm/engine/ |
registration_info.h | 8 #include <map> 29 // Map of app id to registration info. 30 typedef std::map<std::string, linked_ptr<RegistrationInfo> >
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
interface_list.h | 8 #include <map> 28 typedef std::map<std::string, const void*> NameToInterfaceMap;
|
/external/chromium_org/net/quic/test_tools/ |
quic_stream_sequencer_peer.cc | 9 using std::map; 16 map<QuicStreamOffset, string>* QuicStreamSequencerPeer::GetBufferedFrames(
|
/external/chromium_org/net/spdy/ |
spdy_header_block.h | 8 #include <map> 18 typedef std::map<std::string, std::string> SpdyHeaderBlock;
|
/external/chromium_org/remoting/client/plugin/ |
normalizing_input_filter_mac.h | 5 #include <map> 54 typedef std::map<int, protocol::KeyEvent> KeyPressedMap; 59 // A map that stores pressed keycodes and the corresponding key event.
|
/external/chromium_org/remoting/jingle_glue/ |
server_log_entry_unittest.h | 5 #include <map> 20 const std::map<std::string, std::string>& key_value_pairs,
|
/external/chromium_org/sync/engine/ |
commit_processor.h | 8 #include <map> 34 typedef std::map<ModelType, CommitContribution*> ContributionMap; 36 // Contructs a CommitProcessor from a map of CommitContributors. 37 // The CommitProcessor does not own this map. 44 // map, gather any entries queued for commit into CommitContributions. The 53 // A map of 'commit contributors', one for each enabled type.
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
ExtensionBehavior.h | 10 #include <map> 35 typedef std::map<std::string, TBehavior> TExtensionBehavior;
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
pcy_map.c | 71 POLICY_MAPPING *map; local 83 map = sk_POLICY_MAPPING_value(maps, i); 84 /* Reject if map to or from anyPolicy */ 85 if ((OBJ_obj2nid(map->subjectDomainPolicy) == NID_any_policy) 86 || (OBJ_obj2nid(map->issuerDomainPolicy) == NID_any_policy)) 93 data = policy_cache_find_data(cache, map->issuerDomainPolicy); 94 /* If we don't have anyPolicy can't map */ 101 data = policy_data_new(NULL, map->issuerDomainPolicy, 107 /*map->issuerDomainPolicy = NULL;*/ 119 map->subjectDomainPolicy) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/ |
multisect3.asm | 0 [map all]
|
nomultisect1.asm | 0 [map all]
|
/external/chromium_org/tools/gn/ |
import_manager.h | 8 #include <map> 35 typedef std::map<SourceFile, const Scope*> ImportMap;
|
/external/chromium_org/ui/gfx/x/ |
x11_atom_cache.h | 8 #include <map> 41 mutable std::map<std::string, Atom> cached_atoms_;
|
/external/chromium_org/ui/views/accessibility/ |
ax_aura_obj_cache.h | 8 #include <map> 63 AuraView* aura_view, std::map<AuraView*, int32>& aura_view_to_id_map); 66 AuraView* aura_view, std::map<AuraView*, int32>& aura_view_to_id_map); 69 AuraView* aura_view, std::map<AuraView*, int32>& aura_view_to_id_map); 71 std::map<views::View*, int32> view_to_id_map_; 72 std::map<views::Widget*, int32> widget_to_id_map_; 73 std::map<aura::Window*, int32> window_to_id_map_; 75 std::map<int32, AXAuraObjWrapper*> cache_;
|
/external/chromium_org/ui/views/win/ |
scoped_fullscreen_visibility.h | 10 #include <map> 30 typedef std::map<HWND, int> FullscreenHWNDs;
|
/external/compiler-rt/lib/asan/tests/ |
asan_test_config.h | 22 #include <map> 26 using std::map;
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
AtomicLongMap.java | 12 import java.util.Map; 17 * A map containing {@code long} values that can be atomically updated. While writes to a 18 * traditional {@code Map} rely on {@code put(K, V)}, the typical mechanism for writing to this map 34 * removed from the map. Instead they must be removed manually with {@link #removeAllZeros}. 41 private final ConcurrentHashMap<K, AtomicLong> map; field in class:AtomicLongMap 43 private AtomicLongMap(ConcurrentHashMap<K, AtomicLong> map) { 44 this.map = checkNotNull(map); 55 * Creates an {@code AtomicLongMap} with the same mappings as the specified {@code Map} [all...] |
/external/openssl/crypto/x509v3/ |
pcy_map.c | 71 POLICY_MAPPING *map; local 83 map = sk_POLICY_MAPPING_value(maps, i); 84 /* Reject if map to or from anyPolicy */ 85 if ((OBJ_obj2nid(map->subjectDomainPolicy) == NID_any_policy) 86 || (OBJ_obj2nid(map->issuerDomainPolicy) == NID_any_policy)) 93 data = policy_cache_find_data(cache, map->issuerDomainPolicy); 94 /* If we don't have anyPolicy can't map */ 101 data = policy_data_new(NULL, map->issuerDomainPolicy, 107 /*map->issuerDomainPolicy = NULL;*/ 119 map->subjectDomainPolicy) [all...] |
/external/smack/src/org/jivesoftware/smack/packet/ |
DefaultPacketExtension.java | 31 * is a key in a Map with its CDATA being the value. For example, given the following 51 private Map<String,String> map; field in class:DefaultPacketExtension 102 if (map == null) { 105 return Collections.unmodifiableSet(new HashMap<String,String>(map).keySet()); 115 if (map == null) { 118 return map.get(name); 128 if (map == null) { 129 map = new HashMap<String,String>(); 131 map.put(name, value) [all...] |
/external/smack/src/org/jivesoftware/smackx/packet/ |
DefaultPrivateData.java | 26 import java.util.Map; 34 * is a key in a Map with its CDATA being the value. For example, given the following 54 private Map<String, String> map; field in class:DefaultPrivateData 106 if (map == null) { 109 return Collections.unmodifiableSet(map.keySet()).iterator(); 119 if (map == null) { 122 return (String)map.get(name); 132 if (map == null) { 133 map = new HashMap<String,String>() [all...] |
/external/stressapptest/src/ |
os_factory.cc | 23 #include <map> 30 OsLayer *OsLayerFactory(const std::map<std::string, std::string> &options) {
|