Searched defs:empty (Results 1 - 25 of 39) sorted by path

12

/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp94 bool AString::empty() const { function in class:android::AString
/frameworks/av/media/libstagefright/webm/
H A DLinkedBlockingQueue.h34 while (mList.empty()) {
53 bool empty() { function in class:android::LinkedBlockingQueue
55 return mList.empty();
/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/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
383 * or when the adapter becomes empty.
656 * Sets the view to show if the adapter is empty
669 final boolean empty = ((adapter == null) || adapter.isEmpty());
670 updateEmptyStatus(empty);
674 * When the current adapter is empty, the AdapterView can display a special view
675 * called the empty view. The empty view is used to provide feedback to the user
678 * @return The view to show if the adapter is empty
739 updateEmptyStatus(boolean empty) argument
[all...]
H A DSearchView.java568 // If the query is not empty and submit is requested, submit the query
665 * Enables showing a submit button when the query is non-empty. In cases where the SearchView
1178 * @param empty whether the search query text field is empty. If it is, then the other
1181 private void updateVoiceButton(boolean empty) { argument
1183 if (mVoiceButtonEnabled && !isIconified() && empty) {
1569 // when it's time to do the search. We always build it here (even if empty)
1682 * Callback to watch the text field for empty/non-empty
1738 * Returns true if the text field is empty, o
[all...]
/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp96 SkPicture empty; local
97 empty.serialize(stream);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp220 jboolean empty = metadata->isEmpty(); local
223 __FUNCTION__, empty, metadata->entryCount());
225 return empty;
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp681 ALOGV("Installing empty resources in to table %p\n", mResources);
722 bool empty = appendPathToResTable(mAssetPaths.itemAt(i)); local
723 onlyEmptyResources = onlyEmptyResources && empty;
/frameworks/base/libs/hwui/
H A DLayer.h171 inline void setEmpty(bool empty) { argument
172 this->empty = empty;
176 return empty;
357 bool empty; member in class:android::uirenderer::Layer
H A DSnapshot.h178 * is typicalled ignored if its layer is invisible or empty.
221 bool empty; member in class:android::uirenderer::Snapshot
/frameworks/base/libs/hwui/font/
H A DFont.cpp253 ALOGW("The path for drawTextOnPath is empty or null");
419 // draw garbage; also skip empty glyphs (spaces)
462 bool empty = skiaGlyph.fWidth == 0 || skiaGlyph.fHeight == 0; local
463 if (!empty) {
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java129 boolean empty; // Is this an empty background process? field in class:ProcessRecord
254 pw.print(" empty="); pw.println(empty);
/frameworks/base/tools/aapt/
H A DXMLNode.cpp338 bool empty = true; local
342 empty = false;
353 if (0 && empty) {
354 fprintf(stderr, "%s:%d: warning: empty '%s' span found in text '%s'\n",
1348 // If not an element, include the CDATA, even if it is empty.
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h46 if (m_Stack.empty()) { // reach the end
81 if (m_Queue.empty()) { // reach the end
341 bool empty() const { function in class:mcld::BinaryTreeBase
342 return m_Root.empty();
461 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.h44 bool empty() const { return m_Segments.empty(); } function in class:mcld::ELFSegmentFactory
55 /// produce - produce an empty ELF segment information.
H A DNamePool.h98 bool empty() const function in class:mcld::NamePool
99 { return m_Table.empty(); }
H A DRelocData.h72 bool empty() const { return m_Relocations.empty(); } function in class:mcld::RelocData
H A DSectionData.h65 bool empty() const { return m_Fragments.empty(); } function in class:mcld::SectionData
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h75 bool empty() const;
159 bool empty() const function in class:mcld::SymbolCategory::Category
/frameworks/compile/mclinker/include/mcld/
H A DModule.h119 bool empty() const { return m_SectionTable.empty(); } function in class:mcld::Module
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h107 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/Script/
H A DOutputSectDesc.h183 bool empty() const { return m_OutputSectCmds.empty(); } function in class:mcld::OutputSectDesc
H A DRpnExpr.h48 bool empty() const { return m_TokenQueue.empty(); } function in class:mcld::RpnExpr
H A DSectionsCmd.h50 bool empty() const { return m_SectionCommands.empty(); } function in class:mcld::SectionsCmd

Completed in 1030 milliseconds

12