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

  /external/grpc-grpc/test/core/iomgr/ios/CFStreamTests/
run_tests.sh 27 xcodebuild \
38 xcodebuild \
49 xcodebuild \
60 xcodebuild \
build_tests.sh 27 hash xcodebuild 2>/dev/null || {
  /external/mdnsresponder/
Makefile 24 cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild install OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS) SDKROOT=$(SDKROOT) -target Build\ Some
27 cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild install OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS) SDKROOT=$(SDKROOT) -target SystemLibraries
30 cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild install OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS) SDKROOT=$(SDKROOT)
38 cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild installhdrs OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS) SDKROOT=$(SDKROOT) -target SystemLibraries
  /external/grpc-grpc/src/objective-c/tests/
run_tests.sh 39 # xcodebuild is very verbose. We filter its output and tell Bash to fail if any
49 # the first xcodebuild command
53 out=$(xcodebuild \
83 xcodebuild \
93 xcodebuild \
103 xcodebuild \
113 xcodebuild \
123 xcodebuild \
134 xcodebuild \
145 xcodebuild \
    [all...]
build_tests.sh 27 hash xcodebuild 2>/dev/null || {
build_one_example.sh 23 # SCHEME - scheme of the example, used by xcodebuild
41 xcodebuild \
  /external/v8/tools/gcmole/
bootstrap.sh 50 if [[ "${OS}" = "Darwin" ]] && xcodebuild -version | grep -q 'Xcode 3.2' ; then
64 SUB_VERSION=$(xcodebuild -version | sed -Ene 's/Xcode 3\.2\.([0-9]+)/\1/p')
  /external/protobuf/objectivec/DevTools/
full_mac_build.sh 150 xcodebuild
159 xcodebuild
202 xcodebuild
209 readonly XCODE_VERSION_LINE="$(xcodebuild -version | grep Xcode\ )"
255 xcodebuild
  /external/swiftshader/third_party/LLVM/utils/buildit/
GNUmakefile 84 ARM_PLATFORM=`xcodebuild -version -sdk iphoneos PlatformPath` && \
  /external/tensorflow/tensorflow/contrib/makefile/
compile_ios_tensorflow.sh 38 ACTUAL_XCODE_VERSION=$(xcodebuild -version | head -n 1 | sed 's/Xcode //')
  /external/flatbuffers/android/jni/
include.mk 123 xcodebuild -target flatc
  /external/capstone/
Makefile 48 SDKROOT ?= $(shell xcodebuild -version -sdk macosx Path)
  /external/googletest/googletest/
README.md 229 xcodebuild
232 build location. See the "xcodebuild" man page for more information about
  /external/libvpx/libvpx/build/make/
configure.sh 707 xcodebuild -sdk $1 -version Path 2>/dev/null
717 xcodebuild -version | head -n1 | cut -d' ' -f2
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/
README.md 216 xcodebuild
219 build location. See the "xcodebuild" man page for more information about
  /external/honggfuzz/
Makefile 126 XCODE_VER := $(shell xcodebuild -version | grep $(GREP_COLOR) "^Xcode" | cut -d " " -f2)
  /external/clang/tools/scan-build/bin/
scan-build 984 die "error: cannot detect version of xcodebuild\n";
1040 # When 'CC' is set, xcodebuild uses it to do all linking, even if we are
1041 # linking C++ object files. Set 'LDPLUSPLUS' so that xcodebuild uses 'g++'
    [all...]

Completed in 1307 milliseconds