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

  /system/extras/memory_replay/tests/
ActionTest.cpp 24 TEST(ActionTest, malloc) {
39 TEST(ActionTest, malloc_malformed) {
46 TEST(ActionTest, free) {
59 TEST(ActionTest, calloc) {
74 TEST(ActionTest, free_zero) {
85 TEST(ActionTest, calloc_malformed) {
96 TEST(ActionTest, realloc) {
122 TEST(ActionTest, realloc_malformed) {
133 TEST(ActionTest, memalign) {
148 TEST(ActionTest, memalign_malformed)
    [all...]
  /system/update_engine/common/
action_unittest.cc 54 class ActionTest : public ::testing::Test { };
58 TEST(ActionTest, SimpleTest) {
  /system/extras/memory_replay/
Android.mk 35 tests/ActionTest.cpp \
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ActionTest.java 33 public class ActionTest extends BugleTestCase {
278 assertEquals("Check parameter", parameter, ActionTest.parameter);
287 assertEquals("Check parameter", parameter, ActionTest.parameter);
296 assertEquals("Check parameter", parameter, ActionTest.parameter);
  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 353 TEST(ActionTest, CanBeConstructedFromActionInterface) {
358 TEST(ActionTest, DelegatesWorkToActionInterface) {
366 TEST(ActionTest, IsCopyable) {
405 TEST(ActionTest, CanBeConvertedToOtherActionType) {
    [all...]
  /external/googletest/googlemock/test/
gmock-actions_test.cc 399 TEST(ActionTest, CanBeConstructedFromActionInterface) {
404 TEST(ActionTest, DelegatesWorkToActionInterface) {
412 TEST(ActionTest, IsCopyable) {
451 TEST(ActionTest, CanBeConvertedToOtherActionType) {
    [all...]
  /external/v8/testing/gmock/test/
gmock-actions_test.cc 399 TEST(ActionTest, CanBeConstructedFromActionInterface) {
404 TEST(ActionTest, DelegatesWorkToActionInterface) {
412 TEST(ActionTest, IsCopyable) {
451 TEST(ActionTest, CanBeConvertedToOtherActionType) {
    [all...]

Completed in 267 milliseconds