Searched defs:cflags (Results 1 – 4 of 4) sorted by relevance
/development/vndk/tools/header-checker/tests/ |
D | module.py | 41 def __init__(self, name, arch, cflags, export_include_dirs): argument 82 def __init__(self, name, src, export_include_dirs=tuple(), cflags=tuple(), argument 105 cflags=tuple(), arch='', api='current', dumper_flags=tuple(), argument
|
D | test.py | 54 def run_and_compare(self, input_path, expected_path, cflags=[]): argument 60 def run_and_compare_name(self, name, cflags=[]): argument 65 def run_and_compare_name_cpp(self, name, cflags=[]): argument 68 def run_and_compare_name_c_cpp(self, name, cflags=[]): argument
|
/development/vndk/tools/definition-tool/tests/ |
D | ndk_toolchain.py | 68 def __init__(self, name, triple, cflags, ldflags, gcc_toolchain_dir, argument 99 def compile(self, obj_file, src_file, cflags): argument
|
/development/vndk/tools/header-checker/utils/ |
D | utils.py | 86 def run_header_abi_dumper(input_path, cflags=tuple(), argument 99 export_include_dirs=tuple(), cflags=tuple(), argument
|