/external/v8/tools/ |
run_perf.py | 180 def __init__(self, graphs, units, results_regexp, stddev_regexp): 181 self.name = graphs[-1] 182 self.graphs = graphs 213 "graphs": self.graphs, 280 "graphs": graph_names + ["Total"], 331 "graphs": graph_names + [graph, trace], 359 self.graphs = [] 386 self.graphs = parent.graphs[:] + [suite["name"] [all...] |
/external/autotest/tko/ |
plotgraph.py | 4 Class to draw gnuplot graphs for autotest performance analysis. 5 Not that generic - specifically designed to to draw graphs of one type,
|
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
chart-container-test.html | 113 var graphQuery = ('/graph_json?graphs=' + 146 var graphQuery = ('/graph_json?graphs=' +
|
/external/llvm/tools/opt/ |
GraphPrinters.cpp | 10 // This file defines several printers for various different types of graphs used 12 // the graph into a .dot graph. These graphs can then be processed with the
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
FilterGraph.java | 42 * FilterGraphs may contain sub-graphs that are dependent on the parent graph. These are typically 43 * used when inserting sub-graphs into MetaFilters. When a parent graph is torn down so are its 44 * sub-graphs. The same applies to flushing frames of a graph. 62 /** The set of sub-graphs of this graph */ 333 * its sub-graphs. This method must not be called if the graph (or any sub-graph) is running. 338 * Tearing down of sub-graphs is not supported. You must tear down the root graph, which will 339 * tear down all of its sub-graphs. 457 // Running Graphs //////////////////////////////////////////////////////////////////////////////
|
GraphRunner.java | 616 * instances to this runner before you can execute any of these graphs. 627 * instances to this runner before you can execute any of these graphs. 875 * You must make sure that before calling this, no more graphs are attached to this runner. 876 * Typically, graphs are removed from runners when they are torn down. 878 * @throws IllegalStateException if there are still graphs attached to this runner. 884 + mGraphs.size() + " graphs still attached!"); 899 * Note, that you must make sure no graphs are attached to this runner before calling this 905 * @throws IllegalStateException if there are still graphs attached to this runner. 911 + mGraphs.size() + " graphs still attached!"); 962 * halted graphs, i.e. frames that are waiting to be processed. This does not include frame [all...] |
MffContext.java | 92 /** The set of filter graphs within this context */ 161 * stop all running graphs (closing their filters). If the context does not preserve frames on 180 * resume processing any of the previously stopped filter graphs. 194 * This will also stop any running graphs. 398 // Flush all graphs if requested (this is queued up after the call to halt) 429 // Tear down graphs
|
/cts/tests/openglperf2/jni/reference/scene/ |
Scene.cpp | 67 // Delete the old scene graphs.
|
/external/autotest/frontend/client/src/autotest/tko/ |
GraphingView.java | 39 frontendSelection.addItem("Existing Graphs", existingGraphsFrontend.getFrontendId());
|
/external/bison/src/ |
relation.h | 24 /* Performing operations on graphs coded as list of adjacency.
|
/external/clang/docs/ |
CMakeLists.txt | 51 "Use svg instead of png files for doxygen graphs." OFF)
|
/external/dagger2/producers/ |
pom.xml | 27 <name>Dagger Production Graphs</name>
|
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/ |
InjectorGrapherDemo.java | 29 * Application that instantiates {@link BackToTheFutureModule} and graphs it,
|
/external/parameter-framework/upstream/doc/ |
CMakeLists.txt | 32 "Generate graphs in the doxygen documentation (you need the 'dot'
|
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger-producers/2.0-beta/ |
dagger-producers-2.0-beta.pom | 28 <name>Dagger Production Graphs</name>
|
/external/llvm/include/llvm/Support/ |
DOTGraphTraits.h | 11 // graphs generated by the GraphWriter.h file. The default implementation of 157 /// graphs are converted to 'dot' graphs. When specializing, you may inherit
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/ |
GraphEnvironment.java | 42 * Note that it is possible to add multiple graphs and runners to a single GraphEnvironment. 116 * among all graphs. 140 // Add graph to our list of graphs
|
/external/clang/include/clang/AST/ |
StmtGraphTraits.h | 11 // treat ASTs (Stmt*) as graphs
|
/external/dagger2/examples/ |
pom.xml | 35 <module>android-activity-graphs</module>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
readme.html | 19 line graphs plot the reference build, all builds starting with 'I' and the seven 36 graphs showing the measured values over the course of builds between the current 68 results and line graphs.></p></blockquote><p><br> Optional arguments:</p><blockquote> 72 the most recent matching buildId on line graphs."><br> -scenario.pattern
|
/external/svox/pico/lib/ |
picoktab.c | 136 /* Graphs */ 139 /* overview binary file format for graphs kb: 141 graphs-kb = NROFSENTRIES SIZEOFSENTRY ofstable graphs 148 OFFSET: SIZEOFSENTRY bytes, offset to baseaddress of graphs-kb to entry in graphs 150 graphs = {graph}=NROFSENTRIES (contains NROFSENTRIES entries of graph) 256 /* Graphs methods */ 290 /* Returns offset of property 'prop' inside the graph with offset 'graphsOffset' in graphs table; [all...] |
/external/v8/src/compiler/ |
bytecode-branch-analysis.h | 24 // control flow logic for high-level IR graphs built from bytecode.
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
FilterContext.java | 104 // Release graphs
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
report.py | 22 """Renders the static UI for selecting graphs.""" 30 """Gets dynamic data for selecting graphs"""
|
/external/llvm/include/llvm/ADT/ |
GraphTraits.h | 14 // graphs in a graph defined, inverse ordering... 66 // Not all graphs define an inverse ordering, and if they do, it depends on
|