Searched refs:kept (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/tools/aapt2/filter/ |
D | AbiFilter_test.cpp | 30 bool kept; member 60 EXPECT_EQ(mips->Keep(data.path), data.kept); in TEST_P()
|
/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/core/proto/android/wifi/ |
D | enums.proto | 30 * Wi-Fi will be kept active, and will behave normally. 36 * Wi-Fi will be kept active, but the only operation that will be supported is initiation of
|
/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/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/opt/gamesdk/third_party/protobuf-3.0.0/csharp/protos/ |
D | unittest_issues.proto | 4 // They are kept here to replicate the issue, and continue to verify the fix.
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskRecord.java | 593 boolean kept = true; in resize() 597 kept = r.ensureActivityConfiguration(0 /* globalChanges */, in resize() 606 if (!kept) { in resize() 611 mTask.resize(kept, forced); in resize() 616 return kept; in resize() 725 boolean kept = true; in reparent() 789 kept = resize(toStack.getRequestedOverrideBounds(), RESIZE_MODE_SYSTEM, in reparent() 797 kept = resize(bounds, RESIZE_MODE_FORCED, !mightReplaceWindow, deferResume); in reparent() 804 kept = resize(toStack.getRequestedOverrideBounds(), RESIZE_MODE_SYSTEM, in reparent() 815 windowManager.scheduleClearWillReplaceWindows(topActivity.appToken, !kept); in reparent()
|
D | ActivityTaskManagerService.java | 5162 boolean kept = true; in updateConfigurationLocked() 5173 kept = ensureConfigAndVisibilityAfterUpdate(starting, changes); in updateConfigurationLocked() 5182 result.activityRelaunched = !kept; in updateConfigurationLocked() 5184 return kept; in updateConfigurationLocked() 5315 boolean kept = true; in updateDisplayOverrideConfigurationLocked() 5333 kept = ensureConfigAndVisibilityAfterUpdate(starting, changes); in updateDisplayOverrideConfigurationLocked() 5342 result.activityRelaunched = !kept; in updateDisplayOverrideConfigurationLocked() 5344 return kept; in updateDisplayOverrideConfigurationLocked() 5792 boolean kept = true; in ensureConfigAndVisibilityAfterUpdate() 5804 kept = starting.ensureActivityConfiguration(changes, in ensureConfigAndVisibilityAfterUpdate() [all …]
|
D | DisplayContent.java | 1236 final boolean kept = mWmService.mAtmService.updateDisplayOverrideConfigurationLocked( in onDescendantOrientationChanged() 1239 if (!kept) { in onDescendantOrientationChanged()
|
/frameworks/base/core/proto/android/net/ |
D | networkcapabilities.proto | 112 // network that is being kept up in the background to facilitate fast
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/ |
D | README.md | 132 (kept in a private byte[]) is cloned. This causes a small memory
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 3596 boolean kept = cleanUpApplicationRecordLocked(app, restarting, allowRestart, -1, in handleAppDiedLocked() 3598 if (!kept && !restarting) { in handleAppDiedLocked()
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 190 // This must be kept in sync with enum AccessMethod in art/runtime/hidden_api.h
|