Searched refs:minor (Results 1 - 25 of 168) sorted by relevance

1234567

/external/elfutils/
H A Dversion.h55 #define _ELFUTILS_PREREQ(major, minor) \
56 (_ELFUTILS_VERSION >= ((major) * 1000 + (minor)))
/external/apache-http/src/org/apache/http/
H A DHttpVersion.java65 * @param minor the minor version number of the HTTP protocol
67 * @throws IllegalArgumentException if either major or minor version number is negative
69 public HttpVersion(int major, int minor) { argument
70 super(HTTP, major, minor);
78 * @param minor the minor version
82 public ProtocolVersion forVersion(int major, int minor) { argument
84 if ((major == this.major) && (minor == this.minor)) {
[all...]
H A DProtocolVersion.java47 * protocol name, major version number, and minor version number.
68 protected final int minor; field in class:ProtocolVersion
76 * @param minor the minor version number of the protocol
78 public ProtocolVersion(String protocol, int major, int minor) { argument
87 if (minor < 0) {
89 ("Protocol minor version number may not be negative");
93 this.minor = minor;
115 * Returns the minor versio
139 forVersion(int major, int minor) argument
[all...]
/external/elfutils/config/
H A Dversion.h.in55 #define _ELFUTILS_PREREQ(major, minor) \
56 (_ELFUTILS_VERSION >= ((major) * 1000 + (minor)))
/external/dbus/dbus/
H A Ddbus-misc.c108 * The COMPILE TIME minor version of libdbus, that is, the "Y" in "X.Y.Z",
126 * the minor version in the third most significant, and the micro version in the
156 * @param minor_version_p pointer to return the minor version, or #NULL
187 int major, minor, micro; local
196 * typo (mixing up major and minor, that sort of thing).
198 dbus_get_version (&major, &minor, &micro);
201 _dbus_assert (minor == DBUS_MINOR_VERSION);
216 _dbus_assert (MAKE_VERSION (major, minor, micro) == DBUS_VERSION);
219 _dbus_assert (MAKE_VERSION (major - 1, minor, micro) < DBUS_VERSION);
220 _dbus_assert (MAKE_VERSION (major, minor
[all...]
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebkitglobal.h26 // QTWEBKIT_VERSION is (major << 16) + (minor << 8) + patch. Similar to Qt.
29 #define QTWEBKIT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
/external/bluetooth/bluez/plugins/
H A Dformfactor.c86 uint8_t minor = 0; local
110 minor |= (1 << 2) | (1 << 3);
112 minor |= 1 << 2;
114 minor |= 1 << 3;
116 minor += 1 << 4;
120 DBG("Setting 0x%06x for major/minor device class", (1 << 8) | minor);
122 btd_adapter_set_class(adapter, 0x01, minor);
H A Dhal.c42 uint8_t minor = 0; local
63 minor |= (1 << 2) | (1 << 3);
65 minor |= 1 << 2;
67 minor |= 1 << 3;
69 minor += 1 << 4;
75 DBG("Setting 0x%06x for major/minor device class", (1 << 8) | minor);
77 btd_adapter_set_class(adapter, 0x01, minor);
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitversion.h.in35 #define WEBKIT_CHECK_VERSION(major, minor, micro) \
37 (WEBKIT_MAJOR_VERSION == (major) && WEBKIT_MINOR_VERSION > (minor)) || \
38 (WEBKIT_MAJOR_VERSION == (major) && WEBKIT_MINOR_VERSION == (minor) && \
51 webkit_check_version (guint major, guint minor, guint micro);
/external/chromium/base/win/
H A Dwindows_version.cc26 version_number_.minor = version_info.dwMinorVersion;
28 if ((version_number_.major == 5) && (version_number_.minor > 0)) {
29 version_ = (version_number_.minor == 1) ? VERSION_XP : VERSION_SERVER_2003;
32 version_ = (version_number_.minor == 0) ? VERSION_VISTA : VERSION_WIN7;
39 service_pack_.minor = version_info.wServicePackMinor;
/external/v8/test/cctest/
H A Dtest-version.cc39 void SetVersion(int major, int minor, int build, int patch, argument
42 Version::minor_ = minor;
52 static void CheckVersion(int major, int minor, int build, argument
60 SetVersion(major, minor, build, patch, candidate, "");
68 SetVersion(major, minor, build, patch, candidate, soname);
/external/kernel-headers/original/linux/
H A Dmiscdevice.h37 int minor; member in struct:miscdevice
48 #define MODULE_ALIAS_MISCDEV(minor) \
50 "-" __stringify(minor))
H A Dkdev_t.h44 unsigned minor = MINOR(dev); local
45 return (minor & 0xff) | (major << 8) | ((minor & ~0xff) << 12);
51 unsigned minor = (dev & 0xff) | ((dev >> 12) & 0xfff00); local
52 return MKDEV(major, minor);
/external/bluetooth/glib/
H A Dwin32-fixup.pl4 $minor = 3;
21 s/\@GLIB_MINOR_VERSION\@/$minor/g;
/external/libnfc-nxp/src/
H A DphLibNfcStatus.h47 #define LIB_NFC_VERSION_SET(v,major,minor,patch,build) ((v) = \
49 ( ((minor) << 16) & 0x00FF0000 ) | \
/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_version.h44 Uint8 minor; member in struct:SDL_version
54 (X)->minor = SDL_MINOR_VERSION; \
/external/clang/test/CodeGen/
H A D2007-09-12-PragmaPack.c15 uint8_t minor; member in struct:__anon3663
/external/webkit/Source/WebCore/platform/win/
H A DSystemInfo.cpp34 WindowsVersion windowsVersion(int* major, int* minor) argument
85 if (minor)
86 *minor = minorVersion;
92 int major, minor; local
93 WindowsVersion version = windowsVersion(&major, &minor);
114 return makeString(familyName, String::number(major), '.', String::number(minor));
/external/chromium/net/http/
H A Dhttp_version.h13 // Wrapper for an HTTP (major,minor) version pair.
16 // Default constructor (major=0, minor=0).
19 // Build from unsigned major/minor pair.
20 HttpVersion(uint16 major, uint16 minor) : value_(major << 16 | minor) { } argument
54 uint32 value_; // Packed as <major>:<minor>
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmacutils.cc109 bool GetOSVersion(int* major, int* minor, int* bugfix) { argument
110 ASSERT(major && minor && bugfix);
115 *minor = (*major >> 4) & 0xF;
120 && GetGestalt(gestaltSystemVersionMinor, minor)
125 int major = 0, minor = 0, bugfix = 0; local
126 if (!GetOSVersion(&major, &minor, &bugfix))
130 if ((major < 10) || (minor < 3))
132 switch (minor) {
/external/skia/src/gpu/mac/
H A DSkNativeGLContext_mac.cpp35 GLint major, minor; local
38 aglGetVersion(&major, &minor);
39 //SkDebugf("---- agl version %d %d\n", major, minor);
/external/chromium/base/
H A Dsys_info_win.cc59 version_number.minor));
63 if (service_pack.minor != 0)
64 version += StringPrintf(".%d", service_pack.minor);
104 *minor_version = os_info->version_number().minor;
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
H A DXinerama.h25 int *minor
H A Dxme.h31 extern Bool XiGMiscQueryVersion(Display *dpy, int *major, int *minor);
/external/skia/include/core/
H A DSkGraphics.h33 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);

Completed in 1297 milliseconds

1234567