Searched defs:empty (Results 1 - 25 of 58) sorted by last modified time

123

/frameworks/wilhelm/src/desktop/
H A DSndFile.cpp194 SLboolean empty = 0 == audioPlayer->mBufferQueue.mState.count; local
215 empty = SL_BOOLEAN_TRUE;
228 if (empty) {
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java575 // If the query is not empty and submit is requested, submit the query
585 * This value may be specified as an empty string to prevent any query hint
685 * Enables showing a submit button when the query is non-empty. In cases where the SearchView
1147 * @param empty whether the search query text field is empty. If it is, then the other
1150 private void updateVoiceButton(boolean empty) { argument
1152 if (mVoiceButtonEnabled && !isIconified() && empty) {
1591 // when it's time to do the search. We always build it here (even if empty)
1705 * Callback to watch the text field for empty/non-empty
[all...]
/frameworks/rs/
H A DrsList.h109 bool empty() const { return current == first; } function in class:android::renderscript::List
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/opt/net/wifi/tests/wifitests/
H A DAndroid.mk40 empty:= macro
41 space:= $(empty) $(empty)
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DKnownBandsChannelHelperTest.java279 * Create an empty collection
282 public void empty() { method in class:KnownBandsChannelHelperTest.KnownBandsChannelCollectionTest
H A DNoBandChannelHelperTest.java112 * Test that getting the channels for each band results in the expected empty list
215 * Create an empty collection
218 public void empty() { method in class:NoBandChannelHelperTest.NoBandsChannelCollectionTest
/frameworks/native/libs/binder/
H A DPersistableBundle.cpp57 if (map.empty()) return set<android::String16>();
94 // Special case for empty bundles.
95 if (empty()) {
134 bool PersistableBundle::empty() const { function in class:android::os::PersistableBundle
384 * Note: we don't actually use length for anything other than an empty PersistableBundle
H A DValue.cpp164 if (lhs.empty() && rhs.empty()) {
192 bool Value::empty() const function in class:android::binder::Value
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp199 sp<KeyCharacterMap> KeyCharacterMap::empty() { function in class:android::KeyCharacterMap
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dserialization.h281 // Overload for empty variant type.
282 inline std::size_t GetSerializedSize(const EmptyVariant& empty) { argument
283 return GetEncodingSize(EncodeType(empty));
871 // Overload for empty variant type.
872 inline void SerializeObject(const EmptyVariant& empty,
874 const EncodingType encoding = EncodeType(empty);
1746 inline ErrorType DeserializeObject(EmptyVariant* /*empty*/,
H A Dvariant.h12 // Type tag denoting an empty variant.
51 // Default specialization catches the empty set, which is always a subset.
319 // active type is found. If the union is empty Op is called on EmptyVariant.
391 // default constructible. Default consruction yields an empty Variant.
429 // Handles assignment from the empty type. This overload supports assignment
454 // type index results in an empty Variant.
465 // Invokes |Op| on the active element. If the Variant is empty |Op| is invoked
476 // Index returned when the Variant is empty.
486 // Returns the index of the active type. If the Variant is empty -1 is
497 // Returns true if the Variant is empty, fals
498 bool empty() const { return index() == kEmptyIndex; } function
[all...]
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dstatus.h28 // Default constructor so an empty Status object can be created.
41 // Copy/move constructors. Move constructor leaves |other| object in empty
55 T empty; local
56 std::swap(other.value_, empty);
67 T empty; local
68 std::swap(value_, empty);
75 if (!other.ok() && !other.empty()) {
83 // This means, the object is not empty and does not contain an error code.
86 // Checks if the object is empty (doesn't contain a valid value nor an error).
87 bool empty() cons function in class:android::pdx::Status
153 bool empty() const { return false; } function in class:android::pdx::Status
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1475 while (!mCompositePresentTimes.empty()) {
1721 bool empty = mDisplays[dpy]->getVisibleLayersSortedByZ().size() == 0; local
1732 bool mustRecompose = dirty && !(empty && wasEmpty);
1738 empty ? "+" : "-",
1744 mDisplays[dpy]->lastCompositionHadVisibleLayers = !empty;
2293 // handle hidden surfaces by setting the visible region to empty
2431 if (frameQueued && mLayersWithQueuedFrames.empty()) {
2436 return !mLayersWithQueuedFrames.empty() && newDataLatched;
2452 // 2) There is work to be done (the dirty region isn't empty)
2545 // (common case is that letterbox ends-up being empty)
[all...]
H A DSurfaceFlinger_hwc1.cpp1202 while (!mCompositePresentTimes.empty()) {
1388 bool empty = mDisplays[dpy]->getVisibleLayersSortedByZ().size() == 0; local
1399 bool mustRecompose = dirty && !(empty && wasEmpty);
1405 empty ? "+" : "-",
1411 mDisplays[dpy]->lastCompositionHadVisibleLayers = !empty;
1975 // handle hidden surfaces by setting the visible region to empty
2109 if (frameQueued && layersWithQueuedFrames.empty()) {
2114 return !layersWithQueuedFrames.empty();
2129 // 2) There is work to be done (the dirty region isn't empty)
2215 // (common case is that letterbox ends-up being empty)
[all...]
/frameworks/minikin/libs/minikin/
H A DFontLanguage.h126 // Note that this function returns false if the requested subscript bits are empty.
138 bool empty() const { return mLanguages.empty(); } function in class:FontLanguages
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h41 if (m_Stack.empty()) { // reach the end
71 if (m_Queue.empty()) { // reach the end
321 bool empty() const { return m_Root.empty(); } function in class:mcld::BinaryTreeBase
453 if (!pTree.empty()) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h69 bool empty() const { return m_SectionList.empty(); } function in class:mcld::ELFSegment
H A DELFSegmentFactory.h43 bool empty() const { return m_Segments.empty(); } function in class:mcld::ELFSegmentFactory
55 /// produce - produce an empty ELF segment information.
H A DNamePool.h93 bool empty() const { return m_Table.empty(); } function in class:mcld::NamePool
H A DRelocData.h71 bool empty() const { return m_Relocations.empty(); } function in class:mcld::RelocData
H A DSectionData.h62 bool empty() const { return m_Fragments.empty(); } function in class:mcld::SectionData

Completed in 5285 milliseconds

123