/external/clang/test/CXX/except/except.spec/ |
p2-places.cpp | 19 typedef int (*pf)() throw(int); // expected-error {{specifications are not allowed in typedefs}} 52 typedef int (*pf)() noexcept(false); // expected-error {{specifications are not allowed in typedefs}}
|
/system/vold/ |
ScryptParameters.cpp | 22 bool parse_scrypt_parameters(const char* paramstr, int *Nf, int *rf, int *pf) { 48 *Nf = params[0]; *rf = params[1]; *pf = params[2];
|
/external/selinux/semodule-utils/semodule_link/ |
semodule_link.c | 39 struct sepol_policy_file *pf = NULL; local 46 if (sepol_policy_file_create(&pf)) { 56 sepol_policy_file_set_fp(pf, fp); 60 ret = sepol_module_package_read(p, pf, 0); 67 sepol_policy_file_free(pf); 71 sepol_policy_file_free(pf); 83 struct sepol_policy_file *pf; local 157 if (sepol_policy_file_create(&pf)) { 161 sepol_policy_file_set_fp(pf, outfile); 162 if (sepol_module_package_write(base, pf)) { [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
PluralFormatUnitTest.java | 126 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, oddAndEven, local 128 assertEquals("should use first occurrence of the 'odd' keyword", "foo", pf.format(1)); 129 pf.applyPattern("odd{foo} other{bar} other{foobar}"); 130 assertEquals("should use first occurrence of the 'other' keyword", "bar", pf.format(2)); 132 pf.applyPattern("other{foo} odd{bar} other{foobar}"); 133 assertEquals("should use first occurrence of the 'other' keyword", "foo", pf.format(2)); 145 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, oddAndEven, "otto{foo} other{bar}"); local 146 assertEquals("should ignore unknown keywords", "bar", pf.format(1)); 296 PluralFormat pf = new PluralFormat(pat); local 297 assertEquals("should not trim() the pattern", pat, pf.toPattern()) 335 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, pluralStyle); local 373 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, PluralType.ORDINAL, pattern); local 394 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, "one{one meter}other{# meters}"); local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
PluralFormatUnitTest.java | 125 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, oddAndEven, local 127 assertEquals("should use first occurrence of the 'odd' keyword", "foo", pf.format(1)); 128 pf.applyPattern("odd{foo} other{bar} other{foobar}"); 129 assertEquals("should use first occurrence of the 'other' keyword", "bar", pf.format(2)); 131 pf.applyPattern("other{foo} odd{bar} other{foobar}"); 132 assertEquals("should use first occurrence of the 'other' keyword", "foo", pf.format(2)); 144 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, oddAndEven, "otto{foo} other{bar}"); local 145 assertEquals("should ignore unknown keywords", "bar", pf.format(1)); 295 PluralFormat pf = new PluralFormat(pat); local 296 assertEquals("should not trim() the pattern", pat, pf.toPattern()) 334 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, pluralStyle); local 372 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, PluralType.ORDINAL, pattern); local 393 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, "one{one meter}other{# meters}"); local [all...] |
/external/clang/test/Sema/ |
fp16-sema.c | 7 extern void (*pf) (__fp16); // expected-error {{parameters cannot have __fp16 type; did you forget * ?}}
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue6703y.go | 19 func pf() *T { func 23 var x = pf().pm // ERROR "initialization loop|depends upon itself"
|
issue6703z.go | 19 func pf() *T { func 23 var x = pf().pm() // ERROR "initialization loop|depends upon itself"
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue6703y.go | 19 func pf() *T { func 23 var x = pf().pm // ERROR "initialization loop|depends upon itself"
|
issue6703z.go | 19 func pf() *T { func 23 var x = pf().pm() // ERROR "initialization loop|depends upon itself"
|
/system/sepolicy/tools/sepolicy-analyze/ |
utils.h | 14 int load_policy(char *filename, policydb_t * policydb, struct policy_file *pf);
|
/external/curl/lib/ |
hostip6.c | 173 int pf; local 183 pf = PF_INET; 186 pf = PF_INET6; 189 pf = PF_UNSPEC; 193 if((pf != PF_INET) && !Curl_ipv6works()) 195 pf = PF_INET; 198 hints.ai_family = pf;
|
/external/regex-re2/re2/ |
set.cc | 34 Regexp::ParseFlags pf = static_cast<Regexp::ParseFlags>( local 38 re2::Regexp* re = Regexp::Parse(pattern, pf, &status); 49 re2::Regexp* m = re2::Regexp::HaveMatch(n, pf); 57 re = re2::Regexp::Concat(sub, nsub + 1, pf); 63 re = re2::Regexp::Concat(sub, 2, pf); 76 Regexp::ParseFlags pf = static_cast<Regexp::ParseFlags>( local 79 re_.size(), pf);
|
/external/libnl/lib/netfilter/ |
queue.c | 65 cmd.pf = htons(family); 79 int nfnl_queue_build_pf_bind(uint8_t pf, struct nl_msg **result) 81 return build_queue_cmd_request(pf, 0, NFQNL_CFG_CMD_PF_BIND, result); 84 int nfnl_queue_pf_bind(struct nl_sock *nlh, uint8_t pf) 89 if ((err = nfnl_queue_build_pf_bind(pf, &msg)) < 0) 95 int nfnl_queue_build_pf_unbind(uint8_t pf, struct nl_msg **result) 97 return build_queue_cmd_request(pf, 0, NFQNL_CFG_CMD_PF_UNBIND, result); 100 int nfnl_queue_pf_unbind(struct nl_sock *nlh, uint8_t pf) 105 if ((err = nfnl_queue_build_pf_unbind(pf, &msg)) < 0) 169 cmd.pf = 0 [all...] |
log.c | 69 int nfnl_log_build_pf_bind(uint8_t pf, struct nl_msg **result) 71 return build_log_cmd_request(pf, 0, NFULNL_CFG_CMD_PF_BIND, result); 74 int nfnl_log_pf_bind(struct nl_sock *nlh, uint8_t pf) 79 if ((err = nfnl_log_build_pf_bind(pf, &msg)) < 0) 85 int nfnl_log_build_pf_unbind(uint8_t pf, struct nl_msg **result) 87 return build_log_cmd_request(pf, 0, NFULNL_CFG_CMD_PF_UNBIND, result); 90 int nfnl_log_pf_unbind(struct nl_sock *nlh, uint8_t pf) 95 if ((err = nfnl_log_build_pf_unbind(pf, &msg)) < 0)
|
/frameworks/rs/driver/ |
rsdProgram.cpp | 86 bool rsdProgramFragmentInit(const Context *rsc, const ProgramFragment *pf, 90 RsdShader *drv = new RsdShader(pf, GL_FRAGMENT_SHADER, shader, shaderLen, 92 pf->mHal.drv = drv; 97 void rsdProgramFragmentSetActive(const Context *rsc, const ProgramFragment *pf) { 100 SyncProgramConstants(rsc, pf); 101 dc->gl.shaderCache->setActiveFragment((RsdShader*)pf->mHal.drv); 104 void rsdProgramFragmentDestroy(const Context *rsc, const ProgramFragment *pf) { 108 if(pf->mHal.drv) { 109 drv = (RsdShader*)pf->mHal.drv; 111 ALOGV("Destroying fragment shader with ID %p", (void*)pf); [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
Timer.java | 65 return pf; 79 return nf.format(getDuration()/iterations) + "\tns\t" + pf.format((double)getDuration()/other - 1D) + ""; 83 private DecimalFormat pf = (DecimalFormat) NumberFormat.getPercentInstance(ULocale.ENGLISH); field in class:Timer 86 pf.setMaximumFractionDigits(1); 87 pf.setPositivePrefix("+");
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
Timer.java | 64 return pf; 78 return nf.format(getDuration()/iterations) + "\tns\t" + pf.format((double)getDuration()/other - 1D) + ""; 82 private DecimalFormat pf = (DecimalFormat) NumberFormat.getPercentInstance(ULocale.ENGLISH); field in class:Timer 85 pf.setMaximumFractionDigits(1); 86 pf.setPositivePrefix("+");
|
/external/valgrind/none/tests/x86/ |
aad_aam.c | 21 int cf __attribute__((unused)),pf,af __attribute__((unused)),zf,sf; local 40 pf=!!(flags&0x4); 47 // printf("%x CF=%d PF=%d AF=%d ZF=%d SF=%d OF=%d\n", 48 // flags,cf,pf,af,zf,sf,of); 53 if (pf != parity(out&0xff)) { 54 printf("Error with aam (pf)!\n"); 87 pf=!!(flags&0x4); 94 // printf("%x CF=%d PF=%d AF=%d ZF=%d SF=%d OF=%d\n", 95 // flags,cf,pf,af,zf,sf,of); 100 if (pf != parity(out&0xff)) [all...] |
/packages/services/BuiltInPrintService/jni/lib/ |
plugin_db.c | 46 char const **mt, **pf; local 55 pf = plugin->get_print_formats(); 57 if ((mt == NULL) || (pf == NULL)) { 84 while (pf[i]) { 85 if (strlen(pf[i]) < MAX_MIME_LENGTH) { 86 LOGI(" %s", pf[i]); 87 strncpy(_plugin[index].print_formats[j++], pf[i], MAX_MIME_LENGTH); 100 wprint_plugin_t *plugin_search(const char *mt, const char *pf) { 107 if (strcmp(_plugin[i].print_formats[j], pf) == 0) {
|
/external/v8/tools/testrunner/server/ |
daemon.py | 87 pf = file(self.pidfile, 'r') 88 pid = int(pf.read().strip()) 89 pf.close() 108 pf = file(self.pidfile, 'r') 109 pid = int(pf.read().strip()) 110 pf.close()
|
/frameworks/native/cmds/lshal/ |
NullableOStream.h | 44 const NullableOStream &operator<<(std::ostream& (*pf)(std::ostream&)) const { function in class:android::lshal::NullableOStream 46 (*mOs) << pf;
|
/external/clang/test/SemaCXX/ |
function-type-qual.cpp | 4 void (*pf)() const; // expected-error {{pointer to function type cannot have 'const' qualifier}} variable
|
ptrtomember.cpp | 18 int S2::*pf = &S2::bitfield; // expected-error {{address of bit-field requested}} member in class:S2
|
/frameworks/rs/ |
rsScriptC_LibGL.cpp | 45 void rsrBindTexture(Context *rsc, ProgramFragment *pf, uint32_t slot, Allocation *a) { 47 CHECK_OBJ(pf); 48 pf->bindTexture(rsc, slot, a); 51 void rsrBindConstant(Context *rsc, ProgramFragment *pf, uint32_t slot, Allocation *a) { 53 CHECK_OBJ(pf); 54 pf->bindAllocation(rsc, a, slot); 63 void rsrBindSampler(Context *rsc, ProgramFragment *pf, uint32_t slot, Sampler *s) { 66 pf->bindSampler(rsc, slot, s); 74 void rsrBindProgramFragment(Context *rsc, ProgramFragment *pf) { 75 CHECK_OBJ_OR_NULL(pf); 196 ProgramFragment *pf = rsc->getProgramFragment(); local [all...] |