HomeSort by relevance Sort by last modified time
    Searched refs:mpf (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
function-type-qual.cpp 27 void (C::*mpf)() const; variable
  /external/oprofile/module/x86/
op_fixmap.c 159 static int __init mpf_table_ok(struct intel_mp_floating * mpf, unsigned long * bp)
163 if (mpf->mpf_length != 1)
168 return (mpf->mpf_specification == 1 || mpf->mpf_specification == 4);
174 struct intel_mp_floating * mpf; local
177 mpf = (struct intel_mp_floating *)bp;
178 if (mpf_table_ok(mpf, bp))
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserFactoryTest.java 70 MySAXParserFactory mpf = new MySAXParserFactory(); local
71 assertTrue(mpf instanceof SAXParserFactory);
72 assertFalse(mpf.isValidating());

Completed in 49 milliseconds