/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.text_3.5.0.v20100601-1300.jar | |
/external/chromium-trace/catapult/tracing/tracing/ui/analysis/ |
memory_dump_overview_pane_test.html | 134 assert.isTrue(isElementDisplayed(viewEl.$.table)); 188 assert.isTrue(isElementDisplayed(viewEl.$.info_text));
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
AbstractFakeFileSystem.java | 288 Assert.isTrue(normalizedChildPath.startsWith(normalizedFromPath), "Starts with FROM path");
292 Assert.isTrue(children(normalizedFromPath).isEmpty(), "Must have no children: " + normalizedFromPath);
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
SyncMessagesAction.java | 498 Assert.isTrue(hasBackgroundActions() || !syncManager.isSyncing()); 605 Assert.isTrue(recipients.size() > 0);
|
SyncMessageBatch.java | 309 Assert.isTrue(cursor.getCount() == 1);
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
ConversationMessageData.java | 222 Assert.isTrue(QUOTE_CHAR == mustBeQuote); 235 Assert.isTrue((peekAhead == DIVIDER) || (peekAhead == (char) 0)); [all...] |
MessageData.java | 371 Assert.isTrue(mConversationId == null); 741 Assert.isTrue(TextUtils.isEmpty(messageId) || TextUtils.isEmpty(mMessageId)); [all...] |
/packages/apps/Messaging/src/com/android/messaging/ui/ |
UIIntentsImpl.java | 167 Assert.isTrue(!withCustomTransition || activityOptions != null); 289 Assert.isTrue(MediaScratchFileProvider.isMediaScratchSpaceUri(vcardUri));
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
ComposeMessageView.java | 420 Assert.isTrue(checkMessageSize); 426 Assert.isTrue(checkMessageSize); [all...] |
ConversationFragment.java | 345 Assert.isTrue(data.hasText()); [all...] |
ConversationInputManager.java | 328 Assert.isTrue(mUpdateCount > 0);
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
ConversationListItemView.java | 95 Assert.isTrue(ContentType.isImageType(previewType) || 613 Assert.isTrue(v == mSwipeableContainer || v == mContactIconView || v == mImagePreviewView);
|
/prebuilts/go/darwin-x86/src/text/template/ |
funcs.go | 222 t, _ := isTrue(reflect.ValueOf(a)) 258 truth, _ = isTrue(reflect.ValueOf(arg))
|
exec.go | 210 truth, ok := isTrue(val) 225 // isTrue reports whether the value is 'true', in the sense of not the zero of its type, 227 func isTrue(val reflect.Value) (truth, ok bool) {
|
/prebuilts/go/linux-x86/src/text/template/ |
funcs.go | 222 t, _ := isTrue(reflect.ValueOf(a)) 258 truth, _ = isTrue(reflect.ValueOf(arg))
|
exec.go | 210 truth, ok := isTrue(val) 225 // isTrue reports whether the value is 'true', in the sense of not the zero of its type, 227 func isTrue(val reflect.Value) (truth, ok bool) {
|
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.text_3.5.400.v20150505-1044.jar | |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-port.h | 616 GTEST_API_ bool IsTrue(bool condition); 642 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type. 776 if (::testing::internal::IsTrue(condition)) \ [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
ITreeFixture.cs | 267 Assert.IsTrue(error);
|
/external/chromium-trace/catapult/tracing/tracing/extras/importer/linux_perf/ |
sched_parser_test.html | 121 assert.isTrue(m.hasImportWarnings);
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/ |
DefaultSession.java | 431 Assert.isTrue(replyCode > 0, "The number [" + replyCode + "] is not a valid reply code");
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/ |
AbstractCommandHandler.java | 176 Assert.isTrue(replyCode > 0, "The number [" + replyCode + "] is not a valid reply code");
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/session/ |
DefaultSession.java | 425 Assert.isTrue(replyCode > 0, "The number [" + replyCode + "] is not a valid reply code");
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
MessagingContentProvider.java | 249 Assert.isTrue(BugleApplication.isRunningTests());
|
/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
ContactRecipientAdapter.java | 444 Assert.isTrue(position != mWorkDirectoryHeaderPos);
|