Home
last modified time | relevance | path

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

1234

/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/boost/boost/spirit/home/lex/lexer/lexertl/
Dwrap_action.hpp50 void (*pf)(void(*)(A0, A1, A2, A3) in call() local
74 void (*pf)(void(*)(A0, A1, A2), Iterator&, Iterator& in call() local
97 void (*pf)(void(*)(A0, A1), Iterator&, Iterator& in call() local
123 void (*pf)(void(*)(), Iterator&, Iterator& in call() 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/mingw-w64/mingw-w64-crt/stdio/
Dmingw_lock.c36 void __cdecl _lock_file( FILE *pf ) in _lock_file()
78 void __cdecl _unlock_file( FILE *pf ) in _unlock_file()
/third_party/boost/libs/scope_exit/test/
Dnative.cpp113 bool (*pf)(void) = 0; in test_types() local
124 pf = &foo; in test_types() local
141 pf = 0; in test_types() local
/third_party/boost/boost/chrono/io/
Dduration_units.hpp521 static string_type static_get_unit(duration_style style, ratio<1> , std::size_t pf) in static_get_unit()
560 static string_type static_get_unit(duration_style style, ratio<60> , std::size_t pf) in static_get_unit()
592 static string_type static_get_unit(duration_style style, ratio<3600> , std::size_t pf) in static_get_unit()
622 static string_type static_get_unit(duration_style style, atto u, std::size_t pf) in static_get_unit()
636 static string_type static_get_unit(duration_style style, femto u, std::size_t pf) in static_get_unit()
650 static string_type static_get_unit(duration_style style, pico u, std::size_t pf) in static_get_unit()
658 static string_type static_get_unit(duration_style style, nano u, std::size_t pf) in static_get_unit()
666 static string_type static_get_unit(duration_style style, micro u, std::size_t pf) in static_get_unit()
674 static string_type static_get_unit(duration_style style, milli u, std::size_t pf) in static_get_unit()
682 static string_type static_get_unit(duration_style style, centi u, std::size_t pf) in static_get_unit()
[all …]
/third_party/Linux_Kernel/include/linux/
Dnetfilter.h53 u_int8_t pf; member
65 int thresh, u_int8_t pf, in nf_hook_state_init()
94 u_int8_t pf; member
103 u_int8_t pf; member
146 u_int8_t pf, unsigned int hook) in nf_hook_list_active()
156 u_int8_t pf, unsigned int hook) in nf_hook_list_active()
171 static inline int nf_hook_thresh(u_int8_t pf, unsigned int hook, in nf_hook_thresh()
192 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct net *net, in nf_hook()
218 NF_HOOK_THRESH(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_THRESH()
231 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_COND()
[all …]
/third_party/boost/libs/geometry/test/geometries/
Dboost_fusion.cpp45 for_fusion_2d pf = {7, 8}; in test_2d() local
58 for_fusion_3d pf = {10, 11, 12}; in test_3d() local
/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/flutter/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg-jni.c214 jint width, jint pitch, jint height, jint pf, jbyteArray dst, in TJCompressor_compress()
257 jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII()
267 jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII()
277 jint stride, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII()
296 jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIII_3BIII()
391 jint width, jint pitch, jint height, jint pf, jobjectArray dstobjs, in TJCompressor_encodeYUV()
468 jint pitch, jint height, jint pf, jobjectArray dstobjs, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III()
478 jint stride, jint height, jint pf, jobjectArray dstobjs, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIIIII_3_3B_3I_3III()
496 jint pitch, jint height, jint pf, jbyteArray dst, jint subsamp, jint flags) in TJCompressor_encodeYUV_12()
532 jint height, jint pf, jbyteArray dst, jint subsamp, jint flags) in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIII_3BII()
[all …]
Dtjunittest.c99 void initBuf(unsigned char *buf, int w, int h, int pf, int flags) in initBuf()
177 int checkBuf(unsigned char *buf, int w, int h, int pf, int subsamp, in checkBuf()
360 int w, int h, int pf, char *basename, int subsamp, int jpegQual, in compTest()
418 unsigned long jpegSize, int w, int h, int pf, char *basename, in _decompTest()
485 unsigned long jpegSize, int w, int h, int pf, char *basename, in decompTest()
514 int pfi, pf, i; in doTest() local
636 void initBitmap(unsigned char *buf, int width, int pitch, int height, int pf, in initBitmap()
670 int cmpBitmap(unsigned char *buf, int width, int pitch, int height, int pf, in cmpBitmap()
721 int doBmpTest(const char *ext, int width, int align, int height, int pf, in doBmpTest()
/third_party/boost/boost/polygon/detail/
Dpolygon_45_formation.hpp894 Polygon45Formation pf(true); in testPolygon45FormationRect() local
918 Polygon45Formation pf(true); in testPolygon45FormationP1() local
943 Polygon45Formation pf(true); in testPolygon45FormationP2() local
968 Polygon45Formation pf(true); in testPolygon45FormationStar1() local
1032 Polygon45Formation pf(true); in testPolygon45FormationStar2() local
1065 Polygon45Formation pf(true); in testPolygon45FormationStarHole1() local
1137 Polygon45Formation pf(false); in testPolygon45FormationStarHole2() local
1209 Polygon45Formation pf(false); in testPolygon45Formation() local
1658 Polygon45Tiling pf; in testPolygon45TilingRect() local
1682 Polygon45Tiling pf; in testPolygon45TilingP1() local
[all …]
/third_party/re2/re2/
Dset.cc42 Regexp::ParseFlags pf = static_cast<Regexp::ParseFlags>( in Add() local
96 Regexp::ParseFlags pf = static_cast<Regexp::ParseFlags>( in Compile() local
/third_party/boost/libs/smart_ptr/test/
Dlocal_sp_fn_test.cpp26 boost::local_shared_ptr<void()> pf( f, null_deleter() ); in main() local
Dshared_ptr_fn_test.cpp26 boost::shared_ptr<void()> pf( f, null_deleter() ); in main() local
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/src/
Dclock.c58 LARGE_INTEGER pf; in clock_getres() local
112 LARGE_INTEGER pf, pc; in clock_gettime() local
/third_party/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
/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/flutter/skia/third_party/externals/libjpeg-turbo/java/
DTJUnitTest.java145 static void initBuf(byte[] buf, int w, int pitch, int h, int pf, int flags) in initBuf()
214 static void initIntBuf(int[] buf, int w, int pitch, int h, int pf, int flags) in initIntBuf()
246 static void initImg(BufferedImage img, int pf, int flags) throws Exception { in initImg()
296 static int checkBuf(byte[] buf, int w, int pitch, int h, int pf, int subsamp, in checkBuf()
422 static int checkIntBuf(int[] buf, int w, int pitch, int h, int pf, in checkIntBuf()
500 static int checkImg(BufferedImage img, int pf, int subsamp, in checkImg()
629 static int compTest(TJCompressor tjc, byte[] dstBuf, int w, int h, int pf, in compTest()
699 int w, int h, int pf, String baseName, int subsamp, in decompTest()
780 int w, int h, int pf, String baseName, int subsamp, in decompTest()
/third_party/openssl/crypto/asn1/
Dtasn_new.c273 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in asn1_primitive_new() local
334 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in asn1_primitive_clear() local
/third_party/boost/libs/date_time/test/gregorian/
Dtestdate_facet_new.cpp172 period_formatter pf(period_formatter::AS_OPEN_RANGE, " / ", "[ ", " )", " ]"); in main() local
183 period_formatter pf(period_formatter::AS_OPEN_RANGE, " / ", "[ ", " )", " ]"); in main() local
345 wperiod_formatter pf(wperiod_formatter::AS_OPEN_RANGE, L" / ", L"[ ", L" )", L" ]"); in main() 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/mbedtls/library/
Decjpake.c184 const int pf, in ecjpake_write_len_point()
220 const int pf, in ecjpake_hash()
270 const int pf, in ecjpake_zkp_read()
342 const int pf, in ecjpake_zkp_write()
403 const int pf, in ecjpake_kkp_read()
440 const int pf, in ecjpake_kkp_write()
477 const int pf, in ecjpake_kkpp_read()
510 const int pf, in ecjpake_kkpp_write()
/third_party/boost/libs/math/tools/
Dellint_f_data.cpp19 float truncate_to_float(float const * pf) in truncate_to_float()
/third_party/ffmpeg/libavfilter/
Dvidstabutils.c24 VSPixelFormat ff_av2vs_pixfmt(AVFilterContext *ctx, enum AVPixelFormat pf) in ff_av2vs_pixfmt()

1234