Searched refs:empty (Results 176 - 200 of 379) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/
H A DSnapshot.h214 * is typically ignored if its layer is invisible or empty.
264 bool empty; member in class:android::uirenderer::Snapshot
/frameworks/base/libs/hwui/hwui/
H A DTypeface.cpp137 if (families.empty()) {
138 ALOGW("createFromFamilies creating empty collection");
/frameworks/base/native/android/
H A Dchoreographer.cpp153 while (!mCallbacks.empty() && mCallbacks.top().dueTime < now) {
/frameworks/base/tools/aapt2/link/
H A DXmlReferenceLinker.cpp85 if (package.empty()) {
H A DReferenceLinker.cpp292 if (alias.empty()) {
308 if (entry->symbolStatus.state != SymbolState::kUndefined && entry->values.empty()) {
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSX86CallConvPass.cpp46 if (!F.empty()) // defined locally
/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h69 bool empty() const;
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentRef.cpp91 if (data == NULL || data->empty()) {
/frameworks/compile/mclinker/lib/Script/
H A DGroupCmd.cpp68 if (!m_StringList.empty() && prev)
H A DOutputSectDesc.cpp182 if (!assignments.empty()) {
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp119 if (m_CacheFull && m_Cache.empty())
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp97 if (!m_pRelDyn->empty()) {
104 if (!m_pRelPLT->empty()) {
464 if (!m_pGOT->empty())
649 if (!m_pGOT->empty())
/frameworks/compile/mclinker/unittests/
H A DPathTest.cpp149 EXPECT_TRUE(m_pTestee->parent_path().empty());
/frameworks/compile/slang/
H A Dslang_rs_export_func.cpp55 slangAssert(!Name.empty() && "Function must have a name");
H A Dslang_rs_pragma_handler.cpp176 if (KeywordValueMap[RSExportReduce::KeyAccumulator].empty()) {
233 if (FunctionName.empty())
293 if (!Entry->second.empty()) {
413 if (!PreviousPrecision.empty()) {
/frameworks/minikin/libs/minikin/
H A DFontLanguage.cpp169 if (mLanguages.empty()) {
/frameworks/native/include/binder/
H A DPersistableBundle.h44 bool empty() const;
/frameworks/rs/api/
H A DSpecification.h102 // If non empty, the mininum and maximum values to be used when generating the test data.
105 /* If non empty, contains the name of another parameter that should be smaller or equal to this
379 ParameterEntry* mReturn; // The return type. The name should be empty. Owned.
439 return mAttribute.empty() || mAttribute[0] != '=';
477 // The inline code that implements this function. Will be empty if not an inline.
557 return !mDocumentedConstants.empty() || !mDocumentedTypes.empty() ||
558 !mDocumentedFunctions.empty();
605 // Returns "<a href='...'> for the named specification, or empty if not found.
/frameworks/rs/
H A DrsList.h109 bool empty() const { return current == first; } function in class:android::renderscript::List
/frameworks/av/media/libstagefright/
H A DAudioSource.cpp151 while (!mBuffersReceived.empty()) {
242 while (mStarted && mBuffersReceived.empty()) {
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp320 if (mSawInputEOS || inQueue.empty()) {
376 if (outQueue.empty()) {
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp215 while (!inQueue.empty() && !outQueue.empty()) {
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp264 || (mState == CONNECTED && !mOutFragments.empty())
265 || (mState == DATAGRAM && !mOutFragments.empty()));
553 CHECK(!mOutFragments.empty());
578 } while (err == OK && !mOutFragments.empty());
581 if (!mOutFragments.empty()) {
624 CHECK(!mOutFragments.empty());
627 while (!mOutFragments.empty()) {
1401 while (!sessionsToAdd.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/
H A DGeneralOptions.h94 bool hasDyld() const { return !m_Dyld.empty(); }
317 bool hasFilter() const { return !m_Filter.empty(); }

Completed in 8290 milliseconds

1234567891011>>