Searched defs:cflags (Results 1 – 4 of 4) sorted by relevance
/development/vndk/tools/header-checker/tests/ |
D | test.py | 17 def run_and_compare(self, input_path, expected_path, cflags=[]): argument 23 def run_and_compare_name(self, name, cflags=[]): argument 28 def run_and_compare_name_cpp(self, name, cflags=[]): argument 31 def run_and_compare_name_c_cpp(self, name, cflags=[]): argument
|
D | utils.py | 21 def run_header_checker(input_path, cflags=[]): argument
|
/development/vndk/tools/definition-tool/tests/ |
D | targets.py | 34 def __init__(self, name, triple, cflags, ldflags, gcc_toolchain_dir, argument 46 def compile(self, obj_file, src_file, cflags): argument
|
/development/vndk/tools/vtable-dumper/tests/ |
D | test_vndk_vtable_dumper.py | 85 def __init__(self, name, triple, cflags, ldflags, gcc_toolchain_dir, argument 98 def compile(self, obj_file, src_file, cflags, verbose=False): argument
|