HomeSort by relevance Sort by last modified time
    Searched full:testing (Results 276 - 300 of 7783) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/sync/notifier/
mock_sync_notifier_observer.h 12 #include "testing/gmock/include/gmock/gmock.h"
  /external/chromium/chrome/browser/sync/util/
data_encryption_unittest.cc 10 #include "testing/gtest/include/gtest/gtest.h"
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_controller_unittest.mm 13 #include "testing/gmock/include/gmock/gmock.h"
14 #include "testing/gtest/include/gtest/gtest.h"
15 #include "testing/platform_test.h"
17 // Override to avoid dealing with run loops in the testing environment.
  /external/chromium/chrome/browser/ui/tab_contents/
test_tab_contents_wrapper.h 25 // testing::Test
  /external/chromium/chrome/browser/ui/webui/chromeos/login/
mock_login_ui_handler.h 13 #include "testing/gmock/include/gmock/gmock.h"
  /external/chromium/chrome/browser/ui/webui/
settings_browsertest.cc 10 #include "testing/gmock/include/gmock/gmock.h"
11 #include "testing/gtest/include/gtest/gtest.h"
13 using ::testing::StrictMock;
14 using ::testing::_;
  /external/chromium/chrome/common/
about_handler.h 16 extern const size_t about_urls_size; // Only used for testing
pref_store_observer_mock.h 11 #include "testing/gmock/include/gmock/gmock.h"
  /external/chromium/net/base/
ssl_cipher_suite_names_unittest.cc 6 #include "testing/gtest/include/gtest/gtest.h"
  /external/chromium/net/http/
mock_allow_url_security_manager.h 14 // in unit testing.
  /external/chromium/webkit/glue/
unittest_test_server.h 10 #include "testing/gtest/include/gtest/gtest.h"
webview_unittest.cc 5 #include "testing/gtest/include/gtest/gtest.h"
  /external/clang/test/Analysis/
default-diagnostic-visitors.c 3 // This file is for testing enhanced diagnostics produced by the default BugReporterVisitors.
  /external/e2fsprogs/lib/ext2fs/
tst_super_size.c 2 * This testing program makes sure superblock size is 1024 bytes long
  /external/icu4c/test/cintltst/
cdtrgtst.h 45 * test subroutine used by the testing functions
  /external/libyuv/files/unit_test/
unit_test.h 16 class libyuvTest : public ::testing::Test {
  /external/mesa3d/docs/
utilities.html 17 target="_parent">glean</a> is a framework for OpenGL testing.
  /external/oprofile/events/ia64/itanium/
events 5 # FIXME: itanium doc describe a lot of other events, should we add them w/o any testing ?
  /external/valgrind/unittest/
gtest_fixture_injection.h 33 // a custom fixture class instead of ::testing::Test for TEST tests
37 // not ::testing::Test
44 class RacecheckFixture : public ::testing::Test {
54 ::RacecheckFixture, ::testing::internal::GetTestTypeId())
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
clear.js 11 debug("Testing " + storageString);
  /external/webkit/LayoutTests/storage/
transaction-error-callback.html 87 verifySuccess("Testing transaction failing mid-way and error callback returning true");
89 verifySuccess("Testing transaction failing mid-way and error callback return false");
91 verifySuccess("Testing statement callback throwing exception and error callback returning true");
93 verifySuccess("Testing statement callback throwing exception and error callback returning false");
  /external/webkit/Source/WebKit/chromium/
DEPS 64 # testing
65 'testing':
66 Var('chromium_svn')+'/testing@'+Var('chromium_rev'),
67 'testing/gtest':
68 From('chromium_deps', 'src/testing/gtest'),
69 'testing/gmock':
70 From('chromium_deps', 'src/testing/gmock'),
169 'testing',
185 '+testing',
  /frameworks/base/graphics/tests/graphicstests/src/android/view/
MockView.java 20 * Mock View class for testing
  /packages/experimental/UiAutomation/service/src/com/android/testing/uiautomation/
ProviderService.java 1 package com.android.testing.uiautomation;
  /external/chromium/testing/gtest/test/
gtest_output_test_.cc 50 using testing::ScopedFakeTestPartResultReporter;
51 using testing::TestPartResultArray;
53 using testing::internal::Notification;
54 using testing::internal::ThreadWithParam;
57 namespace posix = ::testing::internal::posix;
58 using testing::internal::String;
59 using testing::internal::scoped_ptr;
76 // The testing::Test:: prefix is necessary when calling
78 if (testing::Test::HasFatalFailure()) return;
92 class FailingParamTest : public testing::TestWithParam<int> {}
    [all...]

Completed in 446 milliseconds

<<11121314151617181920>>