/frameworks/compile/mclinker/lib/LD/ |
D | IdenticalCodeFolding.cpp | 78 KeptSections::iterator kept, keptEnd = m_KeptSections.end(); in foldIdenticalCode() local 80 for (kept = m_KeptSections.begin(); kept != keptEnd; ++kept, ++index) { in foldIdenticalCode() 81 LDSection* sect = (*kept).first; in foldIdenticalCode() 82 Input* obj = (*kept).second.first; in foldIdenticalCode() 83 size_t kept_index = (*kept).second.second; in foldIdenticalCode()
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 65 from these is kept. Currently the one such class is android.view.View: since we want to render 66 layouts, anything that is sort of a view needs to be kept. 77 deriving from the requested bases classes are kept. All classes whose name match the glob pattern 78 are kept. The analysis then finds all the dependencies of the classes that are to be kept using an 110 changed from protected/private to public. The code of the methods is then kept as-is, except for
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | qpisf_2s.tab | 1020 * 1st stage is kept the same as the 46 bit quantizer *
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityStackSupervisor.java | 2274 boolean kept = true; in resizeTaskLocked() 2279 kept = stack.ensureActivityConfigurationLocked(r, 0, preserveWindow); in resizeTaskLocked() 2285 if (!kept) { in resizeTaskLocked() 2291 mWindowManager.resizeTask(task.taskId, task.mBounds, task.mOverrideConfig, kept, forced); in resizeTaskLocked() 2294 return kept; in resizeTaskLocked() 2467 boolean kept = true; in moveTaskToStackLocked() 2482 kept = resizeTaskLocked(task, stack.mBounds, RESIZE_MODE_SYSTEM, in moveTaskToStackLocked() 2490 kept = resizeTaskLocked(task, bounds, RESIZE_MODE_FORCED, !mightReplaceWindow, in moveTaskToStackLocked() 2493 kept = resizeTaskLocked(task, stack.mBounds, RESIZE_MODE_SYSTEM, in moveTaskToStackLocked() 2504 mWindowManager.scheduleClearReplacingWindowIfNeeded(topActivity.appToken, !kept); in moveTaskToStackLocked()
|
D | ActivityManagerService.java | 5015 boolean kept = cleanUpApplicationRecordLocked(app, restarting, allowRestart, -1); in handleAppDiedLocked() 5016 if (!kept && !restarting) { in handleAppDiedLocked() 18811 boolean kept = true; in updateConfigurationLocked() 18823 kept = mainStack.ensureActivityConfigurationLocked(starting, changes, false); in updateConfigurationLocked() 18833 return kept; in updateConfigurationLocked()
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | pausing.jd | 109 android.app.Activity} instance is kept resident in memory and is recalled when the activity resumes.
|
D | stopping.jd | 112 <p>When your activity is stopped, the {@link android.app.Activity} object is kept resident in memory
|
/frameworks/base/docs/html/guide/topics/processes/ |
D | process-lifecycle.jd | 92 so they are kept in an LRU list to ensure the process that was most recently seen
|
/frameworks/base/docs/html/training/gestures/ |
D | scale.jd | 357 * variable but kept here to minimize per-frame allocations.
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | cache-bitmap.jd | 40 <p>Memory usage is kept down with components like this by recycling the child views as they move
|
/frameworks/base/docs/html/training/articles/ |
D | memory.jd | 521 be kept around as long as it is playing music, even if the user is currently in another app and the 695 the main process must also be kept around. This means the app's memory footprint is actually the 727 can be kept.</li>
|
D | smp.jd | 507 matter, so long as the appropriate guarantees are kept. If we use a barrier in
|
/frameworks/base/docs/html/about/versions/ |
D | lollipop.jd | 204 for each profile is always kept separate and secure from each other, including when the same
|
D | android-4.2.jd | 326 device, the data your app saves for a given user is kept separate from the data your app saves
|
D | android-4.3.jd | 910 …S_KEPT_MILLISECONDS} containing the number of days (in milliseconds) that the log will be kept.</p>
|
/frameworks/base/docs/html/training/location/ |
D | geofencing.jd | 378 <p>Registered geofences are kept in the <code>com.google.process.location</code> process owned by
|
/frameworks/base/docs/html/training/cloudsave/ |
D | conflict-res.jd | 78 be kept, or it can submit a new data set that represents the merged data. It is
|
/frameworks/base/docs/html/guide/components/ |
D | processes-and-threads.jd | 150 visible, or service process. Usually there are many background processes running, so they are kept
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | activity_task_design.jd | 491 normally where pictures are kept. So Contacts can re-use the Gallery
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | activity-element.jd | 1046 <td>The soft keyboard is kept in whatever state it was last in,
|
/frameworks/base/docs/html/topic/libraries/support-library/ |
D | revisions.jd | 2775 <li>Added support to control how many pages are kept to either side
|