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

12345

/frameworks/base/libs/ui/tests/region/
H A Dregion.cpp28 Region empty; local
33 Region reg4 = empty | reg1;
34 Region reg5 = reg1 | empty;
/frameworks/base/core/tests/coretests/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/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp95 CHECK(mAudioQueue.empty());
96 CHECK(mVideoQueue.empty());
206 if (mAudioQueue.empty()) {
241 while (numBytesAvailableToWrite > 0 && !mAudioQueue.empty()) {
303 return !mAudioQueue.empty();
311 if (mVideoQueue.empty()) {
350 if (mVideoQueue.empty()) {
435 if (!mSyncQueues || mAudioQueue.empty() || mVideoQueue.empty()) {
478 if (!mAudioQueue.empty()) {
[all...]
/frameworks/base/libs/hwui/
H A DLayer.h118 inline void setEmpty(bool empty) { argument
119 this->empty = empty;
123 return empty;
247 bool empty; member in struct:android::uirenderer::Layer
H A DSnapshot.h46 Snapshot(): flags(0), previous(NULL), layer(NULL), fbo(0), invisible(false), empty(false) {
58 invisible(s->invisible), empty(false), viewport(s->viewport), height(s->height) {
197 return invisible || empty;
232 bool empty; member in class:android::uirenderer::Snapshot
/frameworks/base/core/java/android/net/http/
H A DConnection.java160 boolean empty;
266 empty = !mRequestFeeder.haveRequest(mHost);
269 !empty && mCanPersist) {
274 state = empty ? DONE : SEND;
326 * @return true if mRequests is empty after pipe cleared
329 boolean empty = true;
339 empty = false;
341 if (empty) empty = !mRequestFeeder.haveRequest(mHost);
343 return empty;
[all...]
/frameworks/base/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp69 while (mEOSResult == OK && mBuffers.empty()) {
73 if (!mBuffers.empty()) {
97 while (mEOSResult == OK && mBuffers.empty()) {
101 if (!mBuffers.empty()) {
193 if (!mBuffers.empty()) {
206 if (mBuffers.empty()) {
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.h56 assert(ResolveConstants.empty() && "Constants not resolved?");
67 assert(ResolveConstants.empty() && "Constants not resolved?");
78 bool empty() const { return ValuePtrs.empty(); }
113 bool empty() const { return MDValuePtrs.empty(); }
/frameworks/base/media/libstagefright/rtsp/
H A DAH263Assembler.cpp53 if (queue->empty()) {
67 if (queue->empty()) {
125 CHECK(!mPackets.empty());
H A DARawAudioAssembler.cpp55 if (queue->empty()) {
69 if (queue->empty()) {
H A DAAVCAssembler.cpp50 if (queue->empty()) {
64 if (queue->empty()) {
128 if (!mNALUnits.empty() && rtpTime != mAccessUnitRTPTime) {
175 CHECK(!queue->empty());
311 CHECK(!mNALUnits.empty());
H A DAMPEG4ElementaryAssembler.cpp181 if (queue->empty()) {
195 if (queue->empty()) {
241 size_t n = headers.empty() ? mIndexLength : mIndexDeltaLength;
247 if (headers.empty()) {
337 CHECK(!mPackets.empty());
/frameworks/base/core/java/android/widget/
H A DAdapterView.java192 * Represents an empty or invalid row id
209 * determining the focusable state (such as whether its empty or the text
367 * or when the adapter becomes empty.
640 * Sets the view to show if the adapter is empty
647 final boolean empty = ((adapter == null) || adapter.isEmpty());
648 updateEmptyStatus(empty);
652 * When the current adapter is empty, the AdapterView can display a special view
653 * call the empty view. The empty view is used to provide feedback to the user
656 * @return The view to show if the adapter is empty
717 updateEmptyStatus(boolean empty) argument
[all...]
/frameworks/base/core/java/android/util/
H A DJsonWriter.java238 private JsonWriter open(JsonScope empty, String openBracket) throws IOException { argument
240 stack.add(empty);
249 private JsonWriter close(JsonScope empty, JsonScope nonempty, String closeBracket) argument
252 if (context != nonempty && context != empty) {
/frameworks/compile/libbcc/
H A Dlibbcc-gen-build-stamp.mk23 $(error $(LOCAL_PATH): LOCAL_IS_HOST_MODULE must be "true" or empty, not "$(LOCAL_IS_HOST_MODULE)")
/frameworks/compile/slang/
H A Dslang_rs_context.cpp89 slangAssert(!VD->getName().empty() && "Variable name should not be empty");
107 slangAssert(!FD->getName().empty() && "Function name should not be empty");
258 ((OutputPackageName.empty()) ? mReflectJavaPackageName :
260 if (PackageName.empty()) {
H A Dslang_rs_context.h161 return !mExportVars.empty();
171 inline bool hasExportFunc() const { return !mExportFuncs.empty(); }
180 inline bool hasExportForEach() const { return !mExportForEach.empty(); }
192 inline bool hasExportType() const { return !mExportTypes.empty(); }
H A Dslang_rs_export_func.h94 { return (mParamPacketType && !mParamPacketType->getFields().empty()); }
H A Dslang.cpp186 if (!Triple.empty())
191 if (!CPU.empty())
194 if (!Features.empty())
353 if (!Error.empty())
368 if (!Error.empty() || (mDOS.get() == NULL))
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DScript.cpp190 if (!mCacheDir.empty() && *mCacheDir.rbegin() != '/') {
223 if (!mCacheDir.empty() && *mCacheDir.rbegin() != '/') {
251 if (mCacheDir.empty() || mCacheName.empty()) {
381 if (!mCacheDir.empty() &&
382 !mCacheName.empty() &&
/frameworks/base/core/java/android/content/
H A DDefaultDataHandler.java138 if (mUris.empty()) {
139 throw new SAXException("uri is empty");
202 if (mUris.empty()) {
/frameworks/base/media/libstagefright/foundation/
H A DALooper.cpp120 mName.empty() ? "ALooper" : mName.c_str(), priority);
194 if (mEventQueue.empty()) {
/frameworks/base/media/libstagefright/httplive/
H A DLiveDataSource.cpp99 while (mBufferQueue.empty() && mFinalResult == OK) {
103 if (mBufferQueue.empty()) {
/frameworks/base/core/java/android/app/
H A DListActivity.java45 * display when the list view is empty. This "empty list" notifier must have an
46 * id "android:id/empty". Note that when an empty view is present, the list view
69 * <TextView android:id="@android:id/empty"
240 View emptyView = findViewById(com.android.internal.R.id.empty);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListWithEmptyView.java31 * Tests using an empty view with a list */
69 mEmptyView = findViewById(R.id.empty);

Completed in 933 milliseconds

12345