Searched refs:empty (Results 251 - 275 of 379) sorted by relevance

<<111213141516

/frameworks/native/include/input/
H A DKeyCharacterMap.h85 /* Returns an empty key character map. */
86 static sp<KeyCharacterMap> empty();
/frameworks/native/libs/input/
H A DKeyboard.cpp73 if (probeKeyMap(deviceIdenfifier, String8::empty())) {
/frameworks/support/fragment/java/android/support/v4/app/
H A DListFragment.java81 * have a sibling view id {@link android.R.id#empty android.R.id.empty}
82 * that is to be shown when the list is empty.
230 * be shown when the list is empty. If you would like to have it
337 mEmptyView = root.findViewById(android.R.id.empty);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp162 if (Attrs.empty()) return;
309 if (!ST->getName().empty())
385 if (!M->getTargetTriple().empty())
389 if (!DL.empty())
391 if (!M->getModuleInlineAsm().empty())
454 if (SectionMap.empty()) // Section.
600 if (MDs.empty() && M->named_metadata_empty())
728 if (MDs.empty()) continue;
751 if (Names.empty()) return;
1361 if (VST.empty()) retur
[all...]
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp225 if (mCore->mFreeBuffers.empty()) {
234 if (mCore->mFreeSlots.empty()) {
277 // our slots are empty but we have many buffers in the queue. This can
644 if (mCore->mFreeBuffers.empty()) {
861 if (mCore->mQueue.empty()) {
862 // When the queue is empty, we can ignore mDequeueBufferCannotBlock
867 // When the queue is not empty, we need to look at the last buffer
1319 if (mCore->mFreeSlots.empty()) {
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp139 if (Attrs.empty()) return;
387 if (!M->getTargetTriple().empty())
391 if (!DL.empty())
393 if (!M->getModuleInlineAsm().empty())
456 if (SectionMap.empty()) // Section.
602 if (MDs.empty() && M->named_metadata_empty())
730 if (MDs.empty()) continue;
753 if (Names.empty()) return;
1299 if (VST.empty()) return;
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp477 if (state->mAvailInputBufferIndices.empty()) {
518 while (!state->mAvailOutputBufferInfos.empty()) {
H A Dstream.cpp221 while (mBufferQueue.empty()) {
/frameworks/av/media/libstagefright/
H A DMediaSync.cpp348 while (!mBufferItems.empty()) {
553 while (!mBufferItems.empty()) {
H A DNuCachedSource2.cpp90 if (!mFreePages.empty()) {
118 while (maxBytes > 0 && !mActivePages.empty()) {
H A DAACExtractor.cpp260 if (mOffsetVector.empty()) {
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp130 // If input dump is enabled, then open create an empty file
543 while (!outQueue.empty()) {
555 if (!inQueue.empty()) {
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp504 while (!outQueue.empty()) {
516 if (!inQueue.empty()) {
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp83 // If input dump is enabled, then open create an empty file
622 while (!outQueue.empty()) {
634 if (!inQueue.empty()) {
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp712 while (!inputBufferInfoQueue.empty() && !outputBufferInfoQueue.empty()) {
/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp245 if (mStreams.empty()) {
368 if (!mStreams.empty()) {
/frameworks/base/libs/hwui/font/
H A DFont.cpp247 ALOGW("The path for drawTextOnPath is empty or null");
407 // draw garbage; also skip empty glyphs (spaces)
456 bool empty = skiaGlyph.fWidth == 0 || skiaGlyph.fHeight == 0; local
457 if (!empty) {
/frameworks/base/tools/aapt2/
H A DStringPool.cpp310 if (!pool.mStyles.empty()) {
358 if (!pool.mStyles.empty()) {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp111 return !m_MultipartList.empty();
473 assert(!m_MultipartList.empty() && "GOT is empty!");
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp198 if (mHwcLayers.empty()) {
257 if (mQueueItems.empty()) {
258 ALOGE("Can't replace a frame on an empty queue");
363 // if we don't have a buffer yet, we use an empty/invalid crop
1143 if (!mQueueItems.empty()) {
1157 if (mQueueItems.empty()) {
1383 while (!mPendingStates.empty()) {
1385 if (mRemoteSyncPoints.empty()) {
1425 if (!mPendingStates.empty()) {
1732 if (mQueueItems.empty()) {
[all...]
/frameworks/av/media/libmedia/
H A DIMediaExtractor.cpp246 instance.trackDescriptions.push_front(String8::empty());
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp175 // If dump is enabled, then open create an empty file
190 CHECK(outQueue.empty());
191 CHECK(inQueue.empty());
1311 while (!mSawOutputEOS && !outQueue.empty()) {
1325 } else if (!inQueue.empty()) {
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp94 bool AString::empty() const { function in class:android::AString
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp174 if (mCuePoints.empty()) {
521 while (!mPendingFrames.empty()) {
597 CHECK(mPendingFrames.empty());
660 while (mPendingFrames.empty()) {
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterGraph.java196 while (!filterStack.empty()) {

Completed in 1195 milliseconds

<<111213141516