HomeSort by relevance Sort by last modified time
    Searched full:bugfix (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/chromium_org/base/
sys_info_mac.cc 27 int32 major, minor, bugfix; local
28 OperatingSystemVersionNumbers(&major, &minor, &bugfix);
29 return base::StringPrintf("%d.%d.%d", major, minor, bugfix);
sys_info_android.cc 139 int32 major, minor, bugfix; local
140 OperatingSystemVersionNumbers(&major, &minor, &bugfix);
141 return StringPrintf("%d.%d.%d", major, minor, bugfix);
  /external/chromium_org/third_party/tcmalloc/vendor/
ChangeLog 38 * BUGFIX: Fix pprof to exit properly if run with no args (dagitses)
47 * BUGFIX: Shell escape when forking in pprof (csilvers)
52 * PORTING/BUGFIX: Fix ARM cycleclock to use volatile asm (dougkwan)
66 * BUGFIX: Fix probing of nm -f behavior in pprof (dpeng)
67 * BUGFIX: Fix a race with the CentralFreeList lock before main (sanjay)
71 * BUGFIX: write our own strstr to avoid libc problems (csilvers)
106 * BUGFIX: Actually initialize allocator name (mec)
107 * BUGFIX: Keep track of 'overhead' bytes in malloc reporting (csilvers)
109 * BUGFIX: top10 in pprof should print 10 lines, not 11 (rsc)
114 * BUGFIX: We were leaving out a needed $(top_srcdir) in the Makefil
    [all...]
  /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_org/third_party/libjingle/source/talk/base/
macutils.cc 103 bool GetOSVersion(int* major, int* minor, int* bugfix) {
104 ASSERT(major && minor && bugfix);
109 *bugfix = *major & 0xF;
116 GetGestalt(gestaltSystemVersionBugFix, bugfix);
120 int major = 0, minor = 0, bugfix = 0; local
121 if (!GetOSVersion(&major, &minor, &bugfix)) {
macutils.h 63 bool GetOSVersion(int* major, int* minor, int* bugfix);
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
ChangeLog 50 * BUGFIX: Fix an error message for float flags (olexiy)
51 * BUGFIX: Can now import while defining flags (salcianu)
52 * BUGFIX: Fix flagfile parsing in python (chronos)
  /external/chromium_org/third_party/python_gflags/
ChangeLog 50 * BUGFIX: Fix an error message for float flags (olexiy)
51 * BUGFIX: Can now import while defining flags (salcianu)
52 * BUGFIX: Fix flagfile parsing in python (chronos)
  /external/libogg/
CHANGES 30 * important bugfix for 64-bit platforms
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-244461.js 40 // Compilation of foo will crash without the bugfix for 244461
  /external/grub/
AUTHORS 45 logical partitions, and did a significant bugfix for the terminal stuff.
  /external/libpng/
ANNOUNCE 52 Ported bugfix in pngrtran.c from 1.5.3: when expanding a paletted image,
  /external/chromium_org/third_party/ocmock/
Changes.txt 212 * Added Evan Doll's bugfix, which forwards conformsToProtocol: methods when necessary
228 * Added Jon Reid's bugfix that prevents a crash when trying to stub an unknown method on a
  /external/chromium/chrome/browser/
bug_report_util.cc 172 int32 bugFix;
173 base::SysInfo::OperatingSystemVersionNumbers(&major, &minor, &bugFix);
174 *os_version = StringPrintf("%d.%d.%d", major, minor, bugFix);
process_info_snapshot_mac.cc 388 int32 major, minor, bugfix; local
389 base::SysInfo::OperatingSystemVersionNumbers(&major, &minor, &bugfix);
  /external/libvorbis/
CHANGES 36 * Multichannel decode bugfix
  /external/chromium_org/base/mac/
mac_util_unittest.mm 140 int32 major, minor, bugfix;
141 base::SysInfo::OperatingSystemVersionNumbers(&major, &minor, &bugfix);
  /external/libsepol/
ChangeLog 345 * Merged node_expand_addr bugfix and node_compare* change from
370 * Merged assertion copying bugfix from Joshua Brindle.
401 * Merged bugfix for sepol_port_modify from Russell Coker.
456 * Merged record interface, record bugfix, and set_roles patches
581 * Merged user list function, new mls functions, and bugfix patch
687 * Merged mls_context_to_sid bugfix from Ivan Gyurdiev.
692 genbools, debug traceback, and bugfix patches from Ivan Gyurdiev.
693 * Merged uninitialized variable bugfix from Dan Walsh.
  /external/genext2fs/
genext2fs.c 21 // 6 Jun 2000 Bugfix: fs size multiple of 8
22 // Bugfix: fill blocks with inodes
23 // 14 Jun 2000 Bugfix: bad chdir() with -d option
24 // Bugfix: removed size=8n constraint
29 // Bugfix: bad dir name lookup
30 // 03 Aug 2000 Bugfix: ind. blocks endian swap
31 // 09 Aug 2000 Bugfix: symlinks endian swap
32 // 01 Sep 2000 Bugfix: getopt returns int, not char proski@gnu.org
33 // 10 Sep 2000 Bugfix: device nodes endianness xavier.gueguen@col.bsf.alcatel.fr
34 // Bugfix: getcwd values for Solaris xavier.gueguen@col.bsf.alcatel.f
    [all...]
  /external/ipsec-tools/
NEWS 100 o Security bugfix WRT handling X.509 signatures.
  /external/liblzf/
Changes 32 - IMPORTANT BUGFIX: a too long final literal run would corrupt data
  /external/grub/netboot/
3c90x.txt 168 To enable the 3c905B bugfix, which is necessary for these cards when
297 from Etherboot version 4.6.10, compiled with the bugfix parameter
305 without this bugfix parameter, to boot the machine from the PROM chip.
  /external/qemu-pc-bios/vgabios/
README 205 . Included bugfix from techt@pikeonline.net about grayscale summing
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
LocaleUtils.java 30 * same name in Latin IME. They need to be kept synchronized; for any update/bugfix to

Completed in 267 milliseconds

1 2 3