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

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/webui/chromeos/
enterprise_enrollment_ui_unittest.cc 6 #include "testing/gmock/include/gmock/gmock.h"
7 #include "testing/gtest/include/gtest/gtest.h"
10 using testing::HasSubstr;
11 using testing::Not;
  /external/clang/test/CodeGen/
2002-06-25-FWriteInterfaceFailure.c 8 fprintf(stderr, "testing\n");
  /external/dropbear/libtomcrypt/notes/
tech0007.txt 2 Quick building for testing with LTM
  /external/llvm/utils/lit/lit/
__init__.py 1 """'lit' Testing Tool"""
  /external/webkit/LayoutTests/fast/encoding/
invalid-xml-expected.txt 0 Testing: invalid-xml-utf8.xml
4 Testing: invalid-xml-utf16.xml
7 Testing: invalid-xml-shift-jis.xml
10 Testing: invalid-xml-x-mac-thai.xml
  /external/webkit/Source/WebCore/manual-tests/inspector/resources/
mutate-frame.html 5 div.textContent = "Testing " + (count++);
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
enable.inp 2 --enable-x11-testing=on
  /external/chromium/chrome/browser/sync/engine/
syncproto_unittest.cc 6 #include "testing/gtest/include/gtest/gtest.h"
10 class SyncProtoTest : public testing::Test {
  /external/chromium/testing/gtest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]
  /external/webkit/LayoutTests/fast/dom/TreeWalker/
acceptNode-filter-expected.txt 6 Testing with raw function filter
13 Testing with object filter
20 Testing with null filter
24 Testing with undefined filter
28 Testing with object lacking acceptNode property
34 Testing with object with non-function acceptNode property
40 Testing with function having acceptNode function
44 Testing acceptNode callee
traversal-reject-expected.txt 7 Testing nextNode
12 Testing firstChild
16 Testing nextSibling
21 Testing parentNode
24 Testing previousSibling
27 Testing previousNode
traversal-skip-expected.txt 7 Testing nextNode
13 Testing firstChild
17 Testing nextSibling
22 Testing parentNode
25 Testing previousSibling
28 Testing previousNode
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
special_characters.js 41 // testing backslash '\'
44 // testing beginning of line '^'
47 // testing end of line '$'
50 // testing repeat '*'
53 // testing repeat 1 or more times '+'
56 // testing repeat 0 or 1 time '?'
59 // testing any character '.'
62 // testing remembering ()
66 // testing or match '|'
69 // testing repeat n {n
    [all...]
  /external/chromium/testing/
gtest_mac.h 15 namespace testing { namespace
33 } // namespace testing
37 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperNSEQ, expected, actual)
39 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperNSNE, val1, val2)
42 ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperNSEQ, expected, actual)
44 ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperNSNE, val1, val2)
  /external/libpng/contrib/pngsuite/
README 41 Testing basn0g01.png: PASS (524 zero samples)
43 Testing basn0g02.png: PASS (448 zero samples)
45 Testing basn0g04.png: PASS (520 zero samples)
47 Testing basn0g08.png: PASS (3 zero samples)
50 Testing basn0g16.png: PASS (1 zero samples)
53 Testing basn2c08.png: PASS (6 zero samples)
56 Testing basn2c16.png: PASS (592 zero samples)
59 Testing basn3p01.png: PASS (512 zero samples)
61 Testing basn3p02.png: PASS (448 zero samples)
63 Testing basn3p04.png: PASS (544 zero samples
    [all...]
  /external/gtest/test/
gtest_nc.cc 48 testing::InitGoogleTest(&argc, argv);
63 class MyTest : public testing::Test {
74 class MyTest : public testing::Test {
77 testing::Test::Setup(); // Tries to call SetUp() in the parent class.
87 class MyEnvironment : public testing::Environment {
98 class MyEnvironment : public testing::Environment {
102 testing::Environment::Setup();
113 class FooTest : public testing::Test {
117 class BarTest : public testing::Test {
123 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, testing::Types<int>)
    [all...]
  /external/protobuf/gtest/test/
gtest_nc.cc 48 testing::InitGoogleTest(&argc, argv);
63 class MyTest : public testing::Test {
74 class MyTest : public testing::Test {
77 testing::Test::Setup(); // Tries to call SetUp() in the parent class.
87 class MyEnvironment : public testing::Environment {
98 class MyEnvironment : public testing::Environment {
102 testing::Environment::Setup();
113 class FooTest : public testing::Test {
117 class BarTest : public testing::Test {
123 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, testing::Types<int>)
    [all...]
  /external/chromium/testing/gmock/test/
gmock_link_test.h 128 using testing::_;
129 using testing::A;
130 using testing::AllOf;
131 using testing::AnyOf;
132 using testing::Assign;
133 using testing::ContainerEq;
134 using testing::DoAll;
135 using testing::DoDefault;
136 using testing::DoubleEq;
137 using testing::ElementsAre
    [all...]
  /external/chromium/chrome/browser/policy/
asynchronous_policy_test_base.h 12 #include "testing/gmock/include/gmock/gmock.h"
13 #include "testing/gtest/include/gtest/gtest.h"
19 // A delegate for testing that can feed arbitrary information to the loader.
31 class AsynchronousPolicyTestBase : public testing::Test {
36 // testing::Test:
  /external/chromium/chrome/browser/prefs/
pref_observer_mock.h 16 #include "testing/gmock/include/gmock/gmock.h"
18 using testing::Pointee;
19 using testing::Property;
20 using testing::Truly;
39 // A mock for testing preference notifications and easy setup of expectations.
  /external/chromium/chrome/browser/sync/
sync_ui_util_unittest.cc 9 #include "testing/gmock/include/gmock/gmock.h"
10 #include "testing/gmock/include/gmock/gmock-actions.h"
11 #include "testing/gtest/include/gtest/gtest.h"
13 using ::testing::Return;
14 using ::testing::NiceMock;
  /external/gtest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TPRT_FATAL_FAILURE, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
161 ::testing::TestPartResultArray gtest_failures;
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_unittest.cc 9 #include "testing/gmock/include/gmock/gmock.h"
10 #include "testing/gtest/include/gtest/gtest.h"
35 EXPECT_CALL(*mock, OnUnhandledMessage(testing::Property(&IPC::Message::type,

Completed in 348 milliseconds

12 3 4 5 6 7 8 91011>>