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

  /external/protobuf/objectivec/DevTools/
full_mac_build.sh 36 --skip-xcode
37 Skip the invoke of Xcode to test the runtime on both iOS and OS X.
38 --skip-xcode-ios
39 Skip the invoke of Xcode to test the runtime on iOS.
40 --skip-xcode-osx
41 Skip the invoke of Xcode to test the runtime on OS X.
102 --skip-xcode )
106 --skip-xcode-ios )
109 --skip-xcode-osx )
208 # NOTE: Different Xcode have different simulated hardware/os support
    [all...]
  /external/curl/
MacOSX-Framework 13 # Apple does not support building for PPC anymore in Xcode 4 and later.
14 # If you're using Xcode 3 or earlier and need PPC support, then change
31 DEVELOPER_PATH=`xcode-select --print-path`
32 # Around Xcode 4.3, SDKs were moved from the Developer folder into the
  /build/soong/cc/config/
x86_darwin_host.go 110 xcodeselect := ctx.Config().HostSystemTool("xcode-select")
113 ctx.Errorf("xcode-select failed with: %q", err.Error())
  /external/protobuf/
tests.sh 207 # are up to date. Xcode and conformance tests will be directly invoked.
209 --core-only --skip-xcode --skip-objc-conformance
  /external/protobuf/util/
tests.sh 207 # are up to date. Xcode and conformance tests will be directly invoked.
209 --core-only --skip-xcode --skip-objc-conformance
  /external/tensorflow/tensorflow/contrib/makefile/
README.md 237 Install XCode 7.3 or more recent. If you have not already, you will need to
238 install the command-line tools using `xcode-select`:
241 xcode-select --install
244 If this is a new install, you will need to run XCode once to agree to the
296 To see TensorFlow running on iOS, the example Xcode project in
334 xcode project against.
336 To see TensorFlow running on iOS, the example Xcode project in
358 In XCode, you will need to use -force_load in the linker flags
  /external/honggfuzz/
Makefile 20 # NOTE: xcrun is within xcode...xcode is required on OSX.
100 # Figure out which XCode SDK to use.
105 XC_PATH := $(shell xcode-select -p)
122 XCODE_VER := $(shell xcodebuild -version | grep "^Xcode" | cut -d " " -f2)
124 ARCH_LDFLAGS += -F/Applications/Xcode.app/Contents/SharedFrameworks \
126 -Wl,-rpath,/Applications/Xcode.app/Contents/SharedFrameworks
  /external/libmtp/src/
ptp.c 852 int result, xcode; local
895 if (sscanf((char*)next->name,"c%x", &xcode)) {
    [all...]

Completed in 1092 milliseconds