/frameworks/base/telephony/java/android/telephony/euicc/ |
EuiccInfo.java | 53 public final String osVersion; 55 public EuiccInfo(@Nullable String osVersion) { 56 this.osVersion = osVersion; 60 osVersion = in.readString(); 65 dest.writeString(osVersion);
|
/external/webrtc/webrtc/modules/utility/source/ |
helpers_ios.mm | 72 NSString* osVersion = [[UIDevice currentDevice] systemVersion]; 73 return StdStringFromNSString(osVersion); 77 NSString* osVersion = [[UIDevice currentDevice] systemVersion]; 78 return osVersion.floatValue;
|
/external/libpng/scripts/ |
makefile.freebsd | 35 #LDADD+= -lm -lz -lssp_nonshared # for OSVERSION < 800000 ?
|
/frameworks/base/core/jni/ |
android_os_VintfRuntimeInfo.cpp | 44 MAP_STRING_METHOD(getOsVersion, info->osVersion());
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
AuthorizationList.java | 175 private Integer osVersion; 224 osVersion = Asn1Utils.getIntegerFromAsn1(value); 484 return osVersion; 568 if (osVersion != null) { 569 s.append("\nOS Version: ").append(osVersion);
|
/system/libvintf/include/vintf/ |
RuntimeInfo.h | 50 const std::string &osVersion() const;
|
/system/libvintf/ |
RuntimeInfo.cpp | 40 const std::string &RuntimeInfo::osVersion() const {
|
parse_string.cpp | 397 << ki.osVersion() << "/"
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/TapeIo/ |
TapeIo.h | 44 CHAR8 OSVersion[40];
|
/external/webrtc/webrtc/test/channel_transport/ |
udp_socket2_win.cc | 824 OSVERSIONINFO OsVersion; 825 OsVersion.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); 826 GetVersionEx (&OsVersion); 828 if ((OsVersion.dwMajorVersion == 4)) // NT 4.0 [all...] |
udp_transport_impl.cc | 795 OSVERSIONINFO OsVersion; 796 OsVersion.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); 797 GetVersionEx(&OsVersion); 804 if (OsVersion.dwMajorVersion == 5 && 805 OsVersion.dwMinorVersion == 1) [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
TapeIo.h | 37 CHAR8 OSVersion[40];
|
/external/kernel-headers/original/uapi/linux/ |
hyperv.h | 210 * 8 OSVersion
|
/prebuilts/go/darwin-x86/src/syscall/ |
zsysctl_openbsd.go | 83 {"kern.osversion", []_C_int{1, 27}},
|
/prebuilts/go/linux-x86/src/syscall/ |
zsysctl_openbsd.go | 83 {"kern.osversion", []_C_int{1, 27}},
|
/external/python/cpython2/Lib/plat-mac/ |
findertools.py | 639 def OSversion(): 768 print '\tOS version', OSversion() # the version of the system software
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
findertools.py | 639 def OSversion(): 768 print '\tOS version', OSversion() # the version of the system software
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
findertools.py | 639 def OSversion(): 768 print '\tOS version', OSversion() # the version of the system software
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
EuiccControllerTest.java | 208 assertEquals(OS_VERSION, callGetEuiccInfo(true /* success */, EUICC_INFO).osVersion); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winspool.h | [all...] |
/packages/apps/Messaging/src/com/android/messaging/sms/ |
MmsUtils.java | [all...] |
/developers/build/gradle/wrapper/ |
gradle-wrapper.jar | |
/developers/build/prebuilts/androidtv/leanback/gradle/wrapper/ |
gradle-wrapper.jar | |
/developers/build/prebuilts/androidtv/sample-inputs/gradle/wrapper/ |
gradle-wrapper.jar | |
/developers/build/prebuilts/androidtv/visual-game-controller/gradle/wrapper/ |
gradle-wrapper.jar | |