Searched refs:empty (Results 151 - 175 of 379) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp199 while (!inQueue.empty() && !outQueue.empty()) {
/frameworks/av/media/libstagefright/rtsp/
H A DAAMRAssembler.cpp105 if (queue->empty()) {
119 if (queue->empty()) {
H A DAMPEG4AudioAssembler.cpp493 if (queue->empty()) {
507 if (queue->empty()) {
542 CHECK(!mPackets.empty());
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h171 bool empty() const { return Alloc::empty(); } function in class:mcld::GCFactoryBase
/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h70 bool empty() const { return m_Pool.empty(); } function in class:mcld::KeyEntryMap
/frameworks/compile/mclinker/lib/Support/Unix/
H A DPathV3.inc50 if (pathname.empty())
/frameworks/compile/mclinker/lib/Support/Windows/
H A DPathV3.inc44 if (pathname.empty())
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp191 CHECK(outQueue.empty());
192 CHECK(inQueue.empty());
507 while (!mSawInputEOS && !inQueue.empty() && !outQueue.empty()) {
684 CHECK(!mInputBufferInfoVec.empty());
/frameworks/base/tools/aapt2/compile/
H A DCompile.cpp118 if (!data.configStr.empty()) {
122 if (!data.extension.empty()) {
444 static std::u16string empty; variable
445 return empty;
489 if (!flags.getArgs().empty()) {
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp108 assert(ResolveConstants.empty() && "Constants not resolved?");
119 assert(ResolveConstants.empty() && "Constants not resolved?");
130 bool empty() const { return ValuePtrs.empty(); }
168 bool empty() const { return MDValuePtrs.empty(); }
645 while (!ResolveConstants.empty()) {
832 if (!MAttributes.empty())
894 if (!TypeList.empty())
1099 if (!TypeList.empty())
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp117 ArrayType::get(!TyInfo.empty() ? TyInfo[0]->getType() :
350 assert(ResolveConstants.empty() && "Constants not resolved?");
361 assert(ResolveConstants.empty() && "Constants not resolved?");
372 bool empty() const { return ValuePtrs.empty(); }
410 bool empty() const { return MDValuePtrs.empty(); }
920 while (!ResolveConstants.empty()) {
1107 if (!MAttributes.empty())
1170 if (!TypeList.empty())
[all...]
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp320 if (systrace_path.empty()) {
321 MYLOGE("Not dumping systrace because path is empty\n");
361 if (raft_log_path.empty()) {
362 MYLOGD("raft_log_path is empty\n");
391 * Function returns empty string when it does not find a file
409 if (!file_prefix.empty()) {
438 if(file_prefix.empty()) {
439 MYLOGD("No modem log : file_prefix is empty\n");
450 if (modem_log_file.empty() || stat(modem_log_file.c_str(), &s) != 0) {
1005 if (!screenshot_path.empty()) {
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp419 if (outQueue.empty()) {
455 if (mSawInputEOS || inQueue.empty()) {
516 if (outQueue.empty()) {
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp302 while (!inQueue.empty() && !outQueue.empty()) {
404 CHECK(!outQueue.empty());
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp329 while ((!inQueue.empty() || (mSawInputEos && !mSignalledOutputEos)) && !outQueue.empty()) {
332 if (!inQueue.empty()) {
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgent.java68 static final String EMPTY_SENTINEL = "empty";
112 final File empty = new File (filesDir, EMPTY_SENTINEL);
115 // We always back up this 'empty' file to ensure that the absence of
116 // storable wallpaper imagery still produces a non-empty backup data
118 FileOutputStream touch = new FileOutputStream(empty);
120 fullBackupFile(empty, data);
/frameworks/base/tools/aapt2/proto/
H A DTableProtoSerializer.cpp173 if (!item.getComment().empty()) {
249 if (!configValue->product.empty()) {
256 if (!configValue->value->getComment().empty()) {
/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp266 if (mUnusedSlots.empty()) {
281 if (!mFreeSlots.empty()) {
286 } else if (!mFreeBuffers.empty()) {
/frameworks/av/include/media/stagefright/foundation/
H A DADebug.h85 if (!___res.empty()) { \
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerStreamListener.cpp107 if (mQueue.empty()) {
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp187 return String8::empty();
/frameworks/base/libs/hwui/
H A DCanvasState.h152 void setEmpty(bool value) { mSnapshot->empty = value; }
H A DDeferredDisplayList.cpp73 // NOTE: ignore empty bounds special case, since we don't merge across those ops
466 if (mSaveStack.empty() || newSaveCount > mSaveStack.back()) {
470 while (!mSaveStack.empty() && mSaveStack.back() >= newSaveCount) mSaveStack.pop_back();
480 // valid empty bounds, don't bother deferring
502 && mSaveStack.empty()
527 if (!mBatches.empty()) {
535 DEFER_LOGD("Warning: Encountered op with empty bounds, resetting batches");
676 // leave deferred state ops alone for simplicity (empty save restore pairs may now exist)
H A DDisplayList.h173 return ops.empty();
H A DPropertyValuesAnimatorSet.cpp122 mDuration = mAnimators.empty() ? 0 : mAnimators[mAnimators.size() - 1]->getTotalDuration();

Completed in 2719 milliseconds

1234567891011>>