Searched refs:map (Results 176 - 200 of 5687) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2568.js29 return a.map(function(item) { return item[key]; });
35 return a.map(function(item) { return item[key]; });
41 return a.map(function(item) { return item[key]; });
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DRegisterMapper.java41 public abstract RegisterSpec map(RegisterSpec registerSpec); method in class:RegisterMapper
48 public final RegisterSpecList map(RegisterSpecList sources) { method in class:RegisterMapper
53 newSources.set(i, map(sources.get(i)));
/external/libcxx/test/containers/associative/map/map.access/
H A Dempty.pass.cpp10 // <map>
12 // class map
16 #include <map>
24 typedef std::map<int, double> M;
34 typedef std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
/external/libcxx/test/containers/associative/map/map.cons/
H A Dalloc.pass.cpp10 // <map>
12 // class map
14 // explicit map(const allocator_type& a);
16 #include <map>
27 std::map<int, double, C, A> m(A(5));
36 std::map<int, double, C, A> m(A{});
H A Dcompare.pass.cpp10 // <map>
12 // class map
14 // explicit map(const key_compare& comp);
16 #include <map>
26 std::map<int, double, C> m(C(3));
34 std::map<int, double, C, min_allocator<std::pair<const int, double>>> m(C(3));
/external/libunwind/src/mi/
H A Dmap.c106 map_free_info (struct map_info *map) argument
108 mempool_free (&map_pool, map);
114 struct map_info *map; local
117 map = map_info;
118 map_info = map->next;
119 if (map->ei.image != MAP_FAILED && map->ei.image != NULL)
120 munmap (map->ei.image, map->ei.size);
121 if (map
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
H A DH2Map_TypeForwardOnlyTest.java18 H2Map_TypeForwardOnly map; field in class:H2Map_TypeForwardOnlyTest
21 map = new H2Map_TypeForwardOnly();
28 assertThat(map.getResultSetType(),equalTo(ResultSet.TYPE_FORWARD_ONLY));
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.h135 int symbol__inc_addr_samples(struct symbol *sym, struct map *map,
140 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize);
141 int symbol__annotate_init(struct map *map __maybe_unused, struct symbol *sym);
142 int symbol__annotate_printf(struct symbol *sym, struct map *map,
149 int symbol__tty_annotate(struct symbol *sym, struct map *map,
[all...]
/external/eigen/test/
H A Dmapstride.cpp29 Map<VectorType, Alignment, InnerStride<3> > map(array, size);
30 map = v;
34 VERIFY(map[i] == v[i]);
39 Map<VectorType, Unaligned, InnerStride<Dynamic> > map(array, size, InnerStride<Dynamic>(2));
40 map = v;
44 VERIFY(map[i] == v[i]);
69 Map<MatrixType, Alignment, OuterStride<Dynamic> > map(array, rows, cols, OuterStride<Dynamic>(m.innerSize()+1));
70 map = m;
71 VERIFY(map.outerStride() == map
[all...]
/external/libcxx/test/containers/unord/unord.map/
H A DAndroid.mk17 test_makefile := external/libcxx/test/containers/unord/unord.map/Android.mk
19 test_name := containers/unord/unord.map/db_iterators_7
23 test_name := containers/unord/unord.map/compare
27 test_name := containers/unord/unord.map/swap_member
31 test_name := containers/unord/unord.map/bucket_size
35 test_name := containers/unord/unord.map/bucket_count
39 test_name := containers/unord/unord.map/max_load_factor
43 test_name := containers/unord/unord.map/db_local_iterators_7
47 test_name := containers/unord/unord.map/find_const
51 test_name := containers/unord/unord.map/max_bucket_coun
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapsTransformValuesUnmodifiableIteratorTest.java32 * Tests for {@link Maps#transformValues} when the backing map's views
135 private void assertMapsEqual(Map<?, ?> expected, Map<?, ?> map) { argument
136 assertEquals(expected, map);
137 assertEquals(expected.hashCode(), map.hashCode());
138 assertEquals(expected.entrySet(), map.entrySet());
143 Collection<?> mapValues = map.values();
150 Map<String, String> map = Maps.transformValues(
152 assertMapsEqual(Maps.newHashMap(), map);
156 Map<String, String> map = Maps.transformValues(
159 assertMapsEqual(expected, map);
[all...]
/external/chromium_org/base/posix/
H A Dfile_descriptor_shuffle.h72 BASE_EXPORT bool PerformInjectiveMultimap(const InjectiveMultimap& map,
76 InjectiveMultimap* map,
79 // This function will not call malloc but will mutate |map|
80 static inline bool ShuffleFileDescriptors(InjectiveMultimap* map) { argument
82 return PerformInjectiveMultimapDestructive(map, &delegate);
/external/chromium_org/base/threading/
H A Dthread_id_name_manager.h8 #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/media_galleries/fileapi/
H A Dmtp_device_map_service.h8 #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*>
61 typedef std::map<std::string, base::FilePath::StringType>
66 typedef std::map<const base::FilePath::StringType, int>
/external/chromium_org/components/autofill/content/renderer/
H A Dform_cache.h8 #include <map>
57 std::map<const blink::WebFrame*, std::set<FormData> > parsed_forms_;
60 std::map<const blink::WebSelectElement, base::string16>
64 std::map<const blink::WebInputElement, bool> initial_checked_state_;
/external/chromium_org/components/policy/core/common/
H A Dschema_map.h8 #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/browser/indexed_db/
H A Dmock_browsertest_indexed_db_class_factory.h8 #include <map>
48 std::map<FailClass, int> instance_count_;
49 std::map<FailClass, int> fail_on_instance_num_;
50 std::map<FailClass, int> fail_on_call_num_;
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
H A Dexample.js21 function findAddress(addr, map) {
22 if (map.length < 1) {
25 if (addr < map[0].offs) {
29 for (var i = 1; i < map.length; i++) {
30 if (addr < map[i].offs) {
31 var offs = addr - map[i - 1].offs;
32 var filename = map[i - 1].file;
45 return filename + ' ' + map[i - 1].name + ' + 0x' + offs.toString(16);
49 var last = map.length - 1;
50 return filename + ' ' + map[las
[all...]
/external/chromium_org/remoting/webapp/
H A Dstats_accumulator.js24 * A map from names to lists of values.
95 return this.map(key, calcMean);
99 * Applies a given map to the list of values for a given key.
102 * @param {function(Array.<number>): number} map
103 * @return {number} the result of applying that map to the list of values for
106 remoting.StatsAccumulator.prototype.map = function(key, map) {
107 return map(this.getValueList(key));
/external/chromium_org/sync/internal_api/
H A Dchange_reorder_buffer.h12 #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/
H A DEnumBiMap.java57 * 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) { argument
68 EnumBiMap<K, V> bimap = create(inferKeyType(map), inferValueTyp
80 inferKeyType(Map<K, ?> map) argument
91 inferValueType(Map<?, V> map) argument
[all...]
/external/libcxx/test/containers/associative/map/
H A DAndroid.mk17 test_makefile := external/libcxx/test/containers/associative/map/Android.mk
19 test_name := containers/associative/map/compare
23 test_name := containers/associative/map/version
27 test_name := containers/associative/map/types
/external/libvorbis/lib/
H A Dlsp.h24 extern void vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,
/external/lldb/source/Commands/
H A DCommandObjectLog.h15 #include <map>
/external/ceres-solver/include/ceres/
H A Dordered_groups.h34 #include <map>
46 // that can serve as a key in a map or an element of a set.
66 typename map<T, int>::const_iterator it = element_to_group_.find(element);
124 typename map<int, set<T> >::reverse_iterator it =
126 map<int, set<T> > new_group_to_elements;
146 typename map<T, int>::const_iterator it = element_to_group_.find(element);
154 typename map<T, int>::const_iterator it = element_to_group_.find(element);
161 typename map<int, set<T> >::const_iterator it =
183 const map<int, set<T> >& group_to_elements() const {
187 const map<
[all...]

Completed in 3634 milliseconds

1234567891011>>