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

<<11

/frameworks/minikin/libs/minikin/
H A DLayout.cpp725 hb_shape(hbFont, buffer, features.empty() ? NULL : &features[0], features.size());
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp218 // our slots are empty but we have many buffers in the queue. This can
619 if (mCore->mQueue.empty()) {
620 // When the queue is empty, we can ignore mDequeueBufferCannotBlock
625 // When the queue is not empty, we need to look at the front buffer
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp199 sp<KeyCharacterMap> KeyCharacterMap::empty() { function in class:android::KeyCharacterMap
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp999 CHECK(mPrograms.empty());
/frameworks/base/core/java/android/text/
H A DTextUtils.java334 * String.split() returns [''] when the string to be split is empty. This returns []. This does
335 * not remove any empty strings from the result. For example split("a,", "," ) returns {"a", ""}.
339 * @return an array of strings. The array will be empty if text is empty
353 * split is empty. This returns []. This does not remove any empty strings from the result.
356 * @return an array of strings. The array will be empty if text is empty
393 * <p>If the final character in the string to split is the delimiter then no empty string will
394 * be returned for the empty strin
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java193 mEmptyView = view.findViewById(android.R.id.empty);
308 // When launched into empty recents, show drawer
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp2192 if (mDecodingTimeList.empty()) {
2248 // Buffer could not be released until empty buffer done is called.
4000 while (mState != ERROR && !mNoMoreOutputData && mFilledBuffers.empty()) {
4010 if (mFilledBuffers.empty()) {
H A DAwesomePlayer.cpp1636 // property value is empty, or unexpected value
1845 // return spurious empty buffers that we just want to ignore.
2044 // return spurious empty buffers that we just want to ignore.
2414 dataSource, sniffedMIME.empty() ? NULL : sniffedMIME.c_str());
H A DACodec.cpp3258 bool wasEmptyBefore = mDeferredQueue.empty();
4899 if (!mime.empty()) {
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp1882 // restore write index and set other indexes to reflect empty buffer status
2041 return String8::empty();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1512 while (!mDeferredActions.empty()) {
1956 } else { // send an empty timed text
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp874 result = " Main queue is empty\n";
1527 if (stream->mQueue.empty()) {
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp182 // Deal with empty and ANY right away
1521 if (mTrack == 0) return String8::empty();
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2476 // represented by the empty string.
3876 // with its parent's values. Otherwise start out empty.
4322 *outErrorMsg = "Resource package cannot be an empty string";
4328 *outErrorMsg = "Resource type cannot be an empty string";
4334 *outErrorMsg = "Resource id cannot be an empty string";
4666 // Special case @empty as explicitly defined empty value.
5797 ALOGV("Skipping empty ResTable_typeSpec for type %d", typeSpec->id);
5869 ALOGV("Skipping empty ResTable_type for type %d", type->id);
6292 printf("(null empty)\
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1032 * Keep track of the non-cached/empty process we last found, to help
1033 * determine how to distribute cached/empty processes next time.
1039 * distribution between those and empty procs.
13764 pw.print(" empty="); pw.print(r.empty);
16953 app.empty = false;
17030 // As far as we know the process is empty. We may change our mind later.
17037 app.empty = true;
17038 app.adjType = "cch-empty";
17061 app.empty
[all...]
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp655 mSnapshot->empty = fboLayer;
722 * An empty quad is drawn over the layer's region in the frame buffer. This quad
/frameworks/base/tools/aapt/
H A DResource.cpp1096 // Build an empty <application> tag (required).
1507 while (!workQueue.empty()) {
1806 bool begins_with_digit = true; // init to true so an empty string fails
H A DResourceTable.cpp712 * If the command-line-specified product is empty, only "default"
730 * The command-line product is not empty.
1346 // Untranslatable strings must only exist in the default [empty] locale
1354 // Intentionally empty block:
2736 if (!missingConfigs.empty()) {
2798 typeStrings.add(String16("<empty>"), false);
2804 typeStrings.add(String16("<empty>"), false);
2949 LOG_ALWAYS_FATAL_IF(t == NULL && typeName != String16("<empty>"),
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp178 dump.append("<empty>");
282 // The inbound queue is empty so the app switch key we were waiting
1139 // for the specified display then our initial state will be empty.
1697 return String8::empty();
1825 // If the outbound queue was previously empty, start the dispatch cycle going.
2004 "This is unexpected because the wait queue is empty, so the pipe "
2005 "should be empty and we shouldn't have any problems writing an "
3187 dump.append(INDENT "RecentQueue: <empty>\n");
3211 dump.append(INDENT "InboundQueue: <empty>\n");
3223 dump.append(INDENT "ReplacedKeys: <empty>\
[all...]

Completed in 1308 milliseconds

<<11