/external/chromium_org/chrome/renderer/safe_browsing/ |
test_utils.cc | 7 #include <map> 17 std::map<std::string, double> sorted_first(first.features().begin(), 19 std::map<std::string, double> sorted_second(second.features().begin(),
|
/external/chromium_org/ui/base/ozone/ |
event_factory_ozone.h | 8 #include <map> 50 std::map<int, Converter> converters_; 51 std::map<int, FDWatcher> watchers_;
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
ResultReceiver.java | 26 import java.util.Map; 38 Bundle map = getResultExtras(false); local 39 map.remove("remove"); 40 map.putString("bar", "them");
|
/cts/tests/src/android/content/cts/ |
MockReceiver.java | 40 Bundle map = getResultExtras(false); local 41 map.remove(RESULT_EXTRAS_REMOVE_KEY); 42 map.putString(RESULT_EXTRAS_ADD_KEY, RESULT_EXTRAS_ADD_VALUE); 43 setResult(RESULT_CODE, RESULT_DATA, map);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/ |
bin-align.asm | 0 [map all binalign.map]
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
EnumBiMap.java | 24 import java.util.Map; 53 * Returns a new bimap with the same mappings as the specified map. If the 54 * specified map is an {@code EnumBiMap}, the new bimap has the same types as 55 * the provided map. Otherwise, the specified map must contain at least one 58 * @param map the map whose mappings are to be placed in this map 59 * @throws IllegalArgumentException if map is not an {@code EnumBiMap} 63 create(Map<K, V> map) [all...] |
/external/kernel-headers/original/asm-x86/ |
mpspec_32.h | 45 #define physid_set(physid, map) set_bit(physid, (map).mask) 46 #define physid_clear(physid, map) clear_bit(physid, (map).mask) 47 #define physid_isset(physid, map) test_bit(physid, (map).mask) 48 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask) 52 #define physids_clear(map) bitmap_zero((map).mask, MAX_APICS [all...] |
/external/linux-tools-perf/util/ |
annotate.h | 83 int symbol__inc_addr_samples(struct symbol *sym, struct map *map, 90 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize); 92 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize, 96 int symbol__annotate_init(struct map *map __used, struct symbol *sym); 97 int symbol__annotate_printf(struct symbol *sym, struct map *map, int evidx [all...] |
map.c | 9 #include "map.h" 21 void map__init(struct map *self, enum map_type type, 36 struct map *map__new(struct list_head *dsos__list, u64 start, u64 len, 40 struct map *self = malloc(sizeof(*self)); 50 snprintf(newfilename, sizeof(newfilename), "/tmp/perf-%d.map", pid); 74 void map__delete(struct map *self) 79 void map__fixup_start(struct map *self) 89 void map__fixup_end(struct map *self) 101 int map__load(struct map *self, symbol_filter_t filter) 150 struct symbol *map__find_symbol(struct map *self, u64 addr 173 struct map *map = malloc(sizeof(*self)); local 293 struct map *map = map_groups__find(self, type, addr); local 463 struct map *map = rb_entry(nd, struct map, rb_node); local [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_slice_group_map.h | 53 u32 *map,
|
/libcore/benchmarks/src/benchmarks/ |
VirtualVersusInterfaceBenchmark.java | 23 import java.util.Map; 32 Map<String, String> map = new HashMap<String, String>(); local 34 map.put("hello", "world"); 38 HashMap<String, String> map = new HashMap<String, String>(); local 40 map.put("hello", "world");
|
/libcore/luni/src/main/java/libcore/util/ |
BasicLruCache.java | 20 import java.util.Map; 27 private final LinkedHashMap<K, V> map; field in class:BasicLruCache 35 this.map = new LinkedHashMap<K, V>(0, 0.75f, true); 49 V result = map.get(key); 57 map.put(key, result); 77 V previous = map.put(key, value); 83 while (map.size() > maxSize) { 84 Map.Entry<K, V> toEvict = map.eldest(); 88 map.remove(key) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
vbo_exec_eval.c | 39 exec->eval.map1[attr].map = NULL; 45 exec->eval.map2[attr].map = NULL; 49 struct gl_1d_map *map ) 52 if (!exec->eval.map1[attr].map) { 53 exec->eval.map1[attr].map = map; 59 struct gl_2d_map *map ) 62 if (!exec->eval.map2[attr].map) { 63 exec->eval.map2[attr].map = map; 147 struct gl_1d_map *map = exec->eval.map1[attr].map; local 167 struct gl_1d_map *map = exec->eval.map1[0].map; local 192 struct gl_2d_map *map = exec->eval.map2[attr].map; local 215 struct gl_2d_map *map = exec->eval.map2[0].map; local [all...] |
/external/mesa3d/src/mesa/vbo/ |
vbo_exec_eval.c | 39 exec->eval.map1[attr].map = NULL; 45 exec->eval.map2[attr].map = NULL; 49 struct gl_1d_map *map ) 52 if (!exec->eval.map1[attr].map) { 53 exec->eval.map1[attr].map = map; 59 struct gl_2d_map *map ) 62 if (!exec->eval.map2[attr].map) { 63 exec->eval.map2[attr].map = map; 147 struct gl_1d_map *map = exec->eval.map1[attr].map; local 167 struct gl_1d_map *map = exec->eval.map1[0].map; local 192 struct gl_2d_map *map = exec->eval.map2[attr].map; local 215 struct gl_2d_map *map = exec->eval.map2[0].map; local [all...] |
/external/chromium_org/base/prefs/ |
pref_value_map_unittest.cc | 14 PrefValueMap map; local 16 EXPECT_FALSE(map.GetValue("key", &result)); 19 EXPECT_TRUE(map.SetValue("key", new StringValue("test"))); 20 EXPECT_FALSE(map.SetValue("key", new StringValue("test"))); 21 EXPECT_TRUE(map.SetValue("key", new StringValue("hi mom!"))); 23 EXPECT_TRUE(map.GetValue("key", &result)); 28 PrefValueMap map; local 29 ASSERT_TRUE(map.SetValue("key", new FundamentalValue(5))); 32 EXPECT_TRUE(map.GetInteger("key", &int_value)); 35 map.SetInteger("key", -14) 41 PrefValueMap map; local 54 PrefValueMap map; local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/ |
types.pass.cpp | 10 // <map> 14 // class map 32 #include <map> 40 static_assert((std::is_same<std::map<int, double>::key_type, int>::value), ""); 41 static_assert((std::is_same<std::map<int, double>::mapped_type, double>::value), ""); 42 static_assert((std::is_same<std::map<int, double>::value_type, std::pair<const int, double> >::value), ""); 43 static_assert((std::is_same<std::map<int, double>::key_compare, std::less<int> >::value), ""); 44 static_assert((std::is_same<std::map<int, double>::allocator_type, std::allocator<std::pair<const int, double> > >::value), ""); 45 static_assert((std::is_same<std::map<int, double>::reference, std::pair<const int, double>&>::value), ""); 46 static_assert((std::is_same<std::map<int, double>::const_reference, const std::pair<const int, double>&>::value), "") [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
MapsTransformValuesTest.java | 21 import java.util.Map; 57 protected Map<String, String> makeEmptyMap() { 63 protected Map<String, String> makePopulatedMap() { 64 Map<String, Integer> underlying = Maps.newHashMap(); 82 private void assertMapsEqual(Map<?, ?> expected, Map<?, ?> map) { 83 assertEquals(expected, map); 84 assertEquals(expected.hashCode(), map.hashCode()); 85 assertEquals(expected.entrySet(), map.entrySet()) 97 Map<String, String> map = Maps.transformValues( local 99 assertMapsEqual(Maps.newHashMap(), map); local 103 Map<String, String> map = Maps.transformValues( local 112 Map<String, Integer> map = Maps.transformValues( local 118 Map<String, String> map = Maps.transformValues( local 142 Map<String, String> map local 153 Map<String, Boolean> map = Maps.transformValues(underlying, local 176 Map<String, String> map local 201 Map<String, String> map local 251 Map<String, Integer> map = Maps.transformValues( local 272 Map<String, Boolean> map = Maps.transformValues( local [all...] |
/external/chromium/chrome/browser/ |
mock_plugin_exceptions_table_model.cc | 8 HostContentSettingsMap* map, 10 : PluginExceptionsTableModel(map, otr_map) {}
|
/external/chromium/chrome/browser/ui/cocoa/ |
accelerators_cocoa.h | 9 #include <map> 15 // This class maintains a map of command_ids to AcceleratorCocoa objects (see 19 // It is recommended that this class be used as a singleton so that the key map 29 typedef std::map<int, ui::AcceleratorCocoa> AcceleratorCocoaMap;
|
/external/chromium/net/server/ |
http_server_request_info.h | 9 #include <map> 15 // This is geared toward servers in that it keeps a map of the headers and 32 // A map of the names -> values for HTTP headers. 33 typedef std::map<std::string, std::string> HeadersMap;
|
/external/chromium/net/spdy/ |
spdy_settings_storage.h | 9 #include <map> 32 typedef std::map<HostPortPair, spdy::SpdySettings> SettingsMap;
|
/external/chromium/net/tools/fetch/ |
http_server_response_info.h | 9 #include <map> 37 std::map<std::string, std::string> headers;
|
/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/components/autofill/content/browser/ |
autocheckout_page_meta_data.h | 8 #include <map> 68 // If this form doesn't belong to such a flow, the map will be empty. 69 std::map<int, std::vector<AutocheckoutStepType> > page_types;
|
/external/chromium_org/content/common/dom_storage/ |
dom_storage_types.h | 8 #include <map> 18 typedef std::map<base::string16, base::NullableString16> DOMStorageValuesMap;
|