Searched refs:map (Results 51 - 75 of 5687) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/
H A Dinternal_auth_unittest.cc36 std::map<std::string, std::string> map; local
37 map["key"] = "value";
39 "zapata", map);
42 map["key2"] = "value2";
43 token = InternalAuthGeneration::GeneratePassport("zapata", map);
48 std::map<std::string, std::string> map; local
49 map["key"] = "value";
51 "zapata", map);
62 std::map<std::string, std::string> map; local
99 std::map<std::string, std::string> map; local
112 std::map<std::string, std::string> map; local
139 std::map<std::string, std::string> map; local
171 std::map<std::string, std::string> map; local
[all...]
/external/apache-http/src/org/apache/http/protocol/
H A DBasicHttpContext.java54 private Map map = null; field in class:BasicHttpContext
70 if (this.map != null) {
71 obj = this.map.get(id);
83 if (this.map == null) {
84 this.map = new HashMap();
86 this.map.put(id, obj);
93 if (this.map != null) {
94 return this.map.remove(id);
/external/chromium_org/chrome/browser/install_verification/win/
H A Dmodule_ids.h8 #include <map>
13 typedef std::map<std::string, size_t> ModuleIDs;
20 // The result is a map of module name digests to module IDs.
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_types.h8 #include <map>
23 typedef std::map<std::string, KnownResultType> KnownResults;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/
H A Dpopup.css12 #map {
/external/chromium_org/chrome/common/
H A Dswitch_utils.h8 #include <map>
17 std::map<std::string, base::CommandLine::StringType>* switches);
/external/libcxx/test/containers/associative/map/map.special/
H A DAndroid.mk17 test_makefile := external/libcxx/test/containers/associative/map/map.special/Android.mk
19 test_name := containers/associative/map/map.special/member_swap
23 test_name := containers/associative/map/map.special/swap_noexcept
27 test_name := containers/associative/map/map.special/non_member_swap
/external/libcxx/test/containers/associative/multimap/
H A Dscary.pass.cpp10 // <map>
12 // class map class multimap
14 // Extension: SCARY/N2913 iterator compatibility between map and multimap
16 #include <map>
20 typedef std::map<int, int> M1;
/external/libcxx/test/containers/unord/unord.map/unord.map.elem/
H A DAndroid.mk17 test_makefile := external/libcxx/test/containers/unord/unord.map/unord.map.elem/Android.mk
19 test_name := containers/unord/unord.map/unord.map.elem/at
23 test_name := containers/unord/unord.map/unord.map.elem/index_tuple
27 test_name := containers/unord/unord.map/unord.map.elem/index
/external/libcxx/test/containers/unord/unord.map/unord.map.swap/
H A DAndroid.mk17 test_makefile := external/libcxx/test/containers/unord/unord.map/unord.map.swap/Android.mk
19 test_name := containers/unord/unord.map/unord.map.swap/swap_non_member
23 test_name := containers/unord/unord.map/unord.map.swap/swap_noexcept
27 test_name := containers/unord/unord.map/unord.map.swap/db_swap_1
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-private.hh32 #include "hb-ot-map-private.hh"
41 hb_ot_map_t map; member in struct:hb_ot_shape_plan_t
57 map.collect_lookups (table_index, lookups);
59 inline void substitute (hb_font_t *font, hb_buffer_t *buffer) const { map.substitute (this, font, buffer); }
60 inline void position (hb_font_t *font, hb_buffer_t *buffer) const { map.position (this, font, buffer); }
62 void finish (void) { map.finish (); }
71 hb_ot_map_builder_t map; member in struct:hb_ot_shape_planner_t
77 map (face, &props) {}
78 ~hb_ot_shape_planner_t (void) { map.finish (); }
84 map
[all...]
/external/chromium_org/v8/test/mjsunit/es6/regress/
H A Dregress-2186.js44 var map = new Map;
45 map.set(ONE, 23);
46 assertSame(23, map.get(ONE));
47 assertSame(23, map.get(ANOTHER_ONE));
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DAddressMap.java27 /** underlying map. TODO: This might be too inefficient. */
28 private final HashMap<Integer,Integer> map; field in class:AddressMap
34 map = new HashMap<Integer,Integer>();
42 Integer value = map.get(keyAddress);
50 map.put(keyAddress, valueAddress);
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-private.hh32 #include "hb-ot-map-private.hh"
41 hb_ot_map_t map; member in struct:hb_ot_shape_plan_t
57 map.collect_lookups (table_index, lookups);
59 inline void substitute (hb_font_t *font, hb_buffer_t *buffer) const { map.substitute (this, font, buffer); }
60 inline void position (hb_font_t *font, hb_buffer_t *buffer) const { map.position (this, font, buffer); }
62 void finish (void) { map.finish (); }
71 hb_ot_map_builder_t map; member in struct:hb_ot_shape_planner_t
77 map (face, &props) {}
78 ~hb_ot_shape_planner_t (void) { map.finish (); }
84 map
[all...]
/external/libunwind/src/
H A DLos-common.c29 /* Global to hold the map for all local unwinds. */
59 the current map. As we progress, simply start from the last element
74 after advancing to the next map element. */
83 we gather a map of the process before starting. If the cache is missing
84 a map, or a map exists but doesn't have the "expected_flags" set, then
91 struct map_info *map; local
97 map = map_find_from_addr (new_list, addr);
98 if (map && (expected_flags == 0 || (map
130 struct map_info *map; local
170 struct map_info *map; local
208 struct map_info *map; local
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A Dformatutils11.cpp23 typedef std::map<DXGI_FORMAT, GLenum> DXGIToESFormatMap;
25 inline void AddDXGIToESEntry(DXGIToESFormatMap *map, DXGI_FORMAT key, GLenum value) argument
27 map->insert(std::make_pair(key, value));
32 DXGIToESFormatMap map; local
34 AddDXGIToESEntry(&map, DXGI_FORMAT_UNKNOWN, GL_NONE);
36 AddDXGIToESEntry(&map, DXGI_FORMAT_A8_UNORM, GL_ALPHA8_EXT);
37 AddDXGIToESEntry(&map, DXGI_FORMAT_R8_UNORM, GL_R8);
38 AddDXGIToESEntry(&map, DXGI_FORMAT_R8G8_UNORM, GL_RG8);
39 AddDXGIToESEntry(&map, DXGI_FORMAT_R8G8B8A8_UNORM, GL_RGBA8);
40 AddDXGIToESEntry(&map, DXGI_FORMAT_R8G8B8A8_UNORM_SRG
123 D3D11FastCopyMap map; local
141 InsertDXGIDepthStencilInfo(DepthStencilInfoMap *map, DXGI_FORMAT format, unsigned int depthBits, unsigned int depthOffset, unsigned int stencilBits, unsigned int stencilOffset) argument
155 DepthStencilInfoMap map; local
200 AddDXGIFormat(DXGIFormatInfoMap *map, DXGI_FORMAT dxgiFormat, GLuint pixelBits, GLuint blockWidth, GLuint blockHeight, GLenum componentType, MipGenerationFunction mipFunc, ColorReadFunction readFunc) argument
247 DXGIFormatInfoMap map; local
382 SwizzleInfoMap map; local
410 InternalFormatInitializerMap map; local
449 InsertLoadFunction(D3D11LoadFunctionMap *map, GLenum internalFormat, GLenum type, LoadImageFunction loadFunc) argument
457 D3D11LoadFunctionMap map; local
630 InsertD3D11FormatInfo(D3D11ES3FormatMap *map, GLenum internalFormat, DXGI_FORMAT texFormat, DXGI_FORMAT srvFormat, DXGI_FORMAT rtvFormat, DXGI_FORMAT dsvFormat) argument
734 D3D11ES3FormatMap map; local
874 AddVertexFormatInfo(D3D11VertexFormatInfoMap *map, GLenum inputType, GLboolean normalized, GLuint componentCount, VertexConversionType conversionType, DXGI_FORMAT nativeFormat, VertexCopyFunction copyFunction) argument
887 AddIntegerVertexFormatInfo(D3D11VertexFormatInfoMap *map, GLenum inputType, GLuint componentCount, VertexConversionType conversionType, DXGI_FORMAT nativeFormat, VertexCopyFunction copyFunction) argument
902 D3D11VertexFormatInfoMap map; local
[all...]
/external/chromium_org/base/files/
H A Dmemory_mapped_file_unittest.cc60 MemoryMappedFile map; local
61 map.Initialize(temp_file_path());
62 ASSERT_EQ(kFileSize, map.length());
63 ASSERT_TRUE(map.data() != NULL);
64 EXPECT_TRUE(map.IsValid());
65 ASSERT_TRUE(CheckBufferContents(map.data(), kFileSize, 0));
71 MemoryMappedFile map; local
72 map.Initialize(File(temp_file_path(), File::FLAG_OPEN | File::FLAG_READ));
73 ASSERT_EQ(kFileSize, map.length());
74 ASSERT_TRUE(map
82 MemoryMappedFile map; local
93 MemoryMappedFile map; local
107 MemoryMappedFile map; local
122 MemoryMappedFile map; local
138 MemoryMappedFile map; local
154 MemoryMappedFile map; local
[all...]
/external/chromium_org/gpu/config/
H A Ddx_diag_node.h11 #include <map>
21 std::map<std::string, std::string> values;
22 std::map<std::string, DxDiagNode> children;
/external/chromium_org/media/cast/common/
H A Dmod_util.h8 #include <map>
14 // MAP is a map<uint??, ...> where the unsigned integer is
16 // Return the oldest entry in the map.
18 typename MAP::iterator ModMapOldest(MAP* map) { argument
19 typename MAP::iterator ret = map->begin();
20 if (ret != map->end()) {
25 typename MAP::iterator tmp = map->upper_bound(lower_quarter * 3);
26 if (tmp != map->end())
33 // MAP is a map<uint??, ...> where the unsigned integer is
35 // Returns the previous entry in the map
37 ModMapPrevious(MAP* map, typename MAP::iterator i) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dactive_map_test.cc41 vpx_active_map_t map = vpx_active_map_t(); local
53 map.cols = (kWidth + 15) / 16;
54 map.rows = (kHeight + 15) / 16;
55 ASSERT_EQ(map.cols, 13u);
56 ASSERT_EQ(map.rows, 9u);
57 map.active_map = active_map;
58 encoder->Control(VP8E_SET_ACTIVEMAP, &map);
60 vpx_active_map_t map = vpx_active_map_t(); local
61 map.cols = (kWidth + 15) / 16;
62 map
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dsymbolize.h41 #include <map>
43 using std::map;
71 typedef map<const void*, const char*> SymbolMap;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dsymbolize.h41 #include <map>
43 using std::map;
71 typedef map<const void*, const char*> SymbolMap;
/external/libcxx/test/containers/associative/map/map.access/
H A Dmax_size.pass.cpp10 // <map>
12 // class map
16 #include <map>
24 typedef std::map<int, double> M;
30 typedef std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
/external/libcxx/test/containers/associative/map/map.ops/
H A DAndroid.mk17 test_makefile := external/libcxx/test/containers/associative/map/map.ops/Android.mk
19 test_name := containers/associative/map/map.ops/find
23 test_name := containers/associative/map/map.ops/equal_range
27 test_name := containers/associative/map/map.ops/lower_bound
31 test_name := containers/associative/map/map
[all...]
/external/libvpx/libvpx/test/
H A Dactive_map_test.cc41 vpx_active_map_t map = {0}; local
53 map.cols = (kWidth + 15) / 16;
54 map.rows = (kHeight + 15) / 16;
55 ASSERT_EQ(map.cols, 13u);
56 ASSERT_EQ(map.rows, 9u);
57 map.active_map = active_map;
58 encoder->Control(VP8E_SET_ACTIVEMAP, &map);
60 vpx_active_map_t map = {0}; local
61 map.cols = (kWidth + 15) / 16;
62 map
[all...]

Completed in 1209 milliseconds

1234567891011>>