HomeSort by relevance Sort by last modified time
    Searched refs:expectedContent (Results 1 - 8 of 8) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
TagVerifier.java 39 public Result(CharSequence expectedContent, CharSequence actualContent, boolean isMatch) {
40 this.mExpectedContent = expectedContent;
MifareUltralightTagTester.java 62 final CharSequence expectedContent = NfcUtils.displayByteArray(fourPages);
72 return new Result(expectedContent, actualContent,
75 return new Result(expectedContent, null, false);
NdefTagTester.java 73 final String expectedContent = mContext.getString(R.string.nfc_ndef_content,
93 return new Result(expectedContent, actualContent,
  /external/webkit/Source/WebKit/gtk/tests/
testcopyandpaste.c 32 char* expectedContent;
43 test_info_new(const char* page, const char* expectedContent)
48 if (expectedContent)
49 info->expectedContent = g_strdup(expectedContent);
57 g_free(info->expectedContent);
91 g_assert(text || !fixture->info->expectedContent);
92 g_assert(!text || !strcmp(text, fixture->info->expectedContent));
170 g_assert(currentFixture->info->expectedContent);
171 JSStringRef expected = JSStringCreateWithUTF8CString(currentFixture->info->expectedContent);
    [all...]
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
mergeChangeLogs.pl 123 my $expectedContent = <<'EOF';
131 $expectedContent .= $fileNewerContent;
132 ok(readFile($fileNewer) eq $expectedContent, "$title: \$fileNewer should be updated to include patch");
249 my $expectedContent = <<'EOF';
257 $expectedContent .= $fileNewerContent;
259 ok(readFile($fileNewer) eq $expectedContent, "$title: \$fileNewer should be patched");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
TagVerifierActivity.java 66 private static final String EXPECTED_CONTENT_ID = "expectedContent";
375 CharSequence expectedContent = args.getCharSequence(EXPECTED_CONTENT_ID);
383 alert.setMessage(getString(R.string.nfc_result_message, expectedContent, actualContent));
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
FileChannelTest.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SearchIndexManagerTest.java 516 long contactId, String expectedContent, String expectedName, String expectedTokens) {
519 assertEquals(expectedContent, dbHelper.querySearchIndexContentForTest(contactId));

Completed in 303 milliseconds