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

123

/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/base/tools/aapt2/java/
H A DClassDefinition.cpp24 bool ClassDefinition::empty() const { function in class:aapt::ClassDefinition
26 if (!member->empty()) {
35 if (mMembers.empty() && !mCreateIfEmpty) {
/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
/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/opt/net/wifi/tests/wifitests/
H A DAndroid.mk89 empty:= macro
90 space:= $(empty) $(empty)
/frameworks/base/tools/aapt2/dump/
H A DDump.cpp124 static std::u16string empty; variable
125 return empty;
/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
/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/libs/hwui/
H A DLayerBuilder.h99 bool empty() const { function in class:android::uirenderer::LayerBuilder
100 return mBatches.empty();
/frameworks/base/tools/aapt2/util/
H A DStringPiece.h57 bool empty() const;
158 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/minikin/libs/minikin/
H A DFontLanguage.h94 // Note that this function returns false if the requested subscript bits are empty.
106 bool empty() const { return mLanguages.empty(); } function in class:android::FontLanguages
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DKnownBandsChannelHelperTest.java279 * Create an empty collection
282 public void empty() { method in class:KnownBandsChannelHelperTest.KnownBandsChannelCollectionTest
H A DNoBandChannelHelperTest.java112 * Test that getting the channels for each band results in the expected empty list
215 * Create an empty collection
218 public void empty() { method in class:NoBandChannelHelperTest.KnownBandsChannelCollectionTest
/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

Completed in 2422 milliseconds

123