/external/curl/lib/ |
asyn-thread.c | 601 int pf = PF_INET; local 628 pf = PF_INET; 631 pf = PF_INET6; 634 pf = PF_UNSPEC; 638 if((pf != PF_INET) && !Curl_ipv6works()) 640 pf = PF_INET; 644 hints.ai_family = pf;
|
/external/icu/icu4c/source/test/intltest/ |
tfsmalls.cpp | 307 Formattable *pf; local 309 pf = ftarray[i].clone(); 310 if(pf == (ftarray + i) || *pf != ftarray[i]) { 313 delete pf;
|
plurfmts.cpp | 147 PluralFormat *pf = new PluralFormat(stat); local 150 pf->parseObject((UnicodeString)"",*f,*pp); 154 delete pf; 566 PluralFormat pf(Locale::getEnglish(), fmtString, status); 576 UnicodeString result = pf.format(i, status); 621 PluralFormat pf(fmt, status); 632 PluralFormat pf(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, pattern, errorCode); 636 UnicodeString result = pf.format((int32_t)321, errorCode); 641 result = pf.format((int32_t)22, errorCode); 646 result = pf.format((int32_t)3, errorCode) [all...] |
/libcore/luni/src/test/java/libcore/java/text/ |
DecimalFormatTest.java | 65 NumberFormat pf = NumberFormat.getPercentInstance(); local 66 assertEquals("17%", pf.format(BigDecimal.valueOf(0.17))); 157 NumberFormat pf = NumberFormat.getPercentInstance(); local 158 pf.setMaximumFractionDigits(fraction); 159 assertEquals(expectedResult, pf.format(bd));
|
/external/valgrind/VEX/priv/ |
guest_x86_helpers.c | 151 { UInt cf, pf, af, zf, sf, of; \ 157 pf = parity_table[(UChar)res]; \ 163 return cf | pf | af | zf | sf | of; \ 172 { UInt cf, pf, af, zf, sf, of; \ 178 pf = parity_table[(UChar)res]; \ 184 return cf | pf | af | zf | sf | of; \ 193 { UInt cf, pf, af, zf, sf, of; \ 203 pf = parity_table[(UChar)res]; \ 209 return cf | pf | af | zf | sf | of; \ 218 { UInt cf, pf, af, zf, sf, of; 647 UInt of,sf,zf,cf,pf; local [all...] |
guest_amd64_helpers.c | 195 { ULong cf, pf, af, zf, sf, of; \ 201 pf = parity_table[(UChar)res]; \ 207 return cf | pf | af | zf | sf | of; \ 216 { ULong cf, pf, af, zf, sf, of; \ 222 pf = parity_table[(UChar)res]; \ 228 return cf | pf | af | zf | sf | of; \ 237 { ULong cf, pf, af, zf, sf, of; \ 247 pf = parity_table[(UChar)res]; \ 253 return cf | pf | af | zf | sf | of; \ 262 { ULong cf, pf, af, zf, sf, of; 824 ULong of,sf,zf,cf,pf; local [all...] |
/external/clang/test/CodeGenCXX/ |
member-function-pointers.cpp | 179 void (A::*pf)(bool) = &A::f; member in namespace:PR6258 182 void (A::*pf)(bool) = &A::f;
|
/external/clang/test/SemaCXX/ |
constructor-initializer.cpp | 126 pf(0.0) { } // expected-error {{cannot initialize a member subobject of type 'float *' with an rvalue of type 'double'}} 129 float *pf; member in struct:Q
|
nullptr.cpp | 24 void (*pf)() = nullptr; 25 pf = null; 78 template <int *PI, void (*PF)(), int A::*PM, void (A::*PMF)()>
|
warn-memset-bad-sizeof.cpp | 93 float* pf; local 94 bit_cast<int*>(pf);
|
new-delete.cpp | 39 float *pf = new (pi) float(); local 44 ps = new (pf) (S)(1, 2, 3.4);
|
/libcore/ojluni/src/main/java/java/util/prefs/ |
Preferences.java | 249 public static PreferencesFactory setPreferencesFactory(PreferencesFactory pf) { 251 factory = pf; [all...] |
/libcore/ojluni/src/main/java/java/net/ |
InetAddress.java | 905 PutField pf = s.putFields(); local [all...] |
/system/nfc/halimpl/bcm2079x/adaptation/ |
patchram.cpp | 136 FILE* pf; local 138 pf = fopen(pFilename, "r"); 139 if (pf != NULL) { 140 fclose(pf);
|
/external/selinux/semodule-utils/semodule_package/ |
semodule_package.c | 40 static int file_to_policy_file(const char *filename, struct sepol_policy_file **pf, 45 if (sepol_policy_file_create(pf)) { 56 sepol_policy_file_set_fp(*pf, f);
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
PluralFormat.java | 802 PluralFormat pf = (PluralFormat)rhs; local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
PluralFormat.java | 822 PluralFormat pf = (PluralFormat)rhs; local [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-iq2000.c | 627 fixS ** pf; 630 for (pf = &seginfo->fix_root; 631 * pf != l->fixp; 632 pf = & (* pf)->fx_next) 633 gas_assert (* pf != NULL); 635 * pf = l->fixp->fx_next; 623 fixS ** pf; local
|
/external/selinux/checkpolicy/ |
checkpolicy.c | 404 struct policy_file pf; local 538 policy_file_init(&pf); 539 pf.type = PF_USE_MEMORY; 540 pf.data = map; 541 pf.len = sb.st_size; 547 ret = policydb_read(&policydb, &pf, 1); 629 policy_file_init(&pf); 630 pf.type = PF_USE_STDIO; 631 pf.fp = outfp; 632 ret = policydb_write(&policydb, &pf); [all...] |
/external/autotest/client/deps/fakemodem/src/ |
fakemodem.c | 94 GIOChannel *pf; local 101 pf = g_io_channel_new_file (pattern_file, "r", error); 102 if (pf == NULL) 106 while (g_io_channel_read_line (pf, &line, &len, &term, error) == 145 g_io_channel_read_line (pf, &line, &len, &term, error); 162 g_io_channel_shutdown (pf, TRUE, NULL);
|
/external/selinux/checkpolicy/test/ |
dispol.c | 399 struct policy_file pf; local 425 policy_file_init(&pf); 426 pf.type = PF_USE_MEMORY; 427 pf.data = map; 428 pf.len = sb.st_size; 433 ret = policydb_read(&policydb, &pf, 1);
|
/external/libpcap/msdos/ |
makefile | 124 pf.h pcap-namedb.h
131 arcnet.h pf.h pcap-namedb.h
164 pf.h pcap-namedb.h
171 arcnet.h pf.h pcap-namedb.h
|
/external/selinux/libselinux/src/ |
audit2why.c | 197 struct sepol_policy_file *pf = NULL; local 242 if (sepol_policy_file_create(&pf) || 250 sepol_policy_file_set_fp(pf, fp); 251 if (sepol_policydb_read(avc->policydb, pf)) {
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
processor_32.h | 254 unsigned int pf; member in struct:microcode_header 270 unsigned int pf; member in struct:extended_signature
|
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/asm/ |
processor_32.h | 254 unsigned int pf; member in struct:microcode_header 270 unsigned int pf; member in struct:extended_signature
|