Home
last modified time | relevance | path

Searched refs:kIOPSTimeRemainingUnlimited (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/hal/cocoa/
H A DCocoaBattery.cpp25 #ifndef kIOPSTimeRemainingUnlimited
26 # define kIOPSTimeRemainingUnlimited ((CFTimeInterval)-2.0) macro
289 if (estimate == kIOPSTimeRemainingUnlimited || in HandleChange()
/dports/lang/spidermonkey78/firefox-78.9.0/hal/cocoa/
H A DCocoaBattery.cpp25 #ifndef kIOPSTimeRemainingUnlimited
26 # define kIOPSTimeRemainingUnlimited ((CFTimeInterval)-2.0) macro
289 if (estimate == kIOPSTimeRemainingUnlimited || in HandleChange()
/dports/www/firefox/firefox-99.0/hal/cocoa/
H A DCocoaBattery.cpp25 #ifndef kIOPSTimeRemainingUnlimited
26 # define kIOPSTimeRemainingUnlimited ((CFTimeInterval)-2.0) macro
289 if (estimate == kIOPSTimeRemainingUnlimited || in HandleChange()
/dports/mail/thunderbird/thunderbird-91.8.0/hal/cocoa/
H A DCocoaBattery.cpp25 #ifndef kIOPSTimeRemainingUnlimited
26 # define kIOPSTimeRemainingUnlimited ((CFTimeInterval)-2.0) macro
289 if (estimate == kIOPSTimeRemainingUnlimited || in HandleChange()
/dports/www/firefox-legacy/firefox-52.8.0esr/hal/cocoa/
H A DCocoaBattery.cpp25 #ifndef kIOPSTimeRemainingUnlimited
26 #define kIOPSTimeRemainingUnlimited ((CFTimeInterval)-2.0) macro
295 if (estimate == kIOPSTimeRemainingUnlimited || estimate == kIOPSTimeRemainingUnknown) { in HandleChange()
/dports/lang/spidermonkey60/firefox-60.9.0/hal/cocoa/
H A DCocoaBattery.cpp25 #ifndef kIOPSTimeRemainingUnlimited
26 #define kIOPSTimeRemainingUnlimited ((CFTimeInterval)-2.0) macro
289 if (estimate == kIOPSTimeRemainingUnlimited || in HandleChange()
/dports/print/cups/cups-2.3.3op2/scheduler/
H A Dsysman.c342 ACPower = IOPSGetTimeRemainingEstimate() == kIOPSTimeRemainingUnlimited; in cupsdStartSystemMonitor()
344 ACPower = IOPSGetTimeRemainingEstimate() == kIOPSTimeRemainingUnlimited; }); in cupsdStartSystemMonitor()
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/mac/
H A DIOKitTest.java234 || timeRemaining == IOKit.kIOPSTimeRemainingUnlimited); in testPowerSources()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/mac/
H A DIOKit.java62 double kIOPSTimeRemainingUnlimited = -2.0; field