OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xcode
(Results
1 - 12
of
12
) sorted by null
/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\\\\')
xcode.py
20
# custom
Xcode
setting whose value is a DerivedSources-like directory that's
61
# The
Xcode
-specific sections that hold paths.
69
# The
Xcode
-specific keys that exist on targets and aren't moved down to
88
#
Xcode
's standard set of library directories, which don't need to be duplicated
159
# properly in the
Xcode
UI.
162
# _intermediate_var, for the purposes of UI tree view display,
Xcode
will
175
# settings are only intended to be used in cases where
Xcode
attempts to
250
# dependency, the parent
xcode
target.
289
# syntax instead of
xcode
syntax.
402
# remote products are complete. Otherwise,
Xcode
will fill them in whe
[
all
...]
make.py
75
# Copy additional generator configuration data from
Xcode
, which is shared
77
import gyp.generator.
xcode
as xcode_generator
[
all
...]
ninja.py
[
all
...]
/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:"
/development/ide/xcode/ports/
skia_mac.cp
22
// /Users/caryclark/android/device/build/ide/
xcode
/animatorTest/build/Debug/animatorTest.app/Contents/MacOS/animatorTest
28
// {client}/device/build/ide/
xcode
/{application}
31
const char* common = strstr(applicationPath, "build/ide/
xcode
/");
/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/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py
27
# corresponding to the installed version of
Xcode
.
40
"""A class to resolve ARCHS variable from xcode_settings, resolving
Xcode
43
on the version of
Xcode
.
83
is defined (if not set,
Xcode
accept any value in ARCHS, otherwise, only
97
installed version of
Xcode
. The default values used by
Xcode
for ARCHS
98
and the expansion of the variables depends on the version of
Xcode
used.
100
For all version anterior to
Xcode
5.0 or posterior to
Xcode
5.1 included
101
uses $(ARCHS_STANDARD) if ARCHS is unset, while
Xcode
5.0 to 5.0.2 use
[
all
...]
/external/qemu/
android-configure.sh
295
echo "ERROR: Please install
XCode
on this machine!"
303
XCODE_PATH=$(
xcode
-select -print-path 2>/dev/null)
304
log "OSX:
XCode
path: $XCODE_PATH"
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh
744
DEVELOPER_DIR=`
xcode
-select -print-path 2> /dev/null`
[
all
...]
/external/libvpx/libvpx/build/make/
configure.sh
731
DEVELOPER_DIR=`
xcode
-select -print-path 2> /dev/null`
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh
731
DEVELOPER_DIR=`
xcode
-select -print-path 2> /dev/null`
[
all
...]
Completed in 517 milliseconds