Searched defs:dfp (Results 1 - 2 of 2) sorted by path

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DStylesheetRoot.java590 * @param dfp A DecimalFormatProperties to add to the hashtable of decimal formats.
592 void recomposeDecimalFormats(DecimalFormatProperties dfp) argument
595 (DecimalFormatSymbols) m_decimalFormatSymbols.get(dfp.getName());
598 m_decimalFormatSymbols.put(dfp.getName(), dfp.getDecimalFormatSymbols());
600 else if (!dfp.getDecimalFormatSymbols().equals(oldDfs))
603 if (dfp.getName().equals(new QName("")))
615 new Object[] {dfp.getName()});
/external/libpcap/
H A Dpcap-win32.c285 unsigned dfp = p->adapter->DagFastProcess; local
383 if(!dfp)

Completed in 429 milliseconds