Home
last modified time | relevance | path

Searched refs:version_major (Results 1 – 25 of 65) sorted by relevance

123

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteiOS.cpp35 version_major(0), in SDKDirectoryInfo()
42 version_major, in SDKDirectoryInfo()
373 if (m_sdk_directory_infos[i].version_major == major && in GetSDKDirectoryForCurrentOSVersion()
386 if (m_sdk_directory_infos[i].version_major == major && in GetSDKDirectoryForCurrentOSVersion()
398 if (m_sdk_directory_infos[i].version_major == major) in GetSDKDirectoryForCurrentOSVersion()
428 if (sdk_dir_info.version_major != UINT32_MAX) in GetSDKDirectoryForLatestOSVersion()
430 if (result == NULL || sdk_dir_info.version_major > result->version_major) in GetSDKDirectoryForLatestOSVersion()
434 else if (sdk_dir_info.version_major == result->version_major) in GetSDKDirectoryForLatestOSVersion()
/external/chromium_org/third_party/boringssl/src/ssl/
Ds23_clnt.c270 int version = 0, version_major, version_minor; in ssl23_client_hello() local
315 version_major = TLS1_2_VERSION_MAJOR; in ssl23_client_hello()
320 version_major = TLS1_1_VERSION_MAJOR; in ssl23_client_hello()
325 version_major = TLS1_VERSION_MAJOR; in ssl23_client_hello()
330 version_major = SSL3_VERSION_MAJOR; in ssl23_client_hello()
335 version_major = SSL2_VERSION_MAJOR; in ssl23_client_hello()
354 *(p++) = version_major; in ssl23_client_hello()
426 *(d++) = version_major; in ssl23_client_hello()
/external/chromium_org/third_party/mesa/src/src/glx/apple/
Dapple_cgl.c90 apple_cgl.get_version(&apple_cgl.version_major, &apple_cgl.version_minor); in apple_cgl_init()
92 … apple_glx_diagnostic("CGL major %d minor %d\n", apple_cgl.version_major, apple_cgl.version_minor); in apple_cgl_init()
94 if (1 != apple_cgl.version_major) { in apple_cgl_init()
Dapple_cgl.h43 GLint version_major, version_minor; member
44 void (*get_version) (GLint * version_major, GLint * version_minor);
Dapple_visual.c77 …if(apple_cgl.version_major > 1 || (apple_cgl.version_major == 1 && apple_cgl.version_minor >= 3)) { in apple_visual_create_pfobj()
/external/mesa3d/src/glx/apple/
Dapple_cgl.c90 apple_cgl.get_version(&apple_cgl.version_major, &apple_cgl.version_minor); in apple_cgl_init()
92 … apple_glx_diagnostic("CGL major %d minor %d\n", apple_cgl.version_major, apple_cgl.version_minor); in apple_cgl_init()
94 if (1 != apple_cgl.version_major) { in apple_cgl_init()
Dapple_cgl.h43 GLint version_major, version_minor; member
44 void (*get_version) (GLint * version_major, GLint * version_minor);
Dapple_visual.c77 …if(apple_cgl.version_major > 1 || (apple_cgl.version_major == 1 && apple_cgl.version_minor >= 3)) { in apple_visual_create_pfobj()
/external/openssl/ssl/
Ds23_clnt.c304 int version = 0, version_major, version_minor; in ssl23_client_hello() local
388 version_major = TLS1_2_VERSION_MAJOR; in ssl23_client_hello()
393 version_major = TLS1_1_VERSION_MAJOR; in ssl23_client_hello()
398 version_major = TLS1_VERSION_MAJOR; in ssl23_client_hello()
411 version_major = SSL3_VERSION_MAJOR; in ssl23_client_hello()
416 version_major = SSL2_VERSION_MAJOR; in ssl23_client_hello()
436 *(d++) = version_major; in ssl23_client_hello()
495 *(p++) = version_major; in ssl23_client_hello()
574 *(d++) = version_major; in ssl23_client_hello()
/external/libpcap/
Dsf-pcap.c205 hdr.version_major = SWAPSHORT(hdr.version_major); in pcap_check_header()
213 if (hdr.version_major < PCAP_VERSION_MAJOR) { in pcap_check_header()
231 p->version_major = hdr.version_major; in pcap_check_header()
302 switch (hdr.version_major) { in pcap_check_header()
574 hdr.version_major = PCAP_VERSION_MAJOR; in sf_write_header()
/external/flac/libFLAC/
Dogg_decoder_aspect.c61 aspect->version_major = ~(0u); in FLAC__ogg_decoder_aspect_init()
178 aspect->version_major = (unsigned)(*b); in FLAC__ogg_decoder_aspect_read_callback_wrapper()
181 if (aspect->version_major != 1) in FLAC__ogg_decoder_aspect_read_callback_wrapper()
/external/chromium_org/remoting/
Dremoting_version.gypi16 'version_major':
21 '<(version_major).<(version_minor).'
Dremoting_version.gni27 version_major = exec_script(
42 version_short = "${version_major}.${version_minor}." + exec_script(
/external/chromium_org/remoting/host/installer/linux/
Dbuild-deb.sh26 version_major=$($version_helper -f $chrome_version_path \
34 version_full="$version_major.$version_minor.$version_build.$version_patch"
/external/qemu/android/
Dqemu-tcpdump.c48 uint16_t version_major; in pcap_write_header() member
59 h.version_major = PCAP_MAJOR; in pcap_write_header()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c201 if (version->version_major != 2 || in do_winsys_init()
206 version->version_major, in do_winsys_init()
213 ws->info.drm_major = version->version_major; in do_winsys_init()
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c201 if (version->version_major != 2 || in do_winsys_init()
206 version->version_major, in do_winsys_init()
213 ws->info.drm_major = version->version_major; in do_winsys_init()
/external/ppp/pppd/include/
Dpcap-int.h47 int version_major; member
/external/flac/libFLAC/include/private/
Dogg_decoder_aspect.h49 unsigned version_major, version_minor; member
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
Dva_context.c69 ctx->version_major = 3; in __vaDriverInit_0_31()
/external/mesa3d/src/gallium/state_trackers/va/
Dva_context.c69 ctx->version_major = 3; in __vaDriverInit_0_31()
/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp78 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char …
628 char version_major[10] = ""; in pkg_executeOptions() local
634 for (uint32_t i = 0;i < sizeof(version_major);i++) { in pkg_executeOptions()
636 version_major[i] = 0; in pkg_executeOptions()
639 version_major[i] = o->version[i]; in pkg_executeOptions()
657 …createFileNames(o, mode, version_major, o->version == NULL ? "" : o->version, o->libName, reverseE… in pkg_executeOptions()
867 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char … in createFileNames() argument
895 version_major, in createFileNames()
916 version_major); in createFileNames()
945 reverseExt ? version_major : pkgDataFlags[SO_EXT], in createFileNames()
[all …]
/external/chromium_org/third_party/icu/source/tools/pkgdata/
Dpkgdata.cpp78 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char …
618 char version_major[10] = ""; in pkg_executeOptions() local
624 for (uint32_t i = 0;i < sizeof(version_major);i++) { in pkg_executeOptions()
626 version_major[i] = 0; in pkg_executeOptions()
629 version_major[i] = o->version[i]; in pkg_executeOptions()
647 …createFileNames(o, mode, version_major, o->version == NULL ? "" : o->version, o->libName, reverseE… in pkg_executeOptions()
858 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char … in createFileNames() argument
886 version_major, in createFileNames()
936 reverseExt ? version_major : pkgDataFlags[SO_EXT], in createFileNames()
937 reverseExt ? pkgDataFlags[SO_EXT] : version_major); in createFileNames()
/external/chromium_org/third_party/hwcplus/include/hardware/
Dhardware.h112 #define version_major module_api_version macro
/external/chromium_org/third_party/webrtc/test/
Drtp_file_reader.cc345 uint16_t version_major; in ReadGlobalHeader() local
347 TRY_PCAP(Read(&version_major, false)); in ReadGlobalHeader()
349 if (version_major != kPcapVersionMajor || in ReadGlobalHeader()

123