Home
last modified time | relevance | path

Searched defs:graph (Results 1 – 25 of 40) sorted by relevance

12

/external/bison/src/
Dvcg.h445 struct graph struct
460 Label the text displayed inside the node, when the graph is folded argument
469 folded graph. info1, info2, info3 can be selected from the menu argument
476 Color specifies the background color for the outermost graph, or the argument
494 displayed part of the window of the outermost graph in pixels, or argument
500 window of the outermost graph in pixels, or width and height of the argument
510 /* x, y are the x-position and y-position of the graph's window in argument
526 graph's representation (default is 1, 1). ((stretch=shrink) \Lambda argument
542 /* Shape can be specified for subgraphs only. It is the shape of the argument
579 used to display the graph. This is usually larger than the displayed argument
[all …]
/external/regex-re2/benchlog/
Dmktable34 sub graph() { subroutine
/external/clang/test/PCH/Inputs/
Dtypo.hpp4 namespace graph { namespace
/external/svox/pico/lib/
Dpicoklex.c359 const picoos_uint8 *graph, in klex_lexMatch()
419 const picoos_uint8 *graph, in klex_lexblockLookup()
483 const picoos_uint8 *graph, in picoklex_lexLookup()
Dpicowa.c194 const picoos_uint8 *graph, in waClassifyPos()
/external/webkit/Source/JavaScriptCore/dfg/
DDFGScoreBoard.h45 ScoreBoard(Graph& graph, uint32_t firstTemporary) in ScoreBoard()
DDFGAliasTracker.h45 AliasTracker(Graph& graph) in AliasTracker()
DDFGByteCodeParser.cpp49 ByteCodeParser(JSGlobalData* globalData, CodeBlock* codeBlock, Graph& graph) in ByteCodeParser()
1068 bool parse(Graph& graph, JSGlobalData* globalData, CodeBlock* codeBlock) in parse()
DDFGJITCompiler.h119 Graph& graph() { return m_graph; } in graph() function
/external/opencv/cxcore/src/
Dcxdatastructs.cpp2880 CvGraph *graph = 0; in cvCreateGraph() local
2911 cvClearGraph( CvGraph * graph ) in cvClearGraph()
2929 cvGraphAddVtx( CvGraph* graph, const CvGraphVtx* _vertex, CvGraphVtx** _inserted_vertex ) in cvGraphAddVtx()
2962 cvGraphRemoveVtxByPtr( CvGraph* graph, CvGraphVtx* vtx ) in cvGraphRemoveVtxByPtr()
2995 cvGraphRemoveVtx( CvGraph* graph, int index ) in cvGraphRemoveVtx()
3032 cvFindGraphEdgeByPtr( const CvGraph* graph, in cvFindGraphEdgeByPtr()
3073 cvFindGraphEdge( const CvGraph* graph, int start_idx, int end_idx ) in cvFindGraphEdge()
3102 cvGraphAddEdgeByPtr( CvGraph* graph, in cvGraphAddEdgeByPtr()
3175 cvGraphAddEdge( CvGraph* graph, in cvGraphAddEdge()
3204 cvGraphRemoveEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx, CvGraphVtx* end_vtx ) in cvGraphRemoveEdgeByPtr()
[all …]
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h99 PBQP::Graph graph; variable
/external/opencv/cxcore/include/
Dcxcore.h1207 #define cvGetGraphVtx( graph, idx ) (CvGraphVtx*)cvGetSetElem((CvSet*)(graph), (idx)) argument
1210 #define cvGraphVtxIdx( graph, vtx ) ((vtx)->flags & CV_SET_ELEM_IDX_MASK) argument
1213 #define cvGraphEdgeIdx( graph, edge ) ((edge)->flags & CV_SET_ELEM_IDX_MASK) argument
1215 #define cvGraphGetVtxCount( graph ) ((graph)->active_count) argument
1216 #define cvGraphGetEdgeCount( graph ) ((graph)->edges->active_count) argument
1245 CvGraph* graph; /* the graph */ member
/external/sonivox/jet_tools/JetCreator/
DJetPreview.py46 def SetGraphCtrl(self, graph, parentWin): argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DFingerPrint.java183 FingerPrintGraph graph = new FingerPrintGraph(this.outputDir, fileName, GRAPH_WIDTH, allResults); in print() local
DScenarioData.java98 TimeLineGraph graph = new TimeLineGraph(scenarioName + ": " + dim.getName(), dim); in getLineGraph() local
/external/v8/src/ia32/
Dlithium-codegen-ia32.h150 HGraph* graph() const { return chunk_->graph(); } in graph() function
Dlithium-ia32.h2286 LChunk(CompilationInfo* info, HGraph* graph) in LChunk()
2306 HGraph* graph() const { return graph_; } in graph() function
2352 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder()
2385 HGraph* graph() const { return graph_; } in graph() function
/external/srec/srec/Semproc/src/
DSemanticProcessorImpl.c470 SR_SemanticGraph* graph, in SR_SemanticProcessor_CheckParseByWordID()
774 SR_SemanticGraph* graph, in SR_SemanticProcessor_CheckParse()
/external/v8/src/x64/
Dlithium-codegen-x64.h141 HGraph* graph() const { return chunk_->graph(); } in graph() function
Dlithium-x64.h2150 explicit LChunk(CompilationInfo* info, HGraph* graph) in LChunk()
2170 HGraph* graph() const { return graph_; } in graph() function
2216 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder()
2249 HGraph* graph() const { return graph_; } in graph() function
/external/v8/src/arm/
Dlithium-codegen-arm.h158 HGraph* graph() const { return chunk_->graph(); } in graph() function
/external/v8/src/mips/
Dlithium-codegen-mips.h154 HGraph* graph() const { return chunk_->graph(); } in graph() function
/external/stlport/stlport/stl/
D_ctype.h52 graph = alnum | punct enumerator
/external/v8/src/
Dhydrogen.h62 HGraph* graph() const { return graph_; } in graph() function
809 HGraph* graph() const { return graph_; } in graph() function
1261 HPhase(const char* name, HGraph* graph) { in HPhase()
Dcompiler.cc300 HGraph* graph = builder.CreateGraph(); in MakeCrankshaftCode() local

12