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

1 2 3 4 5 6 7 891011>>

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
EDIPartyNameTest.java 56 * EDIPartyName(String nameAssigner, String partyName) method testing.
134 * method testing.
148 * getNameAssigner() method testing.
154 * getPartyName() method testing.
160 * getEncoded() method testing.
166 * getEncoder() method testing.
172 * DerEncoder(String nameAssigner, String partyName) method testing.
178 * getDirStrAlternatives() method testing.
184 * DerDecoder() method testing.
190 * getValue(byte[] encoding) method testing
    [all...]
  /external/chromium/chrome/browser/automation/
automation_tab_helper_browsertest.cc 27 #include "testing/gmock/include/gmock/gmock.h"
28 #include "testing/gtest/include/gtest/gtest.h"
30 using testing::_;
73 testing::InSequence expect_in_sequence;
76 testing::Eq(NotificationType::DOM_OPERATION_RESPONSE), _, _));
78 .WillOnce(testing::InvokeWithoutArgs(
131 testing::InSequence expect_in_sequence;
169 testing::InSequence expect_in_sequence;
189 testing::InSequence expect_in_sequence;
191 testing::Eq(NotificationType::DOM_OPERATION_RESPONSE), _, _))
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_tts_apitest.cc 8 #include "testing/gmock/include/gmock/gmock.h"
9 #include "testing/gtest/include/gtest/gtest.h"
13 #include "testing/gmock_mutant.h"
19 using ::testing::AnyNumber;
20 using ::testing::CreateFunctor;
21 using ::testing::DoAll;
22 using ::testing::InSequence;
23 using ::testing::InvokeWithoutArgs;
24 using ::testing::Return;
25 using ::testing::StrictMock
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator_unittest.cc 11 #include "testing/gmock/include/gmock/gmock.h"
12 #include "testing/gtest/include/gtest/gtest.h"
14 using ::testing::_;
15 using ::testing::Return;
16 using ::testing::DoDefault;
17 using ::testing::ReturnRef;
18 using ::testing::Pointee;
19 using ::testing::Ref;
20 using ::testing::Invoke;
84 class AutofillProfileModelAssociatorTest : public testing::Test
    [all...]
extension_data_type_controller_unittest.cc 5 #include "testing/gtest/include/gtest/gtest.h"
23 using testing::_;
24 using testing::DoAll;
25 using testing::InvokeWithoutArgs;
26 using testing::Return;
27 using testing::SetArgumentPointee;
35 class ExtensionDataTypeControllerTest : public testing::Test {
preference_data_type_controller_unittest.cc 5 #include "testing/gtest/include/gtest/gtest.h"
24 using testing::_;
25 using testing::DoAll;
26 using testing::InvokeWithoutArgs;
27 using testing::Return;
28 using testing::SetArgumentPointee;
36 class PreferenceDataTypeControllerTest : public testing::Test {
theme_data_type_controller_unittest.cc 5 #include "testing/gtest/include/gtest/gtest.h"
23 using testing::_;
24 using testing::DoAll;
25 using testing::InvokeWithoutArgs;
26 using testing::Return;
27 using testing::SetArgumentPointee;
35 class ThemeDataTypeControllerTest : public testing::Test {
  /external/gtest/test/
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
83 class MyEnvironment : public testing::Environment {
129 class MyParamTest : public testing::TestWithParam<int> {};
139 testing::Range(0, kNumberOfParamTests));
232 testing::InitGoogleTest(&argc, argv)
    [all...]
gtest-test-part_test.cc 8 using testing::Test;
9 using testing::TestPartResult;
10 using testing::TestPartResultArray;
12 using testing::TPRT_FATAL_FAILURE;
13 using testing::TPRT_NONFATAL_FAILURE;
14 using testing::TPRT_SUCCESS;
20 // The test fixture for testing TestPartResult.
gtest_xml_output_unittest_.cc 36 // flag. This is used for testing such functionality.
43 class SuccessfulTest : public testing::Test {
51 class FailedTest : public testing::Test {
58 class DisabledTest : public testing::Test {
79 class PropertyRecordingTest : public testing::Test {
106 testing::Test::RecordProperty(key, value);
111 testing::Test::RecordProperty(key, value);
gtest_output_test_.cc 60 using testing::ScopedFakeTestPartResultReporter;
61 using testing::TestPartResultArray;
63 using testing::internal::String;
80 // The testing::Test:: prefix is necessary when calling
82 if (testing::Test::HasFatalFailure()) return;
111 // fixture, the testing::Test:: prefix is not needed.
140 // A helper function for testing SCOPED_TRACE.
146 // Another helper function for testing SCOPED_TRACE.
148 SCOPED_TRACE(testing::Message() << "n = " << n);
177 SCOPED_TRACE(testing::Message() << "i = " << i)
    [all...]
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
vector.rs 3 // Testing vector types
47 rsDebug("Testing F32", 0);
60 rsDebug("Testing F64", 0);
73 rsDebug("Testing I8", 0);
86 rsDebug("Testing U8", 0);
99 rsDebug("Testing I16", 0);
112 rsDebug("Testing U16", 0);
125 rsDebug("Testing I32", 0);
138 rsDebug("Testing U32", 0);
151 rsDebug("Testing I64", 0)
    [all...]
  /external/bluetooth/glib/tests/
list-test.c 39 PRINT_MSG (("testing g_list_sort()"));
65 PRINT_MSG (("testing g_list_sort_with_data()"));
91 PRINT_MSG (("testing g_list_insert_sorted()"));
116 PRINT_MSG (("testing g_list_insert_sorted_with_data()"));
146 PRINT_MSG (("testing g_list_reverse()"));
170 PRINT_MSG (("testing g_list_nth()"));
209 PRINT_MSG (("testing finished"));
slist-test.c 39 PRINT_MSG (("testing g_slist_sort()"));
63 PRINT_MSG (("testing g_slist_sort_with_data()"));
87 PRINT_MSG (("testing g_slist_insert_sorted()"));
110 PRINT_MSG (("testing g_slist_insert_sorted_with_data()"));
138 PRINT_MSG (("testing g_slist_reverse()"));
162 PRINT_MSG (("testing g_slist_nth()"));
201 PRINT_MSG (("testing finished"));
  /external/chromium/base/
sys_info_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
8 #include "testing/platform_test.h"
13 // We aren't actually testing that it's correct, just that it's sane.
18 // We aren't actually testing that it's correct, just that it's sane.
24 // We aren't actually testing that it's correct, just that it's sane.
46 // We aren't actually testing that it's correct, just that it's sane.
54 // We aren't actually testing that it's correct, just that it's sane.
  /external/chromium/chrome/browser/chromeos/
update_browsertest.cc 16 using ::testing::AnyNumber;
17 using ::testing::InvokeWithoutArgs;
18 using ::testing::Return;
19 using ::testing::ReturnRef;
20 using ::testing::_;
21 using ::testing::Invoke;
22 using ::testing::Exactly;
  /external/chromium/chrome/browser/policy/
device_token_fetcher_unittest.cc 20 #include "testing/gmock/include/gmock/gmock.h"
21 #include "testing/gtest/include/gtest/gtest.h"
27 using testing::_;
28 using testing::Mock;
41 class DeviceTokenFetcherTest : public testing::Test {
72 testing::InSequence s;
104 testing::InSequence s;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
RegExp_object.js 43 // testing SSN pattern
47 // testing SSN pattern
52 // testing PHONE pattern
56 // testing PHONE pattern
60 // testing PHONE pattern
64 // testing conversion to String
68 // testing conversion to int
  /external/protobuf/gtest/test/
gtest_output_test_.cc 53 using testing::ScopedFakeTestPartResultReporter;
54 using testing::TestPartResultArray;
56 namespace posix = ::testing::internal::posix;
57 using testing::internal::String;
74 // The testing::Test:: prefix is necessary when calling
76 if (testing::Test::HasFatalFailure()) return;
105 // fixture, the testing::Test:: prefix is not needed.
134 // A helper function for testing SCOPED_TRACE.
140 // Another helper function for testing SCOPED_TRACE.
142 SCOPED_TRACE(testing::Message() << "n = " << n)
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/javax/security/cert/
X509CertificateTest.java 48 // Testing data was generated by using of classes
96 * getInstance(InputStream inStream) method testing.
130 * getInstance(byte[] certData) method testing.
158 * checkValidity() method testing.
185 * checkValidity(Date date) method testing.
219 * getVersion() method testing.
232 * getSerialNumber() method testing.
245 * getIssuerDN() method testing.
258 * getSubjectDN() method testing.
271 * getNotBefore() method testing
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-death-test-internal.h 32 // The Google C++ Testing Framework (Google Test)
42 namespace testing { namespace
127 // Factory interface for death tests. May be mocked out for testing.
151 const ::testing::internal::RE& gtest_regex = (regex); \
152 ::testing::internal::DeathTest* gtest_dt; \
153 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
158 ::testing::internal::scoped_ptr< ::testing::internal::DeathTest> \
161 case ::testing::internal::DeathTest::OVERSEE_TEST: \
166 case ::testing::internal::DeathTest::EXECUTE_TEST: {
    [all...]
  /external/gtest/include/gtest/internal/
gtest-death-test-internal.h 32 // The Google C++ Testing Framework (Google Test)
46 namespace testing { namespace
137 // Factory interface for death tests. May be mocked out for testing.
161 const ::testing::internal::RE& gtest_regex = (regex); \
162 ::testing::internal::DeathTest* gtest_dt; \
163 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
168 ::testing::internal::scoped_ptr< ::testing::internal::DeathTest> \
171 case ::testing::internal::DeathTest::OVERSEE_TEST: \
176 case ::testing::internal::DeathTest::EXECUTE_TEST: {
    [all...]
  /external/v8/test/mjsunit/
string-charcodeat.js 35 return "Te" + "st testing 123";
43 a += "ting testing 123";
49 return "testing Testing testing 123456789012345".substring(8, 22);
54 return "Testing testing 123";
58 return "Te" + "\u1234t testing 123";
66 a += "ting testing 123";
72 return "Te\u1234t testing testing 123".substring(0, 14)
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 32 // The Google C++ Testing Framework (Google Test)
42 namespace testing { namespace
133 // Factory interface for death tests. May be mocked out for testing.
156 if (::testing::internal::AlwaysTrue()) { \
157 const ::testing::internal::RE& gtest_regex = (regex); \
158 ::testing::internal::DeathTest* gtest_dt; \
159 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
164 ::testing::internal::scoped_ptr< ::testing::internal::DeathTest> \
167 case ::testing::internal::DeathTest::OVERSEE_TEST:
    [all...]
  /frameworks/base/docs/html/resources/tutorials/testing/
helloandroid_test.jd 1 page.title=Hello, Testing
48 <a href="{@docRoot}resources/tutorials/testing/activity_test.html">Activity Testing</a>
54 <a href="{@docRoot}guide/topics/testing/testing_android.html">Testing Android Applications</a>
67 Android offers a powerful but easy-to-use testing framework that is well integrated with the SDK tools. Because writing
68 tests is an important part of any development effort, this tutorial introduces the basics of testing and helps you get started testing quickly.
76 the <a href="{@docRoot}guide/topics/testing/testing_android.html">Testing Android Applications</a> topic
    [all...]

Completed in 611 milliseconds

1 2 3 4 5 6 7 891011>>