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

  /external/clang/test/Sema/
warn-bad-function-cast.c 14 int *pf2(void);
34 (char *)pf2();
45 (__PTRDIFF_TYPE__)pf2(); /* expected-warning {{cast from function call of type 'int *' to non-matching type 'long'}} */
  /external/clang/test/CodeGen/
microsoft-call-conv-x64.c 18 void (__stdcall *pf2)(void) = f2; variable
26 pf1(); pf2(); pf4(); pf5();
microsoft-call-conv.c 31 void (__stdcall *pf2)(void) = f2; variable
44 pf1(); pf2(); pf3(); pf4(); pf5(); pf6(); pf7();
stdcall-fastcall.c 24 void (__attribute__((stdcall)) *pf2)(void) = f2;
35 pf1(); pf2(); pf3(); pf4(); pf5(); pf6();
  /external/javassist/src/test/test/javassist/proxy/
ProxySimpleTest.java 49 ProxyFactory pf2 = new ProxyFactory(); local
50 pf2.setSuperclass(WriteReplace2.class);
51 Object data2 = pf2.createClass().newInstance();
  /external/clang/test/SemaCXX/
member-pointer.cpp 52 int (A::*pf2)(int, int);
54 bool b1 = (pf == pf2); (void)b1;
55 bool b2 = (pf != pf2); (void)b2;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralFormatUnitTest.java 404 PluralFormat pf2 = new PluralFormat(ULocale.ENGLISH, local
406 pf2.setNumberFormat(new DecimalFormat("0.0", new DecimalFormatSymbols(ULocale.ENGLISH)));
407 assertEquals("offset-decimals format(1)", "another 0.0 meters", pf2.format(1));
408 assertEquals("offset-decimals format(2)", "another 1.0 meters", pf2.format(2));
409 assertEquals("offset-decimals format(2.5)", "another 1.5 meters", pf2.format(2.5));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralFormatUnitTest.java 401 PluralFormat pf2 = new PluralFormat(ULocale.ENGLISH, local
403 pf2.setNumberFormat(new DecimalFormat("0.0", new DecimalFormatSymbols(ULocale.ENGLISH)));
404 assertEquals("offset-decimals format(1)", "another 0.0 meters", pf2.format(1));
405 assertEquals("offset-decimals format(2)", "another 1.0 meters", pf2.format(2));
406 assertEquals("offset-decimals format(2.5)", "another 1.5 meters", pf2.format(2.5));
  /external/clang/test/Parser/
cxx0x-ambig.cpp 147 void (*pf2)() {};
  /external/icu/icu4c/source/test/intltest/
plurfmts.cpp 653 PluralFormat pf2(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, errorCode);
654 pf2.applyPattern(pattern, errorCode);
658 result = pf2.format((int32_t)456, errorCode);
663 result = pf2.format((int32_t)111, errorCode);
677 PluralFormat pf2(Locale::getEnglish(),
680 pf2.setNumberFormat(&df, errorCode);
681 assertEquals("offset-decimals format(1)", "another 0.0 meters", pf2.format((int32_t)1, errorCode), TRUE);
682 assertEquals("offset-decimals format(2)", "another 1.0 meters", pf2.format((int32_t)2, errorCode), TRUE);
683 assertEquals("offset-decimals format(2.5)", "another 1.5 meters", pf2.format(2.5, errorCode), TRUE);
  /toolchain/binutils/binutils-2.27/binutils/
debug.c 3249 struct debug_field_s **pf1, **pf2; local
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.cpp 833 const unsigned char *pf2 =f_img[y_f-3]+xm_f; local
    [all...]
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 805 milliseconds