Home
last modified time | relevance | path

Searched refs:static (Results 1 – 25 of 45) sorted by relevance

12

/build/soong/cc/
Dproto.go62 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps {
70 static = true
77 static = true
83 static = true
86 static = true
89 static = true
92 static = true
95 static = true
98 static = true
104 if static {
Dprebuilt_test.go69 static: {
198 static := ctx.ModuleForTests("libtest", "android_arm64_armv8-a_static").Module().(*Module)
199 assertString(t, static.OutputFile().String(), "libf.a")
206 static: {
221 static := ctx.ModuleForTests("libtest", "android_arm64_armv8-a_static").Module().(*Module)
222 assertString(t, static.OutputFile().String(), "libf.a")
Dbinary.go134 if binary.static() {
150 if binary.static() {
153 if binary.static() {
163 if binary.static() {
176 if ctx.Os() == android.LinuxBionic && !binary.static() {
182 if !binary.static() && inList("libc", deps.StaticLibs) {
226 func (binary *binaryDecorator) static() bool { func
231 return binary.static()
241 if ctx.Host() && !ctx.Windows() && !binary.static() {
255 if binary.static() {
[all …]
Dcoverage.go102 if ctx.static() && !ctx.staticBinary() {
122 if static, ok := cc.linker.(libraryInterface); !ok || !static.static() {
Dlibrary.go501 if library.static() {
668 if library.static() {
683 static() bool methodSpec
776 if library.static() {
790 if library.static() {
851 if library.static() {
1110 if library.static() || library.header() {
1262 if Bool(library.Properties.Static_ndk_lib) && library.static() &&
1283 return library.shared() || library.static()
1286 func (library *libraryDecorator) static() bool { func
[all …]
Dandroidmk.go44 static() bool methodSpec
98 if c.IsVndk() && !c.static() {
200 if library.sAbiDiff.Valid() && !library.static() {
214 if library.sAbiDiff.Valid() && !library.static() {
224 if library.static() {
286 !ctx.static() {
494 } else if c.static() {
509 if c.shared() || c.static() {
Dstl.go105 if ctx.static() {
125 if ctx.static() {
Dlibrary_test.go56 static: {
108 static: {
Dsanitize.go273 if !ctx.Config().IntegerOverflowDisabledForPath(ctx.ModuleDir()) && !ctx.static() {
292 s.Diag.Integer_overflow == nil && Bool(s.Integer_overflow) && !ctx.static() {
739 if d.static() {
769 if !ok || !d.static() {
942 if isLlndkLibrary(runtimeLibrary, mctx.Config()) && !c.static() && c.UseVndk() {
970 } else if !c.static() && !c.header() {
1007 if c.static() || c.header() || t == asan || t == fuzzer {
1048 if c.static() && c.ExportedToMake() {
Dvendor_snapshot.go201 if p.matchesWithDevice(ctx.DeviceConfig()) && (p.shared() || p.static()) {
568 if l.static() {
721 if l.static() && m.sanitize != nil {
727 if l.static() {
888 if lib.static() {
954 if lib.static() {
Dcc.go309 static() bool methodSpec
538 return library.static()
1101 func (ctx *moduleContextImpl) static() bool { func
1102 return ctx.mod.static()
1552 !c.InRecovery() && !c.UseVndk() && !c.static() && !c.isCoverageVariant() &&
1941 if c.static() {
2695 func (c *Module) static() bool { func
2696 if static, ok := c.linker.(interface {
2697 static() bool
2699 return static.static()
[all …]
/build/make/core/
Dcxx_stl_setup.mk39 my_link_type := static
41 ifeq (-static,$(filter -static,$(my_ldflags)))
42 my_link_type := static
46 my_link_type := static
80 ifeq ($(my_link_type),static)
Dallowed_ndk_types.mk30 my_ndk_stl_link_type := static
63 native:ndk:libc++:shared native:ndk:libc++:static
82 my_warn_ndk_types += native:ndk:libc++:static
Dproguard_basic_keeps.flags7 public static **[] values();
8 public static ** valueOf(java.lang.String);
27 static final long serialVersionUID;
28 private static final java.io.ObjectStreamField[] serialPersistentFields;
29 !static !transient <fields>;
52 public static final ** CREATOR;
Dhost_static_library_internal.mk25 $(transform-host-o-to-static-lib)
Daux_static_library.mk25 $(transform-o-to-aux-static-lib)
Dexecutable_internal.mk34 …s statically linking libc to dynamic executable, please remove libc from static libs or set LOCAL_…
72 $(transform-o-to-static-executable)
Dstatic_library_internal.mk25 $(transform-o-to-static-lib)
Ddefinitions.mk1461 define _extract-and-include-single-target-whole-static-lib
1488 define extract-and-include-whole-static-libs-first
1494 define extract-and-include-target-whole-static-libs
1495 $(call extract-and-include-whole-static-libs-first, $(firstword $(PRIVATE_ALL_WHOLE_STATIC_LIBRARIE…
1497 $(call _extract-and-include-single-target-whole-static-lib, $(lib), $(1)))
1502 define transform-o-to-static-lib
1506 $(call extract-and-include-target-whole-static-libs,$@.tmp)
1516 define _extract-and-include-single-aux-whole-static-lib
1540 define extract-and-include-aux-whole-static-libs
1541 $(call extract-and-include-whole-static-libs-first, $(firstword $(PRIVATE_ALL_WHOLE_STATIC_LIBRARIE…
[all …]
Daux_executable.mk87 $(transform-o-to-aux-static-executable)
Dstatic_java_library.mk144 $(LOCAL_INTERMEDIATE_TARGETS): PRIVATE_AAPT_FLAGS := $(LOCAL_AAPT_FLAGS) --static-lib --output-text…
146 $(LOCAL_INTERMEDIATE_TARGETS): PRIVATE_AAPT_FLAGS += --no-static-lib-packages
Djava_prebuilt_internal.mk189 $(my_res_package): PRIVATE_AAPT_FLAGS := --static-lib --no-static-lib-packages --auto-add-overlay
Dnotice_files.mk78 module_leaf := static/$(LOCAL_MODULE).jar
/build/soong/rust/
Dlibrary.go88 static() bool methodSpec
138 func (library *libraryDecorator) static() bool { func
310 if !ctx.Host() && (library.static() || library.shared()) {
328 if library.shared() || library.static() {
358 } else if library.static() {
414 if !library.static() && !library.shared() {
/build/make/tools/ziptime/
DREADME.txt8 This tools replaces the timestamps in the zip headers with a static time

12