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

12

/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(); }
H A DKeyEntryMap.h74 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.h44 bool empty() const { return m_Segments.empty(); } function in class:mcld::ELFSegmentFactory
55 /// produce - produce an empty ELF segment information.
H A DNamePool.h98 bool empty() const function in class:mcld::NamePool
99 { return m_Table.empty(); }
H A DRelocData.h72 bool empty() const { return m_Relocations.empty(); } function in class:mcld::RelocData
H A DSectionData.h65 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.h48 bool empty() const { return m_TokenQueue.empty(); } function in class:mcld::RpnExpr
H A DStringList.h51 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/base/core/jni/android/graphics/
H A DPicture.cpp96 SkPicture empty; local
97 empty.serialize(stream);
/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/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h75 bool empty() const;
159 bool empty() const function in class:mcld::SymbolCategory::Category
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h43 static bool empty() { return s_TargetList.empty(); } function in class:mcld::TargetRegistry
123 /// and a triple. If the architecture name is not empty, then the
H A DAllocators.h158 if (empty())
172 if (empty())
244 bool empty() const { function in class:mcld::LinearAllocatorBase
H A DGCFactory.h190 bool empty() const function in class:mcld::GCFactoryBase
191 { return Alloc::empty(); }
/frameworks/compile/mclinker/lib/Support/
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/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.h178 * is typicalled ignored if its layer is invisible or empty.
221 bool empty; member in class:android::uirenderer::Snapshot
/frameworks/compile/mclinker/include/mcld/
H A DModule.h119 bool empty() const { return m_SectionTable.empty(); } function in class:mcld::Module
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h107 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.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...]

Completed in 605 milliseconds

12