/external/libchrome/build/android/gyp/util/ |
D | build_utils_test.py | 26 EXPECTED = ['a', 'b', 'c', 'd', 'f', 'e', 'g', 'h', 'i'] 28 self.assertEqual(EXPECTED, actual) 32 EXPECTED = ['a', 'c', 'd', 'f', 'e', 'g', 'b', 'h', 'i'] 34 self.assertEqual(EXPECTED, actual) 38 EXPECTED = ['a', 'd', 'f', 'i', 'b', 'h', 'g', 'e', 'c'] 40 self.assertEqual(EXPECTED, actual)
|
/external/cronet/build/android/gyp/util/ |
D | build_utils_test.py | 30 EXPECTED = ['a', 'b', 'c', 'd', 'f', 'e', 'g', 'h', 'i'] 32 self.assertEqual(EXPECTED, actual) 36 EXPECTED = ['a', 'c', 'd', 'f', 'e', 'g', 'b', 'h', 'i'] 38 self.assertEqual(EXPECTED, actual) 42 EXPECTED = ['a', 'd', 'f', 'i', 'b', 'h', 'g', 'e', 'c'] 44 self.assertEqual(EXPECTED, actual)
|
/external/angle/build/android/gyp/util/ |
D | build_utils_test.py | 30 EXPECTED = ['a', 'b', 'c', 'd', 'f', 'e', 'g', 'h', 'i'] 32 self.assertEqual(EXPECTED, actual) 36 EXPECTED = ['a', 'c', 'd', 'f', 'e', 'g', 'b', 'h', 'i'] 38 self.assertEqual(EXPECTED, actual) 42 EXPECTED = ['a', 'd', 'f', 'i', 'b', 'h', 'g', 'e', 'c'] 44 self.assertEqual(EXPECTED, actual)
|
/external/rust/crates/serde_json/tests/ |
D | map.rs | 7 const EXPECTED: &[&str] = &["a", "b", "c"]; in test_preserve_order() constant 11 const EXPECTED: &[&str] = &["b", "a", "c"]; in test_preserve_order() constant 15 assert_eq!(keys, EXPECTED); in test_preserve_order() 22 const EXPECTED: &[&str] = &["a", "b", "c"]; in test_append() constant 26 const EXPECTED: &[&str] = &["b", "a", "c"]; in test_append() constant 34 assert_eq!(keys, EXPECTED); in test_append()
|
/external/llvm/unittests/Support/ |
D | LEB128Test.cpp | 20 #define EXPECT_SLEB128_EQ(EXPECTED, VALUE) \ in TEST() argument 23 std::string Expected(EXPECTED, sizeof(EXPECTED) - 1); \ in TEST() 45 #define EXPECT_ULEB128_EQ(EXPECTED, VALUE, PAD) \ in TEST() argument 47 std::string Expected(EXPECTED, sizeof(EXPECTED) - 1); \ in TEST() 88 #define EXPECT_DECODE_ULEB128_EQ(EXPECTED, VALUE) \ in TEST() argument 94 EXPECT_EQ(EXPECTED, Actual); \ in TEST() 123 #define EXPECT_DECODE_SLEB128_EQ(EXPECTED, VALUE) \ in TEST() argument 129 EXPECT_EQ(EXPECTED, Actual); \ in TEST()
|
/external/zstd/tests/ |
D | legacy.c | 37 const char* const EXPECTED; /* content is at end of file */ variable 42 size_t const size = strlen(EXPECTED); in testSimpleAPI() 65 if (memcmp(EXPECTED, output, size) != 0) { in testSimpleAPI() 117 if (memcmp(outBuff, EXPECTED + outputPos, output.pos) != 0) { in testStreamingAPI() 136 if (strlen(EXPECTED) > ZSTD_decompressBound(COMPRESSED, COMPRESSED_SIZE)) { in testFrameDecoding() 241 const char* const EXPECTED = variable
|
/external/rust/crates/libloading/tests/ |
D | library_filename.rs | 6 const EXPECTED: &str = "audioengine.dll"; constant 8 const EXPECTED: &str = "libaudioengine.so"; constant 10 const EXPECTED: &str = "libaudioengine.dylib"; constant 16 assert!(Path::new(&resolved).ends_with(EXPECTED)); in test_library_filename()
|
/external/bazelbuild-rules_license/tools/ |
D | diff_test.sh | 21 declare -r EXPECTED="$1" 25 diff -cB "$EXPECTED" "$GOT" >"$diff_out" 31 echo ' cp bazel-bin/'"$GOT" "$EXPECTED"
|
/external/pdfium/testing/tools/ |
D | make_expected.sh | 31 EXPECTED=`echo -n $RESULT | sed 's/[.]pdf[.]/_expected.pdf./'` 32 mv $RESULT $EXPECTED 34 "$PNGOPTIMIZER" $EXPECTED
|
/external/testng/src/test/java/test/ |
D | JUnit4Test.java | 27 String[] passed = JUnit4Sample2.EXPECTED; in testTests() 42 String[] passed = JUnit4SampleSuite.EXPECTED; in testSuite() 57 String[] passed = JUnit4Child.EXPECTED; in testSuiteInheritance() 88 String[] passed = JUnit4ParameterizedTest.EXPECTED; in testTestParameterized()
|
/external/python/cpython2/Lib/test/ |
D | test_doctest2.py | 113 EXPECTED = 19 115 if t != EXPECTED: 117 (EXPECTED, t))
|
/external/python/cpython3/Lib/test/ |
D | test_doctest2.py | 113 EXPECTED = 19 117 if t != EXPECTED: 118 self.fail("expected %d tests to run, not %d" % (EXPECTED, t))
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/jdk/ |
D | AtomicTypeSerializationTest.java | 131 final String EXPECTED = "{\"type\":\"Foo\",\"foo\":42}"; in testPolymorphicReferenceSimple() local 133 assertEquals("{\"strategy\":" + EXPECTED + "}", json); in testPolymorphicReferenceSimple() 139 final String EXPECTED = "{\"type\":\"Foo\",\"foo\":42}"; in testPolymorphicReferenceListOf() local 143 assertEquals("{\"strategy\":[" + EXPECTED + "]}", json); in testPolymorphicReferenceListOf()
|
/external/llvm/test/CodeGen/ARM/ |
D | 2013-01-21-PR14992.ll | 2 ;RUN: llc -mtriple=thumbv7 < %s | FileCheck -check-prefix=EXPECTED %s 5 ;EXPECTED-LABEL: foo: 16 ;EXPECTED: ldm [[BASE:r[0-9]+]]!, {[[REG:r[0-9]+]], {{r[0-9]+}},
|
/external/guava/android/guava-tests/test/com/google/common/hash/ |
D | SipHashFunctionTest.java | 38 private static final long[] EXPECTED = field in SipHashFunctionTest 107 for (int i = 0; i < EXPECTED.length; ++i) { in testVectors() 112 assertSip(msg, EXPECTED[i]); in testVectors()
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | SipHashFunctionTest.java | 38 private static final long[] EXPECTED = field in SipHashFunctionTest 107 for (int i = 0; i < EXPECTED.length; ++i) { in testVectors() 112 assertSip(msg, EXPECTED[i]); in testVectors()
|
/external/rust/cxx/gen/cmd/src/ |
D | test.rs | 1 const EXPECTED: &str = "\ constant 54 let expected = EXPECTED.replace("$VERSION", version); in test_help()
|
/external/llvm/unittests/Analysis/ |
D | LoopPassManagerTest.cpp | 137 #define EXPECT_N_ELEMENTS_EQ(N, EXPECTED, ACTUAL) \ argument 141 EXPECT_TRUE(EXPECTED[I] == ACTUAL[I]) << "Element " << I << " is " \ 143 << EXPECTED[I] << "."; \
|
/external/licenseclassifier/v2/scenarios/ |
D | README.md | 6 Following the description, the keyword EXPECTED followed by a colon and a 18 EXPECTED:ISC
|
D | 210161427_1 | 2 EXPECTED:
|
D | 210161427_2 | 2 EXPECTED:
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/mixins/ |
D | MapperMixinsCopy1998Test.java | 12 final static String EXPECTED="{\"format\":\"1.0\",\"child\":{\"name\":\"testB\"}}"; field in MapperMixinsCopy1998Test 111 assertEquals(EXPECTED, result); in testB_KO()
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | NlstCommandHandlerTest.groovy | 50 def EXPECTED = ["f1.txt", "OtherFiles", "f2.txt", "Archive"] as Set 53 assert actualLines == EXPECTED
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | NlstCommandHandlerTest.groovy | 50 def EXPECTED = ["f1.txt", "OtherFiles", "f2.txt", "Archive"] as Set 53 assert actualLines == EXPECTED
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | NlstCommandHandlerTest.groovy | 50 def EXPECTED = ["f1.txt", "OtherFiles", "f2.txt", "Archive"] as Set 53 assert actualLines == EXPECTED
|