Uses of Class
org.rococoa.cocoa.carboncore.UnsignedWide.ByValue

Packages that use UnsignedWide.ByValue
org.rococoa.cocoa.carboncore   
 

Uses of UnsignedWide.ByValue in org.rococoa.cocoa.carboncore
 

Methods in org.rococoa.cocoa.carboncore that return UnsignedWide.ByValue
 UnsignedWide.ByValue CarbonCoreLibrary.AbsoluteDeltaToNanoseconds(UnsignedWide.ByValue leftAbsoluteTime, UnsignedWide.ByValue rightAbsoluteTime)
          AbsoluteDeltaToNanoseconds()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : Nanoseconds AbsoluteDeltaToNanoseconds(AbsoluteTime, AbsoluteTime)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:215
 UnsignedWide.ByValue CarbonCoreLibrary.AbsoluteToNanoseconds(UnsignedWide.ByValue absoluteTime)
          AbsoluteToNanoseconds()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : Nanoseconds AbsoluteToNanoseconds(AbsoluteTime)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:83
 UnsignedWide.ByValue CarbonCoreLibrary.AddAbsoluteToAbsolute(UnsignedWide.ByValue absoluteTime1, UnsignedWide.ByValue absoluteTime2)
          AddAbsoluteToAbsolute()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : AbsoluteTime AddAbsoluteToAbsolute(AbsoluteTime, AbsoluteTime)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:131
 UnsignedWide.ByValue CarbonCoreLibrary.AddDurationToAbsolute(int duration, UnsignedWide.ByValue absoluteTime)
          AddDurationToAbsolute()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : AbsoluteTime AddDurationToAbsolute(Duration, AbsoluteTime)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:173
 UnsignedWide.ByValue CarbonCoreLibrary.AddNanosecondsToAbsolute(UnsignedWide.ByValue nanoseconds, UnsignedWide.ByValue absoluteTime)
          AddNanosecondsToAbsolute()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : AbsoluteTime AddNanosecondsToAbsolute(Nanoseconds, AbsoluteTime)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:159
 UnsignedWide.ByValue CarbonCoreLibrary.DurationToAbsolute(int duration)
          DurationToAbsolute()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : AbsoluteTime DurationToAbsolute(Duration)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:119
 UnsignedWide.ByValue CarbonCoreLibrary.DurationToNanoseconds(int theDuration)
          DurationToNanoseconds()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : Nanoseconds DurationToNanoseconds(Duration)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:243
 UnsignedWide.ByValue CarbonCoreLibrary.NanosecondsToAbsolute(UnsignedWide.ByValue nanoseconds)
          NanosecondsToAbsolute()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : AbsoluteTime NanosecondsToAbsolute(Nanoseconds)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:107
 UnsignedWide.ByValue CarbonCoreLibrary.SubAbsoluteFromAbsolute(UnsignedWide.ByValue leftAbsoluteTime, UnsignedWide.ByValue rightAbsoluteTime)
          SubAbsoluteFromAbsolute()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : AbsoluteTime SubAbsoluteFromAbsolute(AbsoluteTime, AbsoluteTime)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:145
 UnsignedWide.ByValue CarbonCoreLibrary.SubDurationFromAbsolute(int duration, UnsignedWide.ByValue absoluteTime)
          SubDurationFromAbsolute()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : AbsoluteTime SubDurationFromAbsolute(Duration, AbsoluteTime)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:201
 UnsignedWide.ByValue CarbonCoreLibrary.SubNanosecondsFromAbsolute(UnsignedWide.ByValue nanoseconds, UnsignedWide.ByValue absoluteTime)
          SubNanosecondsFromAbsolute()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : AbsoluteTime SubNanosecondsFromAbsolute(Nanoseconds, AbsoluteTime)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:187
 UnsignedWide.ByValue CarbonCoreLibrary.UpTime()
          UpTime()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : AbsoluteTime UpTime()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:60
 

Methods in org.rococoa.cocoa.carboncore with parameters of type UnsignedWide.ByValue
 int CarbonCoreLibrary.AbsoluteDeltaToDuration(UnsignedWide.ByValue leftAbsoluteTime, UnsignedWide.ByValue rightAbsoluteTime)
          AbsoluteDeltaToDuration()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : Duration AbsoluteDeltaToDuration(AbsoluteTime, AbsoluteTime)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:229
 UnsignedWide.ByValue CarbonCoreLibrary.AbsoluteDeltaToNanoseconds(UnsignedWide.ByValue leftAbsoluteTime, UnsignedWide.ByValue rightAbsoluteTime)
          AbsoluteDeltaToNanoseconds()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : Nanoseconds AbsoluteDeltaToNanoseconds(AbsoluteTime, AbsoluteTime)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:215
 int CarbonCoreLibrary.AbsoluteToDuration(UnsignedWide.ByValue absoluteTime)
          AbsoluteToDuration()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : Duration AbsoluteToDuration(AbsoluteTime)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:95
 UnsignedWide.ByValue CarbonCoreLibrary.AbsoluteToNanoseconds(UnsignedWide.ByValue absoluteTime)
          AbsoluteToNanoseconds()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : Nanoseconds AbsoluteToNanoseconds(AbsoluteTime)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:83
 UnsignedWide.ByValue CarbonCoreLibrary.AddAbsoluteToAbsolute(UnsignedWide.ByValue absoluteTime1, UnsignedWide.ByValue absoluteTime2)
          AddAbsoluteToAbsolute()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : AbsoluteTime AddAbsoluteToAbsolute(AbsoluteTime, AbsoluteTime)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:131
 UnsignedWide.ByValue CarbonCoreLibrary.AddDurationToAbsolute(int duration, UnsignedWide.ByValue absoluteTime)
          AddDurationToAbsolute()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : AbsoluteTime AddDurationToAbsolute(Duration, AbsoluteTime)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:173
 UnsignedWide.ByValue CarbonCoreLibrary.AddNanosecondsToAbsolute(UnsignedWide.ByValue nanoseconds, UnsignedWide.ByValue absoluteTime)
          AddNanosecondsToAbsolute()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : AbsoluteTime AddNanosecondsToAbsolute(Nanoseconds, AbsoluteTime)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:159
 UnsignedWide.ByValue CarbonCoreLibrary.NanosecondsToAbsolute(UnsignedWide.ByValue nanoseconds)
          NanosecondsToAbsolute()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : AbsoluteTime NanosecondsToAbsolute(Nanoseconds)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:107
 int CarbonCoreLibrary.NanosecondsToDuration(UnsignedWide.ByValue theNanoseconds)
          NanosecondsToDuration()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : Duration NanosecondsToDuration(Nanoseconds)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:255
 UnsignedWide.ByValue CarbonCoreLibrary.SubAbsoluteFromAbsolute(UnsignedWide.ByValue leftAbsoluteTime, UnsignedWide.ByValue rightAbsoluteTime)
          SubAbsoluteFromAbsolute()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : AbsoluteTime SubAbsoluteFromAbsolute(AbsoluteTime, AbsoluteTime)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:145
 UnsignedWide.ByValue CarbonCoreLibrary.SubDurationFromAbsolute(int duration, UnsignedWide.ByValue absoluteTime)
          SubDurationFromAbsolute()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : AbsoluteTime SubDurationFromAbsolute(Duration, AbsoluteTime)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:201
 UnsignedWide.ByValue CarbonCoreLibrary.SubNanosecondsFromAbsolute(UnsignedWide.ByValue nanoseconds, UnsignedWide.ByValue absoluteTime)
          SubNanosecondsFromAbsolute()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: in InterfaceLib 8.6 and later
Original signature : AbsoluteTime SubNanosecondsFromAbsolute(Nanoseconds, AbsoluteTime)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/DriverServices.h:187
 



Copyright © 2009. All Rights Reserved.