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

123456789

/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.h77 bool empty() const function in class:mcld::GOT
78 { return m_SectionData->empty(); }
83 /// reserve - reseve number of pNum of empty entries
85 /// needed. If an entry is needed, the empty entry is reserved for layout
/frameworks/compile/mclinker/lib/Core/
H A DLinkerScript.cpp36 return !sysroot().empty();
/frameworks/compile/mclinker/lib/Support/
H A DDefSymParser.cpp50 if (token.empty() && (*si == '+' || *si == '-'))
60 if (operatorStack.empty()) {
67 // or its empty
68 while (!operatorStack.empty()) {
89 while (!operatorStack.empty()) {
104 assert(!operandStack.empty() && "Invalid expression: extra operand");
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/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/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()) {
123 assert(!current->empty());
259 bool SymbolCategory::empty() const function in class:SymbolCategory
261 return m_OutputSymbols.empty();
266 return m_pFile->empty();
271 return m_pLocal->empty();
276 return m_pLocalDyn->empty();
281 return m_pCommon->empty();
286 return m_pDynamic->empty();
291 return m_pRegular->empty();
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOT.cpp40 assert(!empty() && "Consume empty GOT entry!");
/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.h57 if (pClient.empty())
60 if (Alloc::empty()) {
66 // neither me nor client is empty
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h74 bool empty() const { return m_NamePairList.empty(); } function in class:mcld::SectionMap
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.cpp40 assert(!empty() && "Consume empty GOT entry!");
71 assert(!empty() && "Consume empty GOT entry!");
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoExtractor.cpp93 if (pString.empty()) {
197 // First byte of string pool should be an empty string
207 // Pragma is actually a key-value pair. The value can be an empty string while
214 if (key.empty()) {
215 ALOGW("%s contains pragma metadata with empty key (skip)!",
221 } // key.empty()
232 if (name.empty()) {
233 ALOGW("%s contains empty entry in #rs_export_var metadata (skip)!",
249 if (name.empty()) {
250 ALOGW("%s contains empty entr
[all...]
/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.cpp31 if (!m_Value.empty())
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DInputStreamBuffer.java202 boolean empty = false;
214 empty = true;
219 empty = true;
222 if (empty) {
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAdapterViewICS.java194 * Represents an empty or invalid row id
211 * determining the focusable state (such as whether its empty or the text
383 * or when the adapter becomes empty.
656 * Sets the view to show if the adapter is empty
662 final boolean empty = ((adapter == null) || adapter.isEmpty());
663 updateEmptyStatus(empty);
667 * When the current adapter is empty, the AdapterView can display a special view
668 * call the empty view. The empty view is used to provide feedback to the user
671 * @return The view to show if the adapter is empty
732 updateEmptyStatus(boolean empty) argument
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG2TSAssembler.cpp55 if (queue->empty()) {
69 if (queue->empty()) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DNamePool.h93 bool empty() const function in class:mcld::NamePool
94 { return m_Table.empty(); }

Completed in 524 milliseconds

123456789