HomeSort by relevance Sort by last modified time
    Searched defs:expectations (Results 1 - 7 of 7) sorted by null

  /external/skia/tests/
PDFMetadataAttributeTest.cpp 33 static const char* expectations[] = { local
44 for (const char* expectation : expectations) {
PDFDocumentTest.cpp 194 static const char* expectations[] = { local
201 for (const char* expectation : expectations) {
GrShapeTest.cpp 273 void testExpectations(skiatest::Reporter* reporter, SelfExpectations expectations) const;
416 void TestCase::testExpectations(skiatest::Reporter* reporter, SelfExpectations expectations) const {
419 if (expectations.fPEHasEffect) {
421 REPORTER_ASSERT(reporter, expectations.fPEHasValidKey == SkToBool(fAppliedPEKey.count()));
423 REPORTER_ASSERT(reporter, expectations.fPEHasValidKey == SkToBool(fAppliedFullKey.count()));
424 if (expectations.fStrokeApplies && expectations.fPEHasValidKey) {
434 if (expectations.fStrokeApplies) {
616 TestCase::SelfExpectations expectations; local
620 expectations.fPEHasEffect = false
1108 TestCase::SelfExpectations expectations; local
1317 TestCase::SelfExpectations expectations; local
    [all...]
  /cts/hostsidetests/jvmti/tagging/app/src/android/jvmti/cts/
JvmtiTaggingTest.java 142 List<Pair> expectations = new LinkedList<>(); field in class:JvmtiTaggingTest.GetTaggedObjectsExpectation
153 assertTrue(expectations.isEmpty());
165 Collections.sort(expectations);
167 if (!expectations.equals(tmp)) {
168 for (int i = 0; i < expectations.size(); i++) {
169 Pair p1 = expectations.get(i);
179 assertEquals(expectations, tmp);
183 expectations.add(new Pair(o, l));
  /libcore/luni/src/test/java/libcore/java/security/
MessageDigestTest.java 88 private static final Map<String, Map<String, byte[]>> EXPECTATIONS
92 Map<String, byte[]> expectations = EXPECTATIONS.get(algorithm); local
93 if (expectations == null) {
94 expectations = new HashMap<String, byte[]>();
95 EXPECTATIONS.put(algorithm, expectations);
97 expectations.put(inputName, expected);
101 Map<String, byte[]> expectations = EXPECTATIONS.get(algorithm) local
    [all...]
  /cts/tools/utils/
CollectAllTests.java 184 ExpectationStore[] expectations = new ExpectationStore[] { local
247 addToTests(expectations, architecture, testCases, klass);
258 addToTests(expectations, architecture, testCases, klass);
395 private static void addToTests(ExpectationStore[] expectations,
427 addToTests(expectations, architecture, testCases, testClass, testName);
431 private static void addToTests(ExpectationStore[] expectations,
446 } else if (VogarUtils.isVogarKnownFailure(expectations,
455 expectations,
458 int timeoutInMinutes = VogarUtils.timeoutInMinutes(expectations,
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 252 milliseconds