Searched defs:empty (Results 26 - 50 of 51) sorted by relevance

123

/frameworks/base/libs/hwui/
H A DSnapshot.h214 * is typically ignored if its layer is invisible or empty.
264 bool empty; member in class:android::uirenderer::Snapshot
H A DLayer.h173 inline void setEmpty(bool empty) { argument
174 this->empty = empty;
178 return empty;
366 bool empty = true; member in class:android::uirenderer::Layer
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h69 bool empty() const { return m_SectionList.empty(); } function in class:mcld::ELFSegment
/frameworks/compile/mclinker/include/mcld/
H A DModule.h118 bool empty() const { return m_SectionTable.empty(); } function in class:mcld::Module
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h108 bool empty() const { return m_InputList.empty(); } function in class:mcld::SectionMap::Output
174 bool empty() const { return m_OutputDescList.empty(); } function in class:mcld::SectionMap
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h143 if (empty())
157 if (empty())
227 bool empty() const { return (m_pRoot == 0); } function in class:mcld::LinearAllocatorBase
H A DGCFactory.h171 bool empty() const { return Alloc::empty(); } function in class:mcld::GCFactoryBase
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp77 if (!current->empty()) {
118 if (!current->empty()) {
130 if (current->end == pos || current->empty()) {
257 bool SymbolCategory::empty() const { function in class:mcld::SymbolCategory
258 return m_OutputSymbols.empty();
262 return m_pFile->empty();
266 return m_pLocal->empty();
270 return m_pLocalDyn->empty();
274 return m_pCommon->empty();
278 return m_pDynamic->empty();
[all...]
/frameworks/native/libs/binder/
H A DPersistableBundle.cpp94 // Special case for empty bundles.
95 if (empty()) {
134 bool PersistableBundle::empty() const { function in class:android::os::PersistableBundle
340 * Note: we don't actually use length for anything other than an empty PersistableBundle
/frameworks/rs/
H A DrsList.h109 bool empty() const { return current == first; } function in class:android::renderscript::List
/frameworks/base/tools/aapt/
H A DXMLNode.cpp351 bool empty = true; local
355 empty = false;
366 if (0 && empty) {
367 fprintf(stderr, "%s:%d: warning: empty '%s' span found in text '%s'\n",
1379 // If not an element, include the CDATA, even if it is empty.
/frameworks/base/tools/aapt2/compile/
H A DCompile.cpp118 if (!data.configStr.empty()) {
122 if (!data.extension.empty()) {
444 static std::u16string empty; variable
445 return empty;
489 if (!flags.getArgs().empty()) {
/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/Script/
H A DOutputSectDesc.h177 bool empty() const { return m_OutputSectCmds.empty(); } function in class:mcld::OutputSectDesc
/frameworks/base/libs/hwui/font/
H A DFont.cpp247 ALOGW("The path for drawTextOnPath is empty or null");
407 // draw garbage; also skip empty glyphs (spaces)
450 bool empty = skiaGlyph.fWidth == 0 || skiaGlyph.fHeight == 0; local
451 if (!empty) {
/frameworks/base/core/java/android/widget/
H A DAdapterView.java195 * Represents an empty or invalid row id
212 * determining the focusable state (such as whether its empty or the text
390 * or when the adapter becomes empty.
673 * Sets the view to show if the adapter is empty
686 final boolean empty = ((adapter == null) || adapter.isEmpty());
687 updateEmptyStatus(empty);
691 * When the current adapter is empty, the AdapterView can display a special view
692 * called the empty view. The empty view is used to provide feedback to the user
695 * @return The view to show if the adapter is empty
756 updateEmptyStatus(boolean empty) argument
[all...]
H A DSearchView.java579 // If the query is not empty and submit is requested, submit the query
589 * This value may be specified as an empty string to prevent any query hint
688 * Enables showing a submit button when the query is non-empty. In cases where the SearchView
1242 * @param empty whether the search query text field is empty. If it is, then the other
1245 private void updateVoiceButton(boolean empty) { argument
1247 if (mVoiceButtonEnabled && !isIconified() && empty) {
1679 // when it's time to do the search. We always build it here (even if empty)
1792 * Callback to watch the text field for empty/non-empty
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp237 jboolean empty = metadata->isEmpty(); local
240 __FUNCTION__, empty, metadata->entryCount());
242 return empty;
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java149 boolean empty; // Is this an empty background process? field in class:ProcessRecord
278 pw.print(" empty="); pw.println(empty);
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp199 sp<KeyCharacterMap> KeyCharacterMap::empty() { function in class:android::KeyCharacterMap
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp678 ALOGV("Installing empty resources in to table %p\n", mResources);
717 bool empty = appendPathToResTable(mAssetPaths.itemAt(i)); local
718 onlyEmptyResources = onlyEmptyResources && empty;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java615 // If the query is not empty and submit is requested, submit the query
625 * This value may be specified as an empty string to prevent any query hint
725 * Enables showing a submit button when the query is non-empty. In cases where the SearchView
1201 * @param empty whether the search query text field is empty. If it is, then the other
1204 private void updateVoiceButton(boolean empty) { argument
1206 if (mVoiceButtonEnabled && !isIconified() && empty) {
1642 // when it's time to do the search. We always build it here (even if empty)
1757 * Callback to watch the text field for empty/non-empty
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1166 bool empty = mDisplays[dpy]->getVisibleLayersSortedByZ().size() == 0; local
1177 bool mustRecompose = dirty && !(empty && wasEmpty);
1183 empty ? "+" : "-",
1189 mDisplays[dpy]->lastCompositionHadVisibleLayers = !empty;
1718 // handle hidden surfaces by setting the visible region to empty
1854 if (frameQueued && mLayersWithQueuedFrames.empty()) {
1859 return !mLayersWithQueuedFrames.empty();
1874 // 2) There is work to be done (the dirty region isn't empty)
1963 // (common case is that letterbox ends-up being empty)
2036 ALOGV(" Skipping for empty cli
[all...]
H A DSurfaceFlinger_hwc1.cpp1146 bool empty = mDisplays[dpy]->getVisibleLayersSortedByZ().size() == 0; local
1157 bool mustRecompose = dirty && !(empty && wasEmpty);
1163 empty ? "+" : "-",
1169 mDisplays[dpy]->lastCompositionHadVisibleLayers = !empty;
1737 // handle hidden surfaces by setting the visible region to empty
1873 if (frameQueued && layersWithQueuedFrames.empty()) {
1878 return !layersWithQueuedFrames.empty();
1893 // 2) There is work to be done (the dirty region isn't empty)
1979 // (common case is that letterbox ends-up being empty)
3010 case 1006:{ // send empty updat
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 2010 milliseconds

123