Home
last modified time | relevance | path

Searched defs:actual (Results 201 – 225 of 447) sorted by relevance

12345678910>>...18

/external/ceres-solver/internal/ceres/
Dconditioned_cost_function_test.cc115 double actual = jac[i * kTestCostFunctionSize + j]; in TEST() local
Dincomplete_lq_factorization_test.cc43 const CompressedRowSparseMatrix& actual, in ExpectMatricesAreEqual()
/external/v8/test/mjsunit/
Dstring-index.js185 var actual = +(receiver[1]); variable
Dindexed-accessors.js66 var actual = {}; variable
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DConnectionSpecSelectorTest.java132 Set<String> actual = new LinkedHashSet<>(Arrays.asList(socket.getEnabledProtocols())); in assertEnabledProtocols() local
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
DSinkTester.java84 private static void assertArrayEquals(byte[] expected, byte[] actual) { in assertArrayEquals()
/external/v8/test/mjsunit/es6/
Dmicrotask-delivery.js35 function assertArrayValues(expected, actual) { argument
/external/guava/guava-tests/test/com/google/common/math/
DLongMathTest.java146 int actual = LongMath.lessThanBranchFree(x, y); in testLessThanBranchFree() local
607 long actual = (long) Math.sqrt(n * n); in testSqrtOfPerfectSquareAsDoubleIsPerfect() local
/external/okhttp/okio/okio/src/test/java/okio/
DBufferedSourceTest.java589 long actual = source.readHexadecimalUnsignedLong(); in assertLongHexString() local
642 long actual = source.readDecimalLong(); in assertLongDecimalString() local
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
DLongMathTest.java50 int actual = LongMath.lessThanBranchFree(x, y); in testLessThanBranchFree() local
/external/protobuf/java/src/test/java/com/google/protobuf/
DLazyFieldLiteTest.java129 private void assertNotEqual(Object unexpected, Object actual) { in assertNotEqual()
/external/android-mock/tests/com/google/android/testing/mocking/
DAndroidFrameworkMockGeneratorTest.java54 private <T> void assertUnorderedContentsSame(Iterable<T> expected, Iterable<T> actual) { in assertUnorderedContentsSame()
/external/icu/icu4c/source/test/intltest/
Dreldatefmttest.cpp728 UnicodeString actual; in TestCombineDateAndTime() local
832 UnicodeString actual; in CheckExpectedResult() local
856 UnicodeString actual; in CheckExpectedResult() local
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DPendingIntentTest.java131 PendingIntent actual = PendingIntent.readPendingIntentOrNullFromParcel(parcel); in verifyPendingIntentReadIsWhatWasWrittenToParcel() local
/external/e2fsprogs/e2fsck/
Dpass5.c203 int actual, bitmap; in check_block_bitmaps() local
542 int actual, bitmap; in check_inode_bitmaps() local
/external/pdfium/samples/
Dimage_diff.cc117 float PercentageDifferent(const Image& baseline, const Image& actual) { in PercentageDifferent()
152 float HistogramPercentageDifferent(const Image& baseline, const Image& actual) { in HistogramPercentageDifferent()
/external/guava/guava-tests/test/com/google/common/reflect/
DTypesTest.java268 WildcardType expected, WildcardType actual) { in assertEqualWildcardType()
361 TypeVariable<?> expected, TypeVariable<?> actual) { in assertEqualTypeVariable()
/external/guava/guava-tests/test/com/google/common/collect/
DIteratorsTest.java281 List<String> actual = Lists.newArrayList(filtered); in testFilterSimple() local
290 List<String> actual = Lists.newArrayList(filtered); in testFilterNoMatch() local
299 List<String> actual = Lists.newArrayList(filtered); in testFilterMatchAll() local
314 List<String> actual = Lists.newArrayList(filtered); in testFilterNothing() local
476 List<Integer> actual = Lists.newArrayList(result); in testTransform() local
527 List<String> actual = Lists.newArrayList(result); in testNullFriendlyTransform() local
/external/v8/test/mjsunit/harmony/
Darray-of.js58 var actual = Bag.of("zero", "one"); variable
/external/mockito/src/org/mockito/internal/invocation/
DInvocationMatcher.java59 public boolean matches(Invocation actual) { in matches()
/external/icu/icu4c/source/i18n/
Dformat.cpp208 Format::setLocaleIDs(const char* valid, const char* actual) { in setLocaleIDs()
/external/markdown/
Dtest-markdown.py293 def get_benchmark_html (actual, expected) : argument
/external/icu/icu4c/source/test/letest/
Dcletest.c286 static le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual) in compareResults()
454 TestResult actual; in doTestCase() local
/external/owasp/sanitizer/src/tests/org/owasp/html/
DCssTokensTest.java408 List<String> actual = Lists.newArrayList(); in assertTokens() local
421 List<String> actual = Lists.newArrayList(); in assertLexedCss() local
/external/gtest/test/
Dgtest_repeat_test.cc63 #define GTEST_CHECK_INT_EQ_(expected, actual) \ argument

12345678910>>...18