/development/vndk/tools/vtable-dumper/ |
D | elf_handling.cpp | 189 std::map<uint64_t, std::vector<SymbolRef>>::iterator It = in initVTableRanges() local 191 if (It == mAddrToSymbolRef.end()) { in initVTableRanges() 195 std::vector<SymbolRef> &SymVec = It->second; in initVTableRanges() 221 typename std::vector<VTable>::iterator It; in identifyVTable() local 222 It = std::lower_bound(mVTables.begin(), mVTables.end(), RelOffset); in identifyVTable() 223 if (It != mVTables.begin() && It->getStartAddr() != RelOffset) { in identifyVTable() 224 It--; in identifyVTable() 226 if (It->getEndAddr() >= RelOffset) { in identifyVTable() 227 return &(*It); in identifyVTable() 306 std::map<uint64_t, std::vector<SymbolRef>>::iterator It = in relativeRelocation() local [all …]
|
/development/samples/ApiDemos/ |
D | README.txt | 2 that illustrate the use of various Android APIs. It includes samples of: 17 It is available through the SDK Updater in the "Android Compatibility package".
|
/development/samples/ApiDemos/assets/ |
D | read_asset.txt | 3 It was read and placed into the TextView here.
|
/development/samples/browseable/Timer/ |
D | _index.jd | 8 This simple wearable app allows the user to set a countdown timer. It runs
|
/development/samples/browseable/ActionBarCompat-Styled/ |
D | _index.jd | 8 This sample shows you how to use ActionBarCompat with a customized theme. It utilizes a
|
/development/samples/browseable/Interpolator/ |
D | _index.jd | 9 Material Design. It shows how an ObjectAnimator is used to animate two properties of a
|
/development/samples/browseable/MultiWindowPlayground/ |
D | _index.jd | 9 in Android N. It shows the use of new Intent flags and
|
/development/samples/browseable/DocumentCentricApps/ |
D | _index.jd | 9 It let\'s you create new documents in the system overview menu and persists its
|
/development/samples/browseable/ActionBarCompat-Basic/ |
D | _index.jd | 9 displays action items. It covers inflating items from a menu resource, as well as adding
|
/development/samples/browseable/BluetoothChat/ |
D | _index.jd | 9 Bluetooth. It demonstrates all the fundamental Bluetooth API capabilites, such as:
|
/development/tools/labpretest/ |
D | README | 4 session. It puts a device into bootloader mode, reboots into bootloader mode, 8 It will repeat this based on an optional parameter(-i) or default to 100 times. 9 It will detect if it is in a low battery situation and wait for it to charge 47 file that is read in before the main loop starts. It allows you to add any non
|
/development/samples/browseable/StorageClient/ |
D | _index.jd | 11 interface, and choose an image on your device. It will be displayed in this app.
|
/development/samples/browseable/DisplayingBitmaps/ |
D | _index.jd | 12 It demonstrates how to load large bitmaps efficiently off the main UI thread, caching
|
/development/tools/rmtypedefs/ |
D | README.txt | 7 It also makes sure that these annotations have source level retention
|
/development/samples/browseable/MessagingService/ |
D | _index.jd | 9 NotificationCompat. It also extends the notification with Remote
|
/development/samples/browseable/DragAndDropAcrossApps/ |
D | _index.jd | 15 It also demonstrates the use of the DragStartHelper from the v13 support library to easily
|
/development/samples/TicTacToeMain/ |
D | README.txt | 17 TicTacToeMain is the main project. It defines a main activity that is first 26 TicTacToeLib is the "project library". It can contain both source code (.java)
|
/development/samples/browseable/MediaBrowserService/ |
D | _index.jd | 10 service. It exposes a simple music library through the new
|
/development/samples/browseable/XYZTouristAttractions/ |
D | _index.jd | 9 and Wear app combination as possible. It has a more refined design
|
/development/tutorials/MoarRam/ |
D | README.txt | 2 for the development of the DDMS native heap tracker feature. It contains 3
|
/development/tools/extract/ |
D | README.txt | 2 Android Studio, IntelliJ, and lint. It creates a .zip file with
|
/development/samples/browseable/BatchStepSensor/ |
D | _index.jd | 10 <p>It shows how to register a SensorEventListener with and without
|
/development/vndk/tools/header-checker/ |
D | README.md | 23 header-abi-dumper. It produces a report outlining all the differences in the
|
/development/samples/browseable/WatchFace/ |
D | _index.jd | 10 opengl, calendar, steps, interactive, etc. It also includes a watch-side configuration example.
|
/development/tools/apkcheck/ |
D | README.txt | 4 application against the published API. It identifies and reports the 13 The dependency set for an APK can be generated with "dexdeps". It finds 103 and "implements java.lang.annotation.Annotation". It is not possible
|