Searched defs:empty (Results 1 - 25 of 58) 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.cpp42 bool ClassDefinition::empty() const { function in class:aapt::ClassDefinition
44 if (!member->empty()) {
53 if (members_.empty() && !create_if_empty_) {
/frameworks/base/wifi/tests/
H A DAndroid.mk39 empty:= macro
40 space:= $(empty) $(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
/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.mk40 empty:= macro
41 space:= $(empty) $(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/native/libs/vr/libpdx/private/pdx/
H A Dstatus.h28 // Default constructor so an empty Status object can be created.
41 // Copy/move constructors. Move constructor leaves |other| object in empty
55 T empty; local
56 std::swap(other.value_, empty);
67 T empty; local
68 std::swap(value_, empty);
75 if (!other.ok() && !other.empty()) {
83 // This means, the object is not empty and does not contain an error code.
86 // Checks if the object is empty (doesn't contain a valid value nor an error).
87 bool empty() cons function in class:android::pdx::Status
153 bool empty() const { return false; } function in class:android::pdx::Status
[all...]
/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/cmd/
H A DDump.cpp162 static std::string empty; variable
163 return empty;
/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.h126 // Note that this function returns false if the requested subscript bits are empty.
138 bool empty() const { return mLanguages.empty(); } function in class:FontLanguages
/frameworks/native/libs/binder/
H A DValue.cpp164 if (lhs.empty() && rhs.empty()) {
192 bool Value::empty() const function in class:android::binder::Value
/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.NoBandsChannelCollectionTest

Completed in 912 milliseconds

123