HomeSort by relevance Sort by last modified time
    Searched refs:nf (Results 26 - 50 of 62) sorted by null

12 3

  /external/netperf/
nettest_bsd.h 425 extern int nf_to_af(int nf);
nettest_bsd.c 451 /* these routines convert between the AF address space and the NF
456 nf_to_af(int nf) {
457 switch(nf) {
    [all...]
  /external/bluetooth/bluez/lib/
hci.c 993 struct hci_filter nf, of; local
1002 hci_filter_clear(&nf);
1003 hci_filter_set_ptype(HCI_EVENT_PKT, &nf);
1004 hci_filter_set_event(EVT_CMD_STATUS, &nf);
1005 hci_filter_set_event(EVT_CMD_COMPLETE, &nf);
1006 hci_filter_set_event(r->event, &nf);
1007 hci_filter_set_opcode(opcode, &nf);
1008 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &nf, sizeof(nf)) < 0)
    [all...]
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatTest.java 287 NumberFormat nf = NumberFormat.getInstance(); local
288 nf.setMaximumFractionDigits(0);
289 nf.setParseIntegerOnly(true);
291 .equals(nf));
    [all...]
NumberFormatTest.java 378 void parseObjectTest(NumberFormat nf, String sourseStr, ParsePosition position,
381 Object result = nf.parseObject(sourseStr, position);
    [all...]
DecimalFormatTest.java 2470 NumberFormat nf = NumberFormat.getInstance(Locale.FRANCE); local
    [all...]
  /external/icu4c/i18n/unicode/
smpdtfmt.h 1028 NumberFormat *nf; member in struct:SimpleDateFormat::NSOverride
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java 703 NumberFormat nf = NumberFormat.getInstance(); local
704 nf.setMinimumFractionDigits(2);
705 nf.setMaximumFractionDigits(2);
706 return nf.format(val) + "%";
    [all...]
  /external/expat/tests/
runtests.c 1488 int i, nf; local
    [all...]
  /external/icu4c/i18n/
msgfmt.cpp 1258 const NumberFormat* nf = getDefaultNumberFormat(success); local
    [all...]
nfsubs.cpp 1197 int64_t nf =longNF; local
    [all...]
  /bionic/libc/stdlib/
strtod.c 1335 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
1416 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
1429 nf += nz;
1439 nf += nz;
1498 e1 = e -= nf;
    [all...]
  /external/v8/src/third_party/dtoa/
dtoa.c 1539 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
    [all...]
  /external/webkit/JavaScriptCore/wtf/
dtoa.cpp 1105 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
1148 for (nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
1161 nf += nz;
1171 nf += nz;
1228 if (match(&s,"nf")) {
1256 e1 = e -= nf;
    [all...]
  /external/icu4c/test/intltest/
loctest.cpp 1177 NumberFormat *nf = NumberFormat::createCurrencyInstance(loc, status); local
    [all...]
itrbnf.cpp 211 RuleBasedNumberFormat nf(spelloutRules, (UnicodeString)"", Locale::getUS(), perror, status);
212 if(!(nf == *formatter)) {
    [all...]
  /external/fdlibm/
configure 445 -nfp | --nfp | --nf)
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 3470 InputFilter[] nf = new InputFilter[filters.length + 1]; local
    [all...]
  /external/clearsilver/
configure 480 -nfp | --nfp | --nf)
    [all...]
  /external/elfutils/
configure 448 -nfp | --nfp | --nf)
    [all...]
  /external/grub/
configure 482 -nfp | --nfp | --nf)
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/strace/
configure 480 -nfp | --nfp | --nf)
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 539 milliseconds

12 3