/external/skia/tests/ |
PDFMetadataAttributeTest.cpp | 28 static const char* expectations[] = { local 38 for (const char* expectation : expectations) {
|
/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...] |
/system/connectivity/shill/net/ |
rtnl_handler_unittest.cc | 301 } expectations[] = { local 310 for (const auto& expectation : expectations) {
|
/system/core/crash_reporter/ |
user_collector_test.cc | 359 } expectations[] = { local 369 for (unsigned i = 0; i < sizeof(expectations)/sizeof(expectations[0]); ++i) { 370 EXPECT_EQ(expectations[i].exists, 372 container_path.Append(expectations[i].name)));
|
/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,
|
/system/connectivity/shill/ |
device_unittest.cc | 1681 } expectations[] = { local [all...] |
manager_unittest.cc | 5167 } expectations[] = { local [all...] |
/external/guice/extensions/persist/lib/ |
hibernate3.jar | |