HomeSort by relevance Sort by last modified time
    Searched refs:testing (Results 226 - 250 of 328) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/gtest/src/
gtest-filepath.cc 66 namespace testing { namespace
343 } // namespace testing
gtest-internal-inl.h 30 // Utility functions and classes used by the Google C++ testing framework.
63 namespace testing { namespace
75 // library. This is solely for testing GetTestTypeId().
    [all...]
gtest-death-test.cc 69 namespace testing { namespace
232 DeathTestAbort(::testing::internal::String::Format(\
252 DeathTestAbort(::testing::internal::String::Format(\
352 // The textual content of the code this object is testing. This class
    [all...]
  /external/gtest/test/
gtest-options_test.cc 58 namespace testing { namespace
67 // Testing UnitTestOptions::GetOutputFormat/GetOutputFile.
275 } // namespace testing
  /external/protobuf/gtest/src/
gtest-filepath.cc 62 namespace testing { namespace
340 } // namespace testing
  /external/protobuf/gtest/test/
gtest-options_test.cc 58 namespace testing { namespace
67 // Testing UnitTestOptions::GetOutputFormat/GetOutputFile.
267 } // namespace testing
  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 35 #include <google/protobuf/testing/file.h>
  /external/protobuf/src/google/protobuf/
message_unittest.cc 56 #include <google/protobuf/testing/googletest.h>
unknown_field_set_unittest.cc 35 // This test is testing a lot more than just the UnknownFieldSet class. It
47 #include <google/protobuf/testing/googletest.h>
58 class UnknownFieldSetTest : public testing::Test {
generated_message_reflection_unittest.cc 51 #include <google/protobuf/testing/googletest.h>
339 // Testing every single failure mode would be too much work. Let's just
  /external/webkit/SunSpider/
sunspider 58 --shark Sample execution time with the Mac OS X "Shark" performance testing tool (implies --runs=1)
  /frameworks/base/libs/ui/tests/
InputDispatcher_test.cpp 86 class InputDispatcherTest : public testing::Test {
  /external/v8/test/mjsunit/
debug-backtrace-text.js 30 // The functions used for testing backtraces.
debug-backtrace.js 29 // The functions used for testing backtraces. They are at the top to make the
30 // testing of source line/column easier.
  /external/v8/test/mjsunit/third_party/
string-trim.js 35 // testing Function's *.call() and *.apply() methods.
  /external/chromium/base/
base_main.scons 66 gmock = '../testing/gmock.scons',
67 gtest = '../testing/gtest.scons',
directory_watcher_unittest.cc 20 #include "testing/gtest/include/gtest/gtest.h"
27 class DirectoryWatcherTest : public testing::Test {
112 // The path to a temporary directory used for testing.
file_descriptor_shuffle_unittest.cc 6 #include "testing/gtest/include/gtest/gtest.h"
14 typedef testing::Test FileDescriptorShuffleTest;
  /external/chromium/base/gfx/
rect_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
9 typedef testing::Test RectTest;
  /external/chromium/net/base/
transport_security_state_unittest.cc 6 #include "testing/gtest/include/gtest/gtest.h"
8 class TransportSecurityStateTest : public testing::Test {
  /external/chromium/net/http/
http_auth_cache_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
212 // insertion and existence testing).
213 class HttpAuthCacheEvictionTest : public testing::Test {
http_util_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
14 class HttpUtilTest : public testing::Test {};
  /external/chromium/net/
net_unittests.scons 45 env.Dir('$SRC_DIR/net/../testing/gtest/include'),
211 env.Dir('$SRC_DIR/net/../testing/gtest/include'),
  /external/chromium/net/socket/
socket_test_util.h 24 #include "testing/gtest/include/gtest/gtest.h"
153 // response. This is useful for testing conversation-like protocols like FTP.
401 class ClientSocketPoolTest : public testing::Test {
  /external/chromium/sdch/open-vcdiff/src/
varint_bigendian_test.cc 22 #include "testing.h"
27 class VarintBETestCommon : public testing::Test {

Completed in 325 milliseconds

1 2 3 4 5 6 7 8 91011>>