Searched refs:kept (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DIdenticalCodeFolding.cpp78 KeptSections::iterator kept, keptEnd = m_KeptSections.end(); local
80 for (kept = m_KeptSections.begin(); kept != keptEnd; ++kept, ++index) {
81 LDSection* sect = (*kept).first;
82 Input* obj = (*kept).second.first;
83 size_t kept_index = (*kept).second.second;
287 // Use the kept section index.
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java2272 // way and the activity was kept the way it was. If it's false, it means the activity had
2274 boolean kept = true;
2279 kept = stack.ensureActivityConfigurationLocked(r, 0, preserveWindow);
2285 if (!kept) {
2291 mWindowManager.resizeTask(task.taskId, task.mBounds, task.mOverrideConfig, kept, forced);
2294 return kept;
2467 boolean kept = true;
2482 kept = resizeTaskLocked(task, stack.mBounds, RESIZE_MODE_SYSTEM,
2490 kept = resizeTaskLocked(task, bounds, RESIZE_MODE_FORCED, !mightReplaceWindow,
2493 kept
[all...]
H A DActivityManagerService.java1124 * currently running in, so this object must be kept immutable.
3209 // to move it. It should be kept in the front of the list with other
5015 boolean kept = cleanUpApplicationRecordLocked(app, restarting, allowRestart, -1);
5016 if (!kept && !restarting) {
18811 boolean kept = true;
18823 kept = mainStack.ensureActivityConfigurationLocked(starting, changes, false);
18833 return kept;

Completed in 122 milliseconds