HomeSort by relevance Sort by last modified time
    Searched defs:pi (Results 176 - 200 of 328) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifHeaderParser.java 252 int available, clear, code_mask, code_size, end_of_information, in_code, old_code, bits, code, count, i, datum, data_size, first, top, bi, pi; local
280 datum = bits = count = first = top = pi = bi = 0;
  /external/icu/icu4c/source/common/
ubidiln.c 1226 int32_t logicalStart, visualStart, visualLimit, *pi=indexMap; local
1325 const int32_t *pi; local
    [all...]
  /external/ipsec-tools/src/racoon/
sockmisc.c 392 struct in6_pktinfo *pi; local
437 pi = (struct in6_pktinfo *)(CMSG_DATA(cm));
445 memcpy(&sin6->sin6_addr, &pi->ipi6_addr,
449 sin6->sin6_scope_id = pi->ipi6_ifindex;
463 struct in_pktinfo *pi = (struct in_pktinfo *)(CMSG_DATA(cm)); local
468 memcpy(&sin->sin_addr, &pi->ipi_addr,
564 struct in6_pktinfo *pi; local
599 pi = (struct in6_pktinfo *)CMSG_DATA(cm);
600 memcpy(&pi->ipi6_addr, &src6.sin6_addr, sizeof(src6.sin6_addr));
601 pi->ipi6_ifindex = ifindex
636 struct in_pktinfo *pi; local
    [all...]
  /external/libunwind/include/
libunwind-dynamic.h 142 unw_dyn_proc_info_t pi; member in union:unw_dyn_info::__anon28464
  /external/libunwind/src/dwarf/
Gfind_proc_info-lsb.c 53 unw_proc_info_t *pi, int need_unwind_info, void *arg)
62 if ((ret = dwarf_extract_proc_info_from_fde (as, a, &addr, pi, 0, 0, arg))
66 if (ip >= pi->start_ip && ip < pi->end_ip)
71 if ((ret = dwarf_extract_proc_info_from_fde (as, a, &addr, pi,
526 unw_proc_info_t *pi = cb_data->pi; local
596 pi->gp = di->gp;
611 &addr, hdr->eh_frame_ptr_enc, pi,
617 &addr, hdr->fde_count_enc, pi,
    [all...]
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 548 PROCESS_INFORMATION pi; local
555 if (CreateProcessW(NULL, cmdLine, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi) == 0)
559 CloseHandle(pi.hThread);
560 hProcess = pi.hProcess;
  /external/tagsoup/templates/org/ccil/cowan/tagsoup/
HTMLScanner.java 382 h.pi(theOutputBuffer, 0, theSize);
392 h.pi(theOutputBuffer, 0, theSize);
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.c 361 static double pi = pic, variable
412 if (x > pi) {
413 x -= pi;
418 x = pi - x;
445 x = x - (aint(x / twopi) * twopi); /* roundoff on add of PI/2 */
491 range -pi/2 to pi/2 */
531 range -pi to pi */
  /external/valgrind/main/perf/
fbench.c 357 static double pi = pic, variable
408 if (x > pi) {
409 x -= pi;
414 x = pi - x;
441 x = x - (aint(x / twopi) * twopi); /* roundoff on add of PI/2 */
487 range -pi/2 to pi/2 */
527 range -pi to pi */
  /frameworks/base/core/java/android/app/admin/
DeviceAdminInfo.java 218 PolicyInfo pi = sPoliciesDisplayOrder.get(i); typedefs
219 sRevKnownPolicies.put(pi.ident, pi);
220 sKnownPolicies.put(pi.tag, pi.ident);
427 PolicyInfo pi = sPoliciesDisplayOrder.get(i); local
428 if (usesPolicy(pi.ident)) {
429 res.add(pi);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlarmScheduler.java 319 PendingIntent pi = PendingIntent.getBroadcast(context, 0, intent, 0); local
320 alarmManager.set(AlarmManager.RTC_WAKEUP, alarmTime, pi);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java 365 PendingIntent pi = PendingIntent.getActivity(this, NOTIFICATION_ID, intent, local
373 .setContentIntent(pi)
  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsEntry.java 239 final PackageInfo pi = pm.getPackageInfo(curPkg, local
243 if (pi.sharedUserLabel != 0) {
244 mUiTargetApp = pi.applicationInfo;
246 pi.sharedUserLabel, pi.applicationInfo);
RunningState.java 415 PackageInfo pi = pm.getPackageInfo(name, 0); local
416 if (pi.sharedUserLabel != 0) {
418 pi.sharedUserLabel, pi.applicationInfo);
422 mPackageInfo = pi.applicationInfo;
799 private boolean isInterestingProcess(ActivityManager.RunningAppProcessInfo pi) {
800 if ((pi.flags&ActivityManager.RunningAppProcessInfo.FLAG_CANT_SAVE_STATE) != 0) {
803 if ((pi.flags&ActivityManager.RunningAppProcessInfo.FLAG_PERSISTENT) == 0
804 && pi.importance >= ActivityManager.RunningAppProcessInfo.IMPORTANCE_FOREGROUND
805 && pi.importance < ActivityManager.RunningAppProcessInfo.IMPORTANCE_CANT_SAVE_STAT
897 ActivityManager.RunningAppProcessInfo pi = processes.get(i); local
988 ActivityManager.RunningAppProcessInfo pi = processes.get(i); local
1078 ProcessItem pi = pit.next(); local
1151 ProcessItem pi = sortedProcesses.get(i); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryEntry.java 299 final PackageInfo pi = ipm.getPackageInfo(pkgName, 0 /* no flags */, userId); local
300 if (pi == null) {
305 if (pi.sharedUserLabel != 0) {
307 pi.sharedUserLabel, pi.applicationInfo);
310 if (pi.applicationInfo.icon != 0) {
312 icon = pi.applicationInfo.loadIcon(pm);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
ControllerService.java 304 PendingIntent pi = PendingIntent.getActivity( local
310 n.setLatestEventInfo(this, text, text, pi);
  /system/core/init/
property_service.c 210 prop_info *pi; local
219 pi = (prop_info*) __system_property_find(name);
221 if(pi != 0) {
225 __system_property_update(pi, value, valuelen);
  /system/extras/librank/
librank.c 216 struct process_info *pi; local
340 pi = get_process(pids[i]);
359 mi = get_mapping(li, pi);
404 pi = mi->proc;
414 pi->cmdline,
415 pi->pid);
  /bionic/libc/bionic/
system_properties.cpp 143 const prop_info *pi; member in struct:find_nth_cookie
145 find_nth_cookie(uint32_t n) : count(0), n(n), pi(NULL) {
531 static void find_nth_fn(const prop_info *pi, void *ptr)
536 cookie->pi = pi;
542 void (*propfn)(const prop_info *pi, void *cookie), void *cookie)
601 int __system_property_read(const prop_info *pi, char *name, char *value)
604 return __system_property_read_compat(pi, name, value);
608 uint32_t serial = __system_property_serial(pi);
610 memcpy(value, pi->value, len + 1)
623 const prop_info *pi = __system_property_find(name); local
678 const prop_info *pi; local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgamma_r.c 54 * lgamma(x)~(x-0.5)log(x)-x+0.5*log(2pi)+1/(12x)-1/(360x**3)+....
56 * lgamma(x)~(x-0.5)*(log(x)-1)-.5*(log(2pi)-1) + ...)
66 * -x*G(-x)*G(x) = pi/sin(pi*x),
68 * G(x) = pi/(sin(pi*x)*(-x)*G(-x))
69 * since G(-x) is positive, sign(G(x)) = sign(sin(pi*x)) for x<0
70 * Hence, for x<0, signgam = sign(sin(pi*x)) and
72 * = log(pi/(|x*sin(pi*x)|)) - lgamma(-x)
93 pi = 3.14159265358979311600e+00, \/* 0x400921FB, 0x54442D18 *\/ variable
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
block.h 81 PARTITION_INFO *pi; /* Corresponds to upper left visible macroblock */ member in struct:macroblock
  /external/chromium_org/third_party/skia/src/gpu/
GrAAConvexPathRenderer.cpp 71 SkPoint pi; local
78 pi = pj;
81 SkScalar t = SkScalarMul(pi.fX, pj.fY) - SkScalarMul(pj.fX, pi.fY);
83 center.fX += (pi.fX + pj.fX) * t;
84 center.fY += (pi.fY + pj.fY) * t;
  /external/chromium_org/third_party/skia/third_party/lua/src/
lcode.c 110 Instruction *pi = &fs->f->code[pc]; local
111 if (pc >= 1 && testTMode(GET_OPCODE(*(pi-1))))
112 return pi-1;
114 return pi;
  /external/clang/test/SemaCXX/
cxx1y-variable-templates_top_level.cpp 12 T pi = T(3.1415926535897932385); // expected-note {{template is declared here}} variable
25 int ipi = pi<int>;
27 double dpi = pi<double>;
33 int ipi = pi; // expected-error {{cannot refer to variable template 'pi' without a template argument list}}
39 return pi<T> * r * r;
60 int ipi0 = pi<int>;
61 int pi; local
62 int a = pi;
63 int ipi = pi<int>; // expected-error {{expected '(' for function-style cast or type construction}}
    [all...]
new-delete.cpp 38 int *pi = new int; local
39 float *pf = new (pi) float();
40 pi = new int(1);
41 pi = new int('c');
45 S *(*paps)[2] = new S*[*pi][2];
48 pi = ::new int;
52 pi = new (S(1.0f, 2)) int;

Completed in 1245 milliseconds

1 2 3 4 5 6 78 91011>>