Searched refs:empty (Results 201 - 225 of 269) sorted by relevance

1234567891011

/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLDTargetMachine.cpp363 if (pConfig.options().soname().empty()) {
H A DMCLinker.cpp277 if (!m_Config.options().getScriptList().empty()) {
/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp308 while (!work_list.empty()) {
/frameworks/compile/mclinker/tools/mcld/lib/
H A DOutputFormatOptions.cpp269 if (m_OutputFilename.empty()) {
305 } // end of if empty m_OutputFilename
/frameworks/compile/slang/
H A Dslang_backend.cpp279 if (!mPragmas->empty()) {
H A Dslang_rs_pragma_handler.cpp192 if (!PreviousPrecision.empty()) {
H A Dslang_rs_reflection.cpp302 slangAssert(!mPackageName.empty() && mPackageName != "-");
926 if (!TypeName.empty()) {
1852 if (!VarName.empty())
2004 if (!mPackageName.empty()) {
/frameworks/av/media/libmedia/
H A DSoundPool.cpp129 while (!mStop.empty()) {
144 while (!mRestart.empty()) {
286 if (!mChannels.empty()) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp316 while (!mDequeuedInputBuffers.empty()) {
326 if (!mPendingInputMessages.empty()
375 while (!mPendingInputMessages.empty()) {
H A DGenericSource.cpp158 mSniffedMIME.empty() ? NULL: mSniffedMIME.c_str());
184 if (!mUri.empty()) {
346 if (!mUri.empty()) {
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp216 const char *lang = item.mLanguage.empty() ? "und" : item.mLanguage.c_str();
441 if ((*uri).empty()) {
541 if (line.empty()) {
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp279 if (!lengths.empty()) {
288 if (segmentPoints.empty()) {
426 // NULL can be returned if the Path is empty.
442 if (segmentPoints.empty()) {
447 // Invalid or empty path. Fall back to point(0,0)
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp104 if (!m_pRelaDyn->empty()) {
110 if (!m_pRelaPLT->empty()) {
324 if (!m_pGOT->empty())
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp506 CLOGE("RequestID entry exists; but must not be empty in metadata");
614 // Stream configuration successfully configure to empty stream configuration.
1180 while (mResultQueue.empty()) {
1197 if (mResultQueue.empty()) {
2494 if (mRepeatingRequests.empty()) {
2829 while (mRequestQueue.empty()) {
2830 if (!mRepeatingRequests.empty()) {
2850 if ((mRequestQueue.empty() && mRepeatingRequests.empty()) ||
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp139 if (Attrs.empty()) return;
422 if (!M->getTargetTriple().empty())
428 if (!M->getModuleInlineAsm().empty())
491 if (SectionMap.empty()) // Section.
704 if (MDs.empty()) continue;
727 if (Names.empty()) return;
1274 if (VST.empty()) return;
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java282 final TextView empty = (TextView) findViewById(R.id.empty);
283 empty.setVisibility(View.VISIBLE);
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.cpp227 if (info.mAccessUnits.empty()) {
/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp59 // Check if the queue is empty.
62 if (mCore->mQueue.empty()) {
/frameworks/native/services/surfaceflinger/
H A DDispSync.cpp191 return !mEventListeners.empty();
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java129 boolean empty; // Is this an empty background process? field in class:ProcessRecord
254 pw.print(" empty="); pw.println(empty);
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java427 throw new IllegalArgumentException("Authority must be non-empty");
547 throw new IllegalArgumentException("Authority must be non-empty");
574 throw new IllegalArgumentException("Authority must not be empty.");
606 throw new IllegalArgumentException("Authority must not be empty");
630 throw new IllegalArgumentException("Authority must not be empty");
674 throw new IllegalArgumentException("Authority must not be empty");
794 throw new IllegalArgumentException("Authority must not be empty");
1047 boolean empty = mChildren.get(i).removeObserverLocked(observer);
1048 if (empty) {
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp198 if (pFileHandle.path().empty()) {
419 if (!m_Module.getScript().renameMap().empty() &&
421 // If the renameMap is not empty, some symbols should be renamed.
/frameworks/compile/mclinker/lib/Script/
H A DScriptScanner.ll361 if (!m_StateStack.empty()) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp771 if (!m_CPUName.empty()) {
777 if (!m_CPURawName.empty()) {
H A DARMLDBackend.cpp246 if (!m_pRelDyn->empty()) {
254 if (!m_pRelPLT->empty()) {

Completed in 5404 milliseconds

1234567891011