OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compile_flags
(Results
1 - 5
of
5
) sorted by null
/external/libcxxabi/test/libcxxabi/test/
config.py
31
self.cxx.
compile_flags
+= ['-DLIBCXXABI_NO_TIMER']
41
self.cxx.
compile_flags
+= ['-I' + cxx_headers]
49
self.cxx.
compile_flags
+= ['-I' + libcxxabi_headers]
58
self.cxx.
compile_flags
+= ['-DLIBCXXABI_HAS_NO_THREADS=1']
/external/libcxx/test/libcxx/ndk/test/
config.py
46
self.
compile_flags
+ ['-c', '-o', '%OUT%', '%SOURCE%'])
48
['-o', '%OUT%', '%SOURCE%'] + self.
compile_flags
+ self.link_flags)
/external/libcxx/test/libcxx/
compiler.py
7
def __init__(self, path, flags=None,
compile_flags
=None, link_flags=None,
11
self.
compile_flags
= list(
compile_flags
or [])
60
cmd += self.flags + self.
compile_flags
+ flags
65
cmd += self.flags + self.
compile_flags
+ flags
75
cmd += self.flags + self.
compile_flags
+ self.link_flags + flags
/external/libcxx/test/libcxx/test/
config.py
108
% self.cxx.
compile_flags
)
330
compile_flags_str = self.get_lit_conf('
compile_flags
', '')
331
self.cxx.
compile_flags
+= shlex.split(compile_flags_str)
338
self.cxx.
compile_flags
+= ['-std={0}'.format(std)]
341
self.cxx.
compile_flags
+= ['-nostdinc++']
344
self.cxx.
compile_flags
+= ['-D__STDC_FORMAT_MACROS',
377
self.
compile_flags
+= ['--sysroot', sysroot]
380
self.
compile_flags
+= ['-gcc-toolchain', gcc_toolchain]
382
self.
compile_flags
+= ['-target', self.config.target_triple]
386
self.cxx.
compile_flags
+= ['-I' + support_path
[
all
...]
/external/lldb/test/pexpect-2.4/
pexpect.py
[
all
...]
Completed in 128 milliseconds