Searched refs:Common (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/
H A DAndroid.mk41 Common/src/InstAlloc.c \
42 Common/src/DC_2I_D16_TRC_WRA_01.c \
43 Common/src/DC_2I_D16_TRC_WRA_01_Init.c \
44 Common/src/FO_2I_D16F32C15_LShx_TRC_WRA_01.c \
45 Common/src/FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c \
46 Common/src/FO_1I_D16F16C15_TRC_WRA_01.c \
47 Common/src/FO_1I_D16F16Css_TRC_WRA_01_Init.c \
48 Common/src/BP_1I_D16F32C30_TRC_WRA_01.c \
49 Common/src/BP_1I_D16F16C14_TRC_WRA_01.c \
50 Common/sr
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/
H A DAndroid.mk29 $(LOCAL_PATH)/../lib/Common/lib/ \
61 $(LOCAL_PATH)/../lib/Common/lib/ \
/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp198 new_sym->setDesc(ResolveInfo::Common);
199 old_sym->setDesc(ResolveInfo::Common);
203 ASSERT_TRUE(mcld::ResolveInfo::Common == new_sym->desc());
204 ASSERT_TRUE(mcld::ResolveInfo::Common == old_sym->desc());
219 new_sym->setDesc(ResolveInfo::Common);
220 old_sym->setDesc(ResolveInfo::Common);
225 ASSERT_TRUE(ResolveInfo::Common == new_sym->desc());
226 ASSERT_TRUE(ResolveInfo::Common == old_sym->desc());
244 old_sym->setDesc(ResolveInfo::Common);
251 ASSERT_TRUE(ResolveInfo::Common
[all...]
H A DSymbolCategoryTest.cpp50 c->setDesc(ResolveInfo::Common);
94 d->setDesc(ResolveInfo::Common);
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp27 if (ResolveInfo::Common == pInfo.desc())
28 return Category::Common;
41 m_pCommon = new Category(Category::Common);
199 // Change Common to Dynamic/Regular
/frameworks/compile/mclinker/lib/LD/
H A DELFReaderIf.cpp64 return ResolveInfo::Common;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h91 return ResolveInfo::Common;
H A DHexagonLDBackend.cpp784 if (ResolveInfo::Common == (*com_sym)->desc()) {
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h126 enum Type { File, Local, LocalDyn, Common, Dynamic, Regular }; enumerator in enum:mcld::SymbolCategory::Category::Type
/frameworks/native/cmds/dumpstate/
H A DAndroid.mk4 # Common settings #
/frameworks/opt/net/wifi/libwifi_hal/
H A DAndroid.mk63 # Common code shared between the HALs.
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h24 * - Desc - Defined, Reference, Common or Indirect
68 enum Desc { Undefined = 0, Define = 1, Common = 2, Indirect = 3, NoneDesc }; enumerator in enum:mcld::ResolveInfo::Desc
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp430 ResolveInfo::Common == pDesc || ResolveInfo::Absolute == pBind ||
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp619 if (ResolveInfo::Common == (*com_sym)->desc()) {
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1541 if (ResolveInfo::Common == (*com_sym)->desc()) {

Completed in 598 milliseconds