Searched refs:empty (Results 151 - 175 of 190) sorted by relevance

12345678

/frameworks/compile/libbcc/runtime/
H A DMakefile16 $(error Refusing to build with empty ProjObjRoot variable)
/frameworks/compile/mclinker/lib/CodeGen/
H A DLLVMTargetMachine.cpp357 pLinkerOpt->info().output().name().empty()) {
/frameworks/compile/slang/
H A Dslang_backend.cpp282 if (!mPragmas->empty()) {
H A Dslang_rs_reflection.h344 if (mLastError.empty())
H A Dslang_rs_export_foreach.cpp396 slangAssert(!Name.empty() && "Function must have a name");
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterGraph.java196 while (!filterStack.empty()) {
/frameworks/av/media/libmedia/
H A DSoundPool.cpp129 while (!mStop.empty()) {
144 while (!mRestart.empty()) {
286 if (!mChannels.empty()) {
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp447 while (!mPendingFrames.empty()) {
457 CHECK(mPendingFrames.empty());
513 while (mPendingFrames.empty()) {
/frameworks/native/libs/gui/
H A DBufferQueue.cpp471 // empty here
540 if (mQueue.empty()) {
795 "freeAllBuffersLocked called but mQueue is not empty");
823 // check if queue is empty
826 if (!mQueue.empty()) {
982 if (!mQueue.empty()) {
/frameworks/base/media/java/android/media/
H A DAudioService.java1543 Log.e(TAG, "setMode() different from MODE_NORMAL with empty mode client stack");
3978 if (!mFocusStack.empty() && (mFocusStack.peek().mFocusDispatcher != null)) {
3999 if (!mFocusStack.empty() && (mFocusStack.peek().mFocusDispatcher != null)) {
4088 if (!mFocusStack.empty() && mFocusStack.peek().mClientId.equals(clientToRemove))
4214 if (!mFocusStack.empty() && mFocusStack.peek().mClientId.equals(clientId)) {
4230 if (!mFocusStack.empty() && (mFocusStack.peek().mFocusDispatcher != null)) {
4357 if (!mRCStack.empty()) {
4804 if (mRCStack.empty()) {
4818 if (mRCStack.empty()) {
4861 if (!mRCStack.empty()
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorUtils.cpp245 if (pC->mSeqParamSets.empty()) {
H A DVideoEditorAudioDecoder.cpp161 if (!mBuffers.empty()) {
221 if(mBuffers.empty()) {
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp174 if (line.empty()) {
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp130 while (!mDone && mQueue.empty()) {
H A DSimpleSoftOMXComponent.cpp592 if (port->mBuffers.empty()) {
/frameworks/compile/mclinker/lib/LD/
H A DGNUArchiveReader.cpp264 if (!input_path.empty())
/frameworks/compile/mclinker/unittests/Linker/
H A DTestLinker.cpp119 assert(!m_pInfo->options().sysroot().empty() &&
/frameworks/native/include/utils/
H A DVector.h65 * empty the vector
76 //! returns whether or not the vector is empty
137 //! pop the top of the stack (removes the last element). No-op if the stack's empty
187 inline bool empty() const{ return isEmpty(); } function in class:android::Vector
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp301 if (mRangeInfos.empty()) {
489 CHECK(!mRangeInfos.empty());
/frameworks/base/core/java/android/content/
H A DContentService.java752 boolean empty = mChildren.get(i).removeObserverLocked(observer);
753 if (empty) {
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp463 env, err, errorDetailMsg.empty() ? NULL : errorDetailMsg.c_str());
601 env, err, errorDetailMsg.empty() ? NULL : errorDetailMsg.c_str());
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java595 boolean empty = true;
604 if (!empty) {
607 empty = false;
616 if (!empty) {
619 empty = false;
1874 * last one which does not have valid values (not including empty but only
1920 // Not use TextUtils.isEmpty() since ORG was set but the elements might be empty.
1921 // e.g. "ORG;PREF:;" -> Both companyName and departmentName become empty but not null.
1940 * does not have valid title value (not including empty but only null). If
2508 * does not mean an original vCard is really empty
[all...]
/frameworks/base/tools/aapt/
H A DXMLNode.cpp329 bool empty = true; local
333 empty = false;
344 if (0 && empty) {
345 fprintf(stderr, "%s:%d: warning: empty '%s' span found in text '%s'\n",
1264 // If not an element, include the CDATA, even if it is empty.
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp320 while (!inQueue.empty() && outQueue.size() == kNumOutputBuffers) {
/frameworks/base/core/java/android/widget/
H A DSearchView.java517 // If the query is not empty and submit is requested, submit the query
614 * Enables showing a submit button when the query is non-empty. In cases where the SearchView
1121 * @param empty whether the search query text field is empty. If it is, then the other
1124 private void updateVoiceButton(boolean empty) { argument
1126 if (mVoiceButtonEnabled && !isIconified() && empty) {
1516 // when it's time to do the search. We always build it here (even if empty)
1629 * Callback to watch the text field for empty/non-empty
1679 * Returns true if the text field is empty, o
[all...]

Completed in 1394 milliseconds

12345678