OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bugfix
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/base/
macutils.cc
86
bool GetOSVersion(int* major, int* minor, int*
bugfix
) {
87
ASSERT(major && minor &&
bugfix
);
92
*
bugfix
= *major & 0xF;
99
GetGestalt(gestaltSystemVersionBugFix,
bugfix
);
103
int major = 0, minor = 0,
bugfix
= 0;
local
104
if (!GetOSVersion(&major, &minor, &
bugfix
)) {
macutils.h
46
bool GetOSVersion(int* major, int* minor, int*
bugfix
);
/external/libchrome/base/
sys_info_mac.cc
30
int32_t major, minor,
bugfix
;
local
31
OperatingSystemVersionNumbers(&major, &minor, &
bugfix
);
32
return base::StringPrintf("%d.%d.%d", major, minor,
bugfix
);
/external/v8/test/mjsunit/regress/
regress-crbug-244461.js
39
// Compilation of foo will crash without the
bugfix
for 244461
Completed in 311 milliseconds