HomeSort by relevance Sort by last modified time
    Searched refs:bugfix (Results 1 - 5 of 5) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
macutils.cc 109 bool GetOSVersion(int* major, int* minor, int* bugfix) {
110 ASSERT(major && minor && bugfix);
114 *bugfix = *major & 0xF;
121 && GetGestalt(gestaltSystemVersionBugFix, bugfix);
125 int major = 0, minor = 0, bugfix = 0; local
126 if (!GetOSVersion(&major, &minor, &bugfix))
macutils.h 54 bool GetOSVersion(int* major, int* minor, int* bugfix);
  /external/chromium/chrome/browser/
process_info_snapshot_mac.cc 388 int32 major, minor, bugfix; local
389 base::SysInfo::OperatingSystemVersionNumbers(&major, &minor, &bugfix);
  /external/elfutils/
elfutils.spec 472 - upgrade to 0.78 (libdwarf bugfix, libdw additions).
  /external/libpng/
CHANGES 303 for major, minor, and bugfix releases. This is 10001. (Adam Costello,
512 Further optimization and bugfix of pngvcrd.c
    [all...]

Completed in 991 milliseconds