HomeSort by relevance Sort by last modified time
    Searched refs:graphs (Results 1 - 16 of 16) sorted by null

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/operators/
all.py 1 """Operations on many graphs.
22 def union_all(graphs, rename=(None,) , name=None):
23 """Return the union of all graphs.
25 The graphs must be disjoint, otherwise an exception is raised.
29 graphs : list of graphs
30 List of NetworkX graphs
50 If a graph attribute is present in multiple graphs, then the value
58 graphs_names = zip_longest(graphs,rename)
65 def disjoint_union_all(graphs)
    [all...]
  /external/v8/tools/
run_perf.py 169 self.graphs = []
194 self.graphs = parent.graphs[:] + [suite["name"]]
243 % (self.results_regexp, self.graphs[-1]))
248 "is provided by the test." % self.graphs[-1])
253 % (self.stddev_regexp, self.graphs[-1]))
257 "graphs": self.graphs,
311 "graphs": self.graphs + ["Total"]
    [all...]
  /external/fio/
gfio.c 703 gfio_clear_graph_data(&ge->graphs);
1098 __update_graph_settings(&ge->graphs);
1101 g_signal_emit_by_name(G_OBJECT(ge->graphs.drawing_area), GFIO_DRAW_EVENT, GTK_WIDGET(ge->graphs.drawing_area), ev, &ge->graphs);
1110 __update_graph_settings(&ui->graphs);
1113 g_signal_emit_by_name(G_OBJECT(ui->graphs.drawing_area), GFIO_DRAW_EVENT, GTK_WIDGET(ui->graphs.drawing_area), ev, &ui->graphs);
    [all...]
gclient.c 418 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.read_iops, je->elapsed_sec, je->iops[0], iops_str[0]);
419 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.write_iops, je->elapsed_sec, je->iops[1], iops_str[1]);
420 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_str[2]);
421 graph_add_xy_data(ge->graphs.bandwidth_graph, ge->graphs.read_bw, je->elapsed_sec, je->rate[0], rate_str[0]);
422 graph_add_xy_data(ge->graphs.bandwidth_graph, ge->graphs.write_bw, je->elapsed_sec, je->rate[1], rate_str[1])
    [all...]
gfio.h 72 struct gfio_graphs graphs; member in struct:gui
121 struct gfio_graphs graphs; member in struct:gui_entry
  /external/fio/tools/
fio_generate_plots 5 # benchmark utiliy. I only retained how GNUplot is used to generate graphs, as
8 # The script uses the files generated by FIO to create nice graphs in the
10 # allows resolution independent graphs to be generated.
27 echo You need gnuplot installed to generate graphs
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/
richclub.py 48 graphs or graphs with parallel edges or self loops.
59 "Uniform generation of random graphs with arbitrary degree
64 'directed or multiedge graphs.')
67 'graphs with self loops.')
graphical.py 302 .. [1] F. Boesch and F. Harary. "Line removal algorithms for graphs
337 Algorithms for Constructing Graphs and Digraphs with Given Valences
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/
eigenvector.py 56 For directed graphs this is "right" eigevector centrality. For
130 For directed graphs this is "right" eigevector centrality. For
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/
hybrid.py 22 in "The Small World Phenomenon in hybrid power law graphs"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/
gexf.py 5 Read and write graphs in GEXF format.
10 This implementation does not support mixed graphs (directed and
64 This implementation does not support mixed graphs (directed and undirected
105 This implementation does not support mixed graphs (directed and undirected
150 This implementation does not support mixed graphs (directed and undirected
834 # for dynamic graphs use list of three-tuples
843 # for static graphs just assign the value
    [all...]
graphml.py 5 Read and write graphs in GraphML format.
7 This implementation does not support mixed graphs (directed and unidirected
8 edges together), hyperedges, nested graphs, or ports.
10 "GraphML is a comprehensive and easy-to-use file format for graphs. It
15 * directed, undirected, and mixed graphs,
17 * hierarchical graphs,
23 Unlike many other file formats for graphs, GraphML does not use a
26 or processing graphs."
78 This implementation does not support mixed graphs (directed and unidirected
79 edges together) hyperedges, nested graphs, or ports
    [all...]
sparsegraph6.py 5 Read graphs in graph6 and sparse6 format.
10 "graph6 and sparse6 are formats for storing undirected graphs in a
37 """Read simple undirected graphs in graph6 format from path.
72 """Read simple undirected graphs in graph6 format from path.
74 Returns a list of Graphs, one for each line in file.
86 """Read simple undirected graphs in sparse6 format from path.
93 """Read undirected graphs in sparse6 format from path.
gml.py 2 Read graphs in GML format.
5 file format for graphs. GML's key features are portability, simple
7 hierarchical key-value lists. Graphs can be annotated with arbitrary
11 overtaken and adapted by several other systems for drawing graphs."
22 Example graphs in GML format:
  /external/svox/pico/lib/
picopr.c 327 picoktab_Graphs graphs; member in struct:pr_subobj
635 id = picoktab_graphOffset(pr->graphs, utf8char);
637 if (picoktab_getIntPropValue(pr->graphs, id, &n)) {
    [all...]
  /external/blktrace/btt/doc/
btt.tex 789 Figure~\ref{fig:sps} shows a simple pair of graphs generated from
    [all...]

Completed in 992 milliseconds