Searched refs:empty (Results 176 - 200 of 269) sorted by relevance

1234567891011

/frameworks/compile/slang/
H A Dslang_rs_reflection.h249 if (mLastError.empty())
H A Dslang_rs_backend.cpp152 if (mContext->getReflectJavaPackageName().empty()) {
297 if (!F->getArgumentList().empty()) {
/frameworks/minikin/libs/minikin/
H A DCmapCoverage.cpp43 if (coverage.empty() || coverage.back() < start) {
/frameworks/native/include/input/
H A DKeyCharacterMap.h82 /* Returns an empty key character map. */
83 static sp<KeyCharacterMap> empty();
/frameworks/native/libs/input/
H A DKeyboard.cpp73 if (probeKeyMap(deviceIdenfifier, String8::empty())) {
/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/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteChooserDialog.java156 mListView.setEmptyView(findViewById(android.R.id.empty));
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp108 while (!mTableEntryList.empty()) {
396 while (!mTracks.empty()) {
489 if (mTracks.empty()) {
928 CHECK(mBoxes.empty());
1154 CHECK(!mBoxes.empty());
1573 while (!chunk->mSamples.empty()) {
1614 if (!it->mChunks.empty()) {
1858 if (mSeqParamSets.empty()) {
2423 } else if (!mChunkSamples.empty()) {
H A DMediaCodec.cpp1045 if (!mCSD.empty()) {
1678 if (mComponentName.empty()) {
1726 CHECK(!mCSD.empty());
2038 if (availBuffers->empty()) {
2182 || !mAvailPortBuffers[kPortIndexInput].empty()
2183 || !mAvailPortBuffers[kPortIndexOutput].empty()) {
H A DNuCachedSource2.cpp90 if (!mFreePages.empty()) {
118 while (maxBytes > 0 && !mActivePages.empty()) {
H A DAACExtractor.cpp258 if (mOffsetVector.empty()) {
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp167 if (Attrs.empty()) return;
316 if (!ST->getName().empty())
392 if (!M->getTargetTriple().empty())
395 if (!M->getDataLayoutStr().empty())
398 if (!M->getModuleInlineAsm().empty())
462 if (SectionMap.empty()) // Section.
692 if (MDs.empty()) continue;
715 if (Names.empty()) return;
1348 if (VST.empty()) return;
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp480 if (state->mAvailInputBufferIndices.empty()) {
521 while (!state->mAvailOutputBufferInfos.empty()) {
H A Dstream.cpp215 while (mBufferQueue.empty()) {
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp568 while (!outQueue.empty()) {
580 if (!inQueue.empty()) {
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp657 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.cpp253 ALOGW("The path for drawTextOnPath is empty or null");
419 // draw garbage; also skip empty glyphs (spaces)
462 bool empty = skiaGlyph.fWidth == 0 || skiaGlyph.fHeight == 0; local
463 if (!empty) {
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp162 if (Attrs.empty()) return;
311 if (!ST->getName().empty())
376 if (!M->getTargetTriple().empty())
382 if (!M->getModuleInlineAsm().empty())
445 if (SectionMap.empty()) // Section.
658 if (MDs.empty()) continue;
681 if (Names.empty()) return;
1291 if (VST.empty()) return;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp103 while (!inQueue.empty() && outQueue.size() == kNumOutputBuffers) {
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp94 bool AString::empty() const { function in class:android::AString
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterGraph.java196 while (!filterStack.empty()) {
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsCreateFragment.java89 mEmptyView = view.findViewById(android.R.id.empty);
111 // When launched into empty recents, show drawer
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetailItems.java78 mEmpty = findViewById(android.R.id.empty);
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h205 if (!pTree.empty()) {

Completed in 9750 milliseconds

1234567891011