HomeSort by relevance Sort by last modified time
    Searched defs:isEmpty (Results 276 - 300 of 903) sorted by null

<<11121314151617181920>>

  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
VariableTranslator.java 106 if (!out.isEmpty()) {
122 assert !in.isEmpty();
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
VarOptimizer.java 279 assert !commands.isEmpty();
  /external/junit/src/org/junit/runner/
Description.java 132 return getChildren().isEmpty();
168 public boolean isEmpty() {
  /external/nist-sip/java/gov/nist/core/
MultiValueMapImpl.java 117 public boolean isEmpty() {
118 return map.isEmpty();
  /external/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 73 public boolean isEmpty() {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
UriMatcherTest.java 34 assertThat(root.map.isEmpty(), is(true));
  /external/skia/include/core/
SkRRect.h 101 inline bool isEmpty() const { return kEmpty_Type == this->getType(); }
125 if (rect.isEmpty()) {
142 if (oval.isEmpty()) {
SkTInternalLList.h 170 bool isEmpty() const {
  /external/skia/src/animator/
SkTDArray_Experimental.h 53 bool isEmpty() const { return fCount == 0; }
  /external/skia/src/core/
SkRTree.h 83 bool isEmpty() const { return 0 == fCount; }
84 int getDepth() const { return this->isEmpty() ? 0 : fRoot.fChild.subtree->fLevel + 1; }
SkRasterClip.h 26 bool isEmpty() const {
66 return this->isEmpty() || rect.isEmpty() ||
88 return fIsBW ? fBW.isEmpty() : fAA.isEmpty();
  /external/skia/src/pdf/
SkTSet.h 139 bool isEmpty() const {
142 SkASSERT(fSetArray->isEmpty() == fOrderedArray->isEmpty());
143 return fOrderedArray->isEmpty();
  /external/skia/tools/lua/
skia.lua 47 function Sk.Rect:isEmpty()
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 52 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/v8/benchmarks/
splay.js 147 SplayTree.prototype.isEmpty = function() {
161 if (this.isEmpty()) {
194 if (this.isEmpty()) {
225 if (this.isEmpty()) {
237 if (this.isEmpty()) {
253 if (this.isEmpty()) {
276 if (!this.isEmpty()) {
294 if (this.isEmpty()) {
  /external/v8/tools/
splaytree.js 53 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()) {
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h 136 bool isEmpty() {
  /frameworks/base/core/java/android/widget/
HeaderViewListAdapter.java 81 public boolean isEmpty() {
82 return mAdapter == null || mAdapter.isEmpty();
  /frameworks/base/graphics/java/android/graphics/
RectF.java 145 public final boolean isEmpty() {
  /frameworks/base/libs/hwui/
Rect.h 83 inline bool isEmpty() const {
113 return !intersectWith(l, t, r, b).isEmpty();
123 if (!tmp.isEmpty()) {
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
UnitTestSuiteBuilderTest.java 50 assertTrue(recorder.testsSeen.isEmpty());
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardParserTests.java 63 mExpectedOrder.isEmpty());
  /frameworks/support/v4/java/android/support/v4/app/
FragmentTransaction.java 138 public abstract boolean isEmpty();
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteSelector.java 73 if (mControlCategories == null || mControlCategories.isEmpty()) {
145 public boolean isEmpty() {
147 return mControlCategories.isEmpty();
229 if (!selector.mControlCategories.isEmpty()) {
267 if (!categories.isEmpty()) {
  /libcore/luni/src/main/java/java/io/
SerializationHandleMap.java 170 public boolean isEmpty() {

Completed in 724 milliseconds

<<11121314151617181920>>