Searched defs:empty (Results 1 - 25 of 41) sorted by relevance

12

/frameworks/compile/mclinker/include/mcld/Target/
H A DOutputRelocSection.h42 bool empty() { return m_pRelocData->empty(); } function in class:mcld::OutputRelocSection
H A DGOT.h67 bool empty() const { return m_SectionData->empty(); } function in class:mcld::GOT
H A DKeyEntryMap.h70 bool empty() const { return m_Pool.empty(); } function in class:mcld::KeyEntryMap
/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/include/mcld/LD/
H A DELFSegmentFactory.h43 bool empty() const { return m_Segments.empty(); } function in class:mcld::ELFSegmentFactory
55 /// produce - produce an empty ELF segment information.
H A DNamePool.h93 bool empty() const { return m_Table.empty(); } function in class:mcld::NamePool
H A DRelocData.h71 bool empty() const { return m_Relocations.empty(); } function in class:mcld::RelocData
H A DSectionData.h62 bool empty() const { return m_Fragments.empty(); } function in class:mcld::SectionData
H A DELFSegment.h69 bool empty() const { return m_SectionList.empty(); } function in class:mcld::ELFSegment
/frameworks/compile/mclinker/include/mcld/Script/
H A DRpnExpr.h47 bool empty() const { return m_TokenQueue.empty(); } function in class:mcld::RpnExpr
H A DStringList.h50 bool empty() const { return m_Tokens.empty(); } function in class:mcld::StringList
H A DSectionsCmd.h50 bool empty() const { return m_SectionCommands.empty(); } function in class:mcld::SectionsCmd
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h43 static bool empty() { return s_TargetList.empty(); } function in class:mcld::TargetRegistry
99 /// and a triple. If the architecture name is not empty, then the
H A DAllocators.h143 if (empty())
157 if (empty())
227 bool empty() const { return (m_pRoot == 0); } function in class:mcld::LinearAllocatorBase
H A DGCFactory.h171 bool empty() const { return Alloc::empty(); } function in class:mcld::GCFactoryBase
/frameworks/base/core/java/android/util/
H A DJsonWriter.java238 private JsonWriter open(JsonScope empty, String openBracket) throws IOException { argument
240 stack.add(empty);
249 private JsonWriter close(JsonScope empty, JsonScope nonempty, String closeBracket) argument
252 if (context != nonempty && context != empty) {
/frameworks/base/tools/aapt2/
H A DStringPiece.h56 bool empty() const;
156 inline bool BasicStringPiece<TChar>::empty() const { function in class:aapt::BasicStringPiece
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h73 bool empty() const;
143 bool empty() const { return (begin == end); } function in class:mcld::SymbolCategory::Category
/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp65 if (m_PathName.empty())
83 assert(0 && "assign a null or empty string to Path");
114 bool Path::empty() const { function in class:mcld::sys::fs::Path
115 return m_PathName.empty();
135 if (!m_PathName.empty() && !is_separator(last_char)) {
/frameworks/wilhelm/src/desktop/
H A DSndFile.c194 SLboolean empty = 0 == audioPlayer->mBufferQueue.mState.count; local
215 empty = SL_BOOLEAN_TRUE;
228 if (empty) {
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp94 bool AString::empty() const { function in class:android::AString
/frameworks/base/libs/hwui/
H A DSnapshot.h210 * is typically ignored if its layer is invisible or empty.
259 bool empty; member in class:android::uirenderer::Snapshot
/frameworks/compile/mclinker/include/mcld/
H A DModule.h118 bool empty() const { return m_SectionTable.empty(); } function in class:mcld::Module
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h108 bool empty() const { return m_InputList.empty(); } function in class:mcld::SectionMap::Output
174 bool empty() const { return m_OutputDescList.empty(); } function in class:mcld::SectionMap
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp77 if (!current->empty()) {
118 if (!current->empty()) {
130 if (current->end == pos || current->empty()) {
257 bool SymbolCategory::empty() const { function in class:mcld::SymbolCategory
258 return m_OutputSymbols.empty();
262 return m_pFile->empty();
266 return m_pLocal->empty();
270 return m_pLocalDyn->empty();
274 return m_pCommon->empty();
278 return m_pDynamic->empty();
[all...]

Completed in 415 milliseconds

12