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

1234567891011>>

/frameworks/base/libs/hwui/tests/unit/
H A DMatrixTests.cpp30 // non-zero empty rect, so sorting x/y would make rect non-empty
31 Rect empty(15, 20, 15, 100);
32 ASSERT_TRUE(empty.isEmpty());
33 scaleMatrix.mapRect(empty);
34 EXPECT_EQ(Rect(170, 215, 250, 1015), empty);
35 EXPECT_FALSE(empty.isEmpty())
36 << "Empty 'line' rect doesn't remain empty when skewed.";
44 // non-zero empty rect, so sorting x/y would make rect non-empty
[all...]
/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) {
H A DAnnotationProcessor.cpp38 if (util::trimWhitespace(comment).empty()) {
54 if (!line.empty()) {
64 if (!line.empty()) {
/frameworks/compile/mclinker/lib/Core/
H A DLinkerScript.cpp31 return !sysroot().empty();
43 return !m_Entry.empty();
55 return !m_OutputFile.empty();
/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
/frameworks/native/cmds/installd/
H A Dfile_parsing.h39 // Is the line empty? Simplifies the next check.
40 if (line.empty()) {
/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/unittests/
H A DFactoriesTest.cpp42 ASSERT_FALSE(m_pNodeAlloc->empty());
45 ASSERT_FALSE(m_pNodeAlloc->empty());
48 ASSERT_FALSE(m_pNodeAlloc->empty());
112 ASSERT_TRUE(delegatee->empty());
138 ASSERT_FALSE(m_pNodeAlloc->empty());
148 ASSERT_TRUE(delegatee->empty());
162 ASSERT_FALSE(m_pNodeAlloc->empty());
170 ASSERT_FALSE(m_pFileAlloc->empty());
184 ASSERT_FALSE(m_pFileAlloc->empty());
202 ASSERT_FALSE(m_pFileAlloc->empty());
[all...]
/frameworks/base/tests/Camera2Tests/CameraToo/tests/src/com/example/android/camera2/cameratoo/
H A DCameraTooTest.java57 Size empty = new Size(0, 0), fatAndFlat = new Size(100, 0), tallAndThin = new Size(0, 100);
62 assertComparatorEq(empty, fatAndFlat, rel);
63 assertComparatorEq(empty, tallAndThin, rel);
64 assertComparatorEq(fatAndFlat, empty, rel);
66 assertComparatorEq(tallAndThin, empty, rel);
76 assertComparatorLt(empty, smallSquare, rel);
77 assertComparatorLt(empty, horizRect, rel);
78 assertComparatorLt(empty, vertRect, rel);
88 assertComparatorLt(empty, largeSquare, rel);
104 Size empty
[all...]
/frameworks/base/core/jni/
H A Dandroid_app_Activity.cpp36 return msg.empty() ? nullptr : env->NewStringUTF(msg.c_str());
/frameworks/base/tools/aapt2/compile/
H A DXmlIdCollector_test.cpp58 EXPECT_TRUE(doc->file.exportedSymbols.empty());
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDirectory.cpp23 if (!Directory::m_Path.empty())
37 if (!Directory::m_Path.empty())
51 if (!Directory::m_Path.empty())
65 if (!Directory::m_Path.empty())
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...]
/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp41 if (isStringValue() && !m_StringValue.empty())
45 // for int type, empty string for string type), but we need to check whether
/frameworks/rs/api/
H A DGenerateHeaderFiles.cpp87 if (briefComment.empty() && comment.size() == 0) {
91 if (!briefComment.empty()) {
102 if (!s.empty()) {
147 if (!name.empty()) {
160 if (valueComments.size() > i && !valueComments[i].empty()) {
171 if (!name.empty()) {
180 if (fieldComments.size() > i && !fieldComments[i].empty()) {
242 if (!p->specName.empty() && p->rsType != "...") {
267 if (inlineCodeLines[ct].empty()) {
292 if (!p->documentation.empty()) {
[all...]
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DCharSequencesTest.java43 String empty = toString(forAsciiBytes(bytes, 0, 3).subSequence(3, 3));
44 assertTrue("".equals(empty));
/frameworks/base/tools/aapt2/xml/
H A DXmlUtil.cpp31 if (package.empty()) {
40 if (package.empty()) {
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h56 if (pClient.empty())
59 if (Alloc::empty()) {
65 // neither me nor client is 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.
/frameworks/compile/mclinker/include/mcld/Script/
H A DInputSectDesc.h38 return m_pExcludeFiles != NULL && !m_pExcludeFiles->empty();
46 return m_pWildcardSections != NULL && !m_pWildcardSections->empty();
H A DRpnExpr.h47 bool empty() const { return m_TokenQueue.empty(); } function in class:mcld::RpnExpr
H A DSectionsCmd.h50 bool empty() const { return m_SectionCommands.empty(); } function in class:mcld::SectionsCmd
H A DStringList.h50 bool empty() const { return m_Tokens.empty(); } function in class:mcld::StringList
/frameworks/compile/mclinker/lib/Script/
H A DScriptFile.cpp89 assert(!m_CommandQueue.empty());
148 assert(!m_CommandQueue.empty());
151 assert(!sections->empty());
188 assert(!m_CommandQueue.empty());
197 assert(!m_CommandQueue.empty());
201 assert(!sections->empty() && m_bInOutputSectDesc);
210 assert(!m_CommandQueue.empty());
214 assert(!sections->empty() && m_bInOutputSectDesc);

Completed in 524 milliseconds

1234567891011>>