HomeSort by relevance Sort by last modified time
    Searched refs:summary (Results 201 - 225 of 708) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-test-part.h 82 // Gets the summary of the failure message.
83 const char* summary() const { return summary_.c_str(); } function in class:testing::TestPartResult
103 // Gets the summary of the failure message by omitting the stack
113 internal::String summary_; // The test failure summary.
  /external/googletest/googletest/include/gtest/
gtest-test-part.h 84 // Gets the summary of the failure message.
85 const char* summary() const { return summary_.c_str(); } function in class:testing::TestPartResult
105 // Gets the summary of the failure message by omitting the stack
115 std::string summary_; // The test failure summary.
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-test-part.h 84 // Gets the summary of the failure message.
85 const char* summary() const { return summary_.c_str(); } function in class:testing::TestPartResult
105 // Gets the summary of the failure message by omitting the stack
115 std::string summary_; // The test failure summary.
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 82 // Gets the summary of the failure message.
83 const char* summary() const { return summary_.c_str(); } function in class:testing::TestPartResult
102 // Gets the summary of the failure message by omitting the stack
112 internal::String summary_; // The test failure summary.
  /external/mesa3d/src/gtest/include/gtest/
gtest-test-part.h 82 // Gets the summary of the failure message.
83 const char* summary() const { return summary_.c_str(); } function in class:testing::TestPartResult
102 // Gets the summary of the failure message by omitting the stack
112 internal::String summary_; // The test failure summary.
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 82 // Gets the summary of the failure message.
83 const char* summary() const { return summary_.c_str(); } function in class:testing::TestPartResult
102 // Gets the summary of the failure message by omitting the stack
112 internal::String summary_; // The test failure summary.
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest-test-part.h 82 // Gets the summary of the failure message.
83 const char* summary() const { return summary_.c_str(); } function in class:testing::TestPartResult
102 // Gets the summary of the failure message by omitting the stack
112 internal::String summary_; // The test failure summary.
  /external/toolchain-utils/automation/clients/report/dejagnu/
summary.py 138 def summary(self): member in class:DejaGnuTestRun
139 """Returns a summary as {ResultType -> Count} dictionary."""
140 summary = defaultdict(int)
143 summary[r.result] += 1
145 return summary
  /external/toolchain-utils/automation/clients/report/
validate_failures.py 57 from dejagnu.summary import DejaGnuTestResult
58 from dejagnu.summary import DejaGnuTestRun
150 for summary in summaries:
151 test_run = DejaGnuTestRun.FromFile(summary)
  /external/toolchain-utils/go/
test_go 35 GOOS="$(go_${target} env GOOS)" GOARCH="$(go_${target} env GOARCH)" ${runtest} -n=1 ${verbose_run_test} -show_skips -summary -target="${target}" "$@"
  /external/v8/testing/gtest/include/gtest/
gtest-test-part.h 84 // Gets the summary of the failure message.
85 const char* summary() const { return summary_.c_str(); } function in class:testing::TestPartResult
105 // Gets the summary of the failure message by omitting the stack
115 std::string summary_; // The test failure summary.
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-test-part.h 84 // Gets the summary of the failure message.
85 const char* summary() const { return summary_.c_str(); } function in class:testing::TestPartResult
105 // Gets the summary of the failure message by omitting the stack
115 std::string summary_; // The test failure summary.
  /frameworks/base/libs/hwui/tests/unit/
GraphicsStatsServiceTests.cpp 84 EXPECT_EQ(20, loadedProto.summary().janky_frames());
85 EXPECT_EQ(100, loadedProto.summary().total_frames());
140 EXPECT_EQ(20 + 50, loadedProto.summary().janky_frames());
141 EXPECT_EQ(100 + 500, loadedProto.summary().total_frames());
  /frameworks/rs/script_api/
rs_debug.spec 18 summary: Debugging Functions
32 summary: Log a message and values
  /packages/apps/Car/Settings/src/com/android/car/settings/wifi/
AccessPointListAdapter.java 146 String summary = accessPoint.getSummary(); local
147 if (summary != null && !summary.isEmpty()) {
148 holder.mWifiDesc.setText(summary);
  /packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
EmergencyEditTextPreference.java 28 * Custom {@link EditTextPreference} that allows us to refresh and update the summary.
59 com.android.internal.R.id.summary);
  /packages/apps/EmergencyInfo/tests/src/com/android/emergency/preferences/
EmergencyListPreferenceTest.java 72 String summary = (String) mOrganDonorPreference.getSummary(); local
75 assertEquals(summaryExp, summary);
79 String summary = mBloodTypeListPreference.getSummary().toString(); local
82 assertEquals(summaryExp, summary);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
RestrictedSwitchPreference.java 50 final TextView summaryView = (TextView) view.findViewById(android.R.id.summary);
  /packages/apps/Settings/src/com/android/settings/dashboard/
ProgressiveDisclosureMixin.java 258 CharSequence summary = mCollapsedPrefs.get(0).getTitle(); local
262 summary = mContext.getString(R.string.join_many_items_middle, summary,
266 mExpandButton.setSummary(summary);
  /packages/apps/Settings/src/com/android/settings/network/
VpnPreferenceController.java 153 final String summary; local
155 summary = mContext.getString(R.string.vpn_disconnected_summary);
157 summary = getNameForVpnConfig(vpn, UserHandle.of(uid));
159 new Handler(Looper.getMainLooper()).post(() -> mPreference.setSummary(summary));
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/defaultapps/
DefaultHomePickerTest.java 114 assertThat(candidates.get(0).summary).isNull();
116 assertThat(candidates.get(1).summary).isNull();
128 assertThat(lollipopPlusLauncher.summary).isNull();
132 assertThat(preLollipopLauncher.summary).isNotNull();
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothSummaryUpdaterTest.java 220 String summary; field in class:BluetoothSummaryUpdaterTest.SummaryListener
223 public void onSummaryChanged(String summary) {
224 this.summary = summary;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
SummaryLoaderTest.java 47 mTile.summary = SUMMARY_1;
  /prebuilts/go/darwin-x86/src/encoding/xml/
atom_test.go 23 Summary: NewText("Some text."),
40 `<summary>Some text.</summary>` +
  /prebuilts/go/linux-x86/src/encoding/xml/
atom_test.go 23 Summary: NewText("Some text."),
40 `<summary>Some text.</summary>` +

Completed in 1368 milliseconds

1 2 3 4 5 6 7 891011>>