HomeSort by relevance Sort by last modified time
    Searched refs:hasContent (Results 1 - 25 of 33) sorted by null

1 2

  /external/jdiff/src/jdiff/
Modifiers.java 63 boolean hasContent = false;
70 hasContent = true;
73 if (hasContent)
80 hasContent = true;
83 if (hasContent)
89 hasContent = true;
94 if (hasContent)
98 hasContent = true;
ClassDiff.java 88 boolean hasContent = false;
92 hasContent = true;
122 if (hasContent)
128 hasContent = true;
131 if (hasContent)
137 hasContent = true;
HTMLReportGenerator.java     [all...]
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
Voicemail.java 94 public boolean hasContent();
VoicemailImpl.java 47 boolean hasContent) {
56 mHasContent = hasContent;
147 public Builder setHasContent(boolean hasContent) {
148 mBuilderHasContent = hasContent;
242 public boolean hasContent() {
  /external/webkit/Source/WebCore/inspector/front-end/
ResourceJSONView.js 53 hasContent: function()
NetworkItemView.js 44 if (contentView.hasContent()) {
FontView.js 43 hasContent: function()
ImageView.js 37 hasContent: function()
ResourceView.js 38 hasContent: function()
SourceFrame.js 113 hasContent: function()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
InspectorCanvas.h 53 bool hasContent() {return m_hasContent;}
  /external/smack/src/org/jivesoftware/smackx/packet/
VCard.java 614 private boolean hasContent() {
721 appendTag("vCard", "xmlns", "vcard-temp", hasContent(), new ContentBuilder() {
841 private void appendTag(String tag, String attr, String attrValue, boolean hasContent,
848 if (hasContent) {
858 private void appendTag(String tag, boolean hasContent, ContentBuilder builder) {
859 appendTag(tag, null, null, hasContent, builder);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
PictureLayerContent.cpp 72 if (!checker.hasContent()) {
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackPresenter.java 212 public void onPostExecute(Boolean hasContent) {
213 if (hasContent) {
283 public void onPostExecute(Boolean hasContent) {
284 if (hasContent) {
  /frameworks/base/services/java/com/android/server/display/
LogicalDisplay.java 322 * @param hasContent True if the display has unique content.
324 public void setHasContentLocked(boolean hasContent) {
325 mHasContent = hasContent;
DisplayManagerService.java 794 * @param hasContent True if the logical display has content.
798 public void setDisplayHasContent(int displayId, boolean hasContent, boolean inTraversal) {
801 if (display != null && display.hasContentLocked() != hasContent) {
802 display.setHasContentLocked(hasContent);
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 128 /// hasContent - Return true if this compile unit has something to write out.
130 bool hasContent() const { return !CUDie->getChildren().empty(); }
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 347 private boolean hasContent = false;
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 331 private boolean hasContent = false;
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 544 bool hasContent() {
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 565 boolean hasContent = !noContent;
567 if (hasContent) {
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 

Completed in 1204 milliseconds

1 2