Home
last modified time | relevance | path

Searched refs:productVersion (Results 1 – 15 of 15) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/parser/
DUserAgentParser.java112 String productVersion = this.lexer.byteStringNoSlash(); in parse() local
114 … if ( productVersion == null ) throw createParseException("Expected product version"); in parse()
118 productSb.append(productVersion); in parse()
/external/tensorflow/tensorflow/contrib/makefile/
Dbuild_all_ios.sh67 export MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion)
Dcompile_ios_tensorflow.sh35 export MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion)
Dcompile_ios_protobuf.sh21 export MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion)
/external/tensorflow/tools/
Dtf_env_collect.sh40 echo Mac OS X `sw_vers -productVersion`
/external/swiftshader/third_party/LLVM/utils/buildit/
DGNUmakefile80 export MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion`; \
/external/compiler-rt/test/
Dlit.common.cfg125 osx_version = subprocess.check_output(["sw_vers", "-productVersion"])
/external/compiler-rt/make/platform/
Dclang_darwin.mk108 ifneq ($(shell test -x /usr/bin/sw_vers && sw_vers -productVersion | grep 10.6),)
/external/u-boot/
DMakefile288 DARWIN_MAJOR_VERSION = $(shell sw_vers -productVersion | cut -f 1 -d '.')
289 DARWIN_MINOR_VERSION = $(shell sw_vers -productVersion | cut -f 2 -d '.')
/external/honggfuzz/
DMakefile84 OS_VERSION := $(shell sw_vers -productVersion)
/external/swiftshader/third_party/LLVM/
DMakefile.rules485 DARWIN_VERSION := `sw_vers -productVersion`
/external/python/cpython2/
Dconfigure.ac1241 cur_target_major=`sw_vers -productVersion | \
1243 cur_target_minor=`sw_vers -productVersion | \
Dconfigure6203 cur_target_major=`sw_vers -productVersion | \
6205 cur_target_minor=`sw_vers -productVersion | \
/external/python/cpython3/
Dconfigure.ac1912 cur_target_major=`sw_vers -productVersion | \
1914 cur_target_minor=`sw_vers -productVersion | \
Dconfigure7519 cur_target_major=`sw_vers -productVersion | \
7521 cur_target_minor=`sw_vers -productVersion | \