Home
last modified time | relevance | path

Searched refs:Common (Results 1 – 25 of 55) sorted by relevance

123

/frameworks/av/media/libeffects/lvm/lib/
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/src/BP_1I_D32F32C30_TRC_WRA_02.c \
[all …]
/frameworks/compile/mclinker/unittests/
DStaticResolverTest.cpp198 new_sym->setDesc(ResolveInfo::Common); in TEST_F()
199 old_sym->setDesc(ResolveInfo::Common); in TEST_F()
203 ASSERT_TRUE(mcld::ResolveInfo::Common == new_sym->desc()); in TEST_F()
204 ASSERT_TRUE(mcld::ResolveInfo::Common == old_sym->desc()); in TEST_F()
219 new_sym->setDesc(ResolveInfo::Common); in TEST_F()
220 old_sym->setDesc(ResolveInfo::Common); in TEST_F()
225 ASSERT_TRUE(ResolveInfo::Common == new_sym->desc()); in TEST_F()
226 ASSERT_TRUE(ResolveInfo::Common == old_sym->desc()); in TEST_F()
244 old_sym->setDesc(ResolveInfo::Common); in TEST_F()
251 ASSERT_TRUE(ResolveInfo::Common == old_sym->desc()); in TEST_F()
[all …]
DSymbolCategoryTest.cpp50 c->setDesc(ResolveInfo::Common); in TEST_F()
94 d->setDesc(ResolveInfo::Common); in TEST_F()
/frameworks/av/media/libeffects/lvm/wrapper/
DAndroid.mk26 $(LOCAL_PATH)/../lib/Common/lib/ \
55 $(LOCAL_PATH)/../lib/Common/lib/ \
/frameworks/data-binding/compilerCommon/
Dbuild.gradle81 project.ext.pomName = 'Data Binding Compiler Common'
82 project.ext.pomDesc = 'Common library that can be shared between different build tools'
/frameworks/compile/mclinker/lib/MC/
DSymbolCategory.cpp27 if (ResolveInfo::Common == pInfo.desc()) in categorize()
28 return Category::Common; in categorize()
41 m_pCommon = new Category(Category::Common); in SymbolCategory()
/frameworks/wilhelm/src/
DREADME.txt7 * Common glue code
/frameworks/native/opengl/tests/angeles/
DREADME.txt38 Common Lite, such as vertex arrays, color arrays and
49 Common Lite -level function calls without any extensions.
/frameworks/compile/mclinker/lib/LD/
DELFReaderIf.cpp64 return ResolveInfo::Common; in getSymDesc()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h91 return ResolveInfo::Common; in getSymDesc()
/frameworks/compile/mclinker/include/mcld/MC/
DSymbolCategory.h126 enum Type { File, Local, LocalDyn, Common, Dynamic, Regular }; enumerator
/frameworks/base/docs/html/guide/topics/media/
Dexoplayer.jd12 including Dynamic adaptive streaming over HTTP (DASH), SmoothStreaming and Common Encryption. It's
/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h68 enum Desc { Undefined = 0, Define = 1, Common = 2, Indirect = 3, NoneDesc }; enumerator
/frameworks/base/docs/html/training/gestures/
Dindex.jd60 <strong><a href="detector.html">Detecting Common Gestures</a></strong>
Dmovement.jd49 href="detector.html">Detecting Common Gestures</a>, all of these events are
/frameworks/base/docs/html/training/wearables/watch-faces/
Dindex.jd75 Addressing Common Issues</a></dt>
Dissues.jd1 page.title=Addressing Common Issues
/frameworks/base/docs/html/guide/topics/ui/
Dcontrols.jd41 <h2 id="CommonControls">Common Controls</h2>
Ddeclaring-layout.jd19 <li><a href="#CommonLayouts">Common Layouts</a></li>
75 …more about different layout types in <a href="{@docRoot}guide/topics/ui/layout-objects.html">Common
320 <h2 id="CommonLayouts">Common Layouts</h2>
379 <p>Common layouts backed by an adapter include:</p>
/frameworks/base/docs/html/distribute/googleplay/edu/
Dabout.jd22 including Common Core State Standards. They can bulk purchase and pay using a
/frameworks/base/docs/html/design/handhelds/
Dindex.jd117 <h2 id="app">Common App UI</h2>
/frameworks/base/docs/html/training/articles/
Dsecurity-ssl.jd13 <li><a href="#CommonProblems">Common Problems Verifying Server Certificates</a>
20 <li><a href="#CommonHostnameProbs">Common Problems with Hostname Verification</a></li>
132 <h2 id="CommonProblems">Common Problems Verifying Server Certificates</h2>
337 <h2 id="CommonHostnameProbs">Common Problems with Hostname Verification</h2>
Duser-data-ids.jd29 <li><a href="#use_appropriate_identifiers">Common Use Cases and the Identifier to Use</a>
455 explain how it can be reset. Common reset triggers are: in-app resets, resets
512 <h2 id="use_appropriate_identifiers">Common Use Cases and the Identifier to Use</h2>
/frameworks/base/docs/html/guide/topics/manifest/
Dsupports-gl-texture-element.jd80 as a descriptor string. Common descriptor values are listed in the table below.
/frameworks/base/docs/html/training/multiple-apks/
Dtexture.jd27 <li><a href="#CreateLibrary">Put All Common Code and Resources in a Library Project</a></li>
104 <h2 id="CreateLibrary">Put All Common Code and Resources in a Library Project</h2>

123