Searched refs:empty (Results 101 - 125 of 269) sorted by relevance

1234567891011

/frameworks/compile/mclinker/lib/Target/
H A DELFEmulation.cpp75 if (pConfig.options().getScriptList().empty() &&
/frameworks/compile/slang/
H A Dslang_rs_export_foreach.cpp122 if (mIns.empty() && mOut == NULL) {
136 if (mIns.empty() && !mOut) {
212 if (valid && mIns.empty() && !mHasReturnType) {
343 slangAssert(!Name.empty() && "Function must have a name");
H A Drs_cc_options.cpp184 else if (!BitcodeStorageValue.empty())
194 if (Opts.mJavaReflectionPathBase.empty()) {
H A Dslang_rs_context.cpp71 slangAssert(!VD->getName().empty() && "Variable name should not be empty");
89 slangAssert(!FD->getName().empty() && "Function name should not be empty");
H A Dslang_rs_export_type.cpp289 if (RD->getName().empty()) {
615 if (!name.empty()) {
632 if (Context && TypeName.empty()) {
704 if (Name.empty()) {
709 if (Name.empty()) {
718 if (!Name.empty())
919 if (TypeName.empty())
922 if (RSSpecificTypeMap->empty()) {
1070 if ((DT == DataTypeUnknown) || TypeName.empty())
/frameworks/av/media/libstagefright/
H A DTimedEventQueue.cpp230 while (mQueue.empty()) {
236 if (mQueue.empty()) {
H A DMediaCodecSource.cpp449 while (!mInputBufferQueue.empty()) {
527 while (!mInputBufferQueue.empty()
528 && !mAvailEncoderInputIndices.empty()) {
724 CHECK(!mDecodingTimeQueue.empty());
735 CHECK(!mDriftTimeQueue.empty());
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp200 while (!inQueue.empty() && !outQueue.empty()) {
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp183 while (!inQueue.empty() && !outQueue.empty()) {
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp98 while (!inQueue.empty() && !outQueue.empty()) {
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp174 while (!inQueue.empty() && !outQueue.empty()) {
/frameworks/av/media/libstagefright/rtsp/
H A DAAMRAssembler.cpp105 if (queue->empty()) {
119 if (queue->empty()) {
H A DAMPEG4AudioAssembler.cpp489 if (queue->empty()) {
503 if (queue->empty()) {
538 CHECK(!mPackets.empty());
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextSRTSource.cpp136 } while (data.empty());
168 if (data.empty()) {
169 // it's an empty line used to separate two subtitles
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h190 bool empty() const function in class:mcld::GCFactoryBase
191 { return Alloc::empty(); }
/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h74 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.inc43 if (pathname.empty())
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp130 if (bestFamily == NULL && !mFamilyVec.empty()) {
219 if (mFamilies.empty()) {
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp191 CHECK(outQueue.empty());
192 CHECK(inQueue.empty());
483 while (!mSawInputEOS && !inQueue.empty() && !outQueue.empty()) {
667 CHECK(!mInputBufferInfoVec.empty());
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp392 if (outQueue.empty()) {
428 if (mSawInputEOS || inQueue.empty()) {
489 if (outQueue.empty()) {
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp276 while (!inQueue.empty() && !outQueue.empty()) {
378 CHECK(!outQueue.empty());
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp295 while ((!inQueue.empty() || (mSawInputEos && !mSignalledOutputEos)) && !outQueue.empty()) {
298 if (!inQueue.empty()) {
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp315 while (!ResolveConstants.empty()) {
473 if (!MAttributes.empty())
535 if (!TypeList.empty())
740 if (!TypeList.empty())
1151 if (Record.empty() || RecordLength < 2)
1210 while (!GlobalInitWorklist.empty()) {
1230 while (!AliasInitWorklist.empty()) {
1298 if (Record.empty())
1308 if (!CurTy->isIntegerTy() || Record.empty())
1313 if (!CurTy->isIntegerTy() || Record.empty())
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerStreamListener.cpp107 if (mQueue.empty()) {

Completed in 9386 milliseconds

1234567891011