| /frameworks/compile/mclinker/unittests/ |
| ELFReaderTest.h | 28 class ELFReaderTest : public ::testing::Test
|
| /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/ |
| AppNotIdleException.java | 17 package com.google.android.apps.common.testing.ui.espresso;
|
| /frameworks/testing/uiautomator/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/ |
| WakeUpController.java | 17 package com.android.testing.alarmservice; 50 mWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "testing-alarmservice");
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
| altref_test.cc | 68 ::testing::Range(kLookAheadMin, kLookAheadMax));
|
| encode_test_driver.h | 35 #define ALL_TEST_MODES ::testing::Values(::libvpx_test::kRealTime, \ 41 #define ONE_PASS_TEST_MODES ::testing::Values(::libvpx_test::kRealTime, \ 45 #define TWO_PASS_TEST_MODES ::testing::Values(::libvpx_test::kTwoPassGood, \ 172 // of the boilerplate. Note that it doesn't inherit the gtest testing 209 return !(::testing::Test::HasFatalFailure() || abort_);
|
| partial_idct_test.cc | 35 class PartialIDctTest : public ::testing::TestWithParam<partial_itxfm_param_t> { 121 ::testing::Values( 146 ::testing::Values( 170 ::testing::Values(
|
| /ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
| gtest-string.h | 32 // The Google C++ Testing Framework (Google Test) 54 namespace testing { namespace 165 } // namespace testing
|
| /ndk/sources/third_party/googletest/googletest/test/ |
| gtest-typed-test_test.cc | 38 using testing::Test; 40 // Used for testing that SetUpTestCase()/TearDownTestCase(), fixture 89 using testing::Types; 173 using testing::Types; 174 using testing::internal::TypedTestCasePState; 277 // For testing that the code between TYPED_TEST_CASE_P() and 284 // For testing that the code between TYPED_TEST_P() and
|
| /packages/apps/Camera/tests/src/com/android/camera/activity/ |
| CameraActivityTest.java | 26 import static com.google.testing.littlemock.LittleMock.doReturn;
|
| /packages/apps/ContactsCommon/src/com/android/contacts/common/testing/ |
| InjectedServices.java | 17 package com.android.contacts.common.testing;
|
| /system/core/libutils/tests/ |
| Vector_test.cpp | 26 class VectorTest : public testing::Test {
|
| /system/vold/tests/ |
| VolumeManager_test.cpp | 28 class VolumeManagerTest : public testing::Test {
|
| /external/chromium_org/chrome/browser/extensions/api/sessions/ |
| sessions_apitest.cc | 136 .WillByDefault(testing::Return(true)); 138 .WillByDefault(testing::Return(syncer::UserTypes())); 140 testing::Return(preferred_types)); 142 testing::ReturnRef(no_error)); 144 testing::Return(preferred_types)); 146 testing::Return(new browser_sync::DeviceInfo( 153 testing::Return(std::string(kSessionTags[0]))); 154 EXPECT_CALL(*service, AddObserver(testing::_)).Times(testing::AnyNumber()); 155 EXPECT_CALL(*service, RemoveObserver(testing::_)).Times(testing::AnyNumber()) [all...] |
| /external/chromium_org/chrome/browser/speech/extension_api/ |
| tts_extension_apitest.cc | 20 #include "testing/gmock/include/gmock/gmock.h" 21 #include "testing/gtest/include/gtest/gtest.h" 25 #include "testing/gmock_mutant.h" 27 using ::testing::AnyNumber; 28 using ::testing::CreateFunctor; 29 using ::testing::DoAll; 30 using ::testing::Invoke; 31 using ::testing::InSequence; 32 using ::testing::InvokeWithoutArgs; 33 using ::testing::Return [all...] |
| /external/chromium_org/chrome/browser/sync/ |
| sync_ui_util_unittest.cc | 19 #include "testing/gmock/include/gmock/gmock-actions.h" 20 #include "testing/gmock/include/gmock/gmock.h" 21 #include "testing/gtest/include/gtest/gtest.h" 24 using ::testing::AtMost; 25 using ::testing::NiceMock; 26 using ::testing::Return; 27 using ::testing::ReturnRef; 28 using ::testing::SetArgPointee; 29 using ::testing::_; 75 class SyncUIUtilTest : public testing::Test [all...] |
| /external/chromium_org/chrome/browser/ui/webui/local_discovery/ |
| local_discovery_ui_browsertest.cc | 36 using testing::InvokeWithoutArgs; 37 using testing::Return; 38 using testing::AtLeast; 39 using testing::DoDefault; 40 using testing::DoAll; 41 using testing::InSequence; 42 using testing::StrictMock; 43 using testing::AnyNumber; 45 using testing::InvokeWithoutArgs; 46 using testing::Return [all...] |
| /external/chromium_org/media/filters/ |
| video_renderer_impl_unittest.cc | 25 #include "testing/gtest/include/gtest/gtest.h" 27 using ::testing::_; 28 using ::testing::AnyNumber; 29 using ::testing::AtLeast; 30 using ::testing::InSequence; 31 using ::testing::Invoke; 32 using ::testing::NiceMock; 33 using ::testing::NotNull; 34 using ::testing::Return; 35 using ::testing::SaveArg [all...] |
| /external/chromium_org/third_party/libvpx/source/libvpx/test/ |
| fdct4x4_test.cc | 196 public ::testing::TestWithParam<dct_4x4_param_t> { 239 public ::testing::TestWithParam<ht_4x4_param_t> { 283 public ::testing::TestWithParam<dct_4x4_param_t> { 327 ::testing::Values( 331 ::testing::Values( 338 ::testing::Values( 344 ::testing::Values( 349 ::testing::Values( 359 ::testing::Values( 366 ::testing::Values [all...] |
| /bionic/tests/ |
| stack_protector_test.cpp | 125 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; 126 ASSERT_EXIT(do_modify_stack_chk_guard(), testing::KilledBySignal(SIGABRT), "");
|
| /external/ceres-solver/ |
| patch_from_client.sh | 20 /usr/local/google/home/sameeragarwal/ceres-solver -b testing\
|
| /external/chromium_org/cc/output/ |
| begin_frame_args_unittest.cc | 9 #include "testing/gtest/include/gtest/gtest-spi.h" 10 #include "testing/gtest/include/gtest/gtest.h" 52 ::testing::PrintToString(args1)); 54 ::testing::PrintToString(args2));
|
| renderer_unittest.cc | 12 #include "testing/gmock/include/gmock/gmock.h" 13 #include "testing/gtest/include/gtest/gtest.h" 57 class RendererTest : public ::testing::Test { 82 typedef ::testing::Types<DelegatingRenderer, GLRenderer> RendererTypes;
|
| /external/chromium_org/chrome/browser/extensions/api/declarative_content/ |
| content_condition_unittest.cc | 14 #include "testing/gmock/include/gmock/gmock.h" 15 #include "testing/gtest/include/gtest/gtest.h" 18 using testing::ElementsAre; 19 using testing::HasSubstr;
|
| content_rules_registry_unittest.cc | 16 #include "testing/gmock/include/gmock/gmock.h" 17 #include "testing/gtest/include/gtest/gtest.h" 22 using testing::HasSubstr; 27 class DeclarativeContentRulesRegistryTest : public testing::Test {
|
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
| selection_util_test.js | 6 GEN_INCLUDE(['../testing/chromevox_unittest_base.js']);
|