HomeSort by relevance Sort by last modified time
    Searched refs:testing (Results 4676 - 4700 of 4772) sorted by null

<<181182183184185186187188189190>>

  /external/regex-re2/lib/codereview/
codereview.py     [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 32 // The Google C++ Testing Framework (Google Test)
142 namespace testing { namespace
307 // A user must call testing::InitGoogleTest() to initialize Google
585 // Returns the type ID of ::testing::Test. We should always call this
586 // instead of GetTypeId< ::testing::Test>() to get the type ID of
587 // testing::Test. This is to work around a suspected linker bug when
589 // GetTypeId< ::testing::Test>() to return different values depending
599 // library. This is solely for testing GetTestTypeId().
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 971 class InputReaderTest : public testing::Test {
    [all...]
  /external/chromium_org/cc/layers/
tiled_layer_unittest.cc 27 #include "testing/gtest/include/gtest/gtest.h"
93 class TiledLayerTest : public testing::Test {
    [all...]
  /external/chromium_org/cc/resources/
picture_layer_tiling_unittest.cc 17 #include "testing/gtest/include/gtest/gtest.h"
74 class PictureLayerTilingIteratorTest : public testing::Test {
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common_unittest.cc 31 #include "testing/gmock/include/gmock/gmock.h"
32 #include "testing/gtest/include/gtest/gtest.h"
185 // wrong; we need up-to-date draw properties to do hit testing on the layers
304 // it is still worth testing to detect accidental regressions.
    [all...]
  /external/chromium_org/chrome/browser/chromeos/events/
event_rewriter_unittest.cc 31 #include "testing/gtest/include/gtest/gtest.h"
204 .WillRepeatedly(testing::Return(false));
    [all...]
  /external/chromium_org/chrome/browser/drive/
fake_drive_service_unittest.cc 21 #include "testing/gtest/include/gtest/gtest.h"
56 class FakeDriveServiceTest : public testing::Test {
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_sync_unittest.cc 28 #include "testing/gtest/include/gtest/gtest.h"
152 class TemplateURLServiceSyncTest : public testing::Test {
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_browsertest.cc     [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table_unittest.cc 25 #include "testing/gtest/include/gtest/gtest.h"
115 class AutofillTableTest : public testing::Test {
    [all...]
  /external/chromium_org/components/webdata/common/
web_database_migration_unittest.cc 33 #include "testing/gtest/include/gtest/gtest.h"
168 // The WebDatabaseMigrationTest encapsulates testing of database migrations.
172 class WebDatabaseMigrationTest : public testing::Test {
    [all...]
  /external/chromium_org/content/browser/appcache/
appcache_storage_impl_unittest.cc 25 #include "testing/gtest/include/gtest/gtest.h"
198 class AppCacheStorageImplTest : public testing::Test {
    [all...]
  /external/chromium_org/net/dns/
host_resolver_impl_unittest.cc 28 #include "testing/gtest/include/gtest/gtest.h"
420 class HostResolverImplTest : public testing::Test {
462 // testing::Test implementation:
543 proc_->AddRuleForAllFamilies("just.testing", "192.168.1.42");
546 Request* req = CreateRequest("just.testing", 80);
552 EXPECT_EQ("just.testing", proc_->GetCaptureList()[0].hostname);
556 proc_->AddRuleForAllFamilies("just.testing", "");
559 Request* req = CreateRequest("just.testing", 80);
563 EXPECT_EQ("just.testing", proc_->GetCaptureList()[0].hostname);
571 Request* req = CreateRequest("just.testing", 80)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp 185 class WebViewTest : public testing::Test {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp_unittest.cc 464 class WebRtcSdpTest : public testing::Test {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 59 // Generic test class for testing various video frame implementations.
61 class VideoFrameTest : public testing::Test {
377 // Comparison functions for testing.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel_unittest.cc 130 class P2PTransportChannelTestBase : public testing::Test,
    [all...]
session_unittest.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/tests/
indirect_api.cpp 708 class IndirectAPI : public ::testing::Test {
    [all...]
  /external/chromium_org/ui/events/gesture_detection/
gesture_provider_unittest.cc 10 #include "testing/gtest/include/gtest/gtest.h"
61 class GestureProviderTest : public testing::Test, public GestureProviderClient {
    [all...]
  /external/chromium_org/ui/gfx/
render_text_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
86 class RenderTextTest : public testing::Test {
    [all...]
  /external/clang/unittests/AST/
CommentLexer.cpp 28 class CommentLexerTest : public ::testing::Test {
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp 24 class FormatTest : public ::testing::Test {
    [all...]

Completed in 2205 milliseconds

<<181182183184185186187188189190>>