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

1234567891011

/frameworks/compile/mclinker/lib/Core/
H A DLinkerScript.cpp36 return !sysroot().empty();
51 return !m_Entry.empty();
66 return !m_OutputFile.empty();
/frameworks/compile/mclinker/include/mcld/Target/
H A DOutputRelocSection.h44 bool empty() function in class:mcld::OutputRelocSection
45 { return m_pRelocData->empty(); }
H A DGOT.h74 bool empty() const function in class:mcld::GOT
75 { return m_SectionData->empty(); }
/frameworks/av/media/libstagefright/webm/
H A DLinkedBlockingQueue.h34 while (mList.empty()) {
53 bool empty() { function in class:android::LinkedBlockingQueue
55 return mList.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());
188 EXPECT_TRUE(hashTable->empty());
202 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/base/tests/Camera2Tests/CameraToo/tests/src/com/example/android/camera2/cameratoo/
H A DCameraTooTest.java57 Size empty = new Size(0, 0), fatAndFlat = new Size(100, 0), tallAndThin = new Size(0, 100);
62 assertComparatorEq(empty, fatAndFlat, rel);
63 assertComparatorEq(empty, tallAndThin, rel);
64 assertComparatorEq(fatAndFlat, empty, rel);
66 assertComparatorEq(tallAndThin, empty, rel);
76 assertComparatorLt(empty, smallSquare, rel);
77 assertComparatorLt(empty, horizRect, rel);
78 assertComparatorLt(empty, vertRect, rel);
88 assertComparatorLt(empty, largeSquare, rel);
104 Size empty
[all...]
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDirectory.cpp26 if (!Directory::m_Path.empty())
40 if (!Directory::m_Path.empty())
54 if (!Directory::m_Path.empty())
69 if (!Directory::m_Path.empty())
H A DSymbolCategory.cpp80 if (!current->empty()) {
124 if (!current->empty()) {
136 if (current->end == pos || current->empty()) {
276 bool SymbolCategory::empty() const function in class:SymbolCategory
278 return m_OutputSymbols.empty();
283 return m_pFile->empty();
288 return m_pLocal->empty();
293 return m_pLocalDyn->empty();
298 return m_pCommon->empty();
303 return m_pDynamic->empty();
[all...]
/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.h54 if (pClient.empty())
57 if (Alloc::empty()) {
63 // neither me nor client is empty
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegmentFactory.h44 bool empty() const { return m_Segments.empty(); } function in class:mcld::ELFSegmentFactory
55 /// produce - produce an empty ELF segment information.
/frameworks/compile/mclinker/include/mcld/Script/
H A DInputSectDesc.h42 return m_pExcludeFiles != NULL && !m_pExcludeFiles->empty();
50 return m_pWildcardSections != NULL && !m_pWildcardSections->empty();
H A DRpnExpr.h48 bool empty() const { return m_TokenQueue.empty(); } function in class:mcld::RpnExpr
H A DSectionsCmd.h50 bool empty() const { return m_SectionCommands.empty(); } function in class:mcld::SectionsCmd
H A DStringList.h51 bool empty() const { return m_Tokens.empty(); } function in class:mcld::StringList
/frameworks/compile/mclinker/lib/Script/
H A DScriptFile.cpp91 assert(!m_CommandQueue.empty());
144 assert(!m_CommandQueue.empty());
147 assert(!sections->empty());
188 assert(!m_CommandQueue.empty());
198 assert(!m_CommandQueue.empty());
202 assert(!sections->empty() && m_bInOutputSectDesc);
212 assert(!m_CommandQueue.empty());
216 assert(!sections->empty() && m_bInOutputSectDesc);
/frameworks/compile/mclinker/lib/Support/
H A DDemangle.cpp59 !db.template_param.empty() &&
60 !db.template_param.front().empty()) {
H A DPath.cpp71 if (m_PathName.empty())
92 assert(0 && "assign a null or empty string to Path");
122 bool Path::empty() const function in class:Path
124 return m_PathName.empty();
147 if (!m_PathName.empty() &&
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoExtractor.cpp94 if (pString.empty()) {
168 // First byte of string pool should be an empty string
178 // Pragma is actually a key-value pair. The value can be an empty string while
185 if (key.empty()) {
186 ALOGW("%s contains pragma metadata with empty key (skip)!",
192 } // key.empty()
203 if (name.empty()) {
204 ALOGW("%s contains empty entry in #rs_export_var metadata (skip)!",
220 if (name.empty()) {
221 ALOGW("%s contains empty entr
[all...]
/frameworks/base/core/java/android/net/http/
H A DConnection.java159 boolean empty;
265 empty = !mRequestFeeder.haveRequest(mHost);
268 !empty && mCanPersist) {
273 state = empty ? DONE : SEND;
325 * @return true if mRequests is empty after pipe cleared
328 boolean empty = true;
338 empty = false;
340 if (empty) empty = !mRequestFeeder.haveRequest(mHost);
342 return empty;
[all...]
/frameworks/compile/mclinker/lib/ADT/
H A DStringEntry.cpp31 if (!m_Value.empty())

Completed in 2905 milliseconds

1234567891011