OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GraphNode
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/cc/resources/
worker_pool.h
50
class CC_EXPORT
GraphNode
{
52
typedef std::vector<
GraphNode
*> Vector;
54
GraphNode
(internal::WorkerPoolTask* task, unsigned priority);
55
~
GraphNode
();
59
void add_dependent(
GraphNode
* dependent) {
80
DISALLOW_COPY_AND_ASSIGN(
GraphNode
);
116
typedef ScopedPtrHashMap<internal::WorkerPoolTask*, internal::
GraphNode
>
image_raster_worker_pool.h
41
internal::
GraphNode
* raster_required_for_activation_finished_node,
42
internal::
GraphNode
* raster_finished_node,
worker_pool.cc
68
GraphNode
::
GraphNode
(internal::WorkerPoolTask* task, unsigned priority)
74
GraphNode
::~
GraphNode
() {
103
bool operator()(const internal::
GraphNode
* a,
104
const internal::
GraphNode
* b) {
138
typedef std::priority_queue<internal::
GraphNode
*,
139
std::vector<internal::
GraphNode
*>,
229
scoped_ptr<internal::
GraphNode
> node = new_pending_tasks.take_and_erase(
232
for (internal::
GraphNode
::Vector::const_iterator it
[
all
...]
worker_pool_perftest.cc
74
scoped_ptr<internal::
GraphNode
> root_node;
76
root_node = make_scoped_ptr(new internal::
GraphNode
(root_task, 0u));
78
scoped_ptr<internal::
GraphNode
> leaf_node;
80
leaf_node = make_scoped_ptr(new internal::
GraphNode
(leaf_task, 0u));
108
internal::
GraphNode
* dependent_node,
109
internal::
GraphNode
* leaf_node,
114
scoped_ptr<internal::
GraphNode
> node(
115
new internal::
GraphNode
(task.get(), 0u));
image_raster_worker_pool.cc
91
internal::
GraphNode
* raster_required_for_activation_finished_node =
99
internal::
GraphNode
* raster_finished_node =
209
internal::
GraphNode
* raster_required_for_activation_finished_node,
210
internal::
GraphNode
* raster_finished_node,
212
internal::
GraphNode
* image_node = CreateGraphNodeForRasterTask(image_task,
raster_worker_pool.cc
495
internal::
GraphNode
* RasterWorkerPool::CreateGraphNodeForTask(
499
internal::
GraphNode
* node = new internal::
GraphNode
(task, priority);
506
internal::
GraphNode
* RasterWorkerPool::CreateGraphNodeForRasterTask(
513
internal::
GraphNode
* raster_node = CreateGraphNodeForTask(
530
internal::
GraphNode
* decode_node = decode_it->second;
535
internal::
GraphNode
* decode_node = CreateGraphNodeForTask(
worker_pool_unittest.cc
80
scoped_ptr<internal::
GraphNode
> completion_node(
81
new internal::
GraphNode
(new_completion_task.get(), 0u));
87
scoped_ptr<internal::
GraphNode
> node(
88
new internal::
GraphNode
(new_task.get(), it->priority));
94
scoped_ptr<internal::
GraphNode
> dependent_node(
95
new internal::
GraphNode
(new_dependent_task.get(), it->priority));
raster_worker_pool_perftest.cc
71
internal::
GraphNode
* raster_required_for_activation_finished_node =
79
internal::
GraphNode
* raster_finished_node =
93
internal::
GraphNode
* perf_node =
raster_worker_pool.h
249
static internal::
GraphNode
* CreateGraphNodeForTask(
254
static internal::
GraphNode
* CreateGraphNodeForRasterTask(
pixel_buffer_raster_worker_pool.cc
85
typedef base::StackVector<internal::
GraphNode
*,
89
internal::
GraphNode
* node,
93
internal::
GraphNode
* dependency = *it;
548
internal::
GraphNode
* raster_required_for_activation_finished_node =
569
internal::
GraphNode
* raster_finished_node =
/external/chromium_org/cc/trees/
layer_sorter.h
53
struct
GraphNode
{
54
explicit
GraphNode
(LayerImpl* layer_impl);
55
~
GraphNode
();
65
GraphEdge(
GraphNode
* from_node,
GraphNode
* to_node, float weight)
70
GraphNode
* from;
71
GraphNode
* to;
96
typedef std::vector<
GraphNode
> NodeList;
layer_sorter.cc
62
GraphNode
::
GraphNode
(LayerImpl* layer_impl)
66
GraphNode
::~
GraphNode
() {}
269
nodes_.push_back(
GraphNode
(*it));
270
GraphNode
& node = nodes_.at(nodes_.size() - 1);
308
GraphNode
& node_a = nodes_[na];
312
GraphNode
& node_b = nodes_[nb];
320
GraphNode
* start_node = NULL;
321
GraphNode
* end_node = NULL
[
all
...]
/external/chromium_org/build/android/gyp/
write_ordered_libraries.py
65
def
GraphNode
(library):
79
unsorted_deps = dict(map(
GraphNode
, all_deps))
/prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar
/prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar
lombok-ast-0.2.jar
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 4524 milliseconds