HomeSort by relevance Sort by last modified time
    Searched full:node_style (Results 1 - 4 of 4) sorted by null

  /external/v8/tools/turbolizer/
schedule-view.js 50 const NODE_STYLE = { css: 'kwd' };
79 [/^[A-Za-z0-9_]+(\[.*\])?$/, NODE_STYLE, -1],
80 [/^[A-Za-z0-9_]+(\[.*\])?/, NODE_STYLE, 3]
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph_tests/
test_dot.py 110 dot.node_style(1, key='value')
113 dot.node_style(1, key2='value2')
122 dot.node_style(9, key='value')
172 dot.node_style(1, key='value')
173 dot.node_style(2, key='another', key2='world')
263 dot.node_style(1, key='value')
264 dot.node_style(2, key='another', key2='world')
299 dot.node_style(1, label='BASE_NODE',shape='box', color='blue')
300 dot.node_style(2, style='filled', fillcolor='red')
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
Dot.py 66 dot.node_style(1, label='BASE_NODE',shape='box', color='blue' )
67 dot.node_style(2, style='filled', fillcolor='red')
89 - node attributes, passed via the :py:meth:`Dot.node_style` method::
155 self.node_style(node, **style)
191 def node_style(self, node, **kwargs): member in class:Dot
204 self.node_style(node, **kwargs)
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
dot.rst 71 dot.node_style(1, label='BASE_NODE',shape='box', color='blue' )
72 dot.node_style(2, style='filled', fillcolor='red')
94 - node attributes, passed via the :py:meth:`Dot.node_style` method::
149 .. method:: Dot.node_style(node, \**attr)

Completed in 3287 milliseconds