Searched refs:kept (Results 1 – 6 of 6) sorted by relevance
/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/av/media/libaaudio/src/fifo/ |
D | README.md | 9 location of indices and data buffer, mapping, allocation of memmory will probably be kept as-is.
|
/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/base/services/core/java/com/android/server/am/ |
D | TaskRecord.java | 551 boolean kept = true; in resize() 555 kept = r.ensureActivityConfigurationLocked(0 /* globalChanges */, preserveWindow); in resize() 557 if (!kept) { in resize() 562 mWindowContainerController.resize(mBounds, getOverrideConfiguration(), kept, forced); in resize() 565 return kept; in resize() 655 boolean kept = true; in reparent() 715 kept = resize(toStack.mBounds, RESIZE_MODE_SYSTEM, !mightReplaceWindow, in reparent() 723 kept = resize(bounds, RESIZE_MODE_FORCED, !mightReplaceWindow, deferResume); in reparent() 730 kept = resize(toStack.mBounds, RESIZE_MODE_SYSTEM, !mightReplaceWindow, in reparent() 741 windowManager.scheduleClearWillReplaceWindows(topActivity.appToken, !kept); in reparent()
|
D | ActivityManagerService.java | 5241 boolean kept = cleanUpApplicationRecordLocked(app, restarting, allowRestart, -1, in handleAppDiedLocked() 5243 if (!kept && !restarting) { in handleAppDiedLocked() 20224 boolean kept = true; 20235 kept = ensureConfigAndVisibilityAfterUpdate(starting, changes); 20244 result.activityRelaunched = !kept; 20246 return kept; 20412 boolean kept = true; 20430 kept = ensureConfigAndVisibilityAfterUpdate(starting, changes); 20439 result.activityRelaunched = !kept; 20441 return kept; [all …]
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | qpisf_2s.tab | 1020 * 1st stage is kept the same as the 46 bit quantizer *
|