HomeSort by relevance Sort by last modified time
    Searched refs:pf (Results 76 - 100 of 416) sorted by null

1 2 34 5 6 7 8 91011>>

  /system/bt/stack/include/
rfcdefs.h 80 #define RFCOMM_PARSE_TYPE_FIELD(type, pf, p_data) \
83 pf = (*p_data++ & RFCOMM_PF_MASK) >> RFCOMM_PF_OFFSET;\
86 #define RFCOMM_FORMAT_TYPE_FIELD(p_data, type, pf) \
87 *p_data++ = (type | (pf << RFCOMM_PF_OFFSET)) \
90 pf = (*p_data++ & RFCOMM_PF_MASK) >> RFCOMM_PF_OFFSET;\
  /external/clang/test/Sema/
conditional-expr.c 27 int (*pf)[2];
29 pf = (i ? pf : pv);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
LanguageTestRoot.java 247 PeriodFormatter pf = pfFactory.getFormatter(); local
256 String string = pf.format(p);
272 PeriodFormatter pf = pfFactory.getFormatter(); local
278 String string = pf.format(p);
293 PeriodFormatter pf = pfFactory.getFormatter(); local
299 String string = pf.format(p);
314 PeriodFormatter pf = pfFactory.getFormatter(); local
320 xAssertEquals(targets, n++, pf.format(p));
322 xAssertEquals(targets, n++, pf.format(p));
362 PeriodFormatter pf = pfFactory.getFormatter() local
402 PeriodFormatter pf = pfFactory.getFormatter(); local
432 PeriodFormatter pf = pfFactory.getFormatter(); local
462 PeriodFormatter pf = pfFactory.getFormatter(); local
486 PeriodFormatter pf = pfFactory.getFormatter(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
LanguageTestRoot.java 243 PeriodFormatter pf = pfFactory.getFormatter(); local
252 String string = pf.format(p);
268 PeriodFormatter pf = pfFactory.getFormatter(); local
274 String string = pf.format(p);
289 PeriodFormatter pf = pfFactory.getFormatter(); local
295 String string = pf.format(p);
310 PeriodFormatter pf = pfFactory.getFormatter(); local
316 xAssertEquals(targets, n++, pf.format(p));
318 xAssertEquals(targets, n++, pf.format(p));
358 PeriodFormatter pf = pfFactory.getFormatter() local
398 PeriodFormatter pf = pfFactory.getFormatter(); local
428 PeriodFormatter pf = pfFactory.getFormatter(); local
458 PeriodFormatter pf = pfFactory.getFormatter(); local
482 PeriodFormatter pf = pfFactory.getFormatter(); local
    [all...]
  /frameworks/rs/
rsg.spec 30 param RsProgramFragment pf
36 param RsProgramFragment pf
  /system/connectivity/shill/
arp_client.cc 88 sock_fprog pf; local
89 pf.filter = const_cast<sock_filter*>(arp_filter);
90 pf.len = arraysize(arp_filter);
91 if (sockets_->AttachFilter(socket_, &pf) != 0) {
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorTest.java 175 ParcelFileDescriptor pf = makeParcelFileDescriptor(getContext()); local
178 pf.writeToParcel(pl, ParcelFileDescriptor.PARCELABLE_WRITE_RETURN_VALUE);
194 ParcelFileDescriptor pf = makeParcelFileDescriptor(getContext()); local
195 AutoCloseInputStream in1 = new AutoCloseInputStream(pf);
202 pf.close();
204 AutoCloseInputStream in2 = new AutoCloseInputStream(pf);
216 ParcelFileDescriptor pf = makeParcelFileDescriptor(getContext()); local
217 assertTrue(pf.getStatSize() >= 0);
410 ParcelFileDescriptor pf = null; local
412 pf = ParcelFileDescriptor.open(file, ParcelFileDescriptor.MODE_READ_WRITE)
    [all...]
  /external/bsdiff/
bsdiff.cc 123 FILE * pf; local
156 if ((pf = fopen(patch_filename, "w")) == NULL)
173 if (fwrite(header, 32, 1, pf) != 1)
177 if ((pfbz2 = BZ2_bzWriteOpen(&bz2err, pf, 9, 0, 0)) == NULL)
287 if ((len = ftello(pf)) == -1)
292 if ((pfbz2 = BZ2_bzWriteOpen(&bz2err, pf, 9, 0, 0)) == NULL)
302 if ((newsize = ftello(pf)) == -1)
307 if ((pfbz2 = BZ2_bzWriteOpen(&bz2err, pf, 9, 0, 0)) == NULL)
317 if (fseeko(pf, 0, SEEK_SET))
319 if (fwrite(header, 32, 1, pf) != 1
    [all...]
  /external/clang/test/PCH/
chain-cxx.cpp 22 void pf();
121 pf();
  /external/selinux/libselinux/src/
load_policy.c 61 sepol_policy_file_t *pf; local
206 if (policy_file_create(&pf))
209 policy_file_free(pf);
212 policy_file_set_mem(pf, data, size);
213 if (policydb_read(policydb, pf)) {
214 policy_file_free(pf);
224 policy_file_free(pf);
231 policy_file_free(pf);
  /system/bt/stack/avrc/
avrc_int.h 91 #define AVRC_CTRL_PKT_LEN(pf, pk) {pf = (UINT8 *)((pk) + 1) + (pk)->offset + 2;}
  /external/boringssl/src/crypto/asn1/
tasn_new.c 335 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; local
336 if (pf->prim_new)
337 return pf->prim_new(pval, it);
384 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; local
385 if (pf->prim_clear)
386 pf->prim_clear(pval, it);
  /external/valgrind/drd/tests/
annotate_smart_pointer.cpp 80 void Create(void* (*pf)(void*), void* arg)
82 WrapperArgs* wrapper_arg_p = new WrapperArgs(pf, arg);
92 WrapperArgs(void* (*pf)(void*), void* arg) : m_pf(pf), m_arg(arg) { }
141 void Create(void* (*pf)(void*), void* arg)
146 pthread_create(&m_tid, &attr, pf, arg);
  /external/libvncserver/test/
tjbench.c 47 int flags=0, decomponly=0, quiet=0, dotile=0, pf=TJPF_BGR; variable
86 int ps=tjPixelSize[pf];
116 pitch, scaledh, pf, flags)==-1)
130 pitch, height, pf, flags)==-1)
160 if(savebmp(tempstr, dstbuf, scaledw, scaledh, bmpPF[pf], pitch,
175 int rindex=index2+tjRedOffset[pf];
176 int gindex=index2+tjGreenOffset[pf];
177 int bindex=index2+tjBlueOffset[pf];
195 if(savebmp(tempstr, dstbuf, w, h, bmpPF[pf], pitch,
217 int ps=tjPixelSize[pf], ntilesw=1, ntilesh=1, pitch=w*ps
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlur.cpp 126 float4 pf = convert_float4(pvy[0]); local
127 blurredPixel += pf * gPtr[0];
143 float pf = (float)pi[validY * iStride]; local
144 blurredPixel += pf * gPtr[0];
185 float4 pf = convert_float4(((const uchar4 *)pi)[0]); local
186 blurredPixel += pf * gp[0];
209 float pf = (float)pi[0]; local
210 blurredPixel += pf * gp[0];
238 float pf = (float)pi[0]; local
239 blurredPixel += pf * gp[0]
257 float4 pf = ptrIn[validX]; local
272 float pf = ptrIn[validX]; local
    [all...]
  /external/selinux/libsemanage/src/
database_policydb.c 95 sepol_policy_file_t *pf = NULL; local
124 if (sepol_policy_file_create(&pf) < 0) {
129 sepol_policy_file_set_fp(pf, fp);
130 sepol_policy_file_set_handle(pf, handle->sepolh);
132 if (sepol_policydb_read(policydb, pf) < 0)
135 sepol_policy_file_free(pf);
153 sepol_policy_file_free(pf);
  /system/sepolicy/tools/
checkfc.c 34 sepol_policy_file_t *pf; member in struct:__anon75022::__anon75023
210 if (global_state.sepolicy.pf) {
211 sepol_policy_file_free(global_state.sepolicy.pf);
279 if (sepol_policy_file_create(&global_state.sepolicy.pf) < 0) {
284 sepol_policy_file_set_fp(global_state.sepolicy.pf, global_state.sepolicy.file);
285 sepol_policy_file_set_handle(global_state.sepolicy.pf, global_state.sepolicy.handle);
293 rc = sepol_policydb_read(global_state.sepolicy.sdb, global_state.sepolicy.pf);
  /libcore/jsr166-tests/src/test/java/jsr166/
FutureTaskTest.java 49 PublicFutureTask pf = (PublicFutureTask) f; local
50 assertEquals(1, pf.doneCount());
51 assertFalse(pf.runAndReset());
52 assertEquals(1, pf.doneCount());
65 int savedRunCount = pf.runCount();
66 pf.run();
67 pf.runAndReset();
68 assertEquals(savedRunCount, pf.runCount());
86 PublicFutureTask pf = (PublicFutureTask) f; local
87 assertEquals(0, pf.doneCount())
100 PublicFutureTask pf = (PublicFutureTask) f; local
    [all...]
  /external/libjpeg-turbo/
tjbench.c 49 dotile=0, pf=TJPF_BGR, yuvpad=1, warmup=1; variable
112 int ps=tjPixelSize[pf];
169 pitch, height, pf, flags)==-1)
175 width, pitch, height, pf, flags)==-1)
227 if(savebmp(tempstr, dstbuf, scaledw, scaledh, pf,
242 int rindex=index2+tjRedOffset[pf];
243 int gindex=index2+tjGreenOffset[pf];
244 int bindex=index2+tjBlueOffset[pf];
262 if(savebmp(tempstr, dstbuf, w, h, pf,
286 int ps=tjPixelSize[pf];
    [all...]
  /external/selinux/checkpolicy/
checkmodule.c 114 struct policy_file pf; local
120 policy_file_init(&pf);
121 pf.type = PF_USE_STDIO;
122 pf.fp = outfp;
123 return policydb_write(p, &pf);
  /external/selinux/policycoreutils/sepolgen-ifgen/
sepolgen-ifgen-attr-helper.c 148 struct policy_file pf; local
159 policy_file_init(&pf);
160 pf.type = PF_USE_STDIO;
161 pf.fp = fp;
175 ret = policydb_read(policydb, &pf, 1);
  /external/selinux/secilc/
secilc.c 76 struct sepol_policy_file *pf = NULL; local
281 rc = sepol_policy_file_create(&pf);
287 sepol_policy_file_set_fp(pf, binary);
289 rc = sepol_policydb_write(pdb, pf);
337 sepol_policy_file_free(pf);
  /external/chromium-trace/catapult/third_party/Paste/paste/
wsgiwrappers.py 279 pf = pformat
282 id(self), pf(self.method))
284 (pf(self.scheme), pf(self.host), pf(self.script_name),
285 pf(self.path_info))
286 msg += '\nlanguages=%s,' % pf(self.languages)
288 msg += ' charset=%s, errors=%s,' % (pf(self.charset),
289 pf(self.errors))
290 msg += '\nGET=%s,' % pf(self.GET
    [all...]
  /system/connectivity/shill/net/
sockets.cc 48 int Sockets::AttachFilter(int sockfd, struct sock_fprog* pf) const {
49 return setsockopt(sockfd, SOL_SOCKET, SO_ATTACH_FILTER, pf, sizeof(*pf));
  /external/selinux/policycoreutils/semodule_deps/
semodule_deps.c 88 struct sepol_policy_file *pf = NULL; local
95 if (sepol_policy_file_create(&pf)) {
105 sepol_policy_file_set_fp(pf, fp);
107 ret = sepol_module_package_read(p, pf, 0);
114 sepol_policy_file_free(pf);
118 sepol_policy_file_free(pf);

Completed in 1200 milliseconds

1 2 34 5 6 7 8 91011>>