OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resource_index
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/task_manager/
task_manager_browsertest.cc
504
int
resource_index
= TaskManager::GetInstance()->model()->ResourceCount() - 1;
local
507
ASSERT_TRUE(model()->GetV8Memory(
resource_index
, &result));
511
ASSERT_TRUE(model()->GetV8MemoryUsed(
resource_index
, &result));
/external/chromium_org/chrome/browser/ui/webui/task_manager/
task_manager_handler.cc
130
int
resource_index
= model_->GetResourceIndexByUniqueId(unique_id);
local
131
if (
resource_index
== -1)
134
task_manager_->KillProcess(
resource_index
);
142
int
resource_index
= model_->GetResourceIndexByUniqueId(unique_id);
local
143
if (
resource_index
== -1)
146
task_manager_->ActivateProcess(
resource_index
);
155
int
resource_index
= model_->GetResourceIndexByUniqueId(unique_id);
local
156
if (
resource_index
== -1)
159
if (model_->CanInspect(
resource_index
))
160
model_->Inspect(
resource_index
);
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_state.c
2085
unsigned
resource_index
= u_bit_scan(&dirty_mask);
local
[
all
...]
r600_state.c
1922
unsigned
resource_index
= u_bit_scan(&dirty_mask);
local
[
all
...]
/external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c
2085
unsigned
resource_index
= u_bit_scan(&dirty_mask);
local
[
all
...]
r600_state.c
1922
unsigned
resource_index
= u_bit_scan(&dirty_mask);
local
[
all
...]
Completed in 1212 milliseconds