Searched refs:feature (Results 1 – 15 of 15) sorted by relevance
/build/soong/cc/ |
D | x86_device.go | 252 for _, feature := range arch.ArchFeatures { 253 toolchainCflags = append(toolchainCflags, x86ArchFeatureCflags[feature]...) 254 toolchainClangCflags = append(toolchainClangCflags, x86ArchFeatureCflags[feature]...)
|
D | x86_64_device.go | 250 for _, feature := range arch.ArchFeatures { 251 toolchainCflags = append(toolchainCflags, x86_64ArchFeatureCflags[feature]...) 252 toolchainClangCflags = append(toolchainClangCflags, x86_64ArchFeatureCflags[feature]...)
|
D | androidmk.go | 45 for _, feature := range c.features { 46 callSubAndroidMk(feature)
|
D | cc.go | 434 type feature interface { interface 442 feature 447 feature 473 features []feature 498 for _, feature := range c.features { 499 props = append(props, feature.props()...) 577 module.features = []feature{ 603 for _, feature := range c.features { 604 flags = feature.flags(ctx, flags) 676 for _, feature := range c.features { [all …]
|
D | stl.go | 35 var _ feature = (*stlFeature)(nil)
|
/build/kati/ |
D | CONTRIBUTING.md | 40 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.
|
D | INTERNALS.md | 216 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.
|
D | ninja_test.go | 131 …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/common/ |
D | arch.go | 285 for _, feature := range features { 286 field := proptools.FieldNameForProperty(feature) 288 panic(fmt.Errorf("Invalid feature %q for arch %q variant %q", feature, arch, variant)) 693 for _, feature := range arch.ArchFeatures { 694 field := proptools.FieldNameForProperty(feature) 695 prefix := "arch." + t.Name + "." + feature
|
/build/tools/droiddoc/templates-ds/assets/css/ |
D | default.css | 2791 .feature-box { 2820 .feature-box h4, 2826 .feature-box p, 2831 .feature-box .link, 2838 .feature-box a, .feature-box h4, 2845 .feature-box:hover { 2848 .feature-box:hover .box-border .top, .feature-box:hover .box-border .bottom, .feature-box:hover 2849 .left, .feature-box:hover .right { 2852 .feature-box:hover h4, .feature-box:hover a {
|
/build/tools/droiddoc/templates-sac/assets/css/ |
D | default.css | 2895 .feature-box { 2924 .feature-box h4, 2930 .feature-box p, 2935 .feature-box .link, 2942 .feature-box a, .feature-box h4, 2949 .feature-box:hover { 2952 .feature-box:hover .box-border .top, .feature-box:hover .box-border .bottom, .feature-box:hover 2953 .left, .feature-box:hover .right { 2956 .feature-box:hover h4, .feature-box:hover a {
|
/build/tools/droiddoc/templates-sdk/assets/css/ |
D | default.css | 3046 .feature-box { 3075 .feature-box h4, 3081 .feature-box p, 3086 .feature-box .link, 3093 .feature-box a, .feature-box h4, 3100 .feature-box:hover { 3103 .feature-box:hover .box-border .top, .feature-box:hover .box-border .bottom, .feature-box:hover 3104 .left, .feature-box:hover .right { 3107 .feature-box:hover h4, .feature-box:hover a { 7794 .wrap.feature { [all …]
|
/build/tools/droiddoc/templates-sdk-dev/assets/css/ |
D | default.css | 2826 .feature-box { 2855 .feature-box h4, 2860 .feature-box p, 2865 .feature-box .link, 2872 .feature-box a, .feature-box h4, 2879 .feature-box:hover { 2882 .feature-box:hover .box-border .top, .feature-box:hover .box-border .bottom, .feature-box:hover 2883 .left, .feature-box:hover .right { 2886 .feature-box:hover h4, .feature-box:hover a { 7855 .wrap.feature { [all …]
|
/build/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 3329 .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 {
|
/build/tools/droiddoc/templates-sdk-refonly/assets/css/ |
D | default.css | 3046 .feature-box { 3075 .feature-box h4, 3081 .feature-box p, 3086 .feature-box .link, 3093 .feature-box a, .feature-box h4, 3100 .feature-box:hover { 3103 .feature-box:hover .box-border .top, .feature-box:hover .box-border .bottom, .feature-box:hover 3104 .left, .feature-box:hover .right { 3107 .feature-box:hover h4, .feature-box:hover a {
|