/frameworks/av/media/libeffects/lvm/lib/ |
D | Android.mk | 40 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/ |
D | StaticResolverTest.cpp | 198 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 …]
|
D | SymbolCategoryTest.cpp | 50 c->setDesc(ResolveInfo::Common); in TEST_F() 94 d->setDesc(ResolveInfo::Common); in TEST_F()
|
/frameworks/av/media/libeffects/lvm/wrapper/ |
D | Android.mk | 26 $(LOCAL_PATH)/../lib/Common/lib/ \ 55 $(LOCAL_PATH)/../lib/Common/lib/ \
|
/frameworks/data-binding/compilerCommon/ |
D | build.gradle | 81 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/ |
D | SymbolCategory.cpp | 27 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/ |
D | README.txt | 7 * Common glue code
|
/frameworks/native/opengl/tests/angeles/ |
D | README.txt | 38 Common Lite, such as vertex arrays, color arrays and 49 Common Lite -level function calls without any extensions.
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFReaderIf.cpp | 64 return ResolveInfo::Common; in getSymDesc()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.h | 91 return ResolveInfo::Common; in getSymDesc()
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | SymbolCategory.h | 126 enum Type { File, Local, LocalDyn, Common, Dynamic, Regular }; enumerator
|
/frameworks/base/docs/html/guide/topics/media/ |
D | exoplayer.jd | 12 including Dynamic adaptive streaming over HTTP (DASH), SmoothStreaming and Common Encryption. It's
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ResolveInfo.h | 68 enum Desc { Undefined = 0, Define = 1, Common = 2, Indirect = 3, NoneDesc }; enumerator
|
/frameworks/base/docs/html/training/gestures/ |
D | index.jd | 60 <strong><a href="detector.html">Detecting Common Gestures</a></strong>
|
D | movement.jd | 49 href="detector.html">Detecting Common Gestures</a>, all of these events are
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | index.jd | 75 Addressing Common Issues</a></dt>
|
D | issues.jd | 1 page.title=Addressing Common Issues
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | controls.jd | 41 <h2 id="CommonControls">Common Controls</h2>
|
D | declaring-layout.jd | 19 <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/ |
D | about.jd | 22 including Common Core State Standards. They can bulk purchase and pay using a
|
/frameworks/base/docs/html/design/handhelds/ |
D | index.jd | 117 <h2 id="app">Common App UI</h2>
|
/frameworks/base/docs/html/training/articles/ |
D | security-ssl.jd | 13 <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>
|
D | user-data-ids.jd | 29 <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/ |
D | supports-gl-texture-element.jd | 80 as a descriptor string. Common descriptor values are listed in the table below.
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | texture.jd | 27 <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>
|