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

12345678

/frameworks/base/services/input/tests/
H A DInputReader_test.cpp194 return String8::empty();
218 ASSERT_FALSE(mNotifyConfigurationChangedArgsQueue.empty())
228 ASSERT_FALSE(mNotifyDeviceResetArgsQueue.empty())
237 ASSERT_FALSE(mNotifyKeyArgsQueue.empty())
246 ASSERT_TRUE(mNotifyKeyArgsQueue.empty())
251 ASSERT_FALSE(mNotifyMotionArgsQueue.empty())
260 ASSERT_TRUE(mNotifyMotionArgsQueue.empty())
265 ASSERT_FALSE(mNotifySwitchArgsQueue.empty())
456 << "Expected the event queue to be empty (fully consumed).";
552 if (mEvents.empty()) {
[all...]
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp229 while (!mReplaceStmtStack.empty()) {
1553 if (StmtList.empty()) {
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp2059 if (mDecodingTimeList.empty()) {
2115 // Buffer could not be released until empty buffer done is called.
2391 // There is no need to check whether mFilledBuffers is empty or not
2395 CHECK(mFilledBuffers.empty());
3867 while (mState != ERROR && !mNoMoreOutputData && mFilledBuffers.empty()) {
3877 if (mFilledBuffers.empty()) {
H A DAwesomePlayer.cpp1467 // property value is empty, or unexpected value
1666 // return spurious empty buffers that we just want to ignore.
2159 dataSource, sniffedMIME.empty() ? NULL : sniffedMIME.c_str());
H A DACodec.cpp2058 bool wasEmptyBefore = mDeferredQueue.empty();
3077 if (!mime.empty()) {
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp936 CHECK(mPrograms.empty());
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp668 if (line.empty()) {
H A DMyHandler.h1437 while (!track->mPackets.empty()) {
/frameworks/base/libs/androidfw/
H A DKeyCharacterMap.cpp197 sp<KeyCharacterMap> KeyCharacterMap::empty() { function in class:android::KeyCharacterMap
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.cpp813 result = " Main queue is empty\n";
1456 if (stream->mQueue.empty()) {
/frameworks/base/core/java/android/text/
H A DTextUtils.java317 * String.split() returns [''] when the string to be split is empty. This returns []. This does
318 * not remove any empty strings from the result. For example split("a,", "," ) returns {"a", ""}.
322 * @return an array of strings. The array will be empty if text is empty
336 * split is empty. This returns []. This does not remove any empty strings from the result.
339 * @return an array of strings. The array will be empty if text is empty
376 * <p>If the final character in the string to split is the delimiter then no empty string will
377 * be returned for the empty strin
[all...]
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp670 * An empty quad is drawn over the layer's region in the frame buffer. This quad
728 mSnapshot->empty = fboLayer;
734 if (mSnapshot->invisible || mSnapshot->empty) {
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css290 #nav .nav-section-header.empty:after {
978 tr:first-of-type th:first-of-type:empty {
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css290 #nav .nav-section-header.empty:after {
978 tr:first-of-type th:first-of-type:empty {
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java737 * Keep track of the non-hidden/empty process we last found, to help
738 * determine how to distribute hidden/empty processes next time.
744 * distribution between those and empty procs.
10131 pw.print(" empty="); pw.print(r.emptyAdj);
10140 pw.print(" empty="); pw.print(r.empty);
12586 app.empty = false;
12716 // Whoops, this process is completely empty as far as we know
12719 app.empty = true;
12720 app.adjType = "bg-empty";
[all...]

Completed in 354 milliseconds

12345678