HomeSort by relevance Sort by last modified time
    Searched refs:productVersion (Results 1 - 15 of 15) 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)
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
Android.mk 12 DARWIN_VERSION := $(strip $(shell sw_vers -productVersion))
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
Android.mk 20 DARWIN_VERSION := $(strip $(shell sw_vers -productVersion))
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
Makefile 34 OSX_VERSION = $(shell sw_vers -productVersion | cut -d. -f 2)
  /external/llvm/utils/buildit/
GNUmakefile 77 export MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion`; \
  /build/core/combo/
HOST_darwin-x86.mk 33 build_mac_version := $(shell 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) {
  /ndk/build/tools/
build-mingw64-toolchain.sh 239 osx_version=`sw_vers -productVersion`
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 1376 milliseconds