Searched refs:linkable (Results 1 – 9 of 9) sorted by relevance
/aosp12/build/soong/cc/ |
H A D | fuzz.go | 185 linkable, ok := dependency.(LinkableInterface) 186 if !ok || !linkable.CcLibraryInterface() { 191 if !linkable.Shared() { 196 if linkable.UseVndk() { 201 …if lib := moduleLibraryInterface(dependency); lib != nil && lib.buildStubs() && linkable.CcLibrary…
|
H A D | Android.bp | 30 "linkable.go",
|
/aosp12/frameworks/compile/mclinker/include/mcld/Object/ |
H A D | ObjectLinker.h | 56 bool linkable() const;
|
/aosp12/build/soong/sdk/ |
H A D | update.go | 1460 if linkable, ok := variant.(cc.LinkableInterface); ok { 1461 if linkable.Shared() && linkable.Static() { 1463 } else if linkable.Shared() { 1465 } else if linkable.Static() {
|
/aosp12/frameworks/compile/mclinker/lib/Core/ |
H A D | Linker.cpp | 159 if (!m_pObjLinker->linkable()) in normalize()
|
/aosp12/frameworks/compile/mclinker/lib/Object/ |
H A D | ObjectLinker.cpp | 229 bool ObjectLinker::linkable() const { in linkable() function in mcld::ObjectLinker
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |