HomeSort by relevance Sort by last modified time
    Searched refs:map (Results 351 - 375 of 3027) sorted by null

<<11121314151617181920>>

  /development/ndk/platforms/android-9/arch-x86/include/asm/
e820.h 40 struct e820entry map[E820MAX]; member in struct:e820map
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TreeMapRndTest.java 26 map = new TreeMap<Integer, Integer>(ref);
  /external/apache-http/src/org/apache/http/impl/client/
BasicCredentialsProvider.java 87 * @param map the credentials hash map
93 final HashMap<AuthScope, Credentials> map,
96 Credentials creds = map.get(authscope);
102 for (AuthScope current: map.keySet()) {
110 creds = map.get(bestMatch);
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_mac.h 9 #include <map>
  /external/chromium/chrome/browser/
mock_plugin_exceptions_table_model.h 15 MockPluginExceptionsTableModel(HostContentSettingsMap* map,
  /external/chromium/chrome/browser/policy/
mock_configuration_policy_store.h 9 #include <map>
  /external/chromium/chrome/browser/prefs/
pref_value_map.h 9 #include <map>
17 // A generic string to value map used by the PrefStore implementations.
20 typedef std::map<std::string, Value*>::iterator iterator;
21 typedef std::map<std::string, Value*>::const_iterator const_iterator;
27 // the map. Returns true if a value is present. If not, |value| is not
36 // Removes the value for |key| from the map. Returns true if a value was
40 // Clears the map.
59 // Compares this value map against |other| and stores all key names that have
66 typedef std::map<std::string, Value*> Map;
    [all...]
  /external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.h 13 #include <map>
103 typedef std::map<int64, Operation> OperationMap;
104 typedef std::map<int64, sync_pb::EntitySpecifics> SpecificsMap;
105 typedef std::map<int64, linked_ptr<ExtraChangeRecordData> > ExtraDataMap;
  /external/chromium/chrome/browser/sync/glue/
foreign_session_tracker.h 9 #include <map>
91 typedef std::map<SessionID::id_type, SessionTab*> IDToSessionTabMap;
92 typedef std::map<std::string, IDToSessionTabMap*> ForeignTabMap;
93 typedef std::map<std::string, ForeignSession*> ForeignSessionMap;
98 // Map of foreign sessions, accessed by the foreign client id.
  /external/chromium/chrome/browser/themes/
theme_service_factory.h 8 #include <map>
  /external/chromium/chrome/common/
switch_utils.cc 26 std::map<std::string, CommandLine::StringType>* switch_list) {
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableClassToInstanceMapTest.java 32 import java.util.Map;
33 import java.util.Map.Entry;
51 public Map<Class, Number> create(Object... elements) {
58 return (Map) builder.build();
74 Map<Class<?>, Object> in = Collections.emptyMap();
75 ClassToInstanceMap<Object> map = ImmutableClassToInstanceMap.copyOf(in); local
76 assertTrue(map.isEmpty());
78 assertSame(map, ImmutableClassToInstanceMap.copyOf(map));
82 Map<Class<? extends Number>, Number> in = Maps.newHashMap()
85 ClassToInstanceMap<Number> map = ImmutableClassToInstanceMap.copyOf(in); local
117 ClassToInstanceMap<Object> map = ImmutableClassToInstanceMap.copyOf(in); local
124 ClassToInstanceMap<Number> map = ImmutableClassToInstanceMap.copyOf(in); local
    [all...]
  /external/kernel-headers/original/asm-x86/
e820.h 3 #define E820MAP 0x2d0 /* our map */
21 struct e820entry map[E820MAX]; member in struct:e820map
  /external/linux-tools-perf/util/
thread_map.h 8 int map[]; member in struct:thread_map
  /external/stlport/stlport/
map 42 # include_next <map>
44 # include _STLP_NATIVE_HEADER(map)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Array/
regress-320887.js 48 (function xxx() { ["var x"].map(eval); })()
  /external/webkit/Source/WebKit2/Shared/
ImmutableDictionary.h 51 static PassRefPtr<ImmutableDictionary> adopt(MapType& map)
53 return adoptRef(new ImmutableDictionary(map));
82 const MapType& map() { return m_map; } function in class:WebKit::ImmutableDictionary
86 ImmutableDictionary(MapType& map);
  /libcore/luni/src/main/java/java/sql/
Ref.java 20 import java.util.Map;
62 * @param map
69 public Object getObject(Map<String, Class<?>> map) throws SQLException;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multimap/
empty.pass.cpp 10 // <map>
16 #include <map>
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multimap/multimap.cons/
alloc.pass.cpp 10 // <map>
16 #include <map>
compare.pass.cpp 10 // <map>
16 #include <map>
  /ndk/sources/cxx-stl/stlport/stlport/
map 42 # include_next <map>
44 # include _STLP_NATIVE_HEADER(map)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
e820.h 3 #define E820MAP 0x2d0 /* our map */
21 struct e820entry map[E820MAX]; member in struct:e820map
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
e820.h 3 #define E820MAP 0x2d0 /* our map */
21 struct e820entry map[E820MAX]; member in struct:e820map
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
e820.h 3 #define E820MAP 0x2d0 /* our map */
21 struct e820entry map[E820MAX]; member in struct:e820map

Completed in 1180 milliseconds

<<11121314151617181920>>