/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/content/browser/device_orientation/ |
orientation_message_filter.h | 8 #include <map>
|
/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...] |
/external/chromium_org/chrome/common/extensions/permissions/ |
api_permission_set.h | 9 #include <map> 22 typedef std::map<APIPermission::ID, 80 return const_iterator(map().begin()); 84 return map().end(); 88 return map().find(id); 91 const APIPermissionMap& map() const { function in class:extensions::APIPermissionSet 95 APIPermissionMap& map() { function in class:extensions::APIPermissionSet 104 return map().count(id); 108 return map().empty(); 112 return map().erase(id) [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> 36 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_;
|
/external/chromium_org/chrome/browser/chromeos/ |
sms_observer.h | 8 #include <map> 29 typedef std::map<std::string, CrosNetworkWatcher*> ObserversMap;
|
/external/chromium_org/chrome/browser/media_galleries/linux/ |
mtp_device_task_helper_map_service.h | 8 #include <map> 43 typedef std::map<std::string, MTPDeviceTaskHelper*> TaskHelperMap;
|
/external/chromium_org/chrome/browser/storage_monitor/ |
transient_device_ids.h | 13 #include <map> 37 typedef std::map<std::string, std::string> IdMap;
|