Home
last modified time | relevance | path

Searched refs:kept (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/tools/aapt2/filter/
DAbiFilter_test.cpp30 bool kept; member
60 EXPECT_EQ(mips->Keep(data.path), data.kept); in TEST_P()
/frameworks/compile/mclinker/lib/LD/
DIdenticalCodeFolding.cpp78 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/
Denums.proto30 * 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/
DREADME.md9 location of indices and data buffer, mapping, allocation of memmory will probably be kept as-is.
/frameworks/layoutlib/create/
DREADME.txt65 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/
DNotifications.proto21 * Must be kept in sync with the version in atoms.proto.
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dqpisf_2s.tab1020 * 1st stage is kept the same as the 46 bit quantizer *
/frameworks/base/core/proto/android/server/
Dblobstoremanagerservice.proto22 // The nested messages are used for statsd logging and should be kept in sync with the messages
/frameworks/base/core/proto/android/net/
Dnetworkcapabilities.proto112 // network that is being kept up in the background to facilitate fast
/frameworks/base/services/core/java/com/android/server/wm/
DTask.java703 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()
DDisplayContent.java1331 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()
DActivityTaskManagerService.java5177 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/
DREADME.md4 that ought to be kept in sync -- most notably the operand type and operation
/frameworks/base/packages/SystemUI/docs/
Dqs-tiles.md214 …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/
DActivityManagerService.java3768 boolean kept = cleanUpApplicationRecordLocked(app, restarting, allowRestart, -1, in handleAppDiedLocked()
3770 if (!kept && !restarting) { in handleAppDiedLocked()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto190 // This must be kept in sync with enum AccessMethod in art/runtime/hidden_api.h
/frameworks/base/cmds/statsd/src/
Datoms.proto4194 * Should be kept in sync with experiment_ids.proto.