Searched refs:export_include_dirs (Results 1 – 6 of 6) sorted by relevance
/development/vndk/tools/header-checker/tests/ |
D | module.py | 40 def __init__(self, name, arch, cflags, export_include_dirs): argument 45 self.export_include_dirs = relative_to_abs_path_list( 46 export_include_dirs) 81 def __init__(self, name, src, export_include_dirs=tuple(), cflags=tuple(), argument 84 export_include_dirs) 94 export_include_dirs=self.export_include_dirs, 98 return SdumpModule(self.name, self.src, self.export_include_dirs, 103 def __init__(self, name, srcs, version_script, export_include_dirs, argument 107 export_include_dirs) 128 self.export_include_dirs, self.dumper_flags) [all …]
|
D | gen_all.py | 40 export_include_dirs=EXPORTED_HEADER_DIRS)
|
/development/vndk/tools/header-checker/utils/ |
D | utils.py | 105 export_include_dirs=tuple(), flags=tuple()): argument 110 for dir in export_include_dirs: 127 for dir in export_include_dirs:
|
/development/host/windows/ |
D | Android.bp | 19 export_include_dirs: ["usb/api"],
|
/development/vndk/tools/header-checker/src/repr/protobuf/proto/ |
D | Android.bp | 43 export_include_dirs: ["."],
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 28622 …fake_0Badg8rmRu2qWSu23UD7sg@fakeemail.com,Explicitly document that export_include_dirs implies loc… 29071 …platform/build/soong,fake_HinKPgKTRoitvI6TLsBGrA@fakeemail.com,Add export_include_dirs to the loca… 29242 …atform/build/soong,fake_HinKPgKTRoitvI6TLsBGrA@fakeemail.com,Apply export_include_dirs to assembly… 35496 …frameworks/native,fake_FrKr6yqzTpCZes_RF73rLA@fakeemail.com,Change export_include_dirs into export…
|