Searched refs:isEmpty (Results 76 - 100 of 2528) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFImage.h63 bool isEmpty() { function in class:SkPDFImage
64 return fSrcRect.isEmpty();
/external/chromium_org/v8/benchmarks/spinning-balls/
H A Dsplay-tree.js52 SplayTree.prototype.isEmpty = function() {
66 if (this.isEmpty()) {
99 if (this.isEmpty()) {
130 if (this.isEmpty()) {
142 if (this.isEmpty()) {
158 if (this.isEmpty()) {
181 if (!this.isEmpty()) {
199 if (this.isEmpty()) {
/external/chromium_org/v8/tools/
H A Dsplaytree.js53 SplayTree.prototype.isEmpty = function() {
68 if (this.isEmpty()) {
101 if (this.isEmpty()) {
132 if (this.isEmpty()) {
144 if (this.isEmpty()) {
159 if (this.isEmpty()) {
175 if (this.isEmpty()) {
225 if (this.isEmpty()) {
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DForwardingImmutableCollection.java54 @Override public boolean isEmpty() { method in class:ForwardingImmutableCollection
55 return delegate.isEmpty();
/external/mockito/src/org/mockito/internal/util/junit/
H A DJUnitFailureHacker.java14 if (isEmpty(warnings)) {
28 private boolean isEmpty(String warnings) { method in class:JUnitFailureHacker
29 return warnings == null || "".equals(warnings); // isEmpty() is in JDK 6+
/external/proguard/src/proguard/
H A DClassPath.java85 public boolean isEmpty() method in class:ClassPath
87 return classPathEntries.isEmpty();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPasswordTransformationMethod.java17 if(isEmpty(charSequence)) {
34 private boolean isEmpty(CharSequence value) { method in class:ShadowPasswordTransformationMethod
/external/skia/debugger/
H A Ddebuggermain.cpp39 } else if (input.isEmpty()) {
49 if (!input.isEmpty()) {
/external/skia/src/core/
H A DSkTObjectPool.h28 while (!fBlocks.isEmpty()) {
42 if (fAvailable.isEmpty()) {
/external/skia/src/pdf/
H A DSkPDFImage.h52 bool isEmpty() { function in class:SkPDFImage
53 return fSrcRect.isEmpty();
/external/chromium-trace/trace-viewer/src/tracing/importer/v8/
H A Dsplaytree.js35 SplayTree.prototype.isEmpty = function() {
50 if (this.isEmpty()) {
83 if (this.isEmpty()) {
115 if (this.isEmpty()) {
127 if (this.isEmpty()) {
142 if (this.isEmpty()) {
158 if (this.isEmpty()) {
209 if (this.isEmpty()) {
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DLocaleUtils.java39 return country.isEmpty() ? language : language + "-" + country;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DCustomElementBinding.cpp45 ASSERT(!m_prototype.isEmpty());
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStyleSheetCandidate.cpp84 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/inspector/
H A DInspectorCanvasAgent.cpp125 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/
H A DInlinePainter.cpp93 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()
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DRasterShape.h51 bool isEmpty() const { return m_bounds.isEmpty(); } function in class:blink::RasterShapeIntervals
91 virtual bool isEmpty() const OVERRIDE { return m_intervals->isEmpty(); }
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAltGlyphItemElement.cpp56 return !glyphNames.isEmpty();
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/
H A DDevToolsCodingConvention.java20 return !key.isEmpty() && Character.isUpperCase(key.charAt(0));
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLanguage.cpp37 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/
H A DAddressProblemsTest.java35 assertTrue(ap.isEmpty());
H A DRegionDataConstantsTest.java28 RegionDataConstants.getCountryFormatMap().isEmpty());
/external/chromium_org/third_party/skia/src/utils/
H A DSkGatherPixelRefsAndRects.cpp14 if (pict->cullRect().isEmpty()) {
/external/chromium_org/third_party/skia/tests/
H A DGrDrawTargetTest.cpp20 SkASSERT(!result.isEmpty());
/external/jsilver/src/com/google/clearsilver/jsilver/values/
H A DNumberValue.java56 public boolean isEmpty() { method in class:NumberValue

Completed in 585 milliseconds

1234567891011>>