Searched defs:expectations (Results 26 - 32 of 32) sorted by relevance

12

/external/chromium_org/media/filters/
H A Daudio_decoder_unittest.cc52 const DecodedBufferExpectations* expectations; member in struct:media::DecoderTestData
260 const DecodedBufferExpectations& sample_info = GetParam().expectations[i];
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
H A DPeerConnectionTest.java297 // Return a set of expectations that haven't been satisfied yet, possibly
298 // empty if no such expectations exist.
356 // - avoid serializing expectations explicitly; the test is not as robust
357 // as it could be because it must place expectations between wait
751 PeerConnection pc, ObserverExpectations expectations) {
752 expectations.dataChannel.unregisterObserver();
753 expectations.dataChannel.dispose();
754 expectations.expectStatsCallback();
755 assertTrue(pc.getStats(expectations, null));
756 expectations
750 shutdownPC( PeerConnection pc, ObserverExpectations expectations) argument
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_browsertest.cc721 std::vector<base::string16> expectations; local
724 expectations.push_back(base::string16());
735 expectations.push_back(expectation);
747 EXPECT_EQ(expectations[i], view->GetTextContentsOfInput(inputs[i].type));
/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings_unittest.cc97 } expectations[] = { local
118 for (size_t j = 0; j < arraysize(expectations); ++j) {
121 ap += expectations[j].ap_value;
123 const wchar_t* channel = expectations[j].channel;
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp786 * Compares actual hash digest to expectations, returning the set of errors
793 * @param expectations what expectations to compare actualBitmap against
805 ErrorCombination compare_to_expectations(Expectations expectations, argument
818 if (expectations.empty()) {
821 // Write out the "actuals" for any tests without expectations, if we have
830 } else if (!expectations.match(actualBitmapAndDigest.fDigest)) {
851 const SkBitmap *expectedBitmapPtr = expectations.asBitmap();
860 expectations.ignoreFailure());
861 add_expected_results_to_json_summary(completeName, expectations);
911 add_expected_results_to_json_summary(const char testName[], Expectations expectations) argument
962 Expectations expectations = expectationsSource->get(nameWithExtension.c_str()); local
[all...]
/external/skia/gm/
H A Dgmmain.cpp785 * Compares actual hash digest to expectations, returning the set of errors
792 * @param expectations what expectations to compare actualBitmap against
804 ErrorCombination compare_to_expectations(Expectations expectations, argument
817 if (expectations.empty()) {
820 // Write out the "actuals" for any tests without expectations, if we have
829 } else if (!expectations.match(actualBitmapAndDigest.fDigest)) {
850 const SkBitmap *expectedBitmapPtr = expectations.asBitmap();
859 expectations.ignoreFailure());
860 add_expected_results_to_json_summary(completeName, expectations);
910 add_expected_results_to_json_summary(const char testName[], Expectations expectations) argument
961 Expectations expectations = expectationsSource->get(nameWithExtension.c_str()); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 253 milliseconds

12