OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_appendf
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py
64
def
_Appendf
(self, lst, test_key, format_str, default=None):
268
self.
_Appendf
(lst, 'MACOSX_DEPLOYMENT_TARGET', '-mmacosx-version-min=%s')
273
self.
_Appendf
(lst, 'IPHONEOS_DEPLOYMENT_TARGET',
276
self.
_Appendf
(lst, 'IPHONEOS_DEPLOYMENT_TARGET',
313
self.
_Appendf
(cflags, 'GCC_OPTIMIZATION_LEVEL', '-O%s', default='s')
390
self.
_Appendf
(cflags_c, 'GCC_C_LANGUAGE_STANDARD', '-std=%s')
407
self.
_Appendf
(cflags_cc, 'CLANG_CXX_LIBRARY', '-stdlib=%s')
580
self.
_Appendf
(
582
self.
_Appendf
(
[
all
...]
Completed in 289 milliseconds