Home
last modified time | relevance | path

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

12345

/third_party/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", (UChar *)utf8_uniSource, … 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", (UChar *)latin1_uniS… in TestICU_Latin1_FromUnicode() local
213 …UPerfFunction* pf = new ICUToUnicodePerfFunction("iso-8859-1",(char*)latin1_encSource, UPRV_LENGTH… in TestICU_Latin1_ToUnicode() local
[all …]
/third_party/skia/m133/third_party/externals/icu/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", (char16_t *)utf8_uniSourc… 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", (char16_t *)latin1_u… in TestICU_Latin1_FromUnicode() local
213 …UPerfFunction* pf = new ICUToUnicodePerfFunction("iso-8859-1",(char*)latin1_encSource, UPRV_LENGTH… in TestICU_Latin1_ToUnicode() local
[all …]
/third_party/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()
176 int sepol_policydb_read(sepol_policydb_t * p, sepol_policy_file_t * pf) in sepol_policydb_read()
181 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
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralFormatUnitTest.java131 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, oddAndEven, in TestApplyPatternAndFormat() local
150 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, oddAndEven, "otto{foo} other{bar}"); in TestApplyPatternAndFormat() local
301 PluralFormat pf = new PluralFormat(pat); in TestPattern() local
340 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, pluralStyle); in TestExtendedPluralFormat() local
378 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, PluralType.ORDINAL, pattern); in TestOrdinalFormat() local
399 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, "one{one meter}other{# meters}"); in TestDecimals() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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
/third_party/selinux/libsepol/fuzz/
Dbinpolicy-fuzzer.c20 struct policy_file pf; in write_binary_policy() local
32 struct policy_file pf; in LLVMFuzzerTestOneInput() local
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_fence.c63 struct pipe_fence_handle *pf) in vc4_fence_reference()
81 struct pipe_fence_handle *pf, in vc4_fence_finish()
111 vc4_fence_create_fd(struct pipe_context *pctx, struct pipe_fence_handle **pf, in vc4_fence_create_fd()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_fence.c54 struct pipe_fence_handle *pf) in v3d_fence_reference()
116 struct pipe_fence_handle *pf, in v3d_fence_finish()
139 v3d_fence_create_fd(struct pipe_context *pctx, struct pipe_fence_handle **pf, in v3d_fence_create_fd()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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
/third_party/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
/third_party/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg-jni.c219 jint width, jint pitch, jint height, jint pf, jbyteArray dst, in TJCompressor_compress()
265 jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII()
275 jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII()
285 jint stride, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII()
304 jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIII_3BIII()
404 jint width, jint pitch, jint height, jint pf, jobjectArray dstobjs, in TJCompressor_encodeYUV()
487 jint pitch, jint height, jint pf, jobjectArray dstobjs, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III()
497 jint stride, jint height, jint pf, jobjectArray dstobjs, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIIIII_3_3B_3I_3III()
515 jint pitch, jint height, jint pf, jbyteArray dst, jint subsamp, jint flags) in TJCompressor_encodeYUV_12()
554 jint height, jint pf, jbyteArray dst, jint subsamp, jint flags) in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIII_3BII()
[all …]
Dtjunittest.c103 static void initBuf(unsigned char *buf, int w, int h, int pf, int flags) in initBuf()
183 static int checkBuf(unsigned char *buf, int w, int h, int pf, int subsamp, in checkBuf()
374 unsigned long *dstSize, int w, int h, int pf, in compTest()
433 unsigned long jpegSize, int w, int h, int pf, in _decompTest()
502 unsigned long jpegSize, int w, int h, int pf, in decompTest()
531 int pfi, pf, i; in doTest() local
693 int pf, int flags) in initBitmap()
727 int pf, int flags, int gray2rgb) in cmpBitmap()
777 static int doBmpTest(const char *ext, int width, int align, int height, int pf, in doBmpTest()
/third_party/skia/m133/third_party/externals/libjpeg-turbo/
Dturbojpeg-jni.c230 jint width, jint pitch, jint height, jint pf, jbyteArray dst, in TJCompressor_compress()
276 jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII()
286 jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII()
296 jint stride, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII()
315 jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIII_3BIII()
419 jint width, jint pitch, jint height, jint pf, jobjectArray dstobjs, in TJCompressor_encodeYUV()
506 jint pitch, jint height, jint pf, jobjectArray dstobjs, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III()
516 jint stride, jint height, jint pf, jobjectArray dstobjs, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIIIII_3_3B_3I_3III()
534 jint pitch, jint height, jint pf, jbyteArray dst, jint subsamp, jint flags) in TJCompressor_encodeYUV_12()
573 jint height, jint pf, jbyteArray dst, jint subsamp, jint flags) in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIII_3BII()
[all …]
Dtjunittest.c109 static void initBuf(unsigned char *buf, int w, int h, int pf, int flags) in initBuf()
189 static int checkBuf(unsigned char *buf, int w, int h, int pf, int subsamp, in checkBuf()
380 unsigned long *dstSize, int w, int h, int pf, in compTest()
439 unsigned long jpegSize, int w, int h, int pf, in _decompTest()
515 unsigned long jpegSize, int w, int h, int pf, in decompTest()
544 int pfi, pf, i; in doTest() local
719 int pf, int flags) in initBitmap()
753 int pf, int flags, int gray2rgb) in cmpBitmap()
803 static int doBmpTest(const char *ext, int width, int align, int height, int pf, in doBmpTest()
/third_party/icu/icu4c/source/test/intltest/
Dplurfmts.cpp147 PluralFormat *pf = new PluralFormat(stat); in pluralFormatBasicTest() local
560 PluralFormat pf(Locale::getEnglish(), fmtString, status); in pluralFormatExtendedTest() local
615 PluralFormat pf(fmt, status); in pluralFormatExtendedParseTest() local
626 PluralFormat pf(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, pattern, errorCode); in ordinalFormatTest() local
668 PluralFormat pf(Locale::getEnglish(), "one{one meter}other{# meters}", errorCode); in TestDecimals() local
/third_party/skia/m133/third_party/externals/icu/source/test/intltest/
Dplurfmts.cpp147 PluralFormat *pf = new PluralFormat(stat); in pluralFormatBasicTest() local
560 PluralFormat pf(Locale::getEnglish(), fmtString, status); in pluralFormatExtendedTest() local
615 PluralFormat pf(fmt, status); in pluralFormatExtendedParseTest() local
626 PluralFormat pf(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, pattern, errorCode); in ordinalFormatTest() local
668 PluralFormat pf(Locale::getEnglish(), "one{one meter}other{# meters}", errorCode); in TestDecimals() local
/third_party/re2/re2/
Dset.cc64 Regexp::ParseFlags pf = static_cast<Regexp::ParseFlags>( in Add() local
118 Regexp::ParseFlags pf = static_cast<Regexp::ParseFlags>( in Compile() local
/third_party/typescript/tests/cases/compiler/
DtruthinessPromiseCoercion.ts7 declare function pf(): Promise<boolean> function
/third_party/mesa3d/src/util/
Du_pointer.h109 } pf; in pointer_to_func() local
120 } pf; in func_to_pointer() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/languages/
DTest_ja.java60 PeriodFormatter pf = pff.getFormatter(); in testOmitZeros() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/
DTest_ja.java57 PeriodFormatter pf = pff.getFormatter(); in testOmitZeros() local
/third_party/mbedtls/library/
Decjpake.c159 const int pf, in ecjpake_write_len_point()
194 const int pf, in ecjpake_hash()
245 const int pf, in ecjpake_zkp_read()
315 const int pf, in ecjpake_zkp_write()
376 const int pf, in ecjpake_kkp_read()
413 const int pf, in ecjpake_kkp_write()
451 const int pf, in ecjpake_kkpp_read()
485 const int pf, in ecjpake_kkpp_write()
/third_party/openssl/crypto/asn1/
Dtasn_new.c272 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in asn1_primitive_new() local
333 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in asn1_primitive_clear() local
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1parse.h111 #define T1_Load_Field( p, f, o, m, pf ) \ argument
114 #define T1_Load_Field_Table( p, f, o, m, pf ) \ argument

12345