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

<<31323334353637383940>>

  /external/guava/guava-tests/test/com/google/common/primitives/
FloatArrayAsListTest.java 23 import com.google.common.collect.testing.ListTestSuiteBuilder;
24 import com.google.common.collect.testing.SampleElements;
25 import com.google.common.collect.testing.TestListGenerator;
26 import com.google.common.collect.testing.features.CollectionFeature;
27 import com.google.common.collect.testing.features.CollectionSize;
28 import com.google.common.collect.testing.features.ListFeature;
IntArrayAsListTest.java 23 import com.google.common.collect.testing.ListTestSuiteBuilder;
24 import com.google.common.collect.testing.SampleElements;
25 import com.google.common.collect.testing.TestListGenerator;
26 import com.google.common.collect.testing.features.CollectionFeature;
27 import com.google.common.collect.testing.features.CollectionSize;
28 import com.google.common.collect.testing.features.ListFeature;
LongArrayAsListTest.java 23 import com.google.common.collect.testing.ListTestSuiteBuilder;
24 import com.google.common.collect.testing.SampleElements;
25 import com.google.common.collect.testing.TestListGenerator;
26 import com.google.common.collect.testing.features.CollectionFeature;
27 import com.google.common.collect.testing.features.CollectionSize;
28 import com.google.common.collect.testing.features.ListFeature;
ShortArrayAsListTest.java 23 import com.google.common.collect.testing.ListTestSuiteBuilder;
24 import com.google.common.collect.testing.SampleElements;
25 import com.google.common.collect.testing.TestListGenerator;
26 import com.google.common.collect.testing.features.CollectionFeature;
27 import com.google.common.collect.testing.features.CollectionSize;
28 import com.google.common.collect.testing.features.ListFeature;
  /external/protobuf/gtest/test/
gtest_environment_test.cc 38 namespace testing { namespace
48 // For testing using global test environments.
49 class MyEnvironment : public testing::Environment {
132 testing::InitGoogleTest(&argc, argv);
137 Check(testing::AddGlobalTestEnvironment(env) == env,
175 testing::GTEST_FLAG(filter) = "-*";
  /hardware/ril/mock-ril/
README.txt 15 Running/testing:
17 See "Testing a new ril:" below for general instructions but
19 ease testing. Also Makefile needs to know the device being
95 Testing a new ril:
97 The Makefile is used to generate files and make testing easier.
109 General instructions for testing ril's:
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherOutputStream1Test.java 60 * CipherOutputStream(OutputStream os) method testing. Tests that
77 * write(int b) method testing. Tests that method writes correct values to
95 * write(byte[] b) method testing. Tests that method writes correct values
118 * write(byte[] b, int off, int len) method testing.
160 * flush() method testing. Tests that method flushes the data to the
176 * close() method testing. Tests that the method calls the close() method of
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
RC2ParameterSpecTest.java 39 * RC2ParameterSpec(int effectiveKeyBits, byte[] iv) method testing.
71 * testing. Tests that IllegalArgumentException is thrown in the case of
102 * getEffectiveKeyBits() method testing. Tests that returned value is
116 * getIV() method testing. Tests that returned array is equal to the
141 * equals(Object obj) method testing. Tests the correctness of equal
182 * hashCode() method testing. Tests that for equal objects hash codes
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h.pump 36 // in Google C++ Testing Framework (Google Test)
52 // class. It must be derived from testing::TestWithParam<T>, where T is
54 // from testing::Test. T can be any copyable type. If it's a raw pointer,
57 class FooTest : public ::testing::TestWithParam<const char*> {
80 // are all in the testing namespace:
161 namespace testing {
329 // It is useful when testing code that depends on Boolean flags. Combinations
336 // class FlagDependentTest : public testing::TestWithParam<bool> {
371 // : public testing::TestWithParam<tuple<const char*, Color> > {...};
383 // : public testing::TestWithParam<tuple(bool, bool)> >
    [all...]
gtest.h 32 // The Google C++ Testing Framework (Google Test)
84 namespace testing { namespace
196 // testing::AssertionResult IsEven(const char* expr, int n) {
197 // if ((n % 2) == 0) return testing::AssertionSuccess();
202 // return testing::AssertionFailure(msg);
251 // class FooTest : public testing::Test {
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 10 var Testing = new Object();
233 if (Testing.LoopCount > Testing.LoopMax) return;
234 var TestingStr = String(Testing.LoopCount);
247 Testing.LoopCount++;
254 Testing.LoopCount = 0;
255 Testing.LoopMax = 50;
256 Testing.TimeMax = 0;
257 Testing.TimeAvg = 0;
258 Testing.TimeMin = 0
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 10 var Testing = new Object();
233 if (Testing.LoopCount > Testing.LoopMax) return;
234 var TestingStr = String(Testing.LoopCount);
247 Testing.LoopCount++;
254 Testing.LoopCount = 0;
255 Testing.LoopMax = 50;
256 Testing.TimeMax = 0;
257 Testing.TimeAvg = 0;
258 Testing.TimeMin = 0
    [all...]
  /frameworks/base/docs/html/tools/
tools_toc.cs 66 <div class="nav-section-header"><a href="<?cs var:toroot?>tools/testing/index.html">
67 <span class="en">Testing</span>
71 <a href="<?cs var:toroot?>tools/testing/testing_android.html">
74 <li><a href="<?cs var:toroot ?>tools/testing/testing_eclipse.html">
77 <li><a href="<?cs var:toroot ?>tools/testing/testing_otheride.html">
81 <a href="<?cs var:toroot?>tools/testing/activity_testing.html">
82 <span class="en">Activity Testing</span></a>
85 <a href="<?cs var:toroot?>tools/testing/service_testing.html">
86 <span class="en">Service Testing</span></a>
89 <a href="<?cs var:toroot?>tools/testing/contentprovider_testing.html"
    [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc 43 bool dummy = testing::GTEST_FLAG(also_run_disabled_tests)
44 || testing::GTEST_FLAG(break_on_failure)
45 || testing::GTEST_FLAG(catch_exceptions)
46 || testing::GTEST_FLAG(color) != "unknown"
47 || testing::GTEST_FLAG(filter) != "unknown"
48 || testing::GTEST_FLAG(list_tests)
49 || testing::GTEST_FLAG(output) != "unknown"
50 || testing::GTEST_FLAG(print_time)
51 || testing::GTEST_FLAG(random_seed)
52 || testing::GTEST_FLAG(repeat) >
78 namespace testing { namespace
4123 namespace testing { namespace
5096 namespace testing { namespace
6212 namespace testing { namespace in namespace:my_namespace
    [all...]
  /external/gtest/test/
gtest_unittest.cc 43 bool dummy = testing::GTEST_FLAG(also_run_disabled_tests)
44 || testing::GTEST_FLAG(break_on_failure)
45 || testing::GTEST_FLAG(catch_exceptions)
46 || testing::GTEST_FLAG(color) != "unknown"
47 || testing::GTEST_FLAG(filter) != "unknown"
48 || testing::GTEST_FLAG(list_tests)
49 || testing::GTEST_FLAG(output) != "unknown"
50 || testing::GTEST_FLAG(print_time)
51 || testing::GTEST_FLAG(random_seed)
52 || testing::GTEST_FLAG(repeat) >
78 namespace testing { namespace
4123 namespace testing { namespace
5096 namespace testing { namespace
6212 namespace testing { namespace in namespace:my_namespace
    [all...]
  /external/littlemock/tests/com/google/testing/littlemock/
LittleMockTest.java 17 package com.google.testing.littlemock;
19 import static com.google.testing.littlemock.LittleMock.anyBoolean;
20 import static com.google.testing.littlemock.LittleMock.anyByte;
21 import static com.google.testing.littlemock.LittleMock.anyChar;
22 import static com.google.testing.littlemock.LittleMock.anyDouble;
23 import static com.google.testing.littlemock.LittleMock.anyFloat;
24 import static com.google.testing.littlemock.LittleMock.anyInt;
25 import static com.google.testing.littlemock.LittleMock.anyLong;
26 import static com.google.testing.littlemock.LittleMock.anyObject;
27 import static com.google.testing.littlemock.LittleMock.anyShort
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MultimapCollectionTest.java 20 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
21 import static com.google.common.collect.testing.features.CollectionFeature.REMOVE_OPERATIONS;
22 import static com.google.common.collect.testing.google.AbstractMultisetSetCountTester.getSetCountDuplicateInitializingMethods;
23 import static com.google.common.collect.testing.google.MultisetIteratorTester.getIteratorDuplicateInitializingMethods;
24 import static com.google.common.collect.testing.google.MultisetReadsTester.getReadsDuplicateInitializingMethods;
31 import com.google.common.collect.testing.CollectionTestSuiteBuilder;
32 import com.google.common.collect.testing.ListTestSuiteBuilder;
33 import com.google.common.collect.testing.SampleElements;
34 import com.google.common.collect.testing.SetTestSuiteBuilder;
35 import com.google.common.collect.testing.TestCollectionGenerator
    [all...]
  /frameworks/base/docs/html/guide/google/play/billing/
billing_testing.jd 1 page.title=Testing In-app Billing
10 <li><a href="#billing-testing-static">Testing in-app purchases with static responses</a></li>
11 <li><a href="#billing-testing-real">Testing in-app purchases using your own product IDs</a></li>
40 device. You cannot use the Android emulator to test in-app billing. The device you use for testing
50 <h2 id="billing-testing-static">Testing in-app purchases with static responses</h2>
74 <p>There are four reserved product IDs for testing static in-app billing responses:</p>
111 href="{@docRoot}guide/google/play/billing/billing_admin.html#billing-testing-setup">test accounts</a> o
    [all...]
  /external/chromium/chrome/browser/
about_flags_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
86 class AboutFlagsTest : public ::testing::Test {
95 testing::ClearState();
107 testing::SetExperiments(kExperiments, arraysize(kExperiments));
111 testing::SetExperiments(NULL, 0);
297 std::string(testing::kMultiSeparator) +
310 std::string(testing::kMultiSeparator) +
322 testing::SetExperiments(NULL, 0);
324 const Experiment* experiments = testing::GetExperiments(&count);
327 EXPECT_EQ(std::string::npos, name.find(testing::kMultiSeparator)) << i
    [all...]
  /external/chromium/chrome/browser/net/
pref_proxy_config_service_unittest.cc 16 #include "testing/gmock/include/gmock/gmock.h"
17 #include "testing/gtest/include/gtest/gtest.h"
19 using testing::_;
20 using testing::Mock;
26 // Testing proxy config service that allows us to fire notifications at will.
108 : public PrefProxyConfigServiceTestBase<testing::Test> {
266 // Test parameter object for testing command line proxy configuration.
268 // Explicit assignment operator, so testing::TestWithParam works with MSVC.
302 testing::TestWithParam<CommandLineTestParams> > {
454 testing::ValuesIn(kCommandLineTestParams))
    [all...]
  /external/chromium/chrome/browser/policy/
device_management_service_unittest.cc 19 #include "testing/gmock/include/gmock/gmock.h"
20 #include "testing/gtest/include/gtest/gtest.h"
22 using testing::_;
23 using testing::IgnoreResult;
24 using testing::InvokeWithoutArgs;
30 // Encoded empty response messages for testing the error code paths.
101 testing::TestWithParam<FailedRequestParams> > {
159 testing::Values(
206 // Simple query parameter parser for testing.
247 : public DeviceManagementServiceTestBase<testing::Test>
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_editor_unittest.mm 15 #include "testing/gmock/include/gmock/gmock-matchers.h"
16 #include "testing/gtest/include/gtest/gtest.h"
17 #import "testing/gtest_mac.h"
18 #include "testing/platform_test.h"
21 using ::testing::Return;
22 using ::testing::ReturnArg;
23 using ::testing::StrictMock;
24 using ::testing::A;
39 [field_ setStringValue:@"Testing"];
153 // Base class for testing AutocompleteTextFieldObserver messages
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-actions.h 44 namespace testing { namespace
632 // error messages tractable, we define it in the testing namespace
633 // instead of testing::internal. However, this is an INTERNAL TYPE
2223 namespace testing { namespace
    [all...]
  /external/chromium/testing/gmock/test/
gmock-generated-matchers_test.cc 59 using testing::_;
60 using testing::Args;
61 using testing::Contains;
62 using testing::ElementsAre;
63 using testing::ElementsAreArray;
64 using testing::Eq;
65 using testing::Ge;
66 using testing::Gt;
67 using testing::Lt;
68 using testing::MakeMatcher
    [all...]
  /external/regex-re2/
ucs2.diff 347 ==== re2/testing/backtrack.cc#4 - re2/testing/backtrack.cc#5 ====
348 re2/testing/backtrack.cc#4:134,141 - re2/testing/backtrack.cc#5:134,139
357 ==== re2/testing/tester.cc#12 - re2/testing/tester.cc#13 ====
358 re2/testing/tester.cc#12:144,154 - re2/testing/tester.cc#13:144,152
370 re2/testing/tester.cc#12:179,189 - re2/testing/tester.cc#13:177,18
    [all...]

Completed in 898 milliseconds

<<31323334353637383940>>