Home
last modified time | relevance | path

Searched defs:pf (Results 1 – 25 of 119) sorted by relevance

12345

/external/icu/icu4c/source/test/perf/convperf/
Dconvperf.cpp129 UPerfFunction* pf = new ICUOpenAllConvertersFunction(TRUE, status); in TestICU_CleanOpenAllConverters() local
138 UPerfFunction* pf = new ICUOpenAllConvertersFunction(FALSE, status); in TestICU_OpenAllConverters() local
147 …ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("utf-8",utf8_uniSource, UPRV_LENGT… in TestICU_UTF8_FromUnicode() local
156 …UPerfFunction* pf = new ICUToUnicodePerfFunction("utf-8",(char*)utf8_encSource, UPRV_LENGTHOF(utf8… in TestICU_UTF8_ToUnicode() local
166 …UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("utf-8",utf8_uniSource, UPRV_LEN… in TestWinIML2_UTF8_FromUnicode() local
175 …UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("utf-8",(char*)utf8_encSource, UPR… in TestWinIML2_UTF8_ToUnicode() local
184 …UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("utf-8",utf8_uniSource, UPRV_LENGTHOF(utf8_… in TestWinANSI_UTF8_FromUnicode() local
193 …UPerfFunction* pf = new WinANSIToUnicodePerfFunction("utf-8",(char*)utf8_encSource, UPRV_LENGTHOF(… in TestWinANSI_UTF8_ToUnicode() local
204 …ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("iso-8859-1",latin1_uniSource, UPR… in TestICU_Latin1_FromUnicode() local
213 …UPerfFunction* pf = new ICUToUnicodePerfFunction("iso-8859-1",(char*)latin1_encSource, UPRV_LENGTH… in TestICU_Latin1_ToUnicode() local
[all …]
/external/selinux/libsepol/src/
Dpolicydb_public.c9 int sepol_policy_file_create(sepol_policy_file_t ** pf) in sepol_policy_file_create()
20 struct policy_file *pf = &spf->pf; in sepol_policy_file_set_mem() local
34 struct policy_file *pf = &spf->pf; in sepol_policy_file_set_fp() local
42 struct policy_file *pf = &spf->pf; in sepol_policy_file_get_len() local
49 void sepol_policy_file_set_handle(sepol_policy_file_t * pf, in sepol_policy_file_set_handle()
55 void sepol_policy_file_free(sepol_policy_file_t * pf) in sepol_policy_file_free()
172 int sepol_policydb_read(sepol_policydb_t * p, sepol_policy_file_t * pf) in sepol_policydb_read()
177 int sepol_policydb_write(sepol_policydb_t * p, sepol_policy_file_t * pf) in sepol_policydb_write()
Dpolicydb_convert.c14 policy_file_t pf; in policydb_from_image() local
40 policy_file_t pf; in policydb_to_image() local
/external/clang/test/Sema/
Dpr25786.c5 void (__attribute__((regparm(3), stdcall)) *pf) (); //expected-warning {{calling convention 'stdcal… variable
10 void (__attribute__((regparm(3), stdcall)) *pf) (); variable
/external/clang/test/CXX/except/except.spec/
Dp2-places.cpp19 typedef int (*pf)() throw(int); // expected-error {{specifications are not allowed in typedefs}} typedef
52 …typedef int (*pf)() noexcept(false); // expected-error {{specifications are not allowed in typedef… typedef
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPluralFormatUnitTest.java133 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, oddAndEven, in TestApplyPatternAndFormat() local
152 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, oddAndEven, "otto{foo} other{bar}"); in TestApplyPatternAndFormat() local
303 PluralFormat pf = new PluralFormat(pat); in TestPattern() local
342 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, pluralStyle); in TestExtendedPluralFormat() local
380 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, PluralType.ORDINAL, pattern); in TestOrdinalFormat() local
401 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, "one{one meter}other{# meters}"); in TestDecimals() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralFormatUnitTest.java130 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, oddAndEven, in TestApplyPatternAndFormat() local
149 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, oddAndEven, "otto{foo} other{bar}"); in TestApplyPatternAndFormat() local
300 PluralFormat pf = new PluralFormat(pat); in TestPattern() local
339 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, pluralStyle); in TestExtendedPluralFormat() local
377 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, PluralType.ORDINAL, pattern); in TestOrdinalFormat() local
398 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, "one{one meter}other{# meters}"); in TestDecimals() local
/external/libnl/lib/netfilter/
Dlog.c69 int nfnl_log_build_pf_bind(uint8_t pf, struct nl_msg **result) in nfnl_log_build_pf_bind()
74 int nfnl_log_pf_bind(struct nl_sock *nlh, uint8_t pf) in nfnl_log_pf_bind()
85 int nfnl_log_build_pf_unbind(uint8_t pf, struct nl_msg **result) in nfnl_log_build_pf_unbind()
90 int nfnl_log_pf_unbind(struct nl_sock *nlh, uint8_t pf) in nfnl_log_pf_unbind()
Dqueue.c79 int nfnl_queue_build_pf_bind(uint8_t pf, struct nl_msg **result) in nfnl_queue_build_pf_bind()
84 int nfnl_queue_pf_bind(struct nl_sock *nlh, uint8_t pf) in nfnl_queue_pf_bind()
95 int nfnl_queue_build_pf_unbind(uint8_t pf, struct nl_msg **result) in nfnl_queue_build_pf_unbind()
100 int nfnl_queue_pf_unbind(struct nl_sock *nlh, uint8_t pf) in nfnl_queue_pf_unbind()
/external/libpcap/
Dpcap-pf.c103 struct pcap_pf *pf = pc->priv; in pcap_read_pf() local
245 struct pcap_pf *pf = p->priv; in pcap_stats_pf() local
300 struct pcap_pf *pf = p->priv; in pcap_activate_pf() local
540 struct pcap_pf *pf = p->priv; in pcap_setfilter_pf() local
/external/clang/test/CodeGen/
Dpr25786.c4 void (__attribute__((regparm(3), stdcall)) *pf) (); variable
/external/selinux/semodule-utils/semodule_link/
Dsemodule_link.c39 struct sepol_policy_file *pf = NULL; in load_module() local
83 struct sepol_policy_file *pf; in main() local
/external/javassist/src/test/test/javassist/proxy/
DProxySimpleTest.java23 ProxyFactory pf = new ProxyFactory(); in testReadWrite() local
44 ProxyFactory pf = new ProxyFactory(); in testWriteReplace() local
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_fence.c50 struct pipe_fence_handle *pf) in vc4_fence_reference()
65 struct pipe_fence_handle *pf, in vc4_fence_finish()
/external/libvncserver/test/
Dtjunittest.c73 void initBuf(unsigned char *buf, int w, int h, int pf, int flags) in initBuf()
143 int checkBuf(unsigned char *buf, int w, int h, int pf, int subsamp, in checkBuf()
239 unsigned long *dstSize, int w, int h, int pf, char *basename, in compTest()
273 unsigned long jpegSize, int w, int h, int pf, char *basename, int subsamp, in _decompTest()
314 unsigned long jpegSize, int w, int h, int pf, char *basename, int subsamp, in decompTest()
341 unsigned long size=0; int pfi, pf, i; in doTest() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DLanguageTestFmwk.java251 PeriodFormatter pf = pfFactory.getFormatter(); in testFullPluralizedForms() local
277 PeriodFormatter pf = pfFactory.getFormatter(); in testMediumForms() local
299 PeriodFormatter pf = pfFactory.getFormatter(); in testShortForms() local
321 PeriodFormatter pf = pfFactory.getFormatter(); in testCustomMinutes() local
370 PeriodFormatter pf = pfFactory.getFormatter(); in testLimitedUnits() local
410 PeriodFormatter pf = pfFactory.getFormatter(); in testLimitedUnits() local
441 PeriodFormatter pf = pfFactory.getFormatter(); in testHalfUnits() local
472 PeriodFormatter pf = pfFactory.getFormatter(); in testFractionalUnits() local
497 PeriodFormatter pf = pfFactory.getFormatter(); in testMultipleUnits() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
DLanguageTestFmwk.java252 PeriodFormatter pf = pfFactory.getFormatter(); in testFullPluralizedForms() local
278 PeriodFormatter pf = pfFactory.getFormatter(); in testMediumForms() local
300 PeriodFormatter pf = pfFactory.getFormatter(); in testShortForms() local
322 PeriodFormatter pf = pfFactory.getFormatter(); in testCustomMinutes() local
371 PeriodFormatter pf = pfFactory.getFormatter(); in testLimitedUnits() local
411 PeriodFormatter pf = pfFactory.getFormatter(); in testLimitedUnits() local
442 PeriodFormatter pf = pfFactory.getFormatter(); in testHalfUnits() local
473 PeriodFormatter pf = pfFactory.getFormatter(); in testFractionalUnits() local
498 PeriodFormatter pf = pfFactory.getFormatter(); in testMultipleUnits() local
/external/libjpeg-turbo/
Dturbojpeg-jni.c189 jint width, jint pitch, jint height, jint pf, jbyteArray dst, in TJCompressor_compress()
232 jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII()
242 jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII()
252 jint stride, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII()
270 jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIII_3BIII()
365 jint width, jint pitch, jint height, jint pf, jobjectArray dstobjs, in TJCompressor_encodeYUV()
443 jint pitch, jint height, jint pf, jobjectArray dstobjs, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III()
453 jint stride, jint height, jint pf, jobjectArray dstobjs, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIIIII_3_3B_3I_3III()
471 jint pitch, jint height, jint pf, jbyteArray dst, jint subsamp, jint flags) in TJCompressor_encodeYUV_12()
508 jint height, jint pf, jbyteArray dst, jint subsamp, jint flags) in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIII_3BII()
[all …]
Dtjunittest.c88 void initBuf(unsigned char *buf, int w, int h, int pf, int flags) in initBuf()
180 int checkBuf(unsigned char *buf, int w, int h, int pf, int subsamp, in checkBuf()
396 unsigned long *dstSize, int w, int h, int pf, char *basename, in compTest()
455 unsigned long jpegSize, int w, int h, int pf, char *basename, int subsamp, in _decompTest()
524 unsigned long jpegSize, int w, int h, int pf, char *basename, int subsamp, in decompTest()
552 unsigned long size=0; int pfi, pf, i; in doTest() local
/external/boringssl/src/crypto/asn1/
Dtasn_new.c325 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in ASN1_primitive_new() local
372 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in asn1_primitive_clear() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/languages/
DTest_ja.java60 PeriodFormatter pf = pff.getFormatter(); in testOmitZeros() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/
DTest_ja.java57 PeriodFormatter pf = pff.getFormatter(); in testOmitZeros() local
/external/icu/icu4c/source/test/intltest/
Dplurfmts.cpp147 PluralFormat *pf = new PluralFormat(stat); in pluralFormatBasicTest() local
566 PluralFormat pf(Locale::getEnglish(), fmtString, status); in pluralFormatExtendedTest() local
621 PluralFormat pf(fmt, status); in pluralFormatExtendedParseTest() local
632 PluralFormat pf(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, pattern, errorCode); in ordinalFormatTest() local
674 PluralFormat pf(Locale::getEnglish(), "one{one meter}other{# meters}", errorCode); in TestDecimals() local
/external/libjpeg-turbo/java/
DTJUnitTest.java144 private static void initBuf(byte[] buf, int w, int pitch, int h, int pf, in initBuf()
213 private static void initIntBuf(int[] buf, int w, int pitch, int h, int pf, in initIntBuf()
245 private static void initImg(BufferedImage img, int pf, int flags) in initImg()
295 private static int checkBuf(byte[] buf, int w, int pitch, int h, int pf, in checkBuf()
419 private static int checkIntBuf(int[] buf, int w, int pitch, int h, int pf, in checkIntBuf()
497 private static int checkImg(BufferedImage img, int pf, int subsamp, in checkImg()
628 int h, int pf, String baseName, int subsamp, in compTest()
697 int jpegSize, int w, int h, int pf, in decompTest()
779 int jpegSize, int w, int h, int pf, in decompTest()
/external/mesa3d/src/gallium/auxiliary/util/
Du_pointer.h109 } pf; in pointer_to_func() local
120 } pf; in func_to_pointer() local

12345