/external/chromium_org/base/threading/ |
thread_id_name_manager.h | 8 #include <map> 41 typedef std::map<PlatformThreadId, PlatformThreadHandle::Handle> 43 typedef std::map<PlatformThreadHandle::Handle, std::string*> 45 typedef std::map<std::string, std::string*> NameToInternedNameMap;
|
/external/chromium_org/chrome/browser/devtools/ |
port_forwarding_controller.h | 8 #include <map> 43 typedef std::map<int, PortStatus> PortStatusMap; 44 typedef std::map<std::string, PortStatusMap> DevicesStatus; 51 typedef std::map<std::string, Connection* > Registry;
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
mtp_device_map_service.h | 8 #include <map> 44 // Adds the MTP device delegate to the map service. |device_location| 50 // Removes the MTP device delegate from the map service. |device_location| 57 typedef std::map<base::FilePath::StringType, MTPDeviceAsyncDelegate*> 60 // Map a filesystem id (fsid) to an MTP device location. 61 typedef std::map<std::string, base::FilePath::StringType> 64 // Map a MTP or PTP device location to a count of current uses of that 66 typedef std::map<const base::FilePath::StringType, int> 74 // Map of attached mtp device async delegates.
|
/external/chromium_org/chrome/browser/spellchecker/ |
feedback.h | 15 #include <map> 88 typedef std::map<uint32, Misspelling> HashMisspellingMap; 90 typedef std::map<int, HashCollection> RendererHashesMap; 91 typedef std::map<base::string16, HashCollection> TextHashesMap; 97 // A map of hashes that identify document markers to feedback data to be sent 101 // A map of renderer process ID to hashes that identify misspellings. 104 // A map of misspelled text to hashes that identify misspellings.
|
/external/chromium_org/chrome/browser/ui/gtk/ |
global_menu_bar.h | 8 #include <map> 50 typedef std::map<int, GtkWidget*> CommandIDMenuItemMap; 54 std::map<int, GtkWidget*>* id_to_menu_item, 62 std::map<int, GtkWidget*>* id_to_menu_item,
|
/external/chromium_org/components/policy/core/common/ |
schema_map.h | 8 #include <map> 21 typedef std::map<std::string, Schema> ComponentMap; 22 typedef std::map<PolicyDomain, ComponentMap> DomainMap; 29 // Takes ownership of |map| (its contents will be swapped). 30 explicit SchemaMap(DomainMap& map); 42 // Returns true if this map contains at least one component of a domain other
|
/external/chromium_org/content/common/dom_storage/ |
dom_storage_map.h | 8 #include <map> 18 // A wrapper around a std::map that adds refcounting and 33 // Swaps this instances values_ with |map|. 36 void SwapValues(DOMStorageValuesMap* map); 38 // Writes a copy of the current set of values_ to the |map|. 39 void ExtractValues(DOMStorageValuesMap* map) const { *map = values_; }
|
/external/chromium_org/sync/internal_api/ |
change_reorder_buffer.h | 12 #include <map> 71 typedef std::map<int64, ChangeRecord::Action> OperationMap; 72 typedef std::map<int64, sync_pb::EntitySpecifics> SpecificsMap; 73 typedef std::map<int64, linked_ptr<ExtraPasswordChangeRecordData> >
|
/external/guava/guava/src/com/google/common/collect/ |
EnumBiMap.java | 28 import java.util.Map; 57 * Returns a new bimap with the same mappings as the specified map. If the 58 * specified map is an {@code EnumBiMap}, the new bimap has the same types as 59 * the provided map. Otherwise, the specified map must contain at least one 62 * @param map the map whose mappings are to be placed in this map 63 * @throws IllegalArgumentException if map is not an {@code EnumBiMap} 67 create(Map<K, V> map) [all...] |
/external/libvorbis/lib/ |
lsp.h | 24 extern void vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,
|
/external/llvm/utils/lit/lit/ |
__init__.py | 9 __version__ = '.'.join(map(str, __versioninfo__)) + 'dev'
|
/frameworks/base/core/jni/ |
android_view_KeyCharacterMap.h | 28 const sp<KeyCharacterMap>& map);
|
/frameworks/native/opengl/tools/glgen/src/ |
ParameterChecker.java | 22 HashMap<String,String[]> map = new HashMap<String,String[]>(); field in class:ParameterChecker 41 map.put(tokens[0], tokens); 46 String[] checks = map.get(functionName); 52 checks = map.get(functionName);
|
/libcore/luni/src/main/java/java/sql/ |
Array.java | 20 import java.util.Map; 63 * @param map 64 * the map defining the correspondence between SQL type names 70 public Object getArray(long index, int count, Map<String, Class<?>> map) 76 * @param map 77 * the map defining the correspondence between SQL type names 83 public Object getArray(Map<String, Class<?>> map) throws SQLException; 141 * @param map [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/ |
MockNamedNodeMap.java | 28 /** map for access by namespace/name */ 42 // get the map for the namespace 43 HashMap<String, Node> map = mNodeMap.get(namespace); local 44 if (map == null) { 45 map = new HashMap<String, Node>(); 46 mNodeMap.put(namespace, map); 50 map.put(localName, node); 65 HashMap<String, Node> map = mNodeMap.get(""); // no namespace local 66 if (map != null) { 67 return map.get(name) 79 HashMap<String, Node> map = mNodeMap.get(namespaceURI); local [all...] |
/external/chromium/chrome/browser/automation/ |
automation_tab_tracker.h | 9 #include <map> 34 std::map<NavigationController*, base::Time> last_navigation_times_;
|
/external/chromium/chrome/browser/chromeos/ |
network_login_observer.h | 9 #include <map> 28 typedef std::map<std::string, bool> NetworkFailureMap;
|
/external/chromium/chrome/browser/chromeos/notifications/ |
balloon_view_host.h | 11 #include <map> 41 // A map of message name -> message handling callback. 42 typedef std::map<std::string, MessageCallback*> MessageCallbackMap;
|
/external/chromium/chrome/browser/nacl_host/ |
nacl_broker_service_win.h | 9 #include <map> 38 typedef std::map<std::wstring, NaClProcessHost*>
|
/external/chromium/chrome/browser/net/ |
chrome_cookie_policy.h | 9 #include <map> 23 explicit ChromeCookiePolicy(HostContentSettingsMap* map);
|
/external/chromium/chrome/browser/ |
omnibox_search_hint.h | 9 #include <map> 54 // A map containing the URLs of the search engine for which we want to 56 std::map<std::string, int> search_engine_urls_;
|
/external/chromium/chrome/browser/sync/syncable/ |
model_type_payload_map.h | 11 #include <map> 23 typedef std::map<ModelType, std::string> ModelTypePayloadMap;
|
/external/chromium_org/ash/touch/ |
touch_hud_projection.h | 8 #include <map> 38 std::map<int, TouchPointView*> points_;
|
/external/chromium_org/chrome/browser/browsing_data/ |
mock_browsing_data_indexed_db_helper.h | 9 #include <map> 46 std::map<GURL, bool> origins_;
|
mock_browsing_data_server_bound_cert_helper.h | 8 #include <map> 44 std::map<const std::string, bool> server_bound_certs_;
|