Home
last modified time | relevance | path

Searched refs:cflags (Results 1 – 9 of 9) sorted by relevance

/development/vndk/tools/header-checker/tests/
Dmodule.py41 def __init__(self, name, arch, cflags, export_include_dirs): argument
44 self.cflags = tuple(cflags)
82 def __init__(self, name, src, export_include_dirs=tuple(), cflags=tuple(), argument
84 super(SdumpModule, self).__init__(name, arch, cflags,
94 self.src, cflags=self.cflags,
100 self.cflags, target_arch, self.dumper_flags)
105 cflags=tuple(), arch='', api='current', dumper_flags=tuple(), argument
107 super(LsdumpModule, self).__init__(name, arch, cflags,
130 self.cflags + self.arch_cflags,
138 self.export_include_dirs, self.cflags, target_arch,
[all …]
Dtest.py54 def run_and_compare(self, input_path, expected_path, cflags=[]): argument
57 actual_output = run_header_abi_dumper(input_path, cflags)
60 def run_and_compare_name(self, name, cflags=[]): argument
63 self.run_and_compare(input_path, expected_path, cflags)
65 def run_and_compare_name_cpp(self, name, cflags=[]): argument
66 self.run_and_compare_name(name, cflags + ['-x', 'c++', '-std=c++11'])
68 def run_and_compare_name_c_cpp(self, name, cflags=[]): argument
69 self.run_and_compare_name(name, cflags)
70 self.run_and_compare_name_cpp(name, cflags)
/development/tools/line_endings/
DAndroid.bp8 cflags: ["-Wall", "-Werror"],
/development/tools/etc1tool/
DAndroid.bp11 cflags: [
/development/vndk/tools/definition-tool/tests/
Dndk_toolchain.py68 def __init__(self, name, triple, cflags, ldflags, gcc_toolchain_dir, argument
72 self.target_cflags = cflags
99 def compile(self, obj_file, src_file, cflags): argument
107 cmd.extend(cflags)
/development/vndk/tools/header-checker/utils/
Dutils.py86 def run_header_abi_dumper(input_path, cflags=tuple(), argument
94 export_include_dirs, cflags, flags)
99 export_include_dirs=tuple(), cflags=tuple(), argument
113 cmd += cflags
/development/vndk/tools/header-checker/src/repr/protobuf/proto/
DAndroid.bp35 cflags: [
/development/vndk/tools/header-checker/
DAndroid.bp24 cflags: [
184 cflags: [
DREADME.md34 <cflags>