Searched refs:GROW (Results 1 – 6 of 6) sorted by relevance
/external/bison/data/m4sugar/ |
D | m4sugar.m4 | 1520 # diversion, GROW. When the outer macro is fully expanded, we first 1521 # undivert the most nested diversions (GROW - 1...), and finally 1522 # undivert GROW. To understand why we need several diversions, 1533 # GROW - 2: Test...3 1534 # GROW - 1: Test...2 1535 # GROW: Test...1 1538 # Finally the epilogue of TEST1 undiverts GROW - 2, GROW - 1, and 1539 # GROW into the regular flow, BODY. 1541 # GROW - 2: 1542 # GROW - 1: [all …]
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/ |
D | XYPlotTest.java | 108 plot.centerOnDomainOrigin(5, null, BoundaryMode.GROW); in testOriginGrowMode() 174 plot.setDomainBoundaries(2, BoundaryMode.GROW, 8, BoundaryMode.GROW); in testsetDomainBoundaries() 257 plot.setRangeBoundaries(2, BoundaryMode.GROW, 8, BoundaryMode.GROW); in testsetRangeBoundaries()
|
/external/libxml2/ |
D | parser.c | 2073 #define GROW if ((ctxt->progressive == 0) && \ macro 2263 GROW; in xmlPushInput() 2294 GROW; in xmlParseCharRef() 2298 GROW; in xmlParseCharRef() 2327 GROW; in xmlParseCharRef() 2331 GROW; in xmlParseCharRef() 3156 GROW; in xmlParseNameComplex() 3209 GROW; in xmlParseNameComplex() 3235 GROW; in xmlParseNameComplex() 3286 GROW; in xmlParseName() [all …]
|
D | ChangeLog | 1386 * parser.c: added a GROW when parsing complex comments (bug #405666)
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | BoundaryMode.java | 22 GROW, enumConstant
|
D | XYPlot.java | 430 case GROW: in updateDomainMinMaxForEdgeModel() 450 case GROW: in updateDomainMinMaxForEdgeModel() 472 case GROW: in updateRangeMinMaxForEdgeModel() 492 case GROW: in updateRangeMinMaxForEdgeModel() 632 case GROW: { in updateDomainMinMaxForOriginModel() 680 case GROW: in updateRangeMinMaxForOriginModel()
|