OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getGraph
(Results
1 - 16
of
16
) sorted by null
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Scheduler.java
35
FilterGraph
getGraph
() {
AsyncRunner.java
186
public FilterGraph
getGraph
() {
187
return mRunner != null ? mRunner.
getGraph
() : null;
GraphRunner.java
53
public abstract FilterGraph
getGraph
();
SyncRunner.java
85
public FilterGraph
getGraph
() {
86
return mScheduler != null ? mScheduler.
getGraph
() : null;
91
if (!
getGraph
().isReady() ) {
99
getGraph
().beginProcessing();
105
getGraph
().closeFilters(mFilterContext);
192
for (Filter filter : mScheduler.
getGraph
().getFilters()) {
223
} else if (
getGraph
() == null) {
/external/llvm/include/llvm/CodeGen/PBQP/
HeuristicBase.h
75
: s(solver), g(s.
getGraph
()) { }
86
Graph&
getGraph
() { return g; }
HeuristicSolver.h
125
Graph&
getGraph
() { return g; }
/external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h
44
PBQP::Graph&
getGraph
() { return graph; }
46
const PBQP::Graph&
getGraph
() const { return graph; }
/frameworks/base/media/mca/filterfw/java/android/filterfw/
GraphEnvironment.java
63
public FilterGraph
getGraph
() {
165
public FilterGraph
getGraph
(int graphId) {
170
return mGraphs.get(graphId).
getGraph
();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h
129
Graph *
getGraph
() const { return graph; }
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h
160
ExplodedGraph&
getGraph
() { return G; }
161
const ExplodedGraph&
getGraph
() const { return G; }
CoreEngine.h
118
///
getGraph
- Returns the exploded graph.
119
ExplodedGraph&
getGraph
() { return *G.get(); }
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h
129
Graph *
getGraph
() const { return graph; }
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h
505
///
getGraph
- Get the exploded graph created by the analysis engine
507
ExplodedGraph &
getGraph
();
541
ExplodedGraph &
getGraph
() { return BR.
getGraph
(); }
/external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 1258 milliseconds