Home
last modified time | relevance | path

Searched refs:productVersion (Results 1 – 14 of 14) 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.sh60 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/honggfuzz/
DMakefile82 OS_VERSION := $(shell sw_vers -productVersion)
/external/swiftshader/third_party/LLVM/
DMakefile.rules485 DARWIN_VERSION := `sw_vers -productVersion`
/external/python/cpython2/
Dconfigure.ac1164 cur_target_major=`sw_vers -productVersion | \
1166 cur_target_minor=`sw_vers -productVersion | \
Dconfigure6122 cur_target_major=`sw_vers -productVersion | \
6124 cur_target_minor=`sw_vers -productVersion | \
/external/python/cpython3/
Dconfigure.ac1785 cur_target_major=`sw_vers -productVersion | \
1787 cur_target_minor=`sw_vers -productVersion | \
Dconfigure7341 cur_target_major=`sw_vers -productVersion | \
7343 cur_target_minor=`sw_vers -productVersion | \