HomeSort by relevance Sort by last modified time
    Searched defs:pi (Results 226 - 250 of 577) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/Settings/src/com/android/settings/fuelgauge/
BatteryEntry.java 326 final PackageInfo pi = ipm.getPackageInfo(pkgName, 0 /* no flags */, userId); local
327 if (pi == null) {
332 if (pi.sharedUserLabel != 0) {
334 pi.sharedUserLabel, pi.applicationInfo);
337 if (pi.applicationInfo.icon != 0) {
339 icon = pi.applicationInfo.loadIcon(pm);
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 173 PendingIntent pi = ToastService.getPendingIntent(context, R.string.upload_click); local
179 .setContentIntent(pi)
245 PendingIntent pi = ToastService.getPendingIntent(this, R.string.timer_click); local
250 .setContentIntent(pi)
295 PendingIntent pi = ToastService.getPendingIntent(this, R.string.email_click); local
302 .setContentIntent(pi)
312 PendingIntent pi = ToastService.getPendingIntent(this, R.string.social_click); local
317 .setContentIntent(pi)
  /packages/experimental/SlicesApp/src/com/android/experimental/slicesapp/
SlicesProvider.java 250 PendingIntent pi = PendingIntent.getActivity(getContext(), 0, intent, 0); local
251 b.addSubSlice(new Slice.Builder(b).addAction(pi,
273 PendingIntent pi = PendingIntent.getActivity(getContext(), 0, intent, 0); local
278 .addAction(pi, new Slice.Builder(b)
282 .addAction(pi, new Slice.Builder(b)
286 .addAction(pi, new Slice.Builder(b)
297 PendingIntent pi = PendingIntent.getActivity(getContext(), 0, intent, 0); local
301 .addAction(pi, new Slice.Builder(b)
307 .addAction(pi, new Slice.Builder(b)
313 .addAction(pi, new Slice.Builder(b
325 PendingIntent pi = PendingIntent.getActivity(getContext(), 0, intent, 0); local
376 PendingIntent pi = PendingIntent.getBroadcast(getContext(), 0, intent, local
    [all...]
  /prebuilts/go/darwin-x86/test/
assign1.go 89 pi *I
189 pi0 = pi // ERROR "cannot use|incompatible"
191 pi = pi0 // ERROR "cannot use|incompatible"
192 pi = pi1 // ERROR "cannot use|incompatible"
194 pi1 = pi // ERROR "cannot use|incompatible"
312 })(pi)
316 pi = (*I)(pi0)
317 pi = (*I)(pi1)
319 pi1 = (*I1)(pi)
88 pi *I var
  /prebuilts/go/linux-x86/test/
assign1.go 89 pi *I
189 pi0 = pi // ERROR "cannot use|incompatible"
191 pi = pi0 // ERROR "cannot use|incompatible"
192 pi = pi1 // ERROR "cannot use|incompatible"
194 pi1 = pi // ERROR "cannot use|incompatible"
312 })(pi)
316 pi = (*I)(pi0)
317 pi = (*I)(pi1)
319 pi1 = (*I1)(pi)
88 pi *I var
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
ControllerService.java 304 PendingIntent pi = PendingIntent.getActivity( local
310 n.setLatestEventInfo(this, text, text, pi);
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 454 PackageInfo pi = pm.getPackageInfo(name, 0); local
455 if (pi.sharedUserLabel != 0) {
457 pi.sharedUserLabel, pi.applicationInfo);
461 mPackageInfo = pi.applicationInfo;
937 ActivityManager.RunningAppProcessInfo pi = processes.get(i); local
1028 ActivityManager.RunningAppProcessInfo pi = processes.get(i); local
1118 ProcessItem pi = pit.next(); local
1190 ProcessItem pi = sortedProcesses.get(i); local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgamma_r.c 52 * lgamma(x)~(x-0.5)log(x)-x+0.5*log(2pi)+1/(12x)-1/(360x**3)+....
54 * lgamma(x)~(x-0.5)*(log(x)-1)-.5*(log(2pi)-1) + ...)
64 * -x*G(-x)*G(x) = pi/sin(pi*x),
66 * G(x) = pi/(sin(pi*x)*(-x)*G(-x))
67 * since G(-x) is positive, sign(G(x)) = sign(sin(pi*x)) for x<0
68 * Hence, for x<0, signgam = sign(sin(pi*x)) and
70 * = log(pi/(|x*sin(pi*x)|)) - lgamma(-x)
94 pi = 3.14159265358979311600e+00, \/* 0x400921FB, 0x54442D18 *\/ variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/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;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
mathmodule.c 1 /* Math module -- standard C math library functions, pi and e */
64 sin(pi*x), giving accurate results for all finite x (especially x
70 static const double pi = 3.141592653589793238462643383279502884197; variable
85 r = sin(pi*y);
88 r = cos(pi*(y-0.5));
91 /* N.B. -sin(pi*(y-1.0)) is *not* equivalent: it would give
93 r = sin(pi*(1.0-y));
96 r = -cos(pi*(y-1.5));
99 r = sin(pi*(y-2.0));
297 r = -pi / sinpi(absx) / absx * exp(y) / lanczos_sum(absx);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
mathmodule.c 1 /* Math module -- standard C math library functions, pi and e */
64 sin(pi*x), giving accurate results for all finite x (especially x
70 static const double pi = 3.141592653589793238462643383279502884197; variable
85 r = sin(pi*y);
88 r = cos(pi*(y-0.5));
91 /* N.B. -sin(pi*(y-1.0)) is *not* equivalent: it would give
93 r = sin(pi*(1.0-y));
96 r = -cos(pi*(y-1.5));
99 r = sin(pi*(y-2.0));
297 r = -pi / sinpi(absx) / absx * exp(y) / lanczos_sum(absx);
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpField.java 86 /** High precision string representation of &pi;. */
131 /** A {@link Dfp} with value &pi;. */
132 private final Dfp pi; field in class:DfpField
134 /** A two elements {@link Dfp} array with value &pi; split in two pieces. */
213 pi = new Dfp(this, piString);
231 pi = null;
452 /** Get the constant &pi;.
453 * @return a {@link Dfp} with value &pi;
456 return pi;
459 /** Get the constant &pi; split in two pieces
    [all...]
  /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;
  /external/f2fs-tools/lib/
libf2fs.c 964 PARTITION_INFORMATION pi; local
980 &pi, sizeof(PARTITION_INFORMATION),
981 &pi, sizeof(PARTITION_INFORMATION),
984 *device_size = pi.PartitionLength.QuadPart;
  /external/fdlibm/
e_lgamma_r.c 51 * lgamma(x)~(x-0.5)log(x)-x+0.5*ieee_log(2pi)+1/(12x)-1/(360x**3)+....
53 * ieee_lgamma(x)~(x-0.5)*(ieee_log(x)-1)-.5*(ieee_log(2pi)-1) + ...)
63 * -x*G(-x)*G(x) = pi/ieee_sin(pi*x),
65 * G(x) = pi/(ieee_sin(pi*x)*(-x)*G(-x))
66 * since G(-x) is positive, sign(G(x)) = sign(ieee_sin(pi*x)) for x<0
67 * Hence, for x<0, signgam = sign(ieee_sin(pi*x)) and
69 * = ieee_log(pi/(|x*ieee_sin(pi*x)|)) - ieee_lgamma(-x)
92 pi = 3.14159265358979311600e+00, \/* 0x400921FB, 0x54442D18 *\/ variable
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
block.h 75 PARTITION_INFO *pi; /* Corresponds to upper left visible macroblock */ member in struct:macroblock
  /external/python/cpython2/Modules/
mathmodule.c 1 /* Math module -- standard C math library functions, pi and e */
64 sin(pi*x), giving accurate results for all finite x (especially x
70 static const double pi = 3.141592653589793238462643383279502884197; variable
85 r = sin(pi*y);
88 r = cos(pi*(y-0.5));
91 /* N.B. -sin(pi*(y-1.0)) is *not* equivalent: it would give
93 r = sin(pi*(1.0-y));
96 r = -cos(pi*(y-1.5));
99 r = sin(pi*(y-2.0));
297 r = -pi / sinpi(absx) / absx * exp(y) / lanczos_sum(absx)
    [all...]
  /external/python/cpython3/Modules/
_winapi.c 825 PROCESS_INFORMATION pi; local
868 &pi);
877 HANDLE_TO_PYNUM(pi.hProcess),
878 HANDLE_TO_PYNUM(pi.hThread),
879 pi.dwProcessId,
880 pi.dwThreadId);
    [all...]
  /external/syslinux/com32/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;
  /frameworks/base/core/tests/coretests/src/android/content/pm/
ComponentTest.java 598 PackageInfo pi = mPackageManager.getPackageInfo(ENABLED_PACKAGENAME, 0); local
601 pi.applicationInfo.uid, 0);
614 PackageInfo pi = mPackageManager.getPackageInfo(ENABLED_PACKAGENAME, 0); local
619 pi.applicationInfo.uid, 0);
625 pi.applicationInfo.uid, GET_DISABLED_COMPONENTS);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/
RemoteViewsTest.java 404 PendingIntent pi = PendingIntent.getBroadcast(mContext, 0, local
406 views.setOnClickPendingIntent(i, pi);
420 PendingIntent pi = PendingIntent.getBroadcast(mContext, 0, local
422 views.setOnClickPendingIntent(1, pi);
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 386 PendingIntent pi = PendingIntent.getBroadcast(mContext, 0, intent, 0); local
390 .setContentIntent(pi);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
AppRestrictionsHelper.java 198 PackageInfo pi = pm.getPackageInfo(app.packageName, 0); local
203 && pi.requiredAccountType != null && pi.restrictedAccountType == null) {
337 final PackageInfo pi = mPackageManager.getPackageInfo(packageName, 0); local
338 if (pi.applicationInfo == null) return false;
339 final int flags = pi.applicationInfo.flags;

Completed in 905 milliseconds

1 2 3 4 5 6 7 8 91011>>