HomeSort by relevance Sort by last modified time
    Searched refs:productVersion (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebKit2/
Makefile 3 OSX_VERSION ?= $(shell sw_vers -productVersion | cut -d. -f 2)
  /external/webkit/Tools/MiniBrowser/
Makefile 3 OSX_VERSION ?= $(shell sw_vers -productVersion | cut -d. -f 2)
  /external/webkit/Tools/TestWebKitAPI/
Makefile 3 OSX_VERSION ?= $(shell sw_vers -productVersion | cut -d. -f 2)
  /external/webkit/Tools/WebKitTestRunner/
Makefile 3 OSX_VERSION ?= $(shell sw_vers -productVersion | cut -d. -f 2)
  /external/nist-sip/java/gov/nist/javax/sip/parser/
UserAgentParser.java 112 String productVersion = this.lexer.byteStringNoSlash();
114 if ( productVersion == null ) throw createParseException("Expected product version");
118 productSb.append(productVersion);
  /external/chromium/chrome/browser/ui/cocoa/
install.sh 100 OS_VERSION=$(sw_vers -productVersion)
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
Makefile 34 OSX_VERSION = $(shell sw_vers -productVersion | cut -d. -f 2)
  /build/core/combo/
HOST_darwin-x86.mk 27 build_mac_version := $(shell sw_vers -productVersion)
  /external/llvm/utils/buildit/
GNUmakefile 80 export MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion`; \
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 607 LPCTSTR productVersion;
609 if (!VerQueryValueW(data.data(), L"\\StringFileInfo\\040904b0\\ProductVersion", (void**)&productVersion, &productVersionLength))
611 if (wcsncmp(L"3.1", productVersion, productVersionLength) > 0) {

Completed in 1237 milliseconds