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

/frameworks/av/media/libeffects/lvm/lib/
H A DAndroid.mk40 Common/src/InstAlloc.c \
41 Common/src/DC_2I_D16_TRC_WRA_01.c \
42 Common/src/DC_2I_D16_TRC_WRA_01_Init.c \
43 Common/src/FO_2I_D16F32C15_LShx_TRC_WRA_01.c \
44 Common/src/FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c \
45 Common/src/FO_1I_D16F16C15_TRC_WRA_01.c \
46 Common/src/FO_1I_D16F16Css_TRC_WRA_01_Init.c \
47 Common/src/BP_1I_D16F32C30_TRC_WRA_01.c \
48 Common/src/BP_1I_D16F16C14_TRC_WRA_01.c \
49 Common/sr
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/
H A DAndroid.mk27 $(LOCAL_PATH)/../lib/Common/lib/ \
56 $(LOCAL_PATH)/../lib/Common/lib/ \
/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp221 new_sym->setDesc(ResolveInfo::Common);
222 old_sym->setDesc(ResolveInfo::Common);
226 ASSERT_EQ( mcld::ResolveInfo::Common, new_sym->desc());
227 ASSERT_EQ( mcld::ResolveInfo::Common, old_sym->desc());
243 new_sym->setDesc(ResolveInfo::Common);
244 old_sym->setDesc(ResolveInfo::Common);
249 ASSERT_EQ( ResolveInfo::Common, new_sym->desc());
250 ASSERT_EQ( ResolveInfo::Common, old_sym->desc());
268 old_sym->setDesc(ResolveInfo::Common);
275 ASSERT_EQ( ResolveInfo::Common, old_sy
[all...]
H A DSymbolCategoryTest.cpp55 c->setDesc(ResolveInfo::Common);
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp25 if (ResolveInfo::Common == pInfo.desc())
26 return Category::Common;
38 m_pCommon = new Category(Category::Common);
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h106 Common, enumerator in enum:mcld::SymbolCategory::Category::Type
/frameworks/compile/slang/
H A DSlangData.mk16 # Common definitions used for building RS header files.
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h27 * - Desc - Defined, Reference, Common or Indirect
73 Common = 2, enumerator in enum:mcld::ResolveInfo::Desc
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp124 return ResolveInfo::Common;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp560 if (ResolveInfo::Common == (*com_sym)->desc()) {
/frameworks/base/
H A DAndroid.mk351 include external/junit/Common.mk
374 # Common sources for doc check and api check
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1311 if (ResolveInfo::Common == (*com_sym)->desc()) {

Completed in 483 milliseconds