Searched refs:kept (Results 1 – 17 of 17) 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 base 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/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | Notifications.proto | 21 * Must be kept in sync with the version in atoms.proto.
|
/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/core/proto/android/server/ |
D | blobstoremanagerservice.proto | 22 // The nested messages are used for statsd logging and should be kept in sync with the messages
|
/frameworks/base/core/proto/android/net/ |
D | networkcapabilities.proto | 112 // network that is being kept up in the background to facilitate fast
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Task.java | 703 boolean kept = true; in resize() 707 kept = r.ensureActivityConfiguration(0 /* globalChanges */, in resize() 716 if (!kept) { in resize() 721 resize(kept, forced); in resize() 726 return kept; in resize() 820 boolean kept = true; in reparent() 872 windowManager.scheduleClearWillReplaceWindows(topActivity.appToken, !kept); in reparent()
|
D | DisplayContent.java | 1331 final boolean kept = updateDisplayOverrideConfigurationLocked(config, activityRecord, in onDescendantOrientationChanged() 1334 if (!kept) { in onDescendantOrientationChanged() 5266 boolean kept = true; in updateDisplayOverrideConfigurationLocked() 5283 kept = mAtmService.ensureConfigAndVisibilityAfterUpdate(starting, changes); in updateDisplayOverrideConfigurationLocked() 5290 result.activityRelaunched = !kept; in updateDisplayOverrideConfigurationLocked() 5292 return kept; in updateDisplayOverrideConfigurationLocked()
|
D | ActivityTaskManagerService.java | 5177 boolean kept = true; in updateConfigurationLocked() 5186 kept = ensureConfigAndVisibilityAfterUpdate(starting, changes); in updateConfigurationLocked() 5193 result.activityRelaunched = !kept; in updateConfigurationLocked() 5195 return kept; in updateConfigurationLocked() 5788 boolean kept = true; in ensureConfigAndVisibilityAfterUpdate() 5800 kept = starting.ensureActivityConfiguration(changes, in ensureConfigAndVisibilityAfterUpdate() 5809 return kept; in ensureConfigAndVisibilityAfterUpdate()
|
/frameworks/ml/nn/tools/api/ |
D | README.md | 4 that ought to be kept in sync -- most notably the operand type and operation
|
/frameworks/base/packages/SystemUI/docs/ |
D | qs-tiles.md | 214 …ager` when its corresponding tile is added to the set of current ones and kept as long as the tile…
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 3768 boolean kept = cleanUpApplicationRecordLocked(app, restarting, allowRestart, -1, in handleAppDiedLocked() 3770 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
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 4194 * Should be kept in sync with experiment_ids.proto.
|