HomeSort by relevance Sort by last modified time
    Searched full:xcode (Results 1 - 25 of 487) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/public/
.gitignore 0 # XCode projects generated on Mac.
  /external/chromium_org/tools/gyp/tools/Xcode/
README 1 Specifications contains syntax formatters for Xcode 3. These do not appear to be supported yet on Xcode 4. To use these with Xcode 3 please install both the gyp.pbfilespec and gyp.xclangspec files in
3 ~/Library/Application Support/Developer/Shared/Xcode/Specifications/
5 and restart Xcode
  /external/chromium_org/tools/gyp/tools/Xcode/Specifications/
gyp.xclangspec 7 GYP language specification for Xcode 3
12 http://maxao.free.fr/xcode-plugin-interface/specifications.html
17 ~/Library/Application Support/Developer/Shared/Xcode/Specifications/
23 Identifier = "xcode.lang.gyp.keyword";
31 Type = "xcode.syntax.keyword";
36 Identifier = "xcode.lang.gyp.target.declarator";
41 Type = "xcode.syntax.identifier.type";
46 Identifier = "xcode.lang.gyp.string.singlequote";
49 "xcode.lang.string",
50 "xcode.lang.gyp.keyword"
    [all...]
gyp.pbfilespec 3 GYP source file spec for Xcode 3
8 http://maxao.free.fr/xcode-plugin-interface/specifications.html
13 ~/Library/Application Support/Developer/Shared/Xcode/Specifications/
23 Language = "xcode.lang.gyp";
  /external/chromium_org/third_party/WebKit/Source/
.gitignore 0 # XCode projects generated on Mac.
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode_test.py 7 """ Unit tests for the xcode.py file. """
9 import gyp.generator.xcode as xcode namespace
17 self.assertEqual(xcode.EscapeXcodeDefine('$(inherited)'), '$(inherited)')
20 self.assertEqual(xcode.EscapeXcodeDefine('a b"c\\'), 'a\\ b\\"c\\\\')
  /external/clang/www/analyzer/
xcode.html 5 <title>Running the analyzer within Xcode</title>
16 <h1>Running the analyzer within Xcode</h1>
23 <p>Since Xcode 3.2, users have been able to run the Clang Static Analyzer
26 within Xcode</a>.</p>
28 <p>It integrates directly with the Xcode build system and
29 presents analysis results directly within Xcode's editor.</p>
31 <h3>Can I use the open source analyzer builds with Xcode?</h3>
37 <a href="images/analyzer_xcode.png"><img src="images/analyzer_xcode.png" width="620px" alt="analyzer in xcode"></a>
38 <br><b>Viewing static analyzer results in Xcode</b>
43 <li><b>Integrated workflow:</b> Results are integrated within Xcode. There i
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/
dbgnub-mig.defs 7 * script in XCode. XCode is responsible for calling the script and setting
  /external/chromium_org/tools/gyp/test/mac/type_envvars/
test_check_sdkroot.sh 9 # Xcode 4.6.3
12 # Xcode 4.2
15 # Xcode 3.2.6
20 xcodebuild -version | awk '/Xcode ([0-9]+\.[0-9]+(\.[0-9]+)?)/ {
34 # This function assumes that both strings represent Xcode version numbers
42 # Xcode version is older than 5.0, check that SDKROOT is set but empty.
45 # Xcode version is newer than 5.0, check that SDKROOT is set.
  /external/chromium_org/v8/tools/v8.xcodeproj/
README.txt 1 The Xcode project for V8 has been retired. If an Xcode project
7 Generating Xcode projects using GYP is how the Chromium
  /external/qemu/distrib/sdl-1.2.15/Xcode/
mkxcode.csh 4 ## 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/
gyptest-xcode-ninja.py 8 Verify that the xcode-ninja GYP_GENERATOR runs and builds correctly.
17 test = TestGyp.TestGyp(formats=['xcode'])
19 # Run ninja and xcode-ninja
20 test.formats = ['ninja', 'xcode-ninja']
  /external/chromium_org/tools/gyp/test/mac/
gyptest-ldflags-passed-to-libtool.py 16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'],
20 'xcode': [1, 65], # 1 for xcode 3, 65 for xcode 4 (see `man sysexits`)
gyptest-postbuild-fail.py 17 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'],
23 'xcode': [1, 65], # 1 for xcode 3, 65 for xcode 4 (see `man sysexits`)
30 # In Xcode 3, even if the first postbuild fails the other postbuilds were
31 # still executed. In Xcode 4, postbuilds are stopped after the first
32 # failing postbuild. This test checks for the Xcode 4 behavior.
34 # Ignore this test on Xcode 3.
43 if out.startswith('Xcode 3.'):
gyptest-clang-cxx-library.py 18 # Xcode 4.2 on OS X 10.6 doesn't install the libc++ headers, don't run this
20 if TestMac.Xcode.Version() <= '0420':
23 test = TestGyp.TestGyp(formats=['make', 'ninja', 'xcode'])
gyptest-objc-gc.py 18 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'],
21 # Xcode 5.1 removed support for garbage-collection:
23 if TestMac.Xcode.Version() < '0510':
29 'xcode': [1, 65], # 1 for xcode 3, 65 for xcode 4 (see `man sysexits`)
gyptest-xcode-support-actions.py 18 test = TestGyp.TestGyp(formats=['xcode'])
20 CHDIR = 'xcode-support-actions'
  /external/lldb/lldb.xcodeproj/xcshareddata/xcschemes/
launcherXPCService.xcscheme 26 selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
27 selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
34 selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
35 selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
43 FilePath = "/Users/moi/Library/Developer/Xcode/DerivedData/Xcode-ezhudafllefyhcfivqaeslnymjsj/Build/Products/Debug/LLDB.framework/XPCServices/com.apple.lldb.launcherXPCService.xpc/Contents/MacOS/com.apple.lldb.launcherXPCService">
  /external/chromium_org/build/mac/
edit_xibs.sh 8 # with the Xcode generator (as you likely use ninja). Documentation:
16 export GYP_GENERATORS=xcode
18 echo "You can now edit XIB files in Xcode using:"
change_mach_o_flags_from_xcode.sh 8 # be invoked easily from Xcode. change_mach_o_flags.py expects its arguments
9 # on the command line, but Xcode puts its parameters in the environment.
  /external/llvm/include/llvm/
CMakeLists.txt 3 if( MSVC_IDE OR XCODE )
5 # XCode and Visual Studio users.
  /external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/
Readme SDL Developer.txt 16 - Xcode project templates
22 is generated via Doxygen. These require Xcode 3.0 or greater.
30 Again, this follows all the standard Xcode patterns
34 And you may target specific versions of Xcode
37 To use, it is quite simple. Just bring up the Xcode
39 the Xcode Help Menu) and start searching for something.
48 selected item. Prior to Xcode 3.2 (Snow Leopard), this would
49 jump you to the entry in the Xcode Documentation Browser.
51 However, in Xcode 3.2 (Snow Leopard), this behavior has been
64 the Xcode directory of the SDL source code base (and in this package).
    [all...]
  /build/core/combo/
mac_version.mk 29 mac_sdk_path := $(shell xcode-select -print-path)
30 # try /Applications/Xcode*.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.?.sdk
31 # or /Volume/Xcode/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.?.sdk
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR.xcodeproj/xcuserdata/acondit.xcuserdatad/xcschemes/
ANTLR.xcscheme 39 selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
40 selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
57 selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
58 selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
ANTLRTests.xcscheme 9 selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
10 selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
27 selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
28 selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"

Completed in 756 milliseconds

1 2 3 4 5 6 7 8 91011>>