/frameworks/compile/mclinker/unittests/ |
D | StaticResolverTest.cpp | 72 new_sym->setDesc(ResolveInfo::Define); in TEST_F() 73 old_sym->setDesc(ResolveInfo::Define); in TEST_F() 74 ASSERT_EQ( mcld::ResolveInfo::Define, new_sym->desc()); in TEST_F() 75 ASSERT_EQ( mcld::ResolveInfo::Define, old_sym->desc()); in TEST_F() 91 old_sym->setDesc(ResolveInfo::Define); in TEST_F() 102 ASSERT_EQ( mcld::ResolveInfo::Define, old_sym->desc()); in TEST_F() 117 new_sym->setDesc(ResolveInfo::Define); in TEST_F() 118 old_sym->setDesc(ResolveInfo::Define); in TEST_F() 128 ASSERT_EQ( mcld::ResolveInfo::Define, new_sym->desc()); in TEST_F() 129 ASSERT_EQ( mcld::ResolveInfo::Define, old_sym->desc()); in TEST_F() [all …]
|
D | NamePoolTest.cpp | 73 ResolveInfo::Desc desc = ResolveInfo::Define; in TEST_F()
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | available-resources.jd | 23 <dd>Define pre-determined animations.<br/> 27 <dd>Define a color resources that changes based on the View state.<br/> 30 <dd>Define various graphics with bitmaps or XML.<br/> 33 <dd>Define the layout for your application UI.<br/> 36 <dd>Define the contents of your application menus.<br/> 39 <dd>Define strings, string arrays, and plurals (and include string formatting and styling).<br/> 43 <dd>Define the look and format for UI elements.<br/> 46 <dd>Define values such as booleans, integers, dimensions, colors, and other arrays.<br/>
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 191 ResolveInfo::Define, in initStandardSymbols() 202 ResolveInfo::Define, in initStandardSymbols() 222 ResolveInfo::Define, in initStandardSymbols() 233 ResolveInfo::Define, in initStandardSymbols() 253 ResolveInfo::Define, in initStandardSymbols() 264 ResolveInfo::Define, in initStandardSymbols() 283 ResolveInfo::Define, in initStandardSymbols() 296 ResolveInfo::Define, in initStandardSymbols() 307 ResolveInfo::Define, in initStandardSymbols() 318 ResolveInfo::Define, in initStandardSymbols() [all …]
|
/frameworks/compile/libbcc/runtime/cmake/Modules/ |
D | DefineCompilerFlags.cmake | 1 # Define compiler flags
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | shapes.jd | 18 <li><a href="#triangle">Define a Triangle</a></li> 19 <li><a href="#square">Define a Square</a></li> 44 <h2 id="triangle">Define a Triangle</h2> 99 <h2 id="square">Define a Square</h2>
|
D | projection.jd | 18 <li><a href="#projection">Define a Projection</a></li> 19 <li><a href="#camera-view">Define a Camera View</a></li> 64 <h2 id="projection">Define a Projection</h2> 95 <h2 id="camera-view">Define a Camera View</h2>
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 81 ResolveInfo::Define, in initTargetSymbols() 92 ResolveInfo::Define, in initTargetSymbols() 566 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define); in allocateCommonSymbols() 593 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define); in allocateCommonSymbols() 852 ResolveInfo::Define, in createGOT() 864 ResolveInfo::Define, in createGOT()
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFReader.cpp | 117 return ResolveInfo::Define; in getSymDesc() 121 return ResolveInfo::Define; in getSymDesc()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86LDBackend.cpp | 133 ResolveInfo::Define, in createX86GOTPLT() 146 ResolveInfo::Define, in createX86GOTPLT() 247 ResolveInfo::Define, in defineSymbolforCopyReloc() 710 ResolveInfo::Define, in initTargetSymbols()
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | loading-ondemand.jd | 20 <li><a href="#ViewStub">Define a ViewStub</a></li> 40 <h2 id="ViewStub">Define a ViewStub</h2>
|
/frameworks/base/docs/html/training/multiple-threads/ |
D | define-runnable.jd | 12 <li><a href="#ExtendClass">Define a Class that Implements Runnable</a></li> 47 <h2 id="ExtendClass">Define a Class that Implements Runnable</h2>
|
D | create-threadpool.jd | 12 <li><a href="#ClassStructure">Define the Thread Pool Class</a> 53 <h2 id="ClassStructure">Define the Thread Pool Class</h2> 102 Define a method in the thread pool class that adds a task to a thread pool's queue. For
|
D | communicate-ui.jd | 12 <li><a href="#Handler">Define a Handler on the UI Thread</a></li> 44 <h2 id="Handler">Define a Handler on the UI Thread</h2>
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 119 ResolveInfo::Define, in initTargetSymbols() 197 ResolveInfo::Define, in createARMGOT() 209 ResolveInfo::Define, in createARMGOT() 309 ResolveInfo::Define, in defineSymbolforCopyReloc()
|
/frameworks/base/docs/html/training/run-background-service/ |
D | create-service.jd | 12 <a href="#DefineManifest">Define the IntentService in the Manifest</a> 91 <h2 id="DefineManifest">Define the IntentService in the Manifest</h2>
|
/frameworks/base/docs/html/training/basics/fragments/ |
D | communicating.jd | 15 <li><a href="#DefineInterface">Define an Interface</a></li> 46 <h2 id="DefineInterface">Define an Interface</h2>
|
/frameworks/base/docs/html/training/notify-user/ |
D | build-notification.jd | 18 <li><a href="#action">Define the Notification's Action</a></li> 85 <h2 id="action">Define the Notification's Action</h2>
|
/frameworks/base/docs/html/training/load-data-background/ |
D | setup-loader.jd | 13 <a href="#Extend">Define an Activity That Uses CursorLoader</a> 39 <h2 id="Extend">Define an Activity That Uses CursorLoader</h2>
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | databases.jd | 17 <li><a href="#DefineContract">Define a Schema and Contract</a></li> 50 <h2 id="DefineContract">Define a Schema and Contract</h2> 229 // Define a <em>projection</em> that specifies which columns from the database 286 // Define 'where' part of query.
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ResolveInfo.h | 72 Define = 1, enumerator
|
/frameworks/base/docs/html/training/custom-views/ |
D | create-view.jd | 17 <li><a href="#customattr">Define Custom Attributes</a></li> 77 <h2 id="customattr">Define Custom Attributes</h2> 86 <li>Define custom attributes for your view in a {@code
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | checkbox.jd | 94 <li>Define a {@link android.view.View} as its only parameter (this will be the {@link
|
D | radiobutton.jd | 96 <li>Define a {@link android.view.View} as its only parameter (this will be the {@link
|
/frameworks/base/docs/html/training/enterprise/ |
D | device-management-policy.jd | 12 <li><a href="#DeclarePolicy">Define and Declare Your Policy</a></li> 45 <h2 id="DeclarePolicy">Define and Declare Your Policy</h2>
|