Searched defs:current_version (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Tools/msi/
H A Dmsi.py24 # current_version.day for Snapshot, current_version otherwise
67 current_version = "%s.%d" % (short_version, FIELD3) variable
79 current_version = "%s.%s.%s" % (major, minor, int(time.time()/3600/24)) variable
82 product_code = product_codes[current_version]
85 full_current_version = current_version
231 ProductVersion=current_version,
267 current_version,
275 [(upgrade_code, start, current_version,
974 assert pyversion.split(".")[:3] == current_version
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h377 uint32_t current_version; member in struct:llvm::MachO::dylib
/external/llvm/include/llvm/Support/
H A DMachO.h590 uint32_t current_version; member in struct:llvm::MachO::dylib
1090 sys::swapByteOrder(d.dylib.current_version);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h591 uint32_t current_version; member in struct:llvm::MachO::dylib
1098 sys::swapByteOrder(d.dylib.current_version);

Completed in 237 milliseconds