/art/compiler/sea_ir/ir/ |
visitor.h | 45 virtual void Initialize(SeaGraph* graph) = 0; 46 virtual void Visit(SeaGraph* graph) = 0; 65 virtual void Traverse(SeaGraph* graph);
|
/external/chromium_org/v8/src/ |
hydrogen-escape-analysis.h | 40 explicit HEscapeAnalysisPhase(HGraph* graph) 41 : HPhase("H_Escape analysis", graph), 46 block_states_(graph->blocks()->length(), zone()) { }
|
hydrogen-dce.cc | 75 for (int i = 0; i < graph()->blocks()->length(); ++i) { 76 HBasicBlock* block = graph()->blocks()->at(i); 92 ZoneList<HPhi*> worklist(graph()->blocks()->length(), zone()); 95 for (int i = 0; i < graph()->blocks()->length(); ++i) { 96 HBasicBlock* block = graph()->blocks()->at(i); 103 // Clear the liveness flag to leave the graph clean for the next DCE.
|
hydrogen-environment-liveness.h | 48 explicit HEnvironmentLivenessAnalysisPhase(HGraph* graph); 61 // Largest number of local variables in any environment in the graph 71 // It is populated during the first pass over the graph, controlled by
|
hydrogen-gvn.h | 42 explicit HGlobalValueNumberingPhase(HGraph* graph);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
GraphRunner.java | 27 * A GraphRunner schedules and executes the filter nodes of a graph. 197 public void enterSubGraph(FilterGraph graph, SubListener listener) { 199 onOpenGraph(graph); 289 private void onPrepare(FilterGraph graph) { 293 onOpenGraph(graph); 297 private void onOpenGraph(FilterGraph graph) { 298 loadFilters(graph); 299 mOpenedGraphs.add(graph); 380 for (FilterGraph graph : mOpenedGraphs) { 381 graph.flushFrames() [all...] |
/external/ceres-solver/internal/ceres/ |
visibility.cc | 43 #include "ceres/graph.h" 76 Graph<int>* CreateSchurComplementGraph(const vector<set<int> >& visibility) { 122 Graph<int>* graph = new Graph<int>(); local 129 graph->AddVertex(i); 130 graph->AddEdge(i, i, kSelfEdgeWeight); 146 graph->AddEdge(camera1, camera2, weight); 149 VLOG(2) << "Schur complement graph time: " << (time(NULL) - start_time); 150 return graph; [all...] |
visibility_test.cc | 39 #include "ceres/graph.h" 108 scoped_ptr<Graph<int> > graph(CreateSchurComplementGraph(visibility)); 109 EXPECT_EQ(graph->vertices().size(), visibility.size()); 111 EXPECT_EQ(graph->VertexWeight(i), 1.0); 121 EXPECT_EQ(graph->EdgeWeight(i, j), edge_weight) 123 << " weight: " << graph->EdgeWeight(i, j) 184 scoped_ptr<Graph<int> > graph(CreateSchurComplementGraph(visibility)); 185 EXPECT_EQ(graph->vertices().size(), visibility.size()) [all...] |
/external/chromium_org/chrome/test/functional/perf/endure_graphs/ |
endure_plotter.js | 8 * @fileoverview Handles drawing a general Chrome Endure graph. 81 * Causes the page to navigate to another graph. 83 * @param {string} graph The name of the graph to which to navigate. 85 function goTo(graph) { 86 params.graph = graph; 91 * Returns a function that will navigate the page to another graph. 93 * @param {string} graph The name of the graph to which to navigate [all...] |
/art/compiler/sea_ir/types/ |
type_inference.cc | 39 FunctionTypeInfo::FunctionTypeInfo(const SeaGraph* graph, art::verifier::RegTypeCache* types) 40 : dex_file_(graph->GetDexFile()), dex_method_idx_(graph->method_idx_), type_cache_(types), 41 method_access_flags_(graph->method_access_flags_) { 47 FunctionTypeInfo::FunctionTypeInfo(const SeaGraph* graph, InstructionNode* inst, 48 art::verifier::RegTypeCache* types): dex_file_(graph->GetDexFile()), 143 void TypeInference::ComputeTypes(SeaGraph* graph) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { 144 std::vector<Region*>* regions = graph->GetRegions(); 154 TypeInferenceVisitor tiv(graph, &type_data_, type_cache_); 156 graph->Accept(&tiv) [all...] |
/external/chromium_org/content/browser/resources/media/ |
webrtc_internals.css | 22 .stats-graph-container { 27 .stats-graph-container-heading { 32 .stats-graph-sub-container { 37 .stats-graph-sub-container > div { 41 .stats-graph-sub-container > div:first-child {
|
/art/compiler/sea_ir/debug/ |
dot_gen.h | 44 virtual void Initialize(SeaGraph* graph); 48 void Visit(SeaGraph* graph) { 55 // builds a complete dot graph (without prolog and epilog though). 97 // Stores options for turning a SEA IR graph to a .dot file. 101 // Saves to @filename the .dot representation of @graph with the options @options. 102 void DumpSea(SeaGraph* graph, std::string filename, 106 graph->Accept(&dgv);
|
/external/chromium_org/tools/ |
gyp-explain.py | 23 def GetPath(graph, fro, to): 24 """Given a graph in (node -> list of successor nodes) dictionary format, 32 for d in graph[t]: 36 def MatchNode(graph, substring): 40 for target in graph:
|
/external/svox/pico/lib/ |
picoklex.h | 102 /** lookup lex by graph; result(s) are in lexres, ie. the phones are 110 const picoos_uint8 *graph,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
ctype_base.h | 55 static const mask graph = _ISalpha | _ISdigit | _ISpunct; member in struct:ctype_base
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/ |
ctype_base.h | 57 static const mask graph = _ISalpha | _ISdigit | _ISpunct; member in struct:ctype_base
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/ |
ctype_base.h | 57 static const mask graph = _ISalpha | _ISdigit | _ISpunct; member in struct:ctype_base
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
ctype_base.h | 51 static const mask graph = _P | _U | _L | _N; member in struct:ctype_base
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
ctype_base.h | 51 static const mask graph = _P | _U | _L | _N; member in struct:ctype_base
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
ctype_base.h | 51 static const mask graph = _P | _U | _L | _N; member in struct:ctype_base
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
ctype_base.h | 51 static const mask graph = _P | _U | _L | _N; member in struct:ctype_base
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
ctype_base.h | 51 static const mask graph = _P | _U | _L | _N; member in struct:ctype_base
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
ctype_base.h | 51 static const mask graph = _P | _U | _L | _N; member in struct:ctype_base
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
ctype_base.h | 51 static const mask graph = _P | _U | _L | _N; member in struct:ctype_base
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
ctype_base.h | 51 static const mask graph = _P | _U | _L | _N; member in struct:ctype_base
|