Searched defs:Flags (Results 1 – 9 of 9) sorted by relevance
| /build/kati/ |
| D | flags.h | 26 struct Flags { struct 27 bool detect_android_echo; 28 bool detect_depfiles; 29 bool dump_kati_stamp; 30 bool enable_debug; 31 bool enable_kati_warnings; 32 bool enable_stat_logs; 33 bool gen_all_targets; 34 bool generate_ninja; 35 bool generate_empty_ninja; [all …]
|
| /build/soong/cc/ |
| D | cc.go | 117 Flags, ReexportedFlags []string member 130 type Flags struct { struct 131 GlobalFlags []string // Flags that apply to C, C++, and assembly source files 132 ArFlags []string // Flags that apply to ar 133 AsFlags []string // Flags that apply to assembly source files 134 CFlags []string // Flags that apply to C and C++ source files 135 …ingCFlags []string // Flags that apply to C and C++ source files parsed by clang LibTooling tools 136 ConlyFlags []string // Flags that apply to C source files 137 CppFlags []string // Flags that apply to C++ source files 138 ToolingCppFlags []string // Flags that apply to C++ source files parsed by clang LibTooling tools [all …]
|
| D | proto.go | 116 func protoFlags(ctx ModuleContext, flags Flags, p *android.ProtoProperties) Flags {
|
| D | rs.go | 98 func rsFlags(ctx ModuleContext, flags Flags, properties *BaseCompilerProperties) Flags {
|
| D | ndk_library.go | 254 func addStubLibraryCompilerFlags(flags Flags) Flags { 275 func compileStubLibrary(ctx ModuleContext, flags Flags, symbolFile, apiLevel, genstubFlags string) …
|
| D | util.go | 60 func flagsToBuilderFlags(in Flags) builderFlags {
|
| /build/soong/android/ |
| D | proto.go | 33 Flags []string member
|
| D | rule_builder.go | 341 func (c *RuleBuilderCommand) Flags(flags []string) *RuleBuilderCommand { func
|
| /build/soong/third_party/zip/ |
| D | struct.go | 79 Flags uint16 member
|