HomeSort by relevance Sort by last modified time
    Searched refs:major (Results 76 - 100 of 1852) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/python/cpython2/PCbuild/
field3.py 17 major, minor, micro, level, serial = sys.version_info
  /external/python/cpython3/PCbuild/
field3.py 17 major, minor, micro, level, serial = sys.version_info
  /external/squashfs-tools/squashfs-tools/
pseudo.h 31 unsigned int major; member in struct:pseudo_dev
  /frameworks/native/opengl/libs/EGL/
egldefs.h 43 EGLint major; member in struct:android::egl_connection_t
  /frameworks/native/opengl/tools/glgen/specs/egl/
checks.spec 1 eglInitialize nullAllowed major nullAllowed minor check major 1 check minor 1
  /system/bt/bta/include/
utl.h 50 uint8_t major; member in struct:__anon1639
111 * BTA_UTL_SET_COD_MAJOR_MINOR, - overwrite major,
117 * BTA_UTL_SET_COD_ALL - overwrite major, minor, set
119 * BTA_UTL_INIT_COD - overwrite major, minor, and
  /external/skia/src/core/
SkGraphics.cpp 34 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) {
35 if (major) {
36 *major = SKIA_VERSION_MAJOR;
  /external/skia/tools/fiddle/
egl_context.cpp 39 EGLint major, minor; local
40 if (EGL_TRUE != eglInitialize(eglDpy, &major, &minor)) {
67 driverinfo << "EGL " << major << "." << minor << "\n";
  /external/skqp/src/core/
SkGraphics.cpp 34 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) {
35 if (major) {
36 *major = SKIA_VERSION_MAJOR;
  /external/skqp/tools/fiddle/
egl_context.cpp 39 EGLint major, minor; local
40 if (EGL_TRUE != eglInitialize(eglDpy, &major, &minor)) {
67 driverinfo << "EGL " << major << "." << minor << "\n";
  /external/tensorflow/tensorflow/core/util/
semver_test.cc 52 uint64 major, minor, patch; local
56 ASSERT_TRUE(str_util::ConsumeLeadingDigits(&semver, &major));
63 if (major == 0 && minor <= 11) {
  /hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
GrallocLoader.h 65 // return the major api version of the module
72 int major = getModuleMajorApiVersion(module); local
73 switch (major) {
83 ALOGE("unknown gralloc module major version %d", major);
  /hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
GrallocLoader.h 51 int major = getModuleMajorApiVersion(module); local
52 switch (major) {
62 ALOGE("unknown gralloc module major version %d", major);
  /test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
CpuFeatures.java 65 public static boolean kernelVersionLessThan(ITestDevice device, int major, int minor)
72 return (major < deviceMajor) || ((major == deviceMajor) && (minor < deviceMinor));
  /external/mesa3d/src/mesa/main/
version.c 61 int major, minor, n; local
86 n = sscanf(version_str, "%u.%u", &major, &minor);
92 override[api].version = major * 10 + minor;
237 GLuint major, minor, version; local
391 major = 4;
395 major = 4;
399 major = 4;
403 major = 4;
407 major = 4;
411 major = 4
    [all...]
  /toolchain/binutils/binutils-2.27/cpu/
frv.opc 66 CGEN_ATTR_VALUE_ENUM_TYPE major[FRV_VLIW_SIZE];
89 /* Returns TRUE if {MAJOR,MACH} is a major branch of the FRV
93 frv_is_branch_major (CGEN_ATTR_VALUE_ENUM_TYPE major, unsigned long mach)
98 if (major >= FR400_MAJOR_B_1 && major <= FR400_MAJOR_B_6)
102 if (major >= FR450_MAJOR_B_1 && major <= FR450_MAJOR_B_6)
106 if (major >= FR500_MAJOR_B_1 && major <= FR500_MAJOR_B_6
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
VersionInfo.java 16 * Class to store version numbers of the form major.minor.milli.micro.
204 * @param version version String in the format of "major.minor.milli.micro"
205 * or "major.minor.milli" or "major.minor" or "major",
206 * where major, minor, milli, micro are non-negative numbers
251 * @param major major version, non-negative number &lt;= 255.
257 public static VersionInfo getInstance(int major, int minor, int milli,
262 if (major < 0 || major > 255 || minor < 0 || minor > 255 |
573 int major = ICU_VERSION.getMajor(); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
VersionInfo.java 15 * Class to store version numbers of the form major.minor.milli.micro.
232 * @param version version String in the format of "major.minor.milli.micro"
233 * or "major.minor.milli" or "major.minor" or "major",
234 * where major, minor, milli, micro are non-negative numbers
280 * @param major major version, non-negative number &lt;= 255.
287 public static VersionInfo getInstance(int major, int minor, int milli,
292 if (major < 0 || major > 255 || minor < 0 || minor > 255 |
613 int major = ICU_VERSION.getMajor(); local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
RequestLine.java 146 String major = null;
152 if (major == null)
153 major = "" + sipVersion.charAt(i);
155 major += sipVersion.charAt(i);
160 return major;
271 * Major reformat of code to conform with style guide. Resolved compiler and javadoc warnings. Added CVS tags.
StatusLine.java 171 String major = null;
177 if (major == null)
178 major = "" + sipVersion.charAt(i);
180 major += sipVersion.charAt(i);
185 return major;
268 * Major reformat of code to conform with style guide. Resolved compiler and javadoc warnings. Added CVS tags.
  /external/vixl/src/
compiler-intrinsics-vixl.h 37 #define MAJOR 1000000
40 #define GCC_VERSION_OR_NEWER(major, minor, patchlevel) \
41 ((__GNUC__ * (MAJOR) + __GNUC_MINOR__ * (MINOR) + __GNUC_PATCHLEVEL__) >= \
42 ((major) * (MAJOR) + ((minor)) * (MINOR) + (patchlevel)))
44 #define GCC_VERSION_OR_NEWER(major, minor, patchlevel) \
45 ((__GNUC__ * (MAJOR) + __GNUC_MINOR__ * (MINOR)) >= \
46 ((major) * (MAJOR) + ((minor)) * (MINOR) + (patchlevel)))
48 #define GCC_VERSION_OR_NEWER(major, minor, patchlevel)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_mac.h 19 minor/major version-macros. It is increased on demand, if a big
211 # define __MINGW_GNUC_PREREQ(major, minor) \
212 (__GNUC__ > (major) \
213 || (__GNUC__ == (major) && __GNUC_MINOR__ >= (minor)))
215 # define __MINGW_GNUC_PREREQ(major, minor) 0
219 # define __MINGW_MSC_PREREQ(major, minor) \
220 (_MSC_VER >= (major * 100 + minor * 10))
222 # define __MINGW_MSC_PREREQ(major, minor) 0
  /external/skia/src/gpu/gl/
GrGLUtil.h 23 #define GR_GL_VER(major, minor) ((static_cast<int>(major) << 16) | \
25 #define GR_GLSL_VER(major, minor) ((static_cast<int>(major) << 16) | \
27 #define GR_GL_DRIVER_VER(major, minor) ((static_cast<int>(major) << 16) | \
  /external/skqp/src/gpu/gl/
GrGLUtil.h 23 #define GR_GL_VER(major, minor) ((static_cast<int>(major) << 16) | \
25 #define GR_GLSL_VER(major, minor) ((static_cast<int>(major) << 16) | \
27 #define GR_GL_DRIVER_VER(major, minor) ((static_cast<int>(major) << 16) | \
  /bionic/libc/kernel/uapi/linux/raid/
md_u.h 48 int major; member in struct:mdu_version_s
78 int major; member in struct:mdu_disk_info_s
84 int major; member in struct:mdu_start_info_s

Completed in 2198 milliseconds

1 2 34 5 6 7 8 91011>>