HomeSort by relevance Sort by last modified time
    Searched full:isempty (Results 2201 - 2225 of 8076) sorted by null

<<81828384858687888990>>

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
ResumeTest.java 93 if (!errorMessages.isEmpty()) {
157 if (!errorMessages.isEmpty()) {
213 if (!errorMessages.isEmpty()) {
  /external/autotest/frontend/client/src/autotest/tko/
TableView.java 292 if (tableSorts.isEmpty()) {
320 if (savedColumns().isEmpty()) {
454 if (selectionManager.isEmpty()) {
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ComponentDescriptor.java 396 if (componentMethod.getParameters().isEmpty()
441 if (method.getParameters().isEmpty()) {
473 return method.getParameters().isEmpty()
  /external/guava/guava/src/com/google/common/util/concurrent/
AtomicLongMap.java 37 * documented. Exceptions to this are {@link #containsKey}, {@link #size}, {@link #isEmpty},
317 public boolean isEmpty() {
318 return map.isEmpty();
  /external/guava/guava-tests/benchmark/com/google/common/collect/
ConcurrentHashMultisetBenchmark.java 171 checkArgument(countMap.isEmpty());
445 @Override public boolean isEmpty() {
446 return countMap.isEmpty();
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetTest.java 110 expect(backingMap.isEmpty()).andReturn(true);
311 assertTrue(multiset.isEmpty());
351 assertTrue(multiset.isEmpty());
  /external/icu/icu4c/source/common/
uvector.h 171 UBool isEmpty(void) const;
355 inline UBool UVector::isEmpty(void) const {
390 return isEmpty();
  /external/icu/icu4c/source/i18n/
basictz.cpp 506 while (!orgRules->isEmpty()) {
525 while (!orgRules->isEmpty()) {
533 while (!filteredRules->isEmpty()) {
coleitr.cpp 82 if (dir_ < 0 && offsets_ != NULL && !offsets_->isEmpty()) {
204 if (offsets_->isEmpty()) {
380 if(other.dir_ < 0 && other.offsets_ != NULL && !other.offsets_->isEmpty()) {
tznames_impl.cpp 166 int32_t TextTrieMap::isEmpty() const {
604 UBool isEmpty = TRUE;
613 isEmpty = FALSE;
616 if (isEmpty) {
    [all...]
  /external/icu/icu4c/source/layout/
OpenTypeLayoutEngine.cpp 142 if (!fGPOSTable.isEmpty()&& !fGPOSTable->coversScript(fGPOSTable, fScriptTag, success)) {
462 if (!fGPOSTable.isEmpty()) {
485 if (!fGPOSTable.isEmpty()) {
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
MessagePatternUtilDemo.java 188 if (!numericVariants.isEmpty()) {
191 if (!keywordVariants.isEmpty()) {
213 if (keywordVariants.isEmpty()) {
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
ReportTask.java 541 if (group.children.isEmpty()) {
547 if (!locator.isEmpty()) {
583 if (!nomatch.isEmpty()) {
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 281 if (this.isEmpty()) {
870 if ((list != null) && (!list.isEmpty())) {
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
StructuralWhitespaceStripper.java 237 if (text.isEmpty()) {
255 if (text.isEmpty()) {
288 if (!whitespaceData.isEmpty()) {
  /external/junit/src/org/junit/runners/
BlockJUnit4ClassRunner.java 305 return befores.isEmpty() ? statement : new RunBefores(statement,
323 return afters.isEmpty() ? statement : new RunAfters(statement, afters,
376 return testRules.isEmpty() ? statement :
  /external/libbrillo/brillo/
any_internal_impl.h 317 bool IsEmpty() const {
323 if (IsEmpty()) {
332 if (IsEmpty()) {
  /external/lzma/CPP/7zip/Bundles/LzmaSpec/
LzmaSpec.cpp 115 bool IsEmpty() const
375 if (!OutWindow.IsEmpty())
499 if (OutWindow.IsEmpty())
  /external/lzma/CPP/Common/
MyVector.h 48 bool IsEmpty() const { return _size == 0; }
409 bool IsEmpty() const { return _v.IsEmpty(); }
  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 308 if (csFileName.IsEmpty()) {
314 if (csFileName.IsEmpty()) {
451 if (bsStyle.IsEmpty()) {
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum_field.cc 189 " if ($name$_.isEmpty()) {\n"
217 "if (!other.$name$_.isEmpty()) {\n"
218 " if (result.$name$_.isEmpty()) {\n"
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowIntent.java 441 if (!other.categories.isEmpty()
442 && (categories.isEmpty() || (flags & FILL_IN_CATEGORIES) != 0)) {
661 if (o instanceof Map && ((Map) o).isEmpty()) return null;
  /external/skia/src/core/
SkRegion_path.cpp 323 if (clip.isEmpty()) {
327 if (path.isEmpty()) {
491 if (this->isEmpty()) {
  /external/skia/tests/
TextBlobTest.cpp 108 REPORTER_ASSERT(reporter, blob->bounds().isEmpty());
148 REPORTER_ASSERT(reporter, blob->bounds().isEmpty());
172 REPORTER_ASSERT(reporter, blob->bounds().isEmpty());
  /external/skia/tools/kilobench/
kilobench.cpp 237 if (filename.isEmpty()) {
397 if (fDone && fFrameStartSyncs.isEmpty()) {
522 if (!FLAGS_writePath.isEmpty() && FLAGS_writePath[0]) {

Completed in 1136 milliseconds

<<81828384858687888990>>