HomeSort by relevance Sort by last modified time
    Searched full:testing (Results 801 - 825 of 8489) sorted by null

<<31323334353637383940>>

  /external/chromium/chrome/browser/chromeos/status/
power_menu_button_browsertest.cc 17 using ::testing::AnyNumber;
18 using ::testing::InvokeWithoutArgs;
19 using ::testing::Return;
20 using ::testing::ReturnRef;
21 using ::testing::_;
  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker_unittest.cc 16 #include "testing/gmock/include/gmock/gmock.h"
17 #include "testing/gtest/include/gtest/gtest.h"
23 using testing::_;
24 using testing::Invoke;
55 class SandboxedExtensionUnpackerTest : public testing::Test {
  /external/chromium/chrome/browser/prefs/
overlay_persistent_pref_store_unittest.cc 9 #include "testing/gmock/include/gmock/gmock.h"
10 #include "testing/gtest/include/gtest/gtest.h"
12 using ::testing::Mock;
13 using ::testing::StrEq;
17 class OverlayPersistentPrefStoreTest : public testing::Test {
  /external/chromium/chrome/browser/profiles/
profile_manager_unittest.cc 21 #include "testing/gmock/include/gmock/gmock.h"
22 #include "testing/gtest/include/gtest/gtest.h"
32 class ProfileManagerTest : public testing::Test {
169 EXPECT_CALL(mock_observer, OnProfileCreated(testing::NotNull())).Times(1);
209 EXPECT_CALL(mock_observer, OnProfileCreated(testing::NotNull())).Times(2);
  /external/chromium/chrome/browser/sessions/
base_session_service.h 86 // Returns the thread the backend runs on. This returns NULL during testing.
150 // If testing, ReadLastSessionCommands is invoked directly.
156 // If testing, ReadLastSessionCommands is invoked directly.
165 // The profile. This may be null during testing.
174 // Thread backend tasks are run on, is NULL during testing.
  /external/chromium/testing/gmock/src/
gmock-internal-utils.cc 47 namespace testing { namespace
75 // use Google Mock with a testing framework other than Google Test.
166 << ::testing::internal::GetCurrentOsStackTraceExceptTop(
167 ::testing::UnitTest::GetInstance(), actual_to_skip);
173 } // namespace testing
  /external/chromium/testing/gmock/test/
gmock-generated-internal-utils_test.cc 43 using ::testing::Matcher;
44 using ::testing::internal::CompileAssertTypesEqual;
45 using ::testing::internal::MatcherTuple;
46 using ::testing::internal::Function;
47 using ::testing::internal::IgnoredValue;
gmock_test.cc 41 using testing::GMOCK_FLAG(verbose);
42 using testing::InitGoogleMock;
43 using testing::internal::g_init_gtest_count;
252 bool dummy = testing::GMOCK_FLAG(catch_leaked_mocks) &&
253 testing::GMOCK_FLAG(verbose) == "";
gmock-spec-builders_test.cc 48 namespace testing { namespace
51 // Helper class for testing the Expectation class template.
61 } // namespace testing
65 using testing::_;
66 using testing::AnyNumber;
67 using testing::AtLeast;
68 using testing::AtMost;
69 using testing::Between;
70 using testing::Cardinality;
71 using testing::CardinalityInterface
    [all...]
gmock-more-actions_test.cc 45 namespace testing { namespace
54 using testing::_;
55 using testing::Action;
56 using testing::ActionInterface;
57 using testing::DeleteArg;
58 using testing::Invoke;
59 using testing::Return;
60 using testing::ReturnArg;
61 using testing::ReturnPointee;
62 using testing::SaveArg
    [all...]
  /external/dbus/test/data/sha-1/
Readme.txt 3 Sample Vectors for SHA-1 Testing
25 Additional testing of an implementation can be performed by testing that the implementation
28 testing the messages are from 1025 to 103425 bits long (length=1025+i*1024, where 0<=i<100). For
29 byte oriented testing the messages are from 1032 to 103432 (length=1032+i*1024, where 0<=i<100).
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
PerCollectionSizeTestSuiteBuilder.java 17 package com.google.common.collect.testing;
19 import com.google.common.collect.testing.features.CollectionSize;
20 import com.google.common.collect.testing.features.Feature;
21 import com.google.common.collect.testing.features.FeatureUtil;
70 logger.fine(" Testing: " + name);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMapGenerators.java 17 package com.google.common.collect.testing.google;
24 import com.google.common.collect.testing.SampleElements;
25 import com.google.common.collect.testing.TestCollectionGenerator;
26 import com.google.common.collect.testing.TestMapEntrySetGenerator;
27 import com.google.common.collect.testing.TestStringSetGenerator;
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingCollectionTest.java 21 import com.google.common.collect.testing.CollectionTestSuiteBuilder;
22 import com.google.common.collect.testing.MinimalCollection;
23 import com.google.common.collect.testing.TestStringCollectionGenerator;
24 import com.google.common.collect.testing.features.CollectionFeature;
25 import com.google.common.collect.testing.features.CollectionSize;
ForwardingListTest.java 19 import com.google.common.collect.testing.ListTestSuiteBuilder;
20 import com.google.common.collect.testing.TestStringListGenerator;
21 import com.google.common.collect.testing.features.CollectionFeature;
22 import com.google.common.collect.testing.features.CollectionSize;
23 import com.google.common.collect.testing.features.ListFeature;
ForwardingSetTest.java 21 import com.google.common.collect.testing.MinimalSet;
22 import com.google.common.collect.testing.SetTestSuiteBuilder;
23 import com.google.common.collect.testing.TestStringSetGenerator;
24 import com.google.common.collect.testing.features.CollectionFeature;
25 import com.google.common.collect.testing.features.CollectionSize;
MutableClassToInstanceMapTest.java 20 import com.google.common.collect.testing.MapTestSuiteBuilder;
21 import com.google.common.collect.testing.features.CollectionSize;
22 import com.google.common.collect.testing.features.MapFeature;
23 import com.google.common.collect.testing.testers.MapPutTester;
91 * We'll give ourselves a pass on testing all the possible ways of
  /external/protobuf/gtest/test/
gtest-message_test.cc 40 using ::testing::Message;
41 using ::testing::internal::StrStream;
45 static testing::internal::String result;
50 // Tests the testing::Message class
149 EXPECT_STREQ("Hello", testing::internal::StrStreamToString(&ss).c_str());
gtest_unittest.cc 41 bool dummy = testing::GTEST_FLAG(also_run_disabled_tests)
42 || testing::GTEST_FLAG(break_on_failure)
43 || testing::GTEST_FLAG(catch_exceptions)
44 || testing::GTEST_FLAG(color) != "unknown"
45 || testing::GTEST_FLAG(filter) != "unknown"
46 || testing::GTEST_FLAG(list_tests)
47 || testing::GTEST_FLAG(output) != "unknown"
48 || testing::GTEST_FLAG(print_time)
49 || testing::GTEST_FLAG(random_seed)
50 || testing::GTEST_FLAG(repeat) >
81 namespace testing { namespace
4291 namespace testing { namespace
5096 namespace testing { namespace
6121 namespace testing { namespace in namespace:my_namespace
    [all...]
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.h 91 // Repaint testing.
96 // Animation testing.
102 // Compositing testing.
105 // UserContent testing.
109 // Text search testing.
  /frameworks/base/docs/html/tools/testing/
what_to_test.jd 2 parent.title=Testing
11 site is another resource for information about testing.
13 <h2 id="Tests">Ideas for Testing</h2>
27 re-start the foreground Activity. You should consider testing the following:
48 the foreground Activity. Besides testing that the application maintains the UI and its
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
OAEPParameterSpecTest.java 41 * mgfSpec, PSource pSrc) method testing. Tests that NullPointerException
94 * getDigestAlgorithm() method testing.
110 * getMGFAlgorithm() method testing.
126 * getMGFParameters() method testing.
142 * getPSource() method testing.
  /libcore/luni/src/test/java/tests/security/cert/
X509CRLEntryTest.java 42 * The stub class used for testing of non abstract methods.
95 * X509CRLEntry() method testing. Tests for creating object.
113 * equals(Object other) method testing. Tests the correctness of equal
164 * hashCode() method testing. Tests that for equal objects hash codes
178 * getCertificateIssuer() method testing. Tests if the method throws
  /hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
FmTx.java 856 /* Keys A to L are mapped to different get APIs for Testing */
859 Log.i(TAG, "Testing txSetRdsTextPsMsg(psStr) returned = "
865 Log.i(TAG, "Testing txWriteRdsRawData(RawData) returned= "
877 Log.i(TAG, "Testing txSetMonoStereoMode(0) returned= "
883 Log.i(TAG, "Testing txSetPreEmphasisFilter(1) returned = "
889 Log.i(TAG, "Testing txSetMuteMode(0) returned = "
895 Log.i(TAG, "Testing txSetRdsAfCode(224) returned = "
901 Log.i(TAG,"Testing txSetRdsPiCode(5) returned = "
907 Log.i(TAG, "Testing txSetRdsPtyCode(0) returned = "
913 Log.i(TAG, "Testing txSetRdsTextRepertoire(0) returned =
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest-param-test.h.pump 36 // in Google C++ Testing Framework (Google Test)
52 // class. It is usually derived from testing::TestWithParam<T> (see below for
55 // TestWithParam<T> is itself derived from testing::Test. T can be any
59 class FooTest : public ::testing::TestWithParam<const char*> {
82 // are all in the testing namespace:
154 // A parameterized test fixture must be derived from testing::Test and from
155 // testing::WithParamInterface<T>, where T is the type of the parameter
161 class BaseTest : public ::testing::Test {
166 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
196 namespace testing {
    [all...]

Completed in 343 milliseconds

<<31323334353637383940>>