Searched refs:empty (Results 126 - 150 of 190) sorted by relevance

12345678

/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp235 if (mQueuedAccessUnits.empty()) {
268 if (mQueuedOutputBuffers.empty()) {
287 CHECK(!mQueuedOutputBuffers.empty());
296 if (!mQueuedOutputBuffers.empty()) {
/frameworks/base/core/java/android/app/
H A DListFragment.java49 * display when the list view is empty. This "empty list" notifier must have an
50 * id "android:empty". Note that when an empty view is present, the list view
73 * <TextView android:id="@id/android:empty"
181 * have a sibling view id {@link android.R.id#empty android.R.id.empty}
182 * that is to be shown when the list is empty.
286 * be shown when the list is empty. If you would like to have it
394 mEmptyView = root.findViewById(android.R.id.empty);
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_KeyCharacterMap.cpp72 kcm.get() ? kcm : KeyCharacterMap::empty());
/frameworks/base/include/androidfw/
H A DKeyCharacterMap.h82 /* Returns an empty key character map. */
83 static sp<KeyCharacterMap> empty();
/frameworks/base/libs/androidfw/
H A DKeyboard.cpp74 if (probeKeyMap(deviceIdenfifier, String8::empty())) {
/frameworks/base/services/input/
H A DSpriteController.h79 return !bitmap.isNull() && !bitmap.empty();
/frameworks/compile/mclinker/include/mcld/LD/
H A DStringUnorderedMap.h76 bool empty() function in class:mcld::StringUnorderedMap
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputTree.h183 { return !m_FileFactory.empty(); }
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDriver.cpp167 if (m_LDInfo.inputs().empty()) {
/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp51 if (!packaged_path.empty() &&
H A Dslang_rs_reflection_cpp.cpp96 if(!baseClass.empty()) {
H A Dslang_rs_reflection.cpp79 if (FileName.empty() || (FileName == "-"))
834 if (!TypeName.empty()) {
1898 if (!VarName.empty())
1999 if (ResourceId.empty())
2002 if (OutputPackageName.empty() || OutputPackageName == "-")
2015 if (ScriptClassName.empty())
2130 if (!mPackageName.empty())
/frameworks/native/include/utils/
H A DList.h180 /* returns true if the list is empty */
181 inline bool empty() const { return mpMiddle->getNext() == mpMiddle; } function in class:android::List
/frameworks/support/v4/java/android/support/v4/app/
H A DListFragment.java79 * have a sibling view id {@link android.R.id#empty android.R.id.empty}
80 * that is to be shown when the list is empty.
228 * be shown when the list is empty. If you would like to have it
335 mEmptyView = root.findViewById(android.R.id.empty);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp665 if (!mCSD.empty()) {
1197 CHECK(!mCSD.empty());
1461 if (availBuffers->empty()) {
1516 || !mAvailPortBuffers[kPortIndexInput].empty()
1517 || !mAvailPortBuffers[kPortIndexOutput].empty()) {
H A DMPEG4Writer.cpp94 while (!mTableEntryList.empty()) {
381 while (!mTracks.empty()) {
818 CHECK(mBoxes.empty());
1036 CHECK(!mBoxes.empty());
1455 while (!chunk->mSamples.empty()) {
1496 if (!it->mChunks.empty()) {
1747 if (mSeqParamSets.empty()) {
2267 } else if (!mChunkSamples.empty()) {
H A DNuCachedSource2.cpp88 if (!mFreePages.empty()) {
116 while (maxBytes > 0 && !mActivePages.empty()) {
H A DAACExtractor.cpp258 if (mOffsetVector.empty()) {
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp160 if (Attrs.empty()) return;
320 if (!ST->getName().empty())
394 if (!M->getTargetTriple().empty())
397 if (!M->getDataLayout().empty())
400 if (!M->getModuleInlineAsm().empty())
464 if (SectionMap.empty()) // Section.
677 if (MDs.empty()) continue;
700 if (Names.empty()) return;
1322 if (VST.empty()) return;
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp304 seekable &= !info->mSidx.empty();
385 if (info->mSampleDescs.empty()) {
807 if (info->mFragments.empty()) {
874 if (!mMediaData.empty() && checkDroppable) {
1095 CHECK(trackInfo->mFragments.empty());
1807 if (trackInfo->mFragments.empty()
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp476 if (state->mAvailInputBufferIndices.empty()) {
517 while (!state->mAvailOutputBufferInfos.empty()) {
H A Dstream.cpp211 while (mBufferQueue.empty()) {
/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp244 if (mStreams.empty()) {
367 if (!mStreams.empty()) {
/frameworks/base/services/java/com/android/server/am/
H A DProcessRecord.java64 int clientHiddenAdj; // If empty but hidden client, this is the adjustment to use
65 int emptyAdj; // If empty, this is the adjustment to use
108 boolean empty; // Is this an empty background process? field in class:ProcessRecord
202 pw.print(" empty="); pw.println(empty);
206 pw.print(" empty="); pw.print(emptyAdj);
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp138 if (Attrs.empty()) return;
441 if (!M->getTargetTriple().empty())
444 if (!M->getDataLayout().empty())
447 if (!M->getModuleInlineAsm().empty())
510 if (SectionMap.empty()) // Section.
723 if (MDs.empty()) continue;
746 if (Names.empty()) return;
1305 if (VST.empty()) return;

Completed in 372 milliseconds

12345678