Searched refs:dfp (Results 1 – 5 of 5) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | ProcessorDecimalFormat.java | 65 DecimalFormatProperties dfp = new DecimalFormatProperties(handler.nextUid()); in startElement() local 67 dfp.setDOMBackPointer(handler.getOriginatingNode()); in startElement() 68 dfp.setLocaterInfo(handler.getLocator()); in startElement() 70 setPropertiesFromAttributes(handler, rawName, attributes, dfp); in startElement() 71 handler.getStylesheet().setDecimalFormat(dfp); in startElement() 73 handler.getStylesheet().appendChild(dfp); in startElement()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | StylesheetRoot.java | 592 void recomposeDecimalFormats(DecimalFormatProperties dfp) in recomposeDecimalFormats() argument 595 (DecimalFormatSymbols) m_decimalFormatSymbols.get(dfp.getName()); in recomposeDecimalFormats() 598 m_decimalFormatSymbols.put(dfp.getName(), dfp.getDecimalFormatSymbols()); in recomposeDecimalFormats() 600 else if (!dfp.getDecimalFormatSymbols().equals(oldDfs)) in recomposeDecimalFormats() 603 if (dfp.getName().equals(new QName(""))) in recomposeDecimalFormats() 615 new Object[] {dfp.getName()}); in recomposeDecimalFormats()
|
D | Stylesheet.java | 591 DecimalFormatProperties dfp = getDecimalFormat(i); in getDecimalFormat() local 593 if (dfp.getName().equals(name)) in getDecimalFormat() 594 return dfp; in getDecimalFormat()
|
/external/skia/src/core/ |
D | SkCanvas.cpp | 1392 SkDeviceFilteredPaint dfp(iter.fDevice, looper.paint()); in drawText() local 1393 iter.fDevice->drawText(iter, text, byteLength, x, y, dfp.paint()); in drawText() 1404 SkDeviceFilteredPaint dfp(iter.fDevice, looper.paint()); in drawPosText() local 1406 dfp.paint()); in drawPosText() 1418 SkDeviceFilteredPaint dfp(iter.fDevice, looper.paint()); in drawPosTextH() local 1420 dfp.paint()); in drawPosTextH()
|
/external/libpcap/ |
D | pcap-win32.c | 201 unsigned dfp = p->adapter->DagFastProcess; in pcap_read_win32_dag() local 299 if(!dfp) in pcap_read_win32_dag()
|