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

1234567891011

/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h68 bool empty() const;
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentRef.cpp95 if (NULL == data || data->empty()) {
/frameworks/compile/mclinker/lib/MC/
H A DInputBuilder.cpp86 return !m_ReturnStack.empty();
/frameworks/compile/mclinker/lib/Script/
H A DOutputSectDesc.cpp182 if (!assignments.empty()) {
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp129 if (m_CacheFull && m_Cache.empty())
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp103 if (!m_pRelDyn->empty()) {
109 if (!m_pRelPLT->empty()) {
505 if (!m_pGOT->empty())
705 if (!m_pGOT->empty())
/frameworks/compile/mclinker/tools/mcld/lib/
H A DSearchPathOptions.cpp82 if (!m_SysRoot.empty()) {
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp87 if (pConfig.options().soname().empty())
/frameworks/compile/mclinker/unittests/
H A DPathTest.cpp155 EXPECT_TRUE(m_pTestee->parent_path().empty());
/frameworks/compile/slang/
H A Dslang_rs_export_foreach.h109 return (!mIns.empty());
H A Dslang_rs_export_func.cpp55 slangAssert(!Name.empty() && "Function must have a name");
H A Dslang.cpp358 if (!Error.empty())
373 if (!Error.empty() || (mDOS.get() == NULL))
/frameworks/av/media/libstagefright/
H A DAudioSource.cpp133 while (!mBuffersReceived.empty()) {
223 while (mStarted && mBuffersReceived.empty()) {
H A DCameraSource.cpp727 while (!mFramesBeingEncoded.empty()) {
772 while (!mFramesReceived.empty()) {
823 while (mStarted && mFramesReceived.empty()) {
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp285 while (!inQueue.empty() && !outQueue.empty()) {
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp292 if (mSawInputEOS || inQueue.empty()) {
348 if (outQueue.empty()) {
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp264 || (mState == CONNECTED && !mOutFragments.empty())
265 || (mState == DATAGRAM && !mOutFragments.empty()));
553 CHECK(!mOutFragments.empty());
578 } while (err == OK && !mOutFragments.empty());
581 if (!mOutFragments.empty()) {
624 CHECK(!mOutFragments.empty());
627 while (!mOutFragments.empty()) {
1400 while (!sessionsToAdd.empty()) {
/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h103 { return !m_Dyld.empty(); }
381 { return !m_Filter.empty(); }
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp229 if (!m_pRelaDyn->empty()) {
237 if (!m_pRelaPLT->empty()) {
/frameworks/wilhelm/src/android/
H A Dandroid_StreamPlayer.cpp198 if (!mAvailableBuffers.empty()) {
262 if (!mAvailableBuffers.empty()) {
272 } else { // empty queue
273 SL_LOGD("ABQ empty, starving!");
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp508 while ((!inQueue.empty() || mEndOfInput) && !outQueue.empty()) {
509 if (!inQueue.empty()) {
827 while (!outQueue.empty()
913 if (mEndOfInput && !outQueue.empty() && outputDelayRingBufferSamplesAvailable() == 0) {
933 if (!outQueue.empty()
936 // send partial or empty block signaling EOS
962 break; // if outQueue not empty but no more output
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp112 ArrayType::get(!TyInfo.empty() ? TyInfo[0]->getType() :
594 while (!ResolveConstants.empty()) {
752 if (!MAttributes.empty())
815 if (!TypeList.empty())
1039 if (!TypeList.empty())
1452 if (Record.empty() || RecordLength < 2)
1511 while (!GlobalInitWorklist.empty()) {
1531 while (!AliasInitWorklist.empty()) {
1599 if (Record.empty())
1609 if (!CurTy->isIntegerTy() || Record.empty())
[all...]
/frameworks/base/media/java/android/media/
H A DMediaFocusControl.java429 if (!mFocusStack.empty()) {
443 if (!mFocusStack.empty()) {
491 if (!mFocusStack.empty() && mFocusStack.peek().hasSameClient(clientToRemove))
573 * Pre-conditions: focus stack is not empty, there is one or more locked focus owner
706 if (mFocusStack.empty()) {
755 if (!mFocusStack.empty() && mFocusStack.peek().hasSameClient(clientId)) {
783 // which implies the focus stack is not empty.
791 if (!mFocusStack.empty()) {
919 if (!mPRStack.empty()) {
1249 if (mPRStack.empty()) {
[all...]
/frameworks/rs/api/
H A Dgen_runtime.cpp111 // If non empty, the mininum and maximum values to be used when generating the test data.
114 /* If non empty, contains the name of another parameter that should be smaller or equal to this
617 if (!specName.empty()) {
625 if (!specName.empty()) {
639 if (!option.empty()) {
1042 // eat empty line
1137 if (!s.empty() && s != "void") {
1193 if (!mComment[ct].empty()) {
1236 if (!p.specName.empty()) {
1449 if (!p.isOutParameter && !p.smallerParameter.empty()) {
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp268 if (mQueuedAccessUnits.empty()) {
301 if (mQueuedOutputBuffers.empty()) {
319 CHECK(!mQueuedOutputBuffers.empty());
329 if (!mQueuedOutputBuffers.empty()) {
884 if (!mMediaPath.empty()) {

Completed in 739 milliseconds

1234567891011