Home
last modified time | relevance | path

Searched refs:It (Results 1 – 25 of 30) sorted by relevance

12

/development/vndk/tools/vtable-dumper/
Delf_handling.cpp189 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/
DREADME.txt2 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/
Dread_asset.txt3 It was read and placed into the TextView here.
/development/samples/browseable/Timer/
D_index.jd8 This simple wearable app allows the user to set a countdown timer. It runs
/development/samples/browseable/ActionBarCompat-Styled/
D_index.jd8 This sample shows you how to use ActionBarCompat with a customized theme. It utilizes a
/development/samples/browseable/Interpolator/
D_index.jd9 Material Design. It shows how an ObjectAnimator is used to animate two properties of a
/development/samples/browseable/MultiWindowPlayground/
D_index.jd9 in Android N. It shows the use of new Intent flags and
/development/samples/browseable/DocumentCentricApps/
D_index.jd9 It let\'s you create new documents in the system overview menu and persists its
/development/samples/browseable/ActionBarCompat-Basic/
D_index.jd9 displays action items. It covers inflating items from a menu resource, as well as adding
/development/samples/browseable/BluetoothChat/
D_index.jd9 Bluetooth. It demonstrates all the fundamental Bluetooth API capabilites, such as:
/development/tools/labpretest/
DREADME4 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.jd11 interface, and choose an image on your device. It will be displayed in this app.
/development/samples/browseable/DisplayingBitmaps/
D_index.jd12 It demonstrates how to load large bitmaps efficiently off the main UI thread, caching
/development/tools/rmtypedefs/
DREADME.txt7 It also makes sure that these annotations have source level retention
/development/samples/browseable/MessagingService/
D_index.jd9 NotificationCompat. It also extends the notification with Remote
/development/samples/browseable/DragAndDropAcrossApps/
D_index.jd15 It also demonstrates the use of the DragStartHelper from the v13 support library to easily
/development/samples/TicTacToeMain/
DREADME.txt17 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.jd10 service. It exposes a simple music library through the new
/development/samples/browseable/XYZTouristAttractions/
D_index.jd9 and Wear app combination as possible. It has a more refined design
/development/tutorials/MoarRam/
DREADME.txt2 for the development of the DDMS native heap tracker feature. It contains 3
/development/tools/extract/
DREADME.txt2 Android Studio, IntelliJ, and lint. It creates a .zip file with
/development/samples/browseable/BatchStepSensor/
D_index.jd10 <p>It shows how to register a SensorEventListener with and without
/development/vndk/tools/header-checker/
DREADME.md23 header-abi-dumper. It produces a report outlining all the differences in the
/development/samples/browseable/WatchFace/
D_index.jd10 opengl, calendar, steps, interactive, etc. It also includes a watch-side configuration example.
/development/tools/apkcheck/
DREADME.txt4 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

12