OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:index_cache
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_draw_private.h
86
struct
index_cache
{
struct
136
struct
index_cache
index_cache
[PIPE_PRIM_MAX][IDX_CACHE_MAX];
member in struct:svga_hwtnl
/external/mesa3d/src/gallium/drivers/svga/
svga_draw_private.h
86
struct
index_cache
{
struct
136
struct
index_cache
index_cache
[PIPE_PRIM_MAX][IDX_CACHE_MAX];
member in struct:svga_hwtnl
/external/chromium/chrome/browser/history/
in_memory_url_index_unittest.cc
539
in_memory_url_index::InMemoryURLIndexCacheItem
index_cache
;
local
540
url_index.SavePrivateData(&
index_cache
);
570
EXPECT_TRUE(url_index.RestorePrivateData(
index_cache
));
in_memory_url_index.cc
248
InMemoryURLIndexCacheItem
index_cache
;
local
249
if (!
index_cache
.ParseFromArray(data.c_str(), data.size())) {
255
if (!RestorePrivateData(
index_cache
)) {
271
InMemoryURLIndexCacheItem
index_cache
;
local
272
SavePrivateData(&
index_cache
);
274
if (!
index_cache
.SerializeToString(&data)) {
[
all
...]
/external/chromium_org/chrome/browser/history/
url_index_private_data.cc
408
InMemoryURLIndexCacheItem
index_cache
;
local
409
if (!
index_cache
.ParseFromArray(data.c_str(), data.size())) {
415
if (!restored_data->RestorePrivateData(
index_cache
, languages))
893
InMemoryURLIndexCacheItem
index_cache
;
local
[
all
...]
/external/v8/src/
hydrogen-instructions.cc
1654
HForInCacheArray*
index_cache
=
local
[
all
...]
hydrogen-instructions.h
4782
HForInCacheArray*
index_cache
() {
function in class:v8::HForInCacheArray
[
all
...]
hydrogen.cc
3355
HInstruction*
index_cache
= AddInstruction(
local
[
all
...]
/external/chromium_org/v8/src/
hydrogen-instructions.cc
3013
HForInCacheArray*
index_cache
=
local
[
all
...]
hydrogen-instructions.h
6782
HForInCacheArray*
index_cache
() {
function in class:v8::HForInCacheArray
[
all
...]
hydrogen.cc
3644
HInstruction*
index_cache
= Add<HForInCacheArray>(
local
[
all
...]
Completed in 205 milliseconds