Searched defs:time_low (Results 1 - 25 of 326) sorted by relevance

1234567891011>>

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Duuid.py71 bytes_le the UUID as a 16-byte string (with time_low, time_mid,
78 time_low the first 32 bits of the UUID
106 integers (32-bit time_low, 16-bit time_mid, 16-bit time_hi_version,
149 (time_low, time_mid, time_hi_version,
151 if not 0 <= time_low < 1<<32L:
164 int = ((time_low << 96L) | (time_mid << 80L) |
218 return (self.time_low, self.time_mid, self.time_hi_version,
226 time_low = property(get_time_low) variable in class:UUID
250 (self.time_mid << 32L) | self.time_low)
515 time_low
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Duuid.py71 bytes_le the UUID as a 16-byte string (with time_low, time_mid,
78 time_low the first 32 bits of the UUID
106 integers (32-bit time_low, 16-bit time_mid, 16-bit time_hi_version,
149 (time_low, time_mid, time_hi_version,
151 if not 0 <= time_low < 1<<32L:
164 int = ((time_low << 96L) | (time_mid << 80L) |
218 return (self.time_low, self.time_mid, self.time_hi_version,
226 time_low = property(get_time_low) variable in class:UUID
250 (self.time_mid << 32L) | self.time_low)
515 time_low
[all...]
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/8/platforms/android-10/arch-arm/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/8/platforms/android-10/arch-mips/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/8/platforms/android-10/arch-x86/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/8/platforms/android-11/arch-arm/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/8/platforms/android-11/arch-mips/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/8/platforms/android-11/arch-x86/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/8/platforms/android-12/arch-arm/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/8/platforms/android-12/arch-mips/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/8/platforms/android-12/arch-x86/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/8/platforms/android-13/arch-arm/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/8/platforms/android-13/arch-mips/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/8/platforms/android-13/arch-x86/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_
/prebuilts/ndk/8/platforms/android-15/arch-arm/usr/include/SLES/
H A DOpenSLES.h95 SLuint32 time_low; member in struct:SLInterfaceID_

Completed in 737 milliseconds

1234567891011>>