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

<<151152153154155156157158159160>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 32 // The Google C++ Testing Framework (Google Test)
89 // The Google C++ Testing Framework (Google Test)
381 // Brings in definitions for functions used in the testing::internal::posix
3129 namespace testing { namespace
3375 namespace testing { namespace
3532 namespace testing { namespace
3749 namespace testing { namespace
7039 namespace testing { namespace
8201 namespace testing { namespace
8478 namespace testing { namespace
9036 namespace testing { namespace
9297 namespace testing { namespace
9441 namespace testing { namespace
10050 namespace testing { namespace
10673 namespace testing { namespace
15763 namespace testing { namespace
17084 namespace testing { namespace
17496 namespace testing { namespace
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.cc 350 public ::testing::WithParamInterface<const char*> {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_browsertest.js 9 * TestFixture for ManageProfileOverlay and CreateProfileOverlay WebUI testing.
10 * @extends {testing.Test}
16 __proto__: testing.Test.prototype,
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_unittest.cc 52 #include "testing/gtest/include/gtest/gtest.h"
188 // IPCs as side-effects that we are not testing here.
716 class ResourceDispatcherHostTest : public testing::Test,
757 // testing::Test
863 // Setting filters for testing renderer messages.
946 testing::AssertionResult ExtractDataOffsetAndLength(const IPC::Message& message,
952 return testing::AssertionFailure() << "Could not read request_id";
954 return testing::AssertionFailure() << "Could not read data_offset";
956 return testing::AssertionFailure() << "Could not read data_length";
957 return testing::AssertionSuccess()
    [all...]
  /external/ceres-solver/internal/ceres/
problem_test.cc 378 struct DynamicProblem : public ::testing::TestWithParam<bool> {
415 // The next block of functions until the end are only for testing the
    [all...]
dynamic_numeric_diff_cost_function_test.cc 309 class ThreeParameterCostFunctorTest : public ::testing::Test {
  /external/chromium_org/base/strings/
string_piece_unittest.cc 10 #include "testing/gtest/include/gtest/gtest.h"
15 class CommonStringPieceTest : public ::testing::Test {
26 class CommonStringPieceTest<string16> : public ::testing::Test {
36 typedef ::testing::Types<std::string, string16> SupportedStringTypes;
  /external/chromium_org/chrome/browser/translate/
translate_manager_render_view_host_unittest.cc 50 #include "testing/gmock/include/gmock/gmock.h"
404 // See BubbleNormalTranslate for corresponding bubble UX testing.
488 // See BubbleTranslateScriptNotAvailable for corresponding bubble UX testing.
518 // See BubbleUnknownLanguage for corresponding bubble UX testing.
604 SCOPED_TRACE(::testing::Message() << "Iteration " << i
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_queue_unittest.cc 16 #include "testing/gtest/include/gtest/gtest.h"
26 class GestureEventQueueTest : public testing::Test,
36 // testing::Test
209 public testing::WithParamInterface<WebGestureDevice> {};
    [all...]
  /external/chromium_org/net/http/
http_stream_factory_impl_unittest.cc 40 #include "testing/gtest/include/gtest/gtest.h"
421 class HttpStreamFactoryTest : public ::testing::Test,
422 public ::testing::WithParamInterface<NextProto> {
428 testing::Values(kProtoDeprecatedSPDY2,
    [all...]
  /external/chromium_org/net/spdy/
spdy_stream_unittest.cc 25 #include "testing/gtest/include/gtest/gtest.h"
40 class SpdyStreamTest : public ::testing::Test,
41 public ::testing::WithParamInterface<NextProto> {
115 testing::Values(kProtoDeprecatedSPDY2,
    [all...]
  /external/chromium_org/net/websockets/
websocket_job_test.cc 33 #include "testing/gmock/include/gmock/gmock.h"
34 #include "testing/gtest/include/gtest/gtest.h"
35 #include "testing/platform_test.h"
393 public ::testing::WithParamInterface<NextProto> {
564 class WebSocketJobDeleteTest : public ::testing::Test {
719 testing::Values(kProtoDeprecatedSPDY2,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter_unittest.cc 70 class SrtpFilterTest : public testing::Test {
544 class SrtpSessionTest : public testing::Test {
728 : public testing::Test,
    [all...]
  /art/compiler/dex/
mir_graph_test.cc 22 class TopologicalSortOrderTest : public testing::Test {
  /art/runtime/
common_runtime_test.cc 48 testing::InitGoogleTest(&argc, argv);
  /bionic/tests/
dlext_test.cpp 54 class DlExtTest : public ::testing::Test {
system_properties_test.cpp 403 ::testing::FLAGS_gtest_death_test_style = "threadsafe";
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
closurizednamespacesinfo_test.py 240 input_lines = ['goog.require(\'goog.testing.jsunit\');']
245 'Should not be extra since it is for testing.')
  /external/chromium_org/ash/shelf/
shelf_view_unittest.cc 466 // Add 5 app shelf buttons for testing.
633 public testing::WithParamInterface<bool> {
    [all...]
  /external/chromium_org/base/files/
file_proxy_unittest.cc 15 #include "testing/gtest/include/gtest/gtest.h"
19 class FileProxyTest : public testing::Test {
  /external/chromium_org/base/json/
json_parser_unittest.cc 10 #include "testing/gtest/include/gtest/gtest.h"
15 class JSONParserTest : public testing::Test {
json_value_serializer_unittest.cc 18 #include "testing/gtest/include/gtest/gtest.h"
373 class JSONFileValueSerializerTest : public testing::Test {
  /external/chromium_org/base/message_loop/
message_pump_glib_unittest.cc 20 #include "testing/gtest/include/gtest/gtest.h"
159 class MessagePumpGLibTest : public testing::Test {
163 // Overridden from testing::Test:
  /external/chromium_org/base/win/
registry_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
20 class RegistryTest : public testing::Test {
  /external/chromium_org/cc/animation/
scrollbar_animation_controller_thinning_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
17 : public testing::Test,

Completed in 1836 milliseconds

<<151152153154155156157158159160>>