Searched refs:Xcode (Results 1 - 25 of 26) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/Xcode/
H A Dmkxcode.csh4 ## This script creates "Xcode.tar.gz" in the parent directory
20 (cd .. && gnutar -zcvf Xcode.tar.gz Xcode)
/external/chromium_org/tools/gyp/test/ios/
H A Dgyptest-archs.py26 if TestMac.Xcode.Version() < '0510':
31 if TestMac.Xcode.Version() >= '0500':
47 if TestMac.Xcode.Version() < '0500':
H A Dgyptest-extension.py15 if sys.platform == 'darwin' and TestMac.Xcode.Version()>="0600":
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-clang-cxx-library.py18 # Xcode 4.2 on OS X 10.6 doesn't install the libc++ headers, don't run this
20 if TestMac.Xcode.Version() <= '0420':
H A Dgyptest-app.py58 # Prior to Xcode 5.0.0, SDKROOT (and thus DTSDKName) was only defined if
59 # set in the Xcode project file. Starting with that version, it is always
62 if TestMac.Xcode.Version() >= '0500':
63 version = TestMac.Xcode.SDKVersion()
66 sdkbuild = TestMac.Xcode.SDKBuild()
68 # Above command doesn't work in Xcode 4.2.
71 ExpectEq(TestMac.Xcode.Version(), plist['DTXcode'])
72 ExpectEq(TestMac.Xcode.Build(), plist['DTXcodeBuild'])
H A Dgyptest-objc-gc.py21 # Xcode 5.1 removed support for garbage-collection:
23 if TestMac.Xcode.Version() < '0510':
H A Dgyptest-strip.py39 # Starting with Xcode 5.0, clang adds an additional symbols to the compiled
41 # with Xcode 5.0 or higher, take this additional symbol into consideration
44 if test.format == 'ninja' and TestMac.Xcode.Version() >= '0500':
H A Dgyptest-xcode-env-order.py8 Verifies that dependent Xcode settings are processed correctly.
74 # this looks like an Xcode bug. This bug isn't emulated (yet?), so check this
75 # only for Xcode.
76 if test.format == 'xcode' and TestMac.Xcode.Version() < '0500':
81 # The bug has been fixed by Xcode version 5.0.0.
H A Dgyptest-archs.py26 if TestMac.Xcode.Version() >= '0500':
/external/lldb/tools/lldb-perf/darwin/formatters/
H A Dformatters.cpp16 #include "lldb-perf/lib/Xcode.h"
30 lldb_perf::Xcode::FetchVariable (value,1,false);
33 lldb_perf::Xcode::FetchVariable (value,1,false);
36 lldb_perf::Xcode::FetchVariable (value,1,false);
44 lldb_perf::Xcode::FetchVariable (value,0,false);
48 lldb_perf::Xcode::FetchVariable (value,1,false);
52 lldb_perf::Xcode::FetchVariable (value,1,false);
56 lldb_perf::Xcode::FetchVariable (value,1,false);
60 lldb_perf::Xcode::FetchVariable (value,1,false);
64 lldb_perf::Xcode
[all...]
/external/lldb/examples/functions/
H A DMakefile11 LLDB_BUILD_DIR ?= /Applications/Xcode.app/Contents/SharedFrameworks
/external/lldb/examples/lookup/
H A DMakefile10 LLDB_BUILD_DIR ?= /Applications/Xcode.app/Contents/SharedFrameworks
/external/lldb/tools/lldb-perf/lib/
H A DXcode.cpp1 //===-- Xcode.cpp -----------------------------------------------*- C++ -*-===//
10 #include "Xcode.h"
17 Xcode::FetchVariable (SBValue value, uint32_t expand, bool verbose)
43 Xcode::FetchModules (SBTarget target, bool verbose)
61 Xcode::FetchVariables (SBFrame frame, uint32_t expand, bool verbose)
73 Xcode::FetchFrames(SBProcess process, bool variables, bool verbose)
112 Xcode::RunExpression (SBFrame frame, const char* expression, bool po, bool verbose)
125 Xcode::Next (SBThread thread)
131 Xcode::Continue (SBProcess process)
137 Xcode
[all...]
H A DXcode.h1 //===-- Xcode.h -------------------------------------------------*- C++ -*-===//
29 class Xcode class in namespace:lldb_perf
H A DTestCase.cpp12 #include "Xcode.h"
244 if (m_verbose) Xcode::RunCommand(m_debugger,"bt all",true);
275 Xcode::RunCommand(m_debugger,"bt all",true);
288 Xcode::RunCommand(m_debugger,"bt all",true);
/external/lldb/tools/lldb-perf/darwin/sketch/
H A Dsketch.cpp16 #include "lldb-perf/lib/Xcode.h"
39 Xcode::FetchFrames (GetProcess(),false,false);
43 Xcode::CreateFileLineBreakpoint(GetTarget(), file, line);
47 Xcode::FetchModules(GetTarget());
57 Xcode::FetchVariables(frame,depth,GetVerbose());
63 Xcode::FetchVariable (value, 0, GetVerbose());
/external/chromium_org/third_party/webrtc/build/
H A Dvie-webrtc.sh60 --libc=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk
/external/chromium_org/v8/tools/gcmole/
H A Dbootstrap.sh48 # Xcode and clang don't get along when predictive compilation is enabled.
50 if [[ "${OS}" = "Darwin" ]] && xcodebuild -version | grep -q 'Xcode 3.2' ; then
51 XCONF=com.apple.Xcode
60 echo "while Xcode is not running."
64 SUB_VERSION=$(xcodebuild -version | sed -Ene 's/Xcode 3\.2\.([0-9]+)/\1/p')
68 echo "Please upgrade Xcode to at least 3.2.6."
/external/chromium_org/tools/gyp/test/lib/
H A DTestMac.py12 __all__ = ['Xcode', 'CheckFileType']
37 """Simplify access to Xcode informations."""
73 Xcode = XcodeInfo() variable
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Ddo-webcore-rename242 $newContents =~ s/\b$from(?!["\w])/$renames{$from}/g; # this " unconfuses Xcode syntax highlighting
H A Dsvn-create-patch393 die "can't handle path with single quote in the name like \"$file\"\n" if $file =~ /'/; # ' (keep Xcode syntax highlighting happy)
H A Dwebkitdirs.pm155 $xcodeVersion = ($xcodebuildVersionOutput =~ /Xcode ([0-9](\.[0-9]+)*)/) ? $1 : "3.0";
164 my $xcodeDefaultsDomain = (eval "v$xcodeVersion" lt v4) ? "com.apple.Xcode" : "com.apple.dt.Xcode";
204 # DeterminedByTargets corresponds to a setting of "Legacy" in Xcode.
206 # overridden when building from within Xcode.
244 die "Can't handle Xcode product directory with a ~ in it.\n" if $baseProductDir =~ /~/;
245 die "Can't handle Xcode product directory with a variable in it.\n" if $baseProductDir =~ /\$/;
1583 my $xcodeVersion = ($xcodebuildVersionOutput =~ /Xcode ([0-9](\.[0-9]+)*)/) ? $1 : undef;
1588 print "Xcode Version 2.3 or later is required to build WebKit.\n";
1589 print "You have an earlier version of Xcode, thu
[all...]
/external/clang/tools/scan-build/
H A Dscan-build948 # Detect the version of Xcode. If Xcode 4.6 or higher, use new
957 if (/^Xcode (.+)$/) {
970 # behavior regardless of Xcode version.
1179 --use-analyzer [Xcode|path to clang]
1180 --use-analyzer=[Xcode|path to clang]
1184 'clang' packaged with Xcode (on OS X) or from the PATH.
/external/llvm/
H A DMakefile42 EXTRA_DIST := test unittests llvm.spec include win32 Xcode
/external/chromium_org/native_client_sdk/src/doc/
H A Dfaq.rst173 <devguide/devcycle/vs-addin>` on Windows, or Xcode on Mac OSX.
184 Visual Studio, or Xcode) before you can get very far with the SDK. Try seaching

Completed in 276 milliseconds

12