HomeSort by relevance Sort by last modified time
    Searched refs:pgp (Results 1 - 10 of 10) sorted by null

  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 123 PowerGaugePreference pgp = (PowerGaugePreference) preference; local
124 BatteryEntry entry = pgp.getInfo();
427 PowerGaugePreference pgp =
430 if (pgp != null) {
433 pgp.setIcon(mUm.getBadgedIconForUser(entry.getIcon(), userHandle));
434 pgp.setTitle(entry.name);
436 pgp.setContentDescription(entry.name);
  /toolchain/binutils/binutils-2.25/bfd/
elf32-mips.c     [all...]
elfn32-mips.c     [all...]
elf32-lm32.c 624 lm32_elf_assign_gp (bfd *output_bfd, bfd_vma *pgp)
631 *pgp = _bfd_get_gp_value (output_bfd);
632 if (*pgp)
651 *pgp = bfd_asymbol_value (*sym);
652 _bfd_set_gp_value (output_bfd, *pgp);
661 *pgp = 4;
662 _bfd_set_gp_value (output_bfd, *pgp);
677 char **error_message, bfd_vma *pgp)
681 *pgp = 0;
685 *pgp = _bfd_get_gp_value (output_bfd)
    [all...]
elf64-mips.c     [all...]
elf32-score.c 352 score_elf_assign_gp (bfd *output_bfd, bfd_vma *pgp)
359 *pgp = _bfd_get_gp_value (output_bfd);
360 if (*pgp)
379 *pgp = bfd_asymbol_value (*sym);
380 _bfd_set_gp_value (output_bfd, *pgp);
389 *pgp = 4;
390 _bfd_set_gp_value (output_bfd, *pgp);
407 bfd_vma *pgp)
412 *pgp = 0;
416 *pgp = _bfd_get_gp_value (output_bfd)
    [all...]
elf32-score7.c 251 score_elf_assign_gp (bfd *output_bfd, bfd_vma *pgp)
258 *pgp = _bfd_get_gp_value (output_bfd);
259 if (*pgp)
278 *pgp = bfd_asymbol_value (*sym);
279 _bfd_set_gp_value (output_bfd, *pgp);
288 *pgp = 4;
289 _bfd_set_gp_value (output_bfd, *pgp);
307 bfd_vma *pgp)
312 *pgp = 0;
316 *pgp = _bfd_get_gp_value (output_bfd)
    [all...]
elf32-nios2.c     [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsUi.java 108 ProcessStatsPreference pgp = (ProcessStatsPreference) preference; local
110 launchMemoryDetail((SettingsActivity) getActivity(), memInfo, pgp.getEntry(), true);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddi.h 1037 GLYPHPOS *pgp; member in struct:_STROBJ
    [all...]

Completed in 513 milliseconds