/frameworks/compile/mclinker/include/mcld/Config/ |
D | Config.h.in | 16 /* Define to 1 if you have the <dlfcn.h> header file. */ 19 /* Define to 1 if you have the <fcntl.h> header file. */ 22 /* Define to 1 if you have the <inttypes.h> header file. */ 25 /* Define to 1 if you have the <memory.h> header file. */ 28 /* Define if you have POSIX threads libraries and header files. */ 31 /* Define to 1 if you have the <stdint.h> header file. */ 34 /* Define to 1 if you have the <stdlib.h> header file. */ 37 /* Define to 1 if you have the <strings.h> header file. */ 40 /* Define to 1 if you have the <string.h> header file. */ 43 /* Define to 1 if you have the <sys/mman.h> header file. */ [all …]
|
/frameworks/compile/mclinker/unittests/ |
D | StaticResolverTest.cpp | 55 new_sym->setDesc(ResolveInfo::Define); in TEST_F() 56 old_sym->setDesc(ResolveInfo::Define); in TEST_F() 57 ASSERT_TRUE( mcld::ResolveInfo::Define == new_sym->desc()); in TEST_F() 58 ASSERT_TRUE( mcld::ResolveInfo::Define == old_sym->desc()); in TEST_F() 74 old_sym->setDesc(ResolveInfo::Define); in TEST_F() 85 ASSERT_TRUE( mcld::ResolveInfo::Define == old_sym->desc()); in TEST_F() 100 new_sym->setDesc(ResolveInfo::Define); in TEST_F() 101 old_sym->setDesc(ResolveInfo::Define); in TEST_F() 111 ASSERT_TRUE( mcld::ResolveInfo::Define == new_sym->desc()); in TEST_F() 112 ASSERT_TRUE( mcld::ResolveInfo::Define == old_sym->desc()); in TEST_F() [all …]
|
D | LinkerTest.cpp | 432 ResolveInfo::Define, ResolveInfo::Local, 0); in TEST_F() 436 ResolveInfo::Define, ResolveInfo::Local, 0, 0x0, text); in TEST_F() 440 ResolveInfo::Define, ResolveInfo::Local, 0, 0x0, data); in TEST_F() 444 ResolveInfo::Define, ResolveInfo::Local, 0, 0x0, bss); in TEST_F() 448 ResolveInfo::Define, ResolveInfo::Local, 0, 0x0, attr); in TEST_F() 452 ResolveInfo::Define, ResolveInfo::Global, 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/LD/ |
D | ELFBinaryReader.cpp | 83 ResolveInfo::Define, in readBinary() 102 ResolveInfo::Define, in readBinary() 112 ResolveInfo::Define, in readBinary() 122 ResolveInfo::Define, in readBinary()
|
D | ELFReaderIf.cpp | 57 return ResolveInfo::Define; in getSymDesc() 61 return ResolveInfo::Define; in getSymDesc()
|
D | SectionSymbolSet.cpp | 44 ResolveInfo::Define, in add()
|
D | StubFactory.cpp | 88 ResolveInfo::Define, in create()
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | retrieve-names.jd | 101 <h3 id="DefineListView">Define ListView and item layouts</h3> 121 Define the item layout file <code>contacts_list_item.xml</code> with the following XML: 145 <h3 id="Fragment">Define a Fragment that displays the list of contacts</h3> 189 <h3 id="DefineVariables">Define global variables</h3> 191 Define global variables that are used in other parts of the code: 214 // Define global mutable variables 215 // Define a ListView object 217 // Define variables for the contact the user selects 292 <a href="#Fragment">Define a Fragment that displays the list of contacts</a>. 315 <h3 id="DefineProjection">Define a projection</h3> [all …]
|
D | retrieve-details.jd | 127 <h3>Define the selection criteria</h3> 129 Define a constant for your selection clause, an array to hold selection arguments, and a 152 <h3>Define the sort order</h3> 154 Define the sort order you want in the resulting {@link android.database.Cursor}. To 317 <h3>Define a projection</h3> 319 Define the columns you want to retrieve, using the column name constants in the subclass 344 <h3>Define selection criteria</h3> 346 Define a search text expression that retrieves rows for a specific contact's 368 <h3>Define a sort order</h3> 370 Define a sort order for the returned {@link android.database.Cursor}. Since you're retrieving a
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 117 ResolveInfo::Define, in initTargetSymbols() 130 ResolveInfo::Define, in initTargetSymbols() 140 ResolveInfo::Define, in initTargetSymbols() 149 ResolveInfo::Define, in initTargetSymbols() 558 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define); in allocateCommonSymbols() 588 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define); in allocateCommonSymbols() 632 ResolveInfo::Define, in defineGOTSymbol() 643 ResolveInfo::Define, in defineGOTSymbol() 659 ResolveInfo::Define, in defineGOTPLTSymbol() 670 ResolveInfo::Define, in defineGOTPLTSymbol()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 137 ResolveInfo::Define, in initTargetSymbols() 154 ResolveInfo::Define, in initTargetSymbols() 165 ResolveInfo::Define, in initTargetSymbols() 181 ResolveInfo::Define, in initTargetSymbols() 192 ResolveInfo::Define, in initTargetSymbols() 312 ResolveInfo::Define, in defineGOTSymbol() 323 ResolveInfo::Define, in defineGOTSymbol()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.cpp | 137 ResolveInfo::Define, in initTargetSymbols() 174 ResolveInfo::Define, in defineGOTSymbol() 185 ResolveInfo::Define, in defineGOTSymbol()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 357 ResolveInfo::Define, in defineGOTSymbol() 368 ResolveInfo::Define, in defineGOTSymbol() 513 ResolveInfo::Define, in initTargetSymbols() 523 ResolveInfo::Define, in initTargetSymbols() 532 ResolveInfo::Define, in initTargetSymbols() 541 ResolveInfo::Define, in initTargetSymbols() 800 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define); in allocateCommonSymbols() 865 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define); in allocateCommonSymbols()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 257 ResolveInfo::Define, in initStandardSymbols() 270 ResolveInfo::Define, in initStandardSymbols() 296 ResolveInfo::Define, in initStandardSymbols() 306 ResolveInfo::Define, in initStandardSymbols() 328 ResolveInfo::Define, in initStandardSymbols() 338 ResolveInfo::Define, in initStandardSymbols() 360 ResolveInfo::Define, in initStandardSymbols() 370 ResolveInfo::Define, in initStandardSymbols() 392 ResolveInfo::Define, in initStandardSymbols() 406 ResolveInfo::Define, in initStandardSymbols() [all …]
|
/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> 100 <h2 id="camera-view">Define a Camera View</h2>
|
/frameworks/base/docs/html/training/material/ |
D | compatibility.jd | 9 <li><a href="#Theme">Define Alternative Styles</a></li> 29 <h2 id="Theme">Define Alternative Styles</h2> 35 <li>Define a theme that inherits from an older theme (like Holo) in 37 <li>Define a theme with the same name that inherits from the material theme in
|
/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/location/ |
D | activity-recognition.jd | 106 * Define a request code to send to Google Play services 112 // Define a DialogFragment that displays the error dialog 216 <h4 id="DefineActivity">Define the Activity or Fragment</h4> 218 Define an {@link android.support.v4.app.FragmentActivity} or 247 Next, define global variables and constants. Define constants for the update interval, 309 Define a method that requests activity recognition updates. In the method, request a 510 <h3>Define an IntentService</h3> 615 <!-- Define IntentService --> 632 section <a id="DefineActivity">Define the Activity or Fragment</a>. 705 Define a method that requests a stop to activity recognition updates. In the method,
|
/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
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86LDBackend.cpp | 148 ResolveInfo::Define, in defineGOTSymbol() 159 ResolveInfo::Define, in defineGOTSymbol() 285 ResolveInfo::Define, in initTargetSymbols()
|
/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/secure-file-sharing/ |
D | share-file.jd | 93 <h3>Define the file selection Activity in code</h3> 162 // Define a listener that responds to clicks on a file in the ListView 223 // Define a listener that responds to clicks in the ListView 261 // Define a listener that responds to clicks on a file in the ListView
|