| /external/chromium_org/net/websockets/ |
| websocket_deflate_stream_test.cc | 25 #include "testing/gmock/include/gmock/gmock.h" 26 #include "testing/gtest/include/gtest/gtest.h" 31 typedef ::testing::MockFunction<void(int)> MockCallback; // NOLINT 32 using ::testing::_; 33 using ::testing::InSequence; 34 using ::testing::Invoke; 35 using ::testing::Return; 209 class WebSocketDeflateStreamTest : public ::testing::Test { 224 mock_stream_ = new testing::StrictMock<MockWebSocketStream>; [all...] |
| websocket_channel_test.cc | 32 #include "testing/gmock/include/gmock/gmock.h" 33 #include "testing/gtest/include/gtest/gtest.h" 96 using ::testing::AnyNumber; 97 using ::testing::DefaultValue; 98 using ::testing::InSequence; 99 using ::testing::MockFunction; 100 using ::testing::NotNull; 101 using ::testing::Return; 102 using ::testing::SaveArg; 103 using ::testing::StrictMock [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
| statscollector_unittest.cc | 43 #include "testing/gmock/include/gmock/gmock.h" 44 #include "testing/gtest/include/gtest/gtest.h" 47 using testing::_; 48 using testing::DoAll; 49 using testing::Field; 50 using testing::Return; 51 using testing::ReturnNull; 52 using testing::SetArgPointee; 433 class StatsCollectorTest : public testing::Test { [all...] |
| /external/chromium_org/gpu/command_buffer/service/ |
| program_manager_unittest.cc | 20 #include "testing/gtest/include/gtest/gtest.h" 23 using ::testing::_; 24 using ::testing::DoAll; 25 using ::testing::InSequence; 26 using ::testing::MatcherCast; 27 using ::testing::Pointee; 28 using ::testing::Return; 29 using ::testing::ReturnRef; 30 using ::testing::SetArrayArgument; 31 using ::testing::SetArgumentPointee [all...] |
| framebuffer_manager_unittest.cc | 12 #include "testing/gtest/include/gtest/gtest.h" 15 using ::testing::_; 16 using ::testing::Return; 78 EXPECT_CALL(*gl_, DeleteFramebuffersEXT(1, ::testing::Pointee(kService1Id))) 94 EXPECT_CALL(*gl_, DeleteFramebuffersEXT(1, ::testing::Pointee(kService1Id))) 136 error_state_.reset(new ::testing::StrictMock<gles2::MockErrorState>()); [all...] |
| gles2_cmd_decoder_unittest_textures.cc | 27 #include "testing/gtest/include/gtest/gtest.h" 37 using ::testing::_; 38 using ::testing::DoAll; 39 using ::testing::InSequence; 40 using ::testing::Invoke; 41 using ::testing::MatcherCast; 42 using ::testing::Mock; 43 using ::testing::Pointee; 44 using ::testing::Return; 45 using ::testing::SaveArg [all...] |
| /external/chromium_org/chrome/browser/chromeos/policy/ |
| device_local_account_browsertest.cc | 115 #include "testing/gmock/include/gmock/gmock.h" 126 using testing::InvokeWithoutArgs; 127 using testing::Return; 128 using testing::_; 442 // Returns a profile which can be used for testing. [all...] |
| /external/chromium_org/chromeos/dbus/ |
| nfc_client_unittest.cc | 15 #include "testing/gmock/include/gmock/gmock.h" 16 #include "testing/gtest/include/gtest/gtest.h" 19 using ::testing::_; 20 using ::testing::Invoke; 21 using ::testing::Mock; 22 using ::testing::Return; 33 // Object paths that are used for testing. 88 class NfcClientTest : public testing::Test { [all...] |
| /external/chromium_org/media/filters/ |
| pipeline_integration_test.cc | 21 using testing::_; 22 using testing::AnyNumber; 23 using testing::AtMost; 24 using testing::SaveArg; 330 // The Key and KeyId for this testing key provider are created by left 332 // intended for testing purpose. The actual key rotation algorithm can be 534 : public testing::Test, [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/animation/ |
| CompositorAnimationsTest.cpp | 57 using ::testing::CloneToPassOwnPtr; 58 using ::testing::ExpectationSet; 59 using ::testing::Ref; 60 using ::testing::Return; 61 using ::testing::_; [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/session/media/ |
| planarfunctions_unittest.cc | 49 "how many times to perform each scaling operation (for perf testing)"); 53 // Number of testing colors in each color channel. 56 // The total number of testing colors 65 class PlanarFunctionsTest : public testing::TestWithParam<int> { 76 // Initialize the color band for testing. 97 // Converting the testing RGB colors to YUV colors. 123 // YUV testing image (I420/I422/I444). 180 // YUY2/UYVY testing image. 257 // Q420 testing image. 309 // NV12 testing image [all...] |
| /external/chromium_org/content/browser/renderer_host/ |
| render_widget_host_view_aura_unittest.cc | 33 #include "testing/gmock/include/gmock/gmock.h" 34 #include "testing/gtest/include/gtest/gtest.h" 57 using testing::_; 309 class RenderWidgetHostViewAuraTest : public testing::Test { [all...] |
| /external/chromium_org/gpu/command_buffer/client/ |
| gles2_implementation_unittest.cc | 18 #include "testing/gtest/include/gtest/gtest.h" 19 #include "testing/gmock/include/gmock/gmock.h" 25 using testing::_; 26 using testing::AtLeast; 27 using testing::AnyNumber; 28 using testing::DoAll; 29 using testing::InSequence; 30 using testing::Invoke; 31 using testing::Mock; 32 using testing::Sequence [all...] |
| /external/chromium_org/sync/internal_api/ |
| sync_manager_impl_unittest.cc | 75 #include "testing/gmock/include/gmock/gmock.h" 76 #include "testing/gtest/include/gtest/gtest.h" 79 using testing::_; 80 using testing::DoAll; 81 using testing::InSequence; 82 using testing::Return; 83 using testing::SaveArg; 84 using testing::StrictMock; 200 class SyncApiTest : public testing::Test { 765 class SyncManagerTest : public testing::Test [all...] |
| /external/chromium_org/third_party/protobuf/src/google/protobuf/ |
| descriptor_unittest.cc | 52 #include <google/protobuf/testing/googletest.h> 170 class FileDescriptorTest : public testing::Test { 366 class DescriptorTest : public testing::Test { 511 // fields. So, in addition to testing that FindFieldByName finds the fields 649 class StylizedFieldNamesTest : public testing::Test { 832 class EnumDescriptorTest : public testing::Test { [all...] |
| /frameworks/base/docs/html/training/ |
| training_toc.cs | 718 <li><a href="<?cs var:toroot ?>training/location/location-testing.html"> 719 Testing Using Mock Locations [all...] |
| /external/chromium_org/chrome/browser/ui/webui/options/ |
| options_browsertest.js | 39 * TestFixture for OptionsPage WebUI testing. 40 * @extends {testing.Test} 46 __proto__: testing.Test.prototype, 108 // Note: this expectation is checked in testing::Test::tearDown. 315 * TestFixture for OptionsPage WebUI testing including tab history and support 318 * @extends {testing.Test} 324 __proto__: testing.Test.prototype,
|
| /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/ |
| nacltest.js | 55 // may be run without an expected query string (manual testing, for example.) 93 // This isn't treated as a testing error - the test can be run without a 278 // for chrome perf-bot graphs / performance regression testing. 285 // Changing the color is defered until testing is done 323 // BEGIN functions for testing 427 // END functions for testing 898 this_.rpc.log('A nexe load error occured, aborting testing.');
|
| /external/chromium_org/cc/layers/ |
| layer_unittest.cc | 20 #include "testing/gmock/include/gmock/gmock.h" 21 #include "testing/gtest/include/gtest/gtest.h" 24 using ::testing::AnyNumber; 25 using ::testing::AtLeast; 26 using ::testing::Mock; 27 using ::testing::StrictMock; 28 using ::testing::_; 60 class LayerTest : public testing::Test { [all...] |
| /external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
| drive_backend_sync_unittest.cc | 32 #include "testing/gtest/include/gtest/gtest.h" 66 class DriveBackendSyncTest : public testing::Test, 417 SCOPED_TRACE(testing::Message() << "Verifying app: " << app_id); 431 SCOPED_TRACE(testing::Message() << "Verifying folder: " << path.value()); 458 SCOPED_TRACE(testing::Message() << "Verifying entry: " << title); 526 SCOPED_TRACE(testing::Message() << "Verifying local file: " 537 SCOPED_TRACE(testing::Message() << "Verifying local file: " [all...] |
| /external/llvm/unittests/Support/ |
| ConvertUTFTest.cpp | 136 ::testing::AssertionResult 147 return ::testing::AssertionFailure() << "Expected error code " 152 return ::testing::AssertionFailure() 154 << ::testing::PrintToString(Expected.UnicodeScalars) << "\n" 155 << "Actual result:\n" << ::testing::PrintToString(Decoded); 157 return ::testing::AssertionSuccess(); [all...] |
| /external/ceres-solver/internal/ceres/ |
| compressed_row_sparse_matrix_test.cc | 69 class CompressedRowSparseMatrixTest : public ::testing::Test { 279 class SolveLowerTriangularTest : public ::testing::Test {
|
| covariance_test.cc | 224 class CovarianceTest : public ::testing::Test { 713 class LargeScaleCovarianceTest : public ::testing::Test {
|
| dynamic_autodiff_cost_function_test.cc | 308 class ThreeParameterCostFunctorTest : public ::testing::Test { 547 class SixParameterCostFunctorTest : public ::testing::Test {
|
| /external/chromium_org/cc/resources/ |
| picture_layer_tiling_set_unittest.cc | 17 #include "testing/gtest/include/gtest/gtest.h" 56 class PictureLayerTilingSetTestWithResources : public testing::Test { 149 class PictureLayerTilingSetSyncTest : public testing::Test {
|