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

<<11121314

  /external/gtest/test/
gtest-filepath_test.cc 59 namespace testing { namespace
612 } // namespace testing
  /external/jpeg/
ltconfig 230 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
232 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
    [all...]
configure 520 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
522 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
    [all...]
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 59 namespace testing { namespace
586 } // namespace testing
  /external/protobuf/src/google/protobuf/
extension_set_unittest.cc 47 #include <google/protobuf/testing/googletest.h>
401 // - Adds a small number of values, testing that it doesn't increase the
  /external/v8/test/mjsunit/
debug-scopes.js 29 // The functions used for testing backtraces. They are at the top to make the
30 // testing of source line/column easier.
  /frameworks/base/libs/ui/tests/
InputPublisherAndConsumer_test.cpp 18 class InputPublisherAndConsumerTest : public testing::Test {
  /external/chromium/net/base/
cookie_monster_unittest.cc 16 #include "testing/gtest/include/gtest/gtest.h"
22 class ParsedCookieTest : public testing::Test { };
23 class CookieMonsterTest : public testing::Test { };
    [all...]
host_resolver_impl_unittest.cc 20 #include "testing/gtest/include/gtest/gtest.h"
179 class HostResolverImplTest : public testing::Test {
206 resolver_proc->AddRule("just.testing", "192.168.1.42");
211 HostResolver::RequestInfo info("just.testing", kPortnum);
236 resolver_proc->AddRule("just.testing", "192.168.1.42");
241 HostResolver::RequestInfo info("just.testing", kPortnum);
278 HostResolver::RequestInfo info("just.testing", kPortnum);
    [all...]
net_util_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
18 class NetUtilTest : public testing::Test {
743 // to a specific value before testing. On Windows, we can use
    [all...]
  /external/chromium/net/
net_main.scons 70 gtest = '../testing/gtest.scons',
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 37 // are actually testing the parser and other parts of the system at the same
39 // rather than unittest failures, which may be surprising. However, testing
65 #include <google/protobuf/testing/googletest.h>
    [all...]
  /external/gtest/include/gtest/
gtest-param-test.h 35 // in Google C++ Testing Framework (Google Test)
51 // class. It must be derived from testing::TestWithParam<T>, where T is
53 // from testing::Test. T can be any copyable type. If it's a raw pointer,
56 class FooTest : public ::testing::TestWithParam<const char*> {
79 // are all in the testing namespace:
160 namespace testing { namespace
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h 35 // in Google C++ Testing Framework (Google Test)
51 // class. It must be derived from testing::TestWithParam<T>, where T is
53 // from testing::Test. T can be any copyable type. If it's a raw pointer,
56 class FooTest : public ::testing::TestWithParam<const char*> {
79 // are all in the testing namespace:
161 namespace testing { namespace
    [all...]
  /external/chromium/base/
values_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
13 class ValuesTest: public testing::Test {
message_loop_unittest.cc 10 #include "testing/gtest/include/gtest/gtest.h"
29 class MessageLoopTest : public testing::Test {};
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
blockhash_test.cc 24 #include "testing.h"
30 class BlockHashTest : public testing::Test {
109 // This makes testing simpler, because finding a kBlockSize-byte match
    [all...]
instruction_map_test.cc 21 #include "testing.h"
27 class InstructionMapTest : public testing::Test {
vcencoder_test.cc 25 #include "testing.h"
65 class VerifyEncodedBytesTest : public testing::Test {
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 32 // The Google C++ Testing Framework (Google Test)
116 namespace testing { namespace
195 // A user must call testing::InitGoogleTest() to initialize Google
756 // TODO(wan): consider allowing a testing::String object to
    [all...]
  /external/elfutils/
config.status 192 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
    [all...]
  /external/grub/
config.status 192 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
    [all...]
  /external/gtest/src/
gtest.cc 32 // The Google C++ Testing Framework (Google Test)
133 namespace testing { namespace
255 // A user must call testing::InitGoogleTest() to initialize Google
559 // Returns the type ID of ::testing::Test. We should always call this
560 // instead of GetTypeId< ::testing::Test>() to get the type ID of
561 // testing::Test. This is to work around a suspected linker bug when
563 // GetTypeId< ::testing::Test>() to return different values depending
573 // library. This is solely for testing GetTestTypeId().
887 // TODO(wan): consider allowing a testing::String object to
    [all...]
  /external/icu4c/
config.status 192 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
    [all...]
  /external/fdlibm/
configure 189 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
    [all...]

Completed in 932 milliseconds

<<11121314