/external/icu/icu4c/source/test/perf/convperf/ |
D | convperf.cpp | 125 UPerfFunction* pf = new ICUOpenAllConvertersFunction(TRUE, status); in TestICU_CleanOpenAllConverters() local 134 UPerfFunction* pf = new ICUOpenAllConvertersFunction(FALSE, status); in TestICU_OpenAllConverters() local 143 …ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("utf-8",utf8_uniSource, UPRV_LENGT… in TestICU_UTF8_FromUnicode() local 152 …UPerfFunction* pf = new ICUToUnicodePerfFunction("utf-8",(char*)utf8_encSource, UPRV_LENGTHOF(utf8… in TestICU_UTF8_ToUnicode() local 162 …UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("utf-8",utf8_uniSource, UPRV_LEN… in TestWinIML2_UTF8_FromUnicode() local 171 …UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("utf-8",(char*)utf8_encSource, UPR… in TestWinIML2_UTF8_ToUnicode() local 180 …UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("utf-8",utf8_uniSource, UPRV_LENGTHOF(utf8_… in TestWinANSI_UTF8_FromUnicode() local 189 …UPerfFunction* pf = new WinANSIToUnicodePerfFunction("utf-8",(char*)utf8_encSource, UPRV_LENGTHOF(… in TestWinANSI_UTF8_ToUnicode() local 200 …ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("iso-8859-1",latin1_uniSource, UPR… in TestICU_Latin1_FromUnicode() local 209 …UPerfFunction* pf = new ICUToUnicodePerfFunction("iso-8859-1",(char*)latin1_encSource, UPRV_LENGTH… in TestICU_Latin1_ToUnicode() local [all …]
|
/external/selinux/libsepol/src/ |
D | policydb_public.c | 9 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()
|
D | policydb_convert.c | 14 policy_file_t pf; in policydb_from_image() local 40 policy_file_t pf; in policydb_to_image() local
|
D | genbools.c | 152 struct policy_file pf; local 213 struct policy_file pf; local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | PluralFormatUnitTest.java | 124 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, oddAndEven, in TestApplyPatternAndFormat() local 143 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, oddAndEven, "otto{foo} other{bar}"); in TestApplyPatternAndFormat() local 290 PluralFormat pf = new PluralFormat(pat); in TestPattern() local 328 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, pluralStyle); in TestExtendedPluralFormat() local 364 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, PluralType.ORDINAL, pattern); in TestOrdinalFormat() local 384 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, "one{one meter}other{# meters}"); in TestDecimals() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | PluralFormatUnitTest.java | 128 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, oddAndEven, in TestApplyPatternAndFormat() local 147 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, oddAndEven, "otto{foo} other{bar}"); in TestApplyPatternAndFormat() local 294 PluralFormat pf = new PluralFormat(pat); in TestPattern() local 332 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, pluralStyle); in TestExtendedPluralFormat() local 368 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, PluralType.ORDINAL, pattern); in TestOrdinalFormat() local 388 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, "one{one meter}other{# meters}"); in TestDecimals() local
|
/external/clang/test/CXX/except/except.spec/ |
D | p2-places.cpp | 19 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/libpcap/ |
D | pcap-pf.c | 103 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 527 struct pcap_pf *pf = p->priv; in pcap_setfilter_pf() local
|
/external/libnl/lib/netfilter/ |
D | log.c | 69 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()
|
D | queue.c | 79 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/libjpeg-turbo/ |
D | turbojpeg-jni.c | 185 jint width, jint pitch, jint height, jint pf, jbyteArray dst, in TJCompressor_compress() 228 jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII() 238 jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII() 248 jint stride, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII() 266 jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIII_3BIII() 360 jint width, jint pitch, jint height, jint pf, jobjectArray dstobjs, in TJCompressor_encodeYUV() 438 jint pitch, jint height, jint pf, jobjectArray dstobjs, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III() 448 jint stride, jint height, jint pf, jobjectArray dstobjs, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIIIII_3_3B_3I_3III() 466 jint pitch, jint height, jint pf, jbyteArray dst, jint subsamp, jint flags) in TJCompressor_encodeYUV_12() 503 jint height, jint pf, jbyteArray dst, jint subsamp, jint flags) in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIII_3BII() [all …]
|
D | tjunittest.c | 88 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/libvncserver/test/ |
D | tjunittest.c | 73 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/ |
D | LanguageTestRoot.java | 243 PeriodFormatter pf = pfFactory.getFormatter(); in testFullPluralizedForms() local 268 PeriodFormatter pf = pfFactory.getFormatter(); in testMediumForms() local 289 PeriodFormatter pf = pfFactory.getFormatter(); in testShortForms() local 310 PeriodFormatter pf = pfFactory.getFormatter(); in testCustomMinutes() local 358 PeriodFormatter pf = pfFactory.getFormatter(); in testLimitedUnits() local 398 PeriodFormatter pf = pfFactory.getFormatter(); in testLimitedUnits() local 428 PeriodFormatter pf = pfFactory.getFormatter(); in testHalfUnits() local 458 PeriodFormatter pf = pfFactory.getFormatter(); in testFractionalUnits() local 482 PeriodFormatter pf = pfFactory.getFormatter(); in testMultipleUnits() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/ |
D | LanguageTestRoot.java | 247 PeriodFormatter pf = pfFactory.getFormatter(); in testFullPluralizedForms() local 272 PeriodFormatter pf = pfFactory.getFormatter(); in testMediumForms() local 293 PeriodFormatter pf = pfFactory.getFormatter(); in testShortForms() local 314 PeriodFormatter pf = pfFactory.getFormatter(); in testCustomMinutes() local 362 PeriodFormatter pf = pfFactory.getFormatter(); in testLimitedUnits() local 402 PeriodFormatter pf = pfFactory.getFormatter(); in testLimitedUnits() local 432 PeriodFormatter pf = pfFactory.getFormatter(); in testHalfUnits() local 462 PeriodFormatter pf = pfFactory.getFormatter(); in testFractionalUnits() local 486 PeriodFormatter pf = pfFactory.getFormatter(); in testMultipleUnits() local
|
/external/javassist/src/test/test/javassist/proxy/ |
D | ProxySimpleTest.java | 23 ProxyFactory pf = new ProxyFactory(); in testReadWrite() local 44 ProxyFactory pf = new ProxyFactory(); in testWriteReplace() local
|
/external/selinux/policycoreutils/semodule_link/ |
D | semodule_link.c | 39 struct sepol_policy_file *pf = NULL; in load_module() local 83 struct sepol_policy_file *pf; in main() local
|
/external/regex-re2/re2/ |
D | set.cc | 34 Regexp::ParseFlags pf = static_cast<Regexp::ParseFlags>( in Add() local 76 Regexp::ParseFlags pf = static_cast<Regexp::ParseFlags>( in Compile() local
|
/external/libjpeg-turbo/java/ |
D | TJUnitTest.java | 153 private static void initBuf(byte[] buf, int w, int pitch, int h, int pf, in initBuf() 222 private static void initIntBuf(int[] buf, int w, int pitch, int h, int pf, in initIntBuf() 254 private static void initImg(BufferedImage img, int pf, int flags) in initImg() 304 private static int checkBuf(byte[] buf, int w, int pitch, int h, int pf, in checkBuf() 428 private static int checkIntBuf(int[] buf, int w, int pitch, int h, int pf, in checkIntBuf() 506 private static int checkImg(BufferedImage img, int pf, int subsamp, in checkImg() 637 int h, int pf, String baseName, int subsamp, in compTest() 706 int jpegSize, int w, int h, int pf, in decompTest() 788 int jpegSize, int w, int h, int pf, in decompTest()
|
/external/icu/icu4c/source/test/intltest/ |
D | plurfmts.cpp | 145 PluralFormat *pf = new PluralFormat(stat); in pluralFormatBasicTest() local 564 PluralFormat pf(Locale::getEnglish(), fmtString, status); in pluralFormatExtendedTest() local 619 PluralFormat pf(fmt, status); in pluralFormatExtendedParseTest() local 630 PluralFormat pf(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, pattern, errorCode); in ordinalFormatTest() local 672 PluralFormat pf(Locale::getEnglish(), "one{one meter}other{# meters}", errorCode); in TestDecimals() local
|
/external/boringssl/src/crypto/asn1/ |
D | tasn_new.c | 335 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in ASN1_primitive_new() local 384 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in asn1_primitive_clear() local
|
/external/mesa3d/src/gallium/state_trackers/gbm/ |
D | gbm_drm.c | 81 enum pipe_format pf; in gbm_gallium_drm_is_format_supported() local 180 enum pipe_format pf; in gbm_gallium_drm_bo_create() local
|
/external/iputils/ |
D | tftpd.c | 227 register struct formats *pf; in tftp() local 349 void sendfile(struct formats *pf) in sendfile() 420 void recvfile(struct formats *pf) in recvfile()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pointer.h | 109 } pf; in pointer_to_func() local 120 } pf; in func_to_pointer() local
|
/external/pdfium/third_party/freetype/src/type1/ |
D | t1parse.h | 103 #define T1_Load_Field( p, f, o, m, pf ) \ argument 106 #define T1_Load_Field_Table( p, f, o, m, pf ) \ argument
|