Home | History | Annotate | Download | only in test

Lines Matching defs:pct

472    int pct;
475 state = SDL_GetPowerInfo(&secs, &pct);
493 (pct >= 0) && (pct <= 100),
494 "SDL_GetPowerInfo(): on battery, pct=[0,100], was: %i",
495 pct);
506 pct == -1,
507 "SDL_GetPowerInfo(): no battery, pct == -1, was: %i",
508 pct);
524 "State %i returned when only 'pct' requested",
527 pct==pctAgain,
528 "Value %i matches when only 'pct' requested",