HomeSort by relevance Sort by last modified time
    Searched refs:isEmpty (Results 76 - 100 of 2532) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ForwardingImmutableCollection.java 54 @Override public boolean isEmpty() {
55 return delegate.isEmpty();
  /external/mockito/src/org/mockito/internal/util/junit/
JUnitFailureHacker.java 14 if (isEmpty(warnings)) {
28 private boolean isEmpty(String warnings) {
29 return warnings == null || "".equals(warnings); // isEmpty() is in JDK 6+
  /device/asus/flo/camera/QCamera2/util/
QCameraQueue.h 51 bool isEmpty();
  /external/chromium_org/base/android/java/src/org/chromium/base/
LocaleUtils.java 39 return country.isEmpty() ? language : language + "-" + country;
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
CustomElementBinding.cpp 45 ASSERT(!m_prototype.isEmpty());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
StyleSheetCandidate.cpp 84 return !isEnabledViaScript() && !title().isEmpty() && !isAlternate() && currentPreferrableName.isEmpty();
93 if (!isEnabledViaScript() && !title.isEmpty() && title != currentPreferrableName)
95 if (isAlternate() && title.isEmpty())
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementMicrotaskDispatcher.h 29 bool elementQueueIsEmpty() { return m_elements.isEmpty(); }
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCanvasAgent.cpp 125 if (!module.isEmpty())
148 if (!module.isEmpty())
158 if (!module.isEmpty())
165 if (!module.isEmpty())
172 if (!module.isEmpty())
179 if (!module.isEmpty())
186 if (!module.isEmpty())
193 if (!module.isEmpty())
201 if (module.isEmpty())
210 if (module.isEmpty())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
InlinePainter.cpp 93 pixelSnappedBox.y() - (lastline.isEmpty() || thisline.x() < lastline.x() || (lastline.maxX() - 1) <= thisline.x() ? outlineWidth : 0),
95 pixelSnappedBox.maxY() + (nextline.isEmpty() || thisline.x() <= nextline.x() || (nextline.maxX() - 1) <= thisline.x() ? outlineWidth : 0),
98 (lastline.isEmpty() || thisline.x() < lastline.x() || (lastline.maxX() - 1) <= thisline.x() ? outlineWidth : -outlineWidth),
99 (nextline.isEmpty() || thisline.x() <= nextline.x() || (nextline.maxX() - 1) <= thisline.x() ? outlineWidth : -outlineWidth),
105 pixelSnappedBox.y() - (lastline.isEmpty() || lastline.maxX() < thisline.maxX() || (thisline.maxX() - 1) <= lastline.x() ? outlineWidth : 0),
107 pixelSnappedBox.maxY() + (nextline.isEmpty() || nextline.maxX() <= thisline.maxX() || (thisline.maxX() - 1) <= nextline.x() ? outlineWidth : 0),
110 (lastline.isEmpty() || lastline.maxX() < thisline.maxX() || (thisline.maxX() - 1) <= lastline.x() ? outlineWidth : -outlineWidth),
111 (nextline.isEmpty() || nextline.maxX() <= thisline.maxX() || (thisline.maxX() - 1) <= nextline.x() ? outlineWidth : -outlineWidth),
118 std::min(pixelSnappedBox.maxX() + outlineWidth, (lastline.isEmpty() ? 1000000 : pixelSnappedLastLine.x())),
122 (!lastline.isEmpty() && paintOffset.x() + lastline.x() + 1 < pixelSnappedBox.maxX() + outlineWidth) ? -outlineWidth : (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RasterShape.h 51 bool isEmpty() const { return m_bounds.isEmpty(); }
91 virtual bool isEmpty() const OVERRIDE { return m_intervals->isEmpty(); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGEllipse.h 43 virtual bool isShapeEmpty() const OVERRIDE { return m_usePathFallback ? RenderSVGShape::isShapeEmpty() : m_fillBoundingBox.isEmpty(); }
RenderSVGRect.h 45 virtual bool isShapeEmpty() const OVERRIDE { return m_usePathFallback ? RenderSVGShape::isShapeEmpty() : m_fillBoundingBox.isEmpty(); }
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAltGlyphItemElement.cpp 56 return !glyphNames.isEmpty();
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/
DevToolsCodingConvention.java 20 return !key.isEmpty() && Character.isUpperCase(key.charAt(0));
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationWatchers.h 27 bool isEmpty() const;
  /external/chromium_org/third_party/WebKit/Source/platform/
Language.cpp 37 if (computedDefaultLanguage.isEmpty()) {
39 ASSERT(!computedDefaultLanguage.isEmpty());
47 if (!languages.isEmpty())
72 if (!override.isEmpty())
  /external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
AddressProblemsTest.java 35 assertTrue(ap.isEmpty());
RegionDataConstantsTest.java 28 RegionDataConstants.getCountryFormatMap().isEmpty());
  /external/chromium_org/third_party/skia/src/utils/
SkGatherPixelRefsAndRects.cpp 14 if (pict->cullRect().isEmpty()) {
  /external/chromium_org/third_party/skia/tests/
GrDrawTargetTest.cpp 20 SkASSERT(!result.isEmpty());
  /external/jsilver/src/com/google/clearsilver/jsilver/values/
NumberValue.java 56 public boolean isEmpty() {
StringValue.java 46 public boolean isEmpty() {
  /external/llvm/lib/CodeGen/AsmPrinter/
AddressPool.h 45 bool isEmpty() { return Pool.empty(); }
  /external/mockito/src/org/mockito/internal/verification/
RegisteredInvocations.java 24 boolean isEmpty();
SingleRegisteredInvocation.java 30 public boolean isEmpty() {

Completed in 816 milliseconds

1 2 34 5 6 7 8 91011>>