HomeSort by relevance Sort by last modified time
    Searched refs:out_map (Results 1 - 22 of 22) sorted by null

  /external/chromium/chrome/browser/webdata/
token_service_table_unittest.cc 44 std::map<std::string, std::string> out_map; local
50 EXPECT_TRUE(db.GetTokenServiceTable()->GetAllTokens(&out_map));
51 EXPECT_TRUE(out_map.empty());
57 EXPECT_TRUE(db.GetTokenServiceTable()->GetAllTokens(&out_map));
58 EXPECT_EQ(out_map.find(service)->second, "pepperoni");
59 EXPECT_EQ(out_map.find(service2)->second, "steak");
60 out_map.clear();
64 EXPECT_TRUE(db.GetTokenServiceTable()->GetAllTokens(&out_map));
65 EXPECT_TRUE(out_map.empty());
69 EXPECT_TRUE(db.GetTokenServiceTable()->GetAllTokens(&out_map));
77 std::map<std::string, std::string> out_map; local
    [all...]
  /external/chromium_org/chrome/browser/webdata/
token_service_table_unittest.cc 51 std::map<std::string, std::string> out_map; local
57 EXPECT_TRUE(table_->GetAllTokens(&out_map));
58 EXPECT_TRUE(out_map.empty());
63 EXPECT_TRUE(table_->GetAllTokens(&out_map));
64 EXPECT_EQ("pepperoni", out_map.find(service)->second);
65 EXPECT_EQ("steak", out_map.find(service2)->second);
66 out_map.clear();
70 EXPECT_TRUE(table_->GetAllTokens(&out_map));
71 EXPECT_TRUE(out_map.empty());
75 EXPECT_TRUE(table_->GetAllTokens(&out_map));
80 std::map<std::string, std::string> out_map; local
105 std::map<std::string, std::string> out_map; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_index_modify.c 38 unsigned short *out_map = out; local
52 *out_map = (unsigned short)(*in_map + index_bias);
54 out_map++;
69 unsigned short *out_map; local
77 out_map = pipe_buffer_map(context, new_elts, PIPE_TRANSFER_WRITE,
80 start, count, out_map);
98 unsigned short *out_map = out; local
112 *out_map = (unsigned short)(*in_map + index_bias);
114 out_map++;
129 unsigned short *out_map; local
157 unsigned int *out_map = out; local
188 unsigned int *out_map; local
    [all...]
u_vbuf.c 269 uint8_t *out_map; local
319 (void**)&out_map);
333 tr->run_elts(tr, (unsigned*)map, num_indices, 0, out_map);
336 tr->run_elts16(tr, (uint16_t*)map, num_indices, 0, out_map);
339 tr->run_elts8(tr, map, num_indices, 0, out_map);
352 (void**)&out_map);
358 tr->run(tr, 0, num_vertices, 0, out_map);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_index_modify.c 38 unsigned short *out_map = out; local
52 *out_map = (unsigned short)(*in_map + index_bias);
54 out_map++;
69 unsigned short *out_map; local
77 out_map = pipe_buffer_map(context, new_elts, PIPE_TRANSFER_WRITE,
80 start, count, out_map);
98 unsigned short *out_map = out; local
112 *out_map = (unsigned short)(*in_map + index_bias);
114 out_map++;
129 unsigned short *out_map; local
157 unsigned int *out_map = out; local
188 unsigned int *out_map; local
    [all...]
u_vbuf.c 269 uint8_t *out_map; local
319 (void**)&out_map);
333 tr->run_elts(tr, (unsigned*)map, num_indices, 0, out_map);
336 tr->run_elts16(tr, (uint16_t*)map, num_indices, 0, out_map);
339 tr->run_elts8(tr, map, num_indices, 0, out_map);
352 (void**)&out_map);
358 tr->run(tr, 0, num_vertices, 0, out_map);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_renderbuffer.h 45 GLubyte **out_map,
s_renderbuffer.c 184 GLubyte **out_map,
193 *out_map = NULL;
200 *out_map = map;
  /external/mesa3d/src/mesa/swrast/
s_renderbuffer.h 45 GLubyte **out_map,
s_renderbuffer.c 184 GLubyte **out_map,
193 *out_map = NULL;
200 *out_map = map;
  /external/chromium_org/tools/gn/
item_node.cc 79 void ItemNode::SwapOutWaitingDependencySet(ItemNodeMap* out_map) {
80 waiting_on_resolution_.swap(*out_map);
item_node.h 119 void SwapOutWaitingDependencySet(ItemNodeMap* out_map);
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.h 96 void OnLoaded(scoped_ptr<IdentityMap> out_map);
webrtc_identity_store_backend.cc 117 void Load(IdentityMap* out_map);
196 scoped_ptr<IdentityMap> out_map(new IdentityMap());
198 base::Bind(&SqlLiteStorage::Load, sql_lite_storage_, out_map.get()));
199 // |out_map| will be NULL after this call.
206 base::Passed(&out_map)))) {
311 void WebRTCIdentityStoreBackend::OnLoaded(scoped_ptr<IdentityMap> out_map) {
314 identities_.swap(*out_map);
330 void WebRTCIdentityStoreBackend::SqlLiteStorage::Load(IdentityMap* out_map) {
360 // Slurp all the identities into the out_map.
375 out_map->insert(std::pair<IdentityKey, Identity>
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_fbo.c 158 GLubyte **out_map,
187 *out_map = rrb->map_buffer;
196 GLubyte **out_map,
226 *out_map = rrb->map_buffer;
235 GLubyte **out_map,
247 *out_map = NULL;
299 *out_map = map;
302 *out_map = map + (h - 1) * rrb->map_pitch;
316 mode, out_map, out_stride);
321 mode, out_map, out_stride)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 158 GLubyte **out_map,
187 *out_map = rrb->map_buffer;
196 GLubyte **out_map,
226 *out_map = rrb->map_buffer;
235 GLubyte **out_map,
247 *out_map = NULL;
299 *out_map = map;
302 *out_map = map + (h - 1) * rrb->map_pitch;
316 mode, out_map, out_stride);
321 mode, out_map, out_stride)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 136 GLubyte **out_map,
162 *out_map = map;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 136 GLubyte **out_map,
162 *out_map = map;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c 384 GLubyte **out_map,
409 *out_map = xrb->Base.Buffer;
424 *out_map = map;
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 384 GLubyte **out_map,
409 *out_map = xrb->Base.Buffer;
424 *out_map = map;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_fbo.c 109 GLubyte **out_map,
122 *out_map = (GLubyte *) srb->Buffer + y * rowStride + x * bpp;
129 *out_map = NULL;
154 *out_map = map;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_fbo.c 109 GLubyte **out_map,
122 *out_map = (GLubyte *) srb->Buffer + y * rowStride + x * bpp;
129 *out_map = NULL;
154 *out_map = map;

Completed in 377 milliseconds