OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xcode
(Results
1 - 3
of
3
) 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\\\\')
/external/chromium_org/tools/gyp/test/mac/
gyptest-app.py
42
test = TestGyp.TestGyp(formats=['ninja', 'make', '
xcode
'])
65
# Prior to
Xcode
5.0.0, SDKROOT (and thus DTSDKName) was only defined if
66
# set in the
Xcode
project file. Starting with that version, it is always
76
# Above command doesn't work in
Xcode
4.2.
79
xcode
, build = GetStdout(['xcodebuild', '-version']).splitlines()
80
xcode
=
xcode
.split()[-1].replace('.', '')
variable
81
xcode
= (
xcode
+ '0' * (3 - len(
xcode
))).zfill(4
variable
[
all
...]
/external/kernel-headers/original/linux/sunrpc/
xdr.h
171
xdr_xcode_elem_t
xcode
;
member in struct:xdr_array2_desc
Completed in 262 milliseconds