HomeSort by relevance Sort by last modified time
    Searched full:testing (Results 101 - 125 of 7806) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/sync/notifier/
cache_invalidation_packet_handler_unittest.cc 12 #include "testing/gmock/include/gmock/gmock.h"
13 #include "testing/gtest/include/gtest/gtest.h"
19 using ::testing::_;
20 using ::testing::Return;
39 class CacheInvalidationPacketHandlerTest : public testing::Test {
  /libcore/support/src/test/java/tests/support/
Support_ASimpleOutputStream.java 43 throw new IOException("Exception thrown for testing purpose.");
50 throw new IOException("Exception thrown for testing purpose.");
57 // throw new IOException("Exception thrown for testing purposes.");
67 // throw new IOException("Exception thrown for testing purposes.");
80 throw new IOException("Exception thrown for testing purpose.");
  /external/chromium/net/base/
net_log_unittest.h 12 #include "testing/gtest/include/gtest/gtest.h"
23 inline ::testing::AssertionResult LogContainsEventHelper(
35 return ::testing::AssertionFailure() << j << " is out of bounds.";
38 return ::testing::AssertionFailure()
44 return ::testing::AssertionFailure()
50 return ::testing::AssertionFailure()
56 return ::testing::AssertionSuccess();
59 inline ::testing::AssertionResult LogContainsEventAtTime(
70 inline ::testing::AssertionResult LogContainsEvent(
80 inline ::testing::AssertionResult LogContainsBeginEvent
    [all...]
  /frameworks/base/docs/html/guide/topics/testing/
service_testing.jd 1 page.title=Service Testing
2 parent.title=Testing
11 <a href="#DesignAndTest">Service Design and Testing</a>
33 <a href="{@docRoot}resources/tutorials/testing/helloandroid_test.html">
34 Hello, Testing</a>
37 <a href="{@docRoot}resources/tutorials/testing/activity_test.html">Activity Testing</a>
43 <a href="{@docRoot}guide/developing/testing/testing_eclipse.html">
44 Testing in Eclipse, with ADT</a>
47 <a href="{@docRoot}guide/developing/testing/testing_otheride.html"
    [all...]
activity_testing.jd 1 page.title=Activity Testing
2 parent.title=Testing
11 <a href="#ActivityTestAPI">The Activity Testing API</a>
23 <a href="#MockObjectNotes">Mock objects and activity testing</a>
26 <a href="#AssertionNotes">Assertions for activity testing</a>
37 <a href="#UITesting">Appendix: UI Testing Notes</a>
40 <a href="#RunOnUIThread">Testing on the UI thread</a>
63 <a href="{@docRoot}resources/tutorials/testing/helloandroid_test.html">
64 Hello, Testing</a>
67 <a href="{@docRoot}resources/tutorials/testing/activity_test.html">Activity Testing</a
    [all...]
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
math.rs 3 // Testing math library
73 rsDebug("Testing " #op " for " #type "1", i++); \
75 rsDebug("Testing " #op " for " #type "2", i++); \
77 rsDebug("Testing " #op " for " #type "3", i++); \
79 rsDebug("Testing " #op " for " #type "4", i++); \
89 rsDebug("Testing " #op " for l1", i++); \
91 rsDebug("Testing " #op " for ul1", i++); \
110 rsDebug("Testing " #fnc, 0); \
119 rsDebug("Testing " #fnc, 0); \
125 rsDebug("Testing " #fnc, 0);
    [all...]
  /external/chromium/chrome/browser/printing/
print_dialog_cloud_unittest.cc 26 #include "testing/gmock/include/gmock/gmock.h"
27 #include "testing/gtest/include/gtest/gtest.h"
29 using testing::A;
30 using testing::AtLeast;
31 using testing::Eq;
32 using testing::HasSubstr;
33 using testing::IsNull;
34 using testing::NotNull;
35 using testing::Return;
36 using testing::StrEq
    [all...]
  /external/chromium/testing/gtest/test/
gtest_shuffle_test_.cc 38 using ::testing::EmptyTestEventListener;
39 using ::testing::InitGoogleTest;
40 using ::testing::Message;
41 using ::testing::Test;
42 using ::testing::TestEventListeners;
43 using ::testing::TestInfo;
44 using ::testing::UnitTest;
45 using ::testing::internal::String;
46 using ::testing::internal::scoped_ptr;
gtest-death-test_test.cc 38 using testing::internal::AlwaysFalse;
39 using testing::internal::AlwaysTrue;
66 namespace posix = ::testing::internal::posix;
68 using testing::Message;
69 using testing::internal::DeathTest;
70 using testing::internal::DeathTestFactory;
71 using testing::internal::FilePath;
72 using testing::internal::GetLastErrnoDescription;
73 using testing::internal::GetUnitTestImpl;
74 using testing::internal::ParseNaturalNumber
77 namespace testing { namespace
    [all...]
  /external/protobuf/gtest/test/
gtest_shuffle_test_.cc 38 using ::testing::EmptyTestEventListener;
39 using ::testing::InitGoogleTest;
40 using ::testing::Message;
41 using ::testing::Test;
42 using ::testing::TestEventListeners;
43 using ::testing::TestInfo;
44 using ::testing::UnitTest;
45 using ::testing::internal::String;
46 using ::testing::internal::scoped_ptr;
gtest_repeat_test.cc 47 namespace testing { namespace
53 } // namespace testing
55 using testing::GTEST_FLAG(death_test_style);
56 using testing::GTEST_FLAG(filter);
57 using testing::GTEST_FLAG(repeat);
61 // We need this when we are testing Google Test itself and therefore
67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
74 } while(::testing::internal::AlwaysFalse())
83 class MyEnvironment : public testing::Environment {
127 class MyParamTest : public testing::TestWithParam<int> {}
    [all...]
gtest-death-test_test.cc 38 using testing::internal::AlwaysFalse;
39 using testing::internal::AlwaysTrue;
66 namespace posix = ::testing::internal::posix;
68 using testing::Message;
69 using testing::internal::DeathTest;
70 using testing::internal::DeathTestFactory;
71 using testing::internal::FilePath;
72 using testing::internal::GetLastErrnoDescription;
73 using testing::internal::GetUnitTestImpl;
74 using testing::internal::ParseNaturalNumber
77 namespace testing { namespace
    [all...]
  /external/mesa3d/docs/
helpwanted.html 18 <b>Driver patching and testing.</b>
20 immediately checked into git because not enough people are testing them.
21 Just applying patches, testing and reporting back is helpful.
30 <b>Windows driver building, testing and maintenance.</b>
35 <b>Maintenance and testing of lesser-used drivers.</b>
42 <b>Automatic testing.
  /external/webkit/LayoutTests/fast/dom/TreeWalker/script-tests/
traversal-skip.js 25 debug("<br>Testing nextNode")
32 debug("<br>Testing firstChild")
37 debug("<br>Testing nextSibling")
43 debug("<br>Testing parentNode")
48 debug("<br>Testing previousSibling")
53 debug("<br>Testing previousNode")
  /external/android-mock/tests/com/google/android/testing/mocking/
ClassHasDelegateMethods.java 16 package com.google.android.testing.mocking;
19 * Class with methods that match the delegate methods. Used only for testing.
ClassHasFinalMethods.java 16 package com.google.android.testing.mocking;
19 * Class with final methods. Used only for testing.
ClassHasNoDefaultConstructor.java 16 package com.google.android.testing.mocking;
19 * Class with no default constructor. Used only for testing.
ClassHasNoPublicConstructors.java 16 package com.google.android.testing.mocking;
19 * Class with no public constructor. Used only for testing.
ClassHasOverloadedMethods.java 16 package com.google.android.testing.mocking;
19 * Class with overloaded methods. Used only for testing.
ClassHasStaticMethods.java 16 package com.google.android.testing.mocking;
19 * Class with static methods. Used only for testing.
ClassIsAnnotation.java 16 package com.google.android.testing.mocking;
19 * Annotation Class. Used only for testing.
ClassIsEnum.java 16 package com.google.android.testing.mocking;
19 * Enum Class. Used only for testing.
ClassIsFinal.java 16 package com.google.android.testing.mocking;
19 * Final Class. Used only for testing.
ClassIsInterface.java 16 package com.google.android.testing.mocking;
19 * Interface. Used only for testing.
  /external/chromium/base/
base64_unittest.cc 6 #include "testing/gtest/include/gtest/gtest.h"
10 class Base64Test : public testing::Test {

Completed in 478 milliseconds

1 2 3 45 6 7 8 91011>>