/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageParserTest.java | 51 private static final String RELEASED = null; field in PackageParserTest 93 verifyComputeMinSdkVersion(OLDER_VERSION, RELEASED, false, OLDER_VERSION); in testComputeMinSdkVersion_preReleasePlatform() 98 verifyComputeMinSdkVersion(PLATFORM_VERSION, RELEASED, false, PLATFORM_VERSION); in testComputeMinSdkVersion_preReleasePlatform() 103 verifyComputeMinSdkVersion(NEWER_VERSION, RELEASED, false, -1); in testComputeMinSdkVersion_preReleasePlatform() 133 verifyComputeMinSdkVersion(OLDER_VERSION, RELEASED, true, OLDER_VERSION); in testComputeMinSdkVersion_releasedPlatform() 138 verifyComputeMinSdkVersion(PLATFORM_VERSION, RELEASED, true, PLATFORM_VERSION); in testComputeMinSdkVersion_releasedPlatform() 143 verifyComputeMinSdkVersion(NEWER_VERSION, RELEASED, true, -1); in testComputeMinSdkVersion_releasedPlatform() 188 verifyComputeTargetSdkVersion(OLDER_VERSION, RELEASED, false, OLDER_VERSION); in testComputeTargetSdkVersion_preReleasePlatform() 193 verifyComputeTargetSdkVersion(PLATFORM_VERSION, RELEASED, false, PLATFORM_VERSION); in testComputeTargetSdkVersion_preReleasePlatform() 198 verifyComputeTargetSdkVersion(NEWER_VERSION, RELEASED, false, NEWER_VERSION); in testComputeTargetSdkVersion_preReleasePlatform() [all …]
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodec.h | 128 RELEASED, enumerator 142 inline State() : mState(RELEASED) {} in State()
|
D | CCodec.cpp | 585 if (state->get() != RELEASED) { in initiateAllocateComponent() 631 state->set(RELEASED); in allocate() 642 state->set(RELEASED); in allocate() 685 state->set(RELEASED); in configure() 1335 || state->get() == RELEASED in initiateStop() 1395 if (state->get() == RELEASED || state->get() == RELEASING) { in initiateRelease() 1441 if (state->get() == RELEASED) { in release() 1455 state->set(RELEASED); in release() 1569 if (state->get() == RELEASED) { in signalSetParameters() 1640 if (state->get() == RELEASED) { in signalRequestIDRFrame()
|
/frameworks/base/core/java/android/text/method/ |
D | MetaKeyKeyListener.java | 301 else if (current == RELEASED) in adjust() 351 else if (state == RELEASED) in press() 411 content.setSpan(what, 0, 0, RELEASED); in release() 648 private static final int RELEASED = field in MetaKeyKeyListener
|
/frameworks/native/cmds/lshal/ |
D | TableEntry.cpp | 62 case TableColumnType::RELEASED: return "R"; in getTitle() 92 case TableColumnType::RELEASED: in getField()
|
D | TableEntry.h | 47 RELEASED, enumerator
|
D | ListCommand.cpp | 932 thiz->mSelectedColumns.push_back(TableColumnType::RELEASED); in registerAllOptions() 1157 mSelectedColumns = {TableColumnType::VINTF, TableColumnType::RELEASED, in parseArgs()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_tv_TvInputHal.cpp | 113 RELEASED, enumerator 129 mBufferState(RELEASED), in BufferProducerThread() 174 mBufferState = RELEASED; in setSurfaceLocked() 192 mBufferState = RELEASED; in onCaptured() 232 mBufferState = RELEASED; in threadLoop()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleExpandedView.java | 72 RELEASED, enumConstant 153 mActivityViewStatus = ActivityViewStatus.RELEASED;
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 3228 RELEASED, enumerator 3304 if (mPreviousBufferResult == ExpectedResult::PreviousBuffer::RELEASED) { in verifySurfaceControlStats() 3726 : ExpectedResult::PreviousBuffer::RELEASED); in TEST_F() 3823 : ExpectedResult::PreviousBuffer::RELEASED); in TEST_F() 3864 : ExpectedResult::PreviousBuffer::RELEASED); in TEST_F() 4141 ExpectedResult::PreviousBuffer::RELEASED); in TEST_F() 4186 ExpectedResult::PreviousBuffer::RELEASED); in TEST_F()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 70420 Landroid/text/method/MetaKeyKeyListener;->RELEASED:I
|