/frameworks/compile/mclinker/unittests/ |
D | FactoriesTest.cpp | 47 ASSERT_FALSE(m_pNodeAlloc->empty()); in TEST_F() 50 ASSERT_FALSE(m_pNodeAlloc->empty()); in TEST_F() 53 ASSERT_FALSE(m_pNodeAlloc->empty()); in TEST_F() 117 ASSERT_TRUE(delegatee->empty()); in TEST_F() 143 ASSERT_FALSE(m_pNodeAlloc->empty()); in TEST_F() 153 ASSERT_TRUE(delegatee->empty()); in TEST_F() 167 ASSERT_FALSE(m_pNodeAlloc->empty()); in TEST_F() 175 ASSERT_FALSE(m_pFileAlloc->empty()); in TEST_F() 190 ASSERT_FALSE(m_pFileAlloc->empty()); in TEST_F() 209 ASSERT_FALSE(m_pFileAlloc->empty()); in TEST_F() [all …]
|
D | HashTableTest.cpp | 89 EXPECT_FALSE(hashTable->empty()); in TEST_F() 101 EXPECT_TRUE(hashTable.empty()); in TEST_F() 114 EXPECT_FALSE(hashTable->empty()); in TEST_F() 131 EXPECT_FALSE(hashTable->empty()); in TEST_F() 138 EXPECT_FALSE(hashTable->empty()); in TEST_F() 154 EXPECT_FALSE(hashTable->empty()); in TEST_F() 165 EXPECT_TRUE(hashTable->empty()); in TEST_F() 188 EXPECT_TRUE(hashTable->empty()); in TEST_F() 202 EXPECT_FALSE(hashTable->empty()); in TEST_F()
|
D | GCFactoryListTraitsTest.cpp | 110 ASSERT_FALSE(m_pNodeList.empty()); in TEST_F() 112 ASSERT_TRUE(m_pNodeList.empty()); in TEST_F() 116 ASSERT_FALSE(m_pNodeList.empty()); in TEST_F()
|
D | RTLinearAllocatorTest.cpp | 47 ASSERT_FALSE(m_pTestee->empty()); in TEST_F() 54 ASSERT_FALSE(m_pTestee->empty()); in TEST_F() 61 ASSERT_TRUE(m_pTestee->empty()); in TEST_F()
|
D | LinearAllocatorTest.cpp | 46 ASSERT_FALSE(m_pTestee->empty()); in TEST_F() 53 ASSERT_FALSE(m_pTestee->empty()); in TEST_F() 60 ASSERT_TRUE(m_pTestee->empty()); in TEST_F()
|
/frameworks/base/tests/Camera2Tests/CameraToo/tests/src/com/example/android/camera2/cameratoo/ |
D | CameraTooTest.java | 57 Size empty = new Size(0, 0), fatAndFlat = new Size(100, 0), tallAndThin = new Size(0, 100); in compareSizesByArea() local 62 assertComparatorEq(empty, fatAndFlat, rel); in compareSizesByArea() 63 assertComparatorEq(empty, tallAndThin, rel); in compareSizesByArea() 64 assertComparatorEq(fatAndFlat, empty, rel); in compareSizesByArea() 66 assertComparatorEq(tallAndThin, empty, rel); in compareSizesByArea() 76 assertComparatorLt(empty, smallSquare, rel); in compareSizesByArea() 77 assertComparatorLt(empty, horizRect, rel); in compareSizesByArea() 78 assertComparatorLt(empty, vertRect, rel); in compareSizesByArea() 88 assertComparatorLt(empty, largeSquare, rel); in compareSizesByArea() 104 Size empty = new Size(0, 0), fatAndFlat = new Size(100, 0), tallAndThin = new Size(0, 100); in chooseBigEnoughSize() local [all …]
|
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSInfoExtractor.cpp | 94 if (pString.empty()) { in writeString() 185 if (key.empty()) { in ExtractFromSource() 203 if (name.empty()) { in ExtractFromSource() 220 if (name.empty()) { in ExtractFromSource() 274 if (!name.empty() && !signature_string.empty()) { in ExtractFromSource() 288 if (name.empty() && signature_string.empty()) { in ExtractFromSource() 294 (name.empty() ? "#rs_export_foreach_name" : in ExtractFromSource() 319 if (val.empty()) { in ExtractFromSource()
|
/frameworks/compile/mclinker/lib/MC/ |
D | SymbolCategory.cpp | 80 if (!current->empty()) { in add() 124 if (!current->empty()) { in arrange() 136 if (current->end == pos || current->empty()) { in arrange() 276 bool SymbolCategory::empty() const in empty() function in SymbolCategory 278 return m_OutputSymbols.empty(); in empty() 283 return m_pFile->empty(); in emptyFiles() 288 return m_pLocal->empty(); in emptyLocals() 293 return m_pLocalDyn->empty(); in emptyLocalDyns() 298 return m_pCommon->empty(); in emptyCommons() 303 return m_pDynamic->empty(); in emptyDynamics() [all …]
|
D | MCLDDirectory.cpp | 26 if (!Directory::m_Path.empty()) in MCLDDirectory() 40 if (!Directory::m_Path.empty()) in MCLDDirectory() 54 if (!Directory::m_Path.empty()) in MCLDDirectory() 69 if (!Directory::m_Path.empty()) in assign()
|
/frameworks/compile/mclinker/lib/Script/ |
D | ScriptFile.cpp | 91 assert(!m_CommandQueue.empty()); in addEntryPoint() 144 assert(!m_CommandQueue.empty()); in addAssignment() 147 assert(!sections->empty()); in addAssignment() 188 assert(!m_CommandQueue.empty()); in enterOutputSectDesc() 198 assert(!m_CommandQueue.empty()); in leaveOutputSectDesc() 202 assert(!sections->empty() && m_bInOutputSectDesc); in leaveOutputSectDesc() 212 assert(!m_CommandQueue.empty()); in addInputSectDesc() 216 assert(!sections->empty() && m_bInOutputSectDesc); in addInputSectDesc()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | CXADemangle.tcc | 288 if (!db.subs.empty()) in parse_substitution() 549 if (db.template_param.empty()) in parse_template_param() 551 if (!db.template_param.back().empty()) in parse_template_param() 573 if (t == last || *t != '_' || db.template_param.empty()) in parse_template_param() 724 if (db.names.empty()) in parse_sizeof_type_expr() 744 if (db.names.empty()) in parse_sizeof_expr_expr() 837 if (db.names.empty()) in parse_sizeof_function_param_pack_expr() 862 if (db.names.empty()) in parse_typeid_expr() 882 if (db.names.empty()) in parse_throw_expr() 979 if (db.names.empty()) in parse_unresolved_type() [all …]
|
/frameworks/compile/mclinker/lib/Core/ |
D | LinkerScript.cpp | 36 return !sysroot().empty(); in hasSysroot() 51 return !m_Entry.empty(); in hasEntry() 66 return !m_OutputFile.empty(); in hasOutputFile()
|
/frameworks/av/media/libstagefright/webm/ |
D | LinkedBlockingQueue.h | 34 while (mList.empty()) { in front() 53 bool empty() { in empty() function 55 return mList.empty(); in empty()
|
/frameworks/base/core/java/android/net/http/ |
D | Connection.java | 159 boolean empty; in processRequests() 265 empty = !mRequestFeeder.haveRequest(mHost); in processRequests() 268 !empty && mCanPersist) { in processRequests() 273 state = empty ? DONE : SEND; in processRequests() 328 boolean empty = true; in clearPipe() 338 empty = false; in clearPipe() 340 if (empty) empty = !mRequestFeeder.haveRequest(mHost); in clearPipe() 342 return empty; in clearPipe()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | AdapterViewCompat.java | 664 final boolean empty = ((adapter == null) || adapter.isEmpty()); in setEmptyView() 665 updateEmptyStatus(empty); in setEmptyView() 692 final boolean empty = adapter == null || adapter.getCount() == 0; in setFocusable() 699 super.setFocusable(focusable && (!empty || isInFilterMode())); in setFocusable() 705 final boolean empty = adapter == null || adapter.getCount() == 0; in setFocusableInTouchMode() 712 super.setFocusableInTouchMode(focusable && (!empty || isInFilterMode())); in setFocusableInTouchMode() 717 final boolean empty = adapter == null || adapter.getCount() == 0; in checkFocus() 718 final boolean focusable = !empty || isInFilterMode(); in checkFocus() 734 private void updateEmptyStatus(boolean empty) { in updateEmptyStatus() argument 736 empty = false; in updateEmptyStatus() [all …]
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | AnotherPacketSource.cpp | 112 while (mEOSResult == OK && mBuffers.empty()) { in dequeueAccessUnit() 116 if (!mBuffers.empty()) { in dequeueAccessUnit() 148 while (mEOSResult == OK && mBuffers.empty()) { in read() 152 if (!mBuffers.empty()) { in read() 299 if (!mBuffers.empty()) { in hasBufferAvailable() 315 if (mBuffers.empty()) { in getBufferedDurationUs_l() 352 if (mBuffers.empty()) { in getEstimatedDurationUs() 394 if (mBuffers.empty()) { in nextBufferTime()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMGOT.cpp | 39 return ((!m_GOT.empty()) || (!m_GOTPLT.empty())); in hasGOT1() 68 if (!m_GOTPLT.empty()) { in finalizeSectionSize() 82 if (!m_GOT.empty()) { in finalizeSectionSize()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64GOT.cpp | 43 return ((!m_GOT.empty()) || (!m_GOTPLT.empty())); in hasGOT1() 72 if (!m_GOTPLT.empty()) { in finalizeSectionSize() 87 if (!m_GOT.empty()) { in finalizeSectionSize()
|
/frameworks/base/core/java/android/widget/ |
D | AdapterView.java | 669 final boolean empty = ((adapter == null) || adapter.isEmpty()); in setEmptyView() 670 updateEmptyStatus(empty); in setEmptyView() 697 final boolean empty = adapter == null || adapter.getCount() == 0; in setFocusable() 704 super.setFocusable(focusable && (!empty || isInFilterMode())); in setFocusable() 710 final boolean empty = adapter == null || adapter.getCount() == 0; in setFocusableInTouchMode() 717 super.setFocusableInTouchMode(focusable && (!empty || isInFilterMode())); in setFocusableInTouchMode() 722 final boolean empty = adapter == null || adapter.getCount() == 0; in checkFocus() 723 final boolean focusable = !empty || isInFilterMode(); in checkFocus() 739 private void updateEmptyStatus(boolean empty) { in updateEmptyStatus() argument 741 empty = false; in updateEmptyStatus() [all …]
|
/frameworks/base/libs/hwui/ |
D | Layer.h | 171 inline void setEmpty(bool empty) { in setEmpty() argument 172 this->empty = empty; in setEmpty() 176 return empty; in isEmpty() 357 bool empty; variable
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | OutputRelocSection.h | 44 bool empty() in empty() function 45 { return m_pRelocData->empty(); } in empty()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/ |
D | SoftAVC.cpp | 88 CHECK(outQueue.empty()); in ~SoftAVC() 89 CHECK(inQueue.empty()); in ~SoftAVC() 123 while ((mEOSStatus != INPUT_DATA_AVAILABLE || !inQueue.empty()) in onQueueFilled() 204 if (mFirstPicture && !outQueue.empty()) { in onQueueFilled() 275 while (!outQueue.empty() in drainAllOutputBuffers() 288 while (!outQueue.empty()) { in drainAllOutputBuffers()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.h | 56 assert(ResolveConstants.empty() && "Constants not resolved?"); in ~BitcodeReaderValueList() 67 assert(ResolveConstants.empty() && "Constants not resolved?"); in clear() 78 bool empty() const { return ValuePtrs.empty(); } in empty() function 113 bool empty() const { return MDValuePtrs.empty(); } in empty() function
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.h | 56 assert(ResolveConstants.empty() && "Constants not resolved?"); in ~BitcodeReaderValueList() 67 assert(ResolveConstants.empty() && "Constants not resolved?"); in clear() 78 bool empty() const { return ValuePtrs.empty(); } in empty() function 113 bool empty() const { return MDValuePtrs.empty(); } in empty() function
|
/frameworks/compile/mclinker/lib/Support/ |
D | Path.cpp | 71 if (m_PathName.empty()) in isFromRoot() 122 bool Path::empty() const in empty() function in Path 124 return m_PathName.empty(); in empty() 147 if (!m_PathName.empty() && in m_append_separator_if_needed()
|