OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:graphs
(Results
1 - 25
of
216
) sorted by null
1
2
3
4
5
6
7
8
9
/external/chromium_org/tools/deep_memory_profiler/
.gitignore
0
graphs
/*
/external/chromium_org/chrome/test/ui/
ui_perf_test.h
15
// Prints IO performance data for use by perf
graphs
.
18
// Prints memory usage data for use by perf
graphs
.
/external/chromium_org/ppapi/shared_impl/
unittest_utils.h
14
// two PP_Var
graphs
being compared is identical, including
graphs
with cycles.
/external/dropbear/libtommath/logs/
README
1
To use the pretty
graphs
you have to first build/run the ltmtest from the root directory of the package.
8
After doing that run "gnuplot
graphs
.dem" to make the PNGs. If you managed todo that all so far just open index.html to view
/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_org/chrome/test/perf/
browser_perf_test.h
21
// Prints IO performance data for use by perf
graphs
.
24
// Prints memory usage data for use by perf
graphs
.
perf_test.h
15
// Prints IO performance data for use by perf
graphs
.
29
// Prints memory usage data for use by perf
graphs
.
/external/chromium_org/third_party/flot/
README.chromium
1
Name: Flot Javascript/JQuery library for creating
graphs
/external/chromium_org/chrome/test/functional/perf/
endure_server.py
6
"""Start an HTTP server which serves Chrome Endure
graphs
.
11
To view Chrome Endure
graphs
from a browser,
14
picked. You can then view the
graphs
via http://localhost:<GIVEN_PORT>.
57
"""Start an HTTP server which serves Chrome Endure
graphs
."""
67
logging.info('View
graphs
at http://localhost:%d', httpd.server_port)
endure_setup.py
25
Last, to view the
graphs
, run another script endure_server.py
96
help='URL to a zip file containing the chrome
graphs
.')
238
graph_zip_url: The url to a zip file containing the chrome
graphs
.
239
graph_dir: Directory of the chrome
graphs
.
248
'Skip fetching chrome
graphs
' +
/external/llvm/include/llvm/Support/
DataFlow.h
1
//===-- llvm/Support/DataFlow.h - dataflow as
graphs
------------*- C++ -*-===//
11
// Def-Use relations to be treated as proper
graphs
for generic algorithms.
24
// chains as
graphs
DOTGraphTraits.h
11
//
graphs
generated by the GraphWriter.h file. The default implementation of
156
///
graphs
are converted to 'dot'
graphs
. When specializing, you may inherit
/external/chromium_org/third_party/angle/src/compiler/
NodeSearch.h
6
// NodeSearch.h: Utilities for searching translator node
graphs
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
android_memreport_profiler.py
13
"""Android-specific, collects 'memreport'
graphs
."""
/external/chromium_org/media/tools/layout_tests/
trend_graph.py
34
"""Update trend
graphs
using |datetime_string| and |data_map|.
36
There are two kinds of
graphs
to be updated (one is for numbers and the
/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
...]
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/
Scene.cpp
67
// Delete the old scene
graphs
.
/external/bison/src/
relation.h
24
/* Performing operations on
graphs
coded as list of adjacency.
/external/chromium_org/content/browser/resources/media/
media_internals.html
50
<ul id="
graphs
"></ul>
stats_graph_helper.js
6
// This file contains helper methods to draw the stats timeline
graphs
.
10
// The
graphs
are drawn as CANVAS, grouped per report type per PeerConnection.
192
// Ensures a div container to hold all stats
graphs
for one track is created as
208
'Stats
graphs
for ' + report.id;
/external/chromium_org/chrome/common/extensions/docs/server2/
api_schema_graph.py
97
''' A Set Difference adaptation for
graphs
. Returns a |difference|,
107
# Note that |minuend| and |subtrahend| are assumed to be
graphs
, and
117
'''A Set Union adaptation for
graphs
. Returns a graph which contains
/external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
graph_utils.js
14
* Interpolate given multiple lines of
graphs
, and returns the lines of
15
* the
graphs
where each line has the same number of points and x coordinates.
96
* Creates and returns a set of stacked
graphs
, assuming the given
/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
Completed in 427 milliseconds
1
2
3
4
5
6
7
8
9