HomeSort by relevance Sort by last modified time
    Searched full:graphs (Results 1 - 25 of 330) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libmicrohttpd/doc/doxygen/
Makefile.am 5 "\tmake full - full documentation with dependency graphs (slow)\n" \
6 "\tmake fast - fast mode without dependency graphs"
  /dalvik/dx/tests/092-ssa-cfg-edge-cases/
info.txt 1 This test case runs a few odd control flow graphs through the optimizer.
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/
README.txt 2 graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with
README.chromium 9 constructing graphs, BFS and DFS traversals, topological sort, shortest paths,
  /external/chromium-trace/catapult/telemetry/third_party/flot/
README.chromium 1 Name: Flot Javascript/JQuery library for creating graphs
  /hardware/bsp/intel/peripheral/libmraa/src/javascript/
package.json.cmake 15 "authors": "See github.com/intel-iot-devkit/mraa/graphs/contributors"
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
graphalgo.rst 5 :synopsis: Basic graphs algoritms
18 vertex is reached), but will correctly compute shortest paths even for some graphs with negative
core.rst 17 includes methods for constructing graphs, BFS and DFS traversals,
19 graph statistics functions. The library can also visualize graphs
index.rst 10 graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with
  /external/guice/extensions/grapher/src/com/google/inject/grapher/
InjectorGrapher.java 35 * Graphs the guice dependency graph for the given injector using default starting keys.
40 * Graphs the guice dependency graph for the given injector using the given starting keys and
  /hardware/bsp/intel/peripheral/libupm/src/
package.json.in 22 "authors": "See http://github.com/intel-iot-devkit/upm/graphs/contributors"
  /external/dagger2/examples/android-activity-graphs/
README.md 1 Example: Android Activity Graphs
5 create child graphs for each activity which extend from the global graph.
pom.xml 26 <artifactId>android-activity-graphs</artifactId>
27 <name>Examples: Android - Activity Graphs</name>
  /external/llvm/utils/
create_ladder_graph.py 5 CFGs that are ladder graphs. Ladder graphs are generally the worst case
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
__init__.py 15 includes methods for constructing graphs, BFS and DFS traversals,
17 graph statistics functions. The library can also visualize graphs
24 - the :py:mod:`altgraph.GraphAlgo` module implements graph algorithms operating on graphs (:py:class:`~altgraph.Graph.Graph`} instances)
26 - the :py:mod:`altgraph.GraphStat` module contains functions for computing statistical measures on graphs
28 - the :py:mod:`altgraph.GraphUtil` module contains functions for generating, reading and saving graphs
30 - the :py:mod:`altgraph.Dot` module contains functions for displaying graphs via `graphviz <http://www.research.att.com/sw/tools/graphviz/>`_
  /external/chromium-trace/catapult/dashboard/docs/
pages-and-endpoints.md 17 **/report**: Browse graphs and compare charts across platforms.
18 - *sid*: A stored combination set of tests and graphs to view.
28 **/group\_report**: View graphs for a set of alerts
  /external/fio/
GFIO-TODO 11 - Add ability to request graphs of whatever graphing options
25 - Add support for printing end results, graphs, etc.
gfio.h 72 struct gfio_graphs graphs; member in struct:gui
121 struct gfio_graphs graphs; member in struct:gui_entry
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...]
  /external/chromium-trace/catapult/dashboard/dashboard/
graph_json_test.py 155 graphs = {
163 '/graph_json', {'graphs': json.dumps(graphs)})
170 self.testapp.post('/graph_json', {'graphs': ''}, status=500)
171 self.testapp.post('/graph_json', {'graphs': '{}'}, status=500)
175 graphs = {
183 '/graph_json', {'graphs': json.dumps(graphs)})
189 graphs = {
196 '/graph_json', {'graphs': json.dumps(graphs)}
    [all...]
graph_json.py 50 graphs: A JSON serialization of a dict that contains the arguments
66 The post request is expected to pass one parameter, called 'graphs',
73 graphs = self.request.get('graphs')
74 if graphs is None:
78 graphs = json.loads(graphs)
80 logging.error('Invalid JSON string for graphs')
83 if not graphs.get('test_path_dict'):
88 'test_path_dict': graphs['test_path_dict']
    [all...]
  /external/dagger2/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/
AbstractActivityComponent.java 29 Activity activity(); // Expose the activity to sub-graphs.
  /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
  /system/update_engine/payload_generator/
graph_utils.h 27 // A few utility functions for graphs

Completed in 519 milliseconds

1 2 3 4 5 6 7 8 91011>>