HomeSort by relevance Sort by last modified time
    Searched full:istrue (Results 151 - 175 of 602) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
PasvCommandHandler.java 65 Assert.isTrue(port > -1, "The server-side port is invalid: " + port);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
DatabaseUpgradeHelper.java 29 Assert.isTrue(newVersion >= oldVersion);
SyncManager.java 134 Assert.isTrue(mCurrentUpperBoundTimestamp < 0);
145 Assert.isTrue(mCurrentUpperBoundTimestamp >= 0);
257 Assert.isTrue(upperBoundTimestamp >= 0);
414 Assert.isTrue(db.getDatabase().inTransaction());
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ProcessDeliveryReportAction.java 87 Assert.isTrue(smsMessageUri.equals(messageData.getSmsMessageUri()));
UpdateConversationOptionsAction.java 98 Assert.isTrue(dbWrapper.getDatabase().inTransaction());
UpdateDestinationBlockedAction.java 99 Assert.isTrue(!TextUtils.isEmpty(destination));
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
GalleryGridItemData.java 113 Assert.isTrue(!mIsDocumentPickerItem);
ParticipantData.java 201 Assert.isTrue(phoneNumber != null);
265 Assert.isTrue(subId != OTHER_THAN_SELF_SUB_ID);
457 Assert.isTrue(isActiveSubscription());
463 Assert.isTrue(isActiveSubscription());
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
CompositeImageRequest.java 60 Assert.isTrue(descriptors.size() > 1);
EncodedImageResource.java 105 Assert.isTrue(isEncoded());
MediaResourceManager.java 144 Assert.isTrue(loadResult.loadedResource.getRefCount() > 0);
261 Assert.isTrue(result.loadedResource.getRefCount() > 0);
278 Assert.isTrue(bindableRequest == null || !bindableRequest.isBound());
293 Assert.isTrue(mediaResource != null);
RefCountedMediaResource.java 141 Assert.isTrue(mLock.isHeldByCurrentThread());
  /packages/apps/Messaging/src/com/android/messaging/ui/
BlockedParticipantsFragment.java 92 Assert.isTrue(view instanceof BlockedParticipantListItemView);
SnackBar.java 144 Assert.isTrue(!TextUtils.isEmpty(snackBarMessage));
158 Assert.isTrue(0 < duration && duration < MAX_DURATION_IN_MS);
  /packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
AttachmentGridItemView.java 93 Assert.isTrue(attachment.isAttachment());
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageAdapter.java 65 Assert.isTrue(holder.mView instanceof ConversationMessageView);
ConversationSimSelector.java 50 Assert.isTrue(OsUtil.isAtLeastL_MR1());
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
PeopleOptionsItemView.java 70 Assert.isTrue(columnIndex < PeopleOptionsItemData.SETTINGS_COUNT && columnIndex >= 0);
  /packages/apps/Messaging/src/com/android/messaging/util/
BugleSubscriptionPrefs.java 46 Assert.isTrue(key.startsWith(SHARED_PREFERENCES_PER_SUBSCRIPTION_PREFIX));
  /external/chromium-trace/catapult/third_party/polymer/components/core-dropdown/test/
basic.html 201 assert.isTrue(after.height > before.height, "dropdown resizes when content changes")
219 assert.isTrue(after.height > before.height, "dropdown resizes when content changes")
  /external/chromium-trace/catapult/tracing/tracing/base/
iteration_helpers_test.html 233 assert.isTrue(tr.b.dictionaryContainsValue(nonEmptyDict, 42));
234 assert.isTrue(tr.b.dictionaryContainsValue(nonEmptyDict, 'value'));
  /external/chromium-trace/catapult/tracing/tracing/model/helpers/
android_model_helper_test.html 111 assert.isTrue(importantSlice instanceof tr.model.Slice);
136 assert.isTrue(helper.surfaceFlinger.hasVsyncs);
  /external/chromium-trace/catapult/tracing/tracing/model/
slice_group_test.html 69 assert.isTrue(sA.isTopLevel);
88 assert.isTrue(sB.isTopLevel);
127 assert.isTrue(sA.isTopLevel);
169 assert.isTrue(sA.isTopLevel);
672 assert.isTrue(group.slices[1].didNotFinish);
692 assert.isTrue(group.slices[0].didNotFinish);
700 assert.isTrue(group.slices[2].didNotFinish);
714 assert.isTrue(group.slices[0].didNotFinish);
  /external/guice/
common.xml 52 <istrue value="${fragment}"/>
56 <istrue value="${fragment}"/>
  /build/kati/
eval.go 545 var isTrue bool
563 isTrue = (val > 0) == (iast.op == "ifdef")
565 glog.Infof("%s lhs=%q value=%q => %t", iast.op, iast.lhs, value, isTrue)
578 isTrue = (lhs == rhs) == (iast.op == "ifeq")
580 glog.Infof("%s lhs=%q %q rhs=%q %q => %t", iast.op, iast.lhs, lhs, iast.rhs, rhs, isTrue)
587 if isTrue {

Completed in 506 milliseconds

1 2 3 4 5 67 8 91011>>