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

123456789

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp181 jboolean empty = metadata->isEmpty(); local
184 __FUNCTION__, empty, metadata->entryCount());
186 return empty;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp323 while (!ResolveConstants.empty()) {
480 if (!MAttributes.empty())
542 if (!TypeList.empty())
746 if (!TypeList.empty())
1156 if (Record.empty() || RecordLength < 2)
1193 while (!GlobalInitWorklist.empty()) {
1207 while (!AliasInitWorklist.empty()) {
1269 if (Record.empty())
1279 if (!CurTy->isIntegerTy() || Record.empty())
1284 if (!CurTy->isIntegerTy() || Record.empty())
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerStreamListener.cpp107 if (mQueue.empty()) {
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp98 while (!mInputBufferQueue.empty()) {
522 while (!mInputBufferQueue.empty()) {
632 while (!mInputBufferQueue.empty()
633 && !mAvailEncoderInputIndices.empty()) {
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h57 CacheBlock(uint16_t x, uint16_t y, uint16_t width, uint16_t height, bool empty = false):
/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h71 bool empty() const;
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentRef.cpp91 if (NULL == data || data->empty()) {
/frameworks/compile/mclinker/lib/MC/
H A DInputBuilder.cpp86 return !m_ReturnStack.empty();
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp129 if (m_CacheFull && m_Cache.empty())
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp57 assert(!empty() && "Consume empty GOT entry!");
70 // GOTPLT is empty
72 // GOT part is also empty. Since entry is the last entry, we can assign
77 // GOTn is not empty. Shift GOTn backward by one entry.
83 // GOTPLT is not empty
100 assert(NULL != m_GOTPLT.front && "Consuming empty GOTPLT section!");
114 assert(NULL != m_GOT.front && "Consuming empty GOT section!");
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp96 if (!m_pRelDyn->empty()) {
102 if (!m_pRelPLT->empty()) {
403 if (!m_pGOT->empty())
551 if (!m_pGOT->empty())
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp165 if (!mOutputPath.empty()) {
/frameworks/compile/mclinker/unittests/
H A DPathTest.cpp155 EXPECT_TRUE(m_pTestee->parent_path().empty());
/frameworks/compile/slang/
H A Dslang_rs_export_func.cpp57 slangAssert(!Name.empty() && "Function must have a name");
H A Dslang_rs.cpp286 if (IOFiles.empty())
341 if (!JavaReflectionPackageName.empty()) {
/frameworks/base/media/java/android/media/
H A DMediaFocusControl.java461 if (!mFocusStack.empty()) {
476 if (!mFocusStack.empty()) {
522 if (!mFocusStack.empty() && mFocusStack.peek().hasSameClient(clientToRemove))
622 if (mFocusStack.empty()) {
662 if (!mFocusStack.empty() && mFocusStack.peek().hasSameClient(clientId)) {
681 if (!mFocusStack.empty()) {
808 if (!mRCStack.empty()) {
1404 if (mRCStack.empty()) {
1430 if (mRCStack.empty()) {
1484 if (!mRCStack.empty()
[all...]
/frameworks/av/media/libstagefright/
H A DAudioSource.cpp131 while (!mBuffersReceived.empty()) {
219 while (mStarted && mBuffersReceived.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/codecs/mp3dec/
H A DSoftMP3.cpp197 while (!inQueue.empty() && !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/lib/Target/Mips/
H A DMipsGOT.cpp95 return !m_MultipartList.empty();
358 assert(!m_MultipartList.empty() && "GOT is 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/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp112 ArrayType::get(!TyInfo.empty() ? TyInfo[0]->getType() :
603 while (!ResolveConstants.empty()) {
760 if (!MAttributes.empty())
823 if (!TypeList.empty())
1046 if (!TypeList.empty())
1458 if (Record.empty() || RecordLength < 2)
1495 while (!GlobalInitWorklist.empty()) {
1509 while (!AliasInitWorklist.empty()) {
1571 if (Record.empty())
1581 if (!CurTy->isIntegerTy() || Record.empty())
[all...]
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp864 if (pOutputFilename.empty()) {
942 } // end of if empty pOutputFilename
1093 if (!ArgSysRoot.empty()) {
1330 if (ArgBitcodeFilename.empty() &&
1345 if (!ArgBitcodeFilename.empty()) {
1365 if (!TargetTriple.empty()) {
1369 } else if (!mod.getTargetTriple().empty()) {
1374 if (!ProgNameTriple.empty()) {
1381 if (!ArgEmulation.empty()) {
1398 if (!MArch.empty()) {
[all...]

Completed in 528 milliseconds

123456789