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

  /external/chromium_org/components/signin/core/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...]

Completed in 206 milliseconds