/external/bison/src/ |
D | vcg.h | 445 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/ |
D | mktable | 34 sub graph() { subroutine
|
/external/clang/test/PCH/Inputs/ |
D | typo.hpp | 4 namespace graph { namespace
|
/external/svox/pico/lib/ |
D | picoklex.c | 359 const picoos_uint8 *graph, in klex_lexMatch() 419 const picoos_uint8 *graph, in klex_lexblockLookup() 483 const picoos_uint8 *graph, in picoklex_lexLookup()
|
D | picowa.c | 194 const picoos_uint8 *graph, in waClassifyPos()
|
/external/webkit/Source/JavaScriptCore/dfg/ |
D | DFGScoreBoard.h | 45 ScoreBoard(Graph& graph, uint32_t firstTemporary) in ScoreBoard()
|
D | DFGAliasTracker.h | 45 AliasTracker(Graph& graph) in AliasTracker()
|
D | DFGByteCodeParser.cpp | 49 ByteCodeParser(JSGlobalData* globalData, CodeBlock* codeBlock, Graph& graph) in ByteCodeParser() 1068 bool parse(Graph& graph, JSGlobalData* globalData, CodeBlock* codeBlock) in parse()
|
D | DFGJITCompiler.h | 119 Graph& graph() { return m_graph; } in graph() function
|
/external/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 2880 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/ |
D | RegAllocPBQP.h | 99 PBQP::Graph graph; variable
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1207 #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/ |
D | JetPreview.py | 46 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/ |
D | FingerPrint.java | 183 FingerPrintGraph graph = new FingerPrintGraph(this.outputDir, fileName, GRAPH_WIDTH, allResults); in print() local
|
D | ScenarioData.java | 98 TimeLineGraph graph = new TimeLineGraph(scenarioName + ": " + dim.getName(), dim); in getLineGraph() local
|
/external/v8/src/ia32/ |
D | lithium-codegen-ia32.h | 150 HGraph* graph() const { return chunk_->graph(); } in graph() function
|
D | lithium-ia32.h | 2286 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/ |
D | SemanticProcessorImpl.c | 470 SR_SemanticGraph* graph, in SR_SemanticProcessor_CheckParseByWordID() 774 SR_SemanticGraph* graph, in SR_SemanticProcessor_CheckParse()
|
/external/v8/src/x64/ |
D | lithium-codegen-x64.h | 141 HGraph* graph() const { return chunk_->graph(); } in graph() function
|
D | lithium-x64.h | 2150 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/ |
D | lithium-codegen-arm.h | 158 HGraph* graph() const { return chunk_->graph(); } in graph() function
|
/external/v8/src/mips/ |
D | lithium-codegen-mips.h | 154 HGraph* graph() const { return chunk_->graph(); } in graph() function
|
/external/stlport/stlport/stl/ |
D | _ctype.h | 52 graph = alnum | punct enumerator
|
/external/v8/src/ |
D | hydrogen.h | 62 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()
|
D | compiler.cc | 300 HGraph* graph = builder.CreateGraph(); in MakeCrankshaftCode() local
|