Home
last modified time | relevance | path

Searched defs:Flags (Results 1 – 9 of 9) sorted by relevance

/build/kati/
Dflags.h26 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/
Dcc.go117 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 …]
Dproto.go116 func protoFlags(ctx ModuleContext, flags Flags, p *android.ProtoProperties) Flags {
Drs.go98 func rsFlags(ctx ModuleContext, flags Flags, properties *BaseCompilerProperties) Flags {
Dndk_library.go254 func addStubLibraryCompilerFlags(flags Flags) Flags {
275 func compileStubLibrary(ctx ModuleContext, flags Flags, symbolFile, apiLevel, genstubFlags string) …
Dutil.go60 func flagsToBuilderFlags(in Flags) builderFlags {
/build/soong/android/
Dproto.go33 Flags []string member
Drule_builder.go341 func (c *RuleBuilderCommand) Flags(flags []string) *RuleBuilderCommand { func
/build/soong/third_party/zip/
Dstruct.go79 Flags uint16 member