Home
last modified time | relevance | path

Searched refs:feature (Results 1 – 9 of 9) sorted by relevance

/build/soong/cc/config/
Dx86_device.go197 for _, feature := range arch.ArchFeatures {
198 toolchainClangCflags = append(toolchainClangCflags, x86ArchFeatureCflags[feature]...)
Dx86_64_device.go187 for _, feature := range arch.ArchFeatures {
188 toolchainClangCflags = append(toolchainClangCflags, x86_64ArchFeatureCflags[feature]...)
/build/kati/
DCONTRIBUTING.md40 feature you're intending to fix. Even if you think it's relatively minor,
42 issue that you are planning to work on that bug or feature so that it can
48 commits related to that bug or feature.
DINTERNALS.md216 No one won't use this feature intentionally. However, as GNU make allows this,
287 A feature which complicates the parser is semicolon. You can write the first
325 You may not familiar with target specific variables. This feature allows you to
337 feature is somewhat similar to namespaces in other programming languages. If a
341 In general, I like GNU make, but this is the only GNU make's feature I don't
363 think there is no valid usage of this feature for non-leaf targets.
Dninja_test.go131 …char -Iframeworks/rs/cpu_ref -DRS_DECLARE_EXPIRED_APIS -Xclang -target-feature -Xclang +long64 …
132 …char -Iframeworks/rs/cpu_ref -DRS_DECLARE_EXPIRED_APIS -Xclang -target-feature -Xclang +long64 …
/build/soong/android/
Darch.go511 for _, feature := range features {
512 if !InList(feature, archFeatures[arch]) {
513 panic(fmt.Errorf("Invalid feature %q for arch %q variant \"\"", feature, arch))
997 for _, feature := range archFeatures[arch] {
998 feature := variantReplacer.Replace(feature)
999 variants = append(variants, proptools.FieldNameForProperty(feature))
1212 for _, feature := range arch.ArchFeatures {
1213 field := proptools.FieldNameForProperty(feature)
1214 prefix := "arch." + t.Name + "." + feature
/build/soong/cc/
Dcc.go284 type feature interface { interface
378 features []feature
464 for _, feature := range c.features {
465 c.AddProperties(feature.props()...)
813 module.features = []feature{
952 for _, feature := range c.features {
953 flags = feature.flags(ctx, flags)
1051 for _, feature := range c.features {
1052 feature.begin(ctx)
1096 for _, feature := range c.features {
[all …]
Dandroidmk.go97 for _, feature := range c.features {
98 c.subAndroidMk(&ret, feature)
/build/make/tools/droiddoc/templates-ndk/assets/css/
Ddefault.css3329 .feature-box {
3358 .feature-box h4,
3364 .feature-box p,
3369 .feature-box .link,
3376 .feature-box a, .feature-box h4,
3383 .feature-box:hover {
3386 .feature-box:hover .box-border .top, .feature-box:hover .box-border .bottom, .feature-box:hover
3387 .left, .feature-box:hover .right {
3390 .feature-box:hover h4, .feature-box:hover a {