Searched refs:empty (Results 1 - 25 of 190) sorted by relevance

12345678

/frameworks/native/libs/ui/tests/region/
H A Dregion.cpp28 Region empty; local
33 Region reg4 = empty | reg1;
34 Region reg5 = reg1 | empty;
/frameworks/compile/mclinker/unittests/
H A DFactoriesTest.cpp47 ASSERT_FALSE(m_pNodeAlloc->empty());
50 ASSERT_FALSE(m_pNodeAlloc->empty());
53 ASSERT_FALSE(m_pNodeAlloc->empty());
117 ASSERT_TRUE(delegatee->empty());
143 ASSERT_FALSE(m_pNodeAlloc->empty());
153 ASSERT_TRUE(delegatee->empty());
167 ASSERT_FALSE(m_pNodeAlloc->empty());
175 ASSERT_FALSE(m_pFileAlloc->empty());
190 ASSERT_FALSE(m_pFileAlloc->empty());
209 ASSERT_FALSE(m_pFileAlloc->empty());
[all...]
H A DHashTableTest.cpp89 EXPECT_FALSE(hashTable->empty());
101 EXPECT_TRUE(hashTable.empty());
114 EXPECT_FALSE(hashTable->empty());
131 EXPECT_FALSE(hashTable->empty());
138 EXPECT_FALSE(hashTable->empty());
154 EXPECT_FALSE(hashTable->empty());
165 EXPECT_TRUE(hashTable->empty());
189 EXPECT_TRUE(hashTable->empty());
203 EXPECT_FALSE(hashTable->empty());
H A DGCFactoryListTraitsTest.cpp110 ASSERT_FALSE(m_pNodeList.empty());
112 ASSERT_TRUE(m_pNodeList.empty());
116 ASSERT_FALSE(m_pNodeList.empty());
H A DLinearAllocatorTest.cpp46 ASSERT_FALSE(m_pTestee->empty());
53 ASSERT_FALSE(m_pTestee->empty());
60 ASSERT_TRUE(m_pTestee->empty());
H A DRTLinearAllocatorTest.cpp47 ASSERT_FALSE(m_pTestee->empty());
54 ASSERT_FALSE(m_pTestee->empty());
61 ASSERT_TRUE(m_pTestee->empty());
/frameworks/compile/libbcc/lib/Support/
H A DTargetLinkerConfigs.cpp46 if (getLDInfo()->options().sysroot().empty()) {
73 if (getLDInfo()->options().sysroot().empty()) {
99 if (getLDInfo()->options().sysroot().empty()) {
/frameworks/compile/mclinker/tools/mcld/lib/Support/
H A DTargetLinkerConfigs.cpp39 if (getLDInfo()->options().sysroot().empty()) {
66 if (getLDInfo()->options().sysroot().empty()) {
92 if (getLDInfo()->options().sysroot().empty()) {
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDirectory.cpp25 if (!Directory::m_Path.empty())
39 if (!Directory::m_Path.empty())
53 if (!Directory::m_Path.empty())
68 if (!Directory::m_Path.empty())
/frameworks/av/media/libstagefright/wifi-display/
H A Dwfd.cpp92 if (connectToPort < 0 && uri.empty()) {
99 if (connectToPort >= 0 && !uri.empty()) {
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DCharSequencesTest.java43 String empty = toString(forAsciiBytes(bytes, 0, 3).subSequence(3, 3));
44 assertTrue("".equals(empty));
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h59 if (pClient.empty())
62 if (Alloc::empty()) {
68 // neither me nor client is empty
/frameworks/compile/mclinker/include/mcld/LD/
H A DSectionData.h68 bool empty() const { return m_Fragments.empty(); } function in class:mcld::SectionData
H A DSectionMap.h60 bool empty() const function in class:mcld::SectionMap
61 { return m_SectMap.empty(); }
H A DSectionMerger.h58 bool empty() const function in class:mcld::SectionMerger
59 { return m_LDSectionMap.empty(); }
H A DNamePool.h92 bool empty() const function in class:mcld::NamePool
93 { return m_Table.empty(); }
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttributeFactory.h74 bool empty() const function in class:mcld::AttributeFactory
75 { return m_AttrSet.empty(); }
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp96 CHECK(mAudioQueue.empty());
97 CHECK(mVideoQueue.empty());
207 if (mAudioQueue.empty()) {
242 while (numBytesAvailableToWrite > 0 && !mAudioQueue.empty()) {
304 return !mAudioQueue.empty();
312 if (mVideoQueue.empty()) {
351 if (mVideoQueue.empty()) {
447 if (!mSyncQueues || mAudioQueue.empty() || mVideoQueue.empty()) {
490 if (!mAudioQueue.empty()) {
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoExtractor.cpp93 if (pString.empty()) {
195 // First byte of string pool should be an empty string
205 // Pragma is actually a key-value pair. The value can be an empty string while
212 if (key.empty()) {
213 ALOGW("%s contains pragma metadata with empty key (skip)!",
219 } // key.empty()
230 if (name.empty()) {
231 ALOGW("%s contains empty entry in #rs_export_var metadata (skip)!",
247 if (name.empty()) {
248 ALOGW("%s contains empty entr
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp69 while (mEOSResult == OK && mBuffers.empty()) {
73 if (!mBuffers.empty()) {
97 while (mEOSResult == OK && mBuffers.empty()) {
101 if (!mBuffers.empty()) {
193 if (!mBuffers.empty()) {
206 if (mBuffers.empty()) {
240 if (mBuffers.empty()) {
/frameworks/base/core/java/android/net/http/
H A DConnection.java160 boolean empty;
266 empty = !mRequestFeeder.haveRequest(mHost);
269 !empty && mCanPersist) {
274 state = empty ? DONE : SEND;
326 * @return true if mRequests is empty after pipe cleared
329 boolean empty = true;
339 empty = false;
341 if (empty) empty = !mRequestFeeder.haveRequest(mHost);
343 return empty;
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DMediaBufferPuller.cpp80 if (mBuffers.empty()) {
91 while (mBuffers.empty() && !mAcquireStopped) {
95 if (mBuffers.empty()) {
159 if (mReleaseBuffers.empty()) {
/frameworks/compile/mclinker/lib/ADT/
H A DStringEntry.cpp30 if (!m_Value.empty())
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG2TSAssembler.cpp55 if (queue->empty()) {
69 if (queue->empty()) {
/frameworks/compile/mclinker/include/mcld/Support/
H A DHandleToArea.h102 bool empty() const function in class:mcld::HandleToArea
103 { return m_AreaMap.empty(); }

Completed in 7287 milliseconds

12345678