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

<<11121314151617181920>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapHashCodeTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
22 import com.google.common.collect.testing.AbstractMapTester;
23 import com.google.common.collect.testing.features.CollectionSize;
24 import com.google.common.collect.testing.features.MapFeature;
SetEqualsTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
21 import com.google.common.collect.testing.Helpers;
22 import com.google.common.collect.testing.MinimalSet;
23 import com.google.common.collect.testing.features.CollectionFeature;
24 import com.google.common.collect.testing.features.CollectionSize;
  /external/guava/guava-tests/test/com/google/common/collect/
ContiguousSetNonGwtTest.java 22 import com.google.common.collect.testing.SampleElements;
23 import com.google.common.collect.testing.SetTestSuiteBuilder;
24 import com.google.common.collect.testing.TestSetGenerator;
25 import com.google.common.collect.testing.features.CollectionFeature;
26 import com.google.common.collect.testing.features.CollectionSize;
27 import com.google.common.collect.testing.testers.SetHashCodeTester;
TransformedSetTest.java 21 import com.google.common.collect.testing.SampleElements;
22 import com.google.common.collect.testing.SetTestSuiteBuilder;
23 import com.google.common.collect.testing.TestSetGenerator;
24 import com.google.common.collect.testing.features.CollectionFeature;
25 import com.google.common.collect.testing.features.CollectionSize;
26 import com.google.common.collect.testing.features.SetFeature;
LenientSerializableTester.java 19 import static com.google.common.testing.SerializableTester.reserialize;
25 import com.google.common.testing.SerializableTester;
42 * TODO(cpovirk): move this to c.g.c.testing if we allow for c.g.c.annotations dependencies so
  /external/protobuf/gtest/test/
gtest_filter_unittest_.cc 36 // flag. This is used for testing such functionality.
47 class FooTest : public testing::Test {
121 class ParamTest : public testing::TestWithParam<int> {
130 INSTANTIATE_TEST_CASE_P(SeqP, ParamTest, testing::Values(1, 2));
131 INSTANTIATE_TEST_CASE_P(SeqQ, ParamTest, testing::Values(5, 6));
137 ::testing::InitGoogleTest(&argc, argv);
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
complex-keys.js 11 debug("Testing " + storageString);
41 debug("Testing a null key");
58 debug("Testing an undefined key");
75 debug("Testing a numeric key");
100 debug("Testing case differences");
117 debug("Testing overriding length");
  /external/icu4c/test/cintltst/
putiltst.c 39 log_verbose("Testing the API uprv_modf()\n");
50 log_verbose("Testing the API uprv_fmod()\n");
54 log_verbose("Testing the API uprv_ceil()\n");
58 log_verbose("Testing the API uprv_floor()\n");
62 log_verbose("Testing the API uprv_fabs()\n");
66 log_verbose("Testing the API uprv_fmax()\n");
69 log_verbose("Testing the API uprv_fmax() with x value= NaN\n");
73 log_verbose("Testing the API uprv_fmin()\n");
76 log_verbose("Testing the API uprv_fmin() with x value= NaN\n");
80 log_verbose("Testing the API uprv_max()\n")
    [all...]
  /external/chromium/base/
dir_reader_posix_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
19 typedef testing::Test DirReaderPosixUnittest;
64 SCOPED_TRACE(testing::Message() << "reader.name(): " << reader.name());
spin_wait.h 5 // This file provides a macro ONLY for use in testing.
8 // This code is very helpful in testing multi-threaded code, without depending
9 // on almost any primitives. This is especially helpful if you are testing
  /external/chromium/chrome/browser/
background_mode_manager_unittest.cc 13 #include "testing/gmock/include/gmock/gmock.h"
14 #include "testing/gtest/include/gtest/gtest.h"
16 using testing::InSequence;
  /external/chromium/chrome/browser/chromeos/login/
owner_key_utils_unittest.cc 17 #include "testing/gmock/include/gmock/gmock.h"
18 #include "testing/gtest/include/gtest/gtest.h"
22 class OwnerKeyUtilsTest : public ::testing::Test {
  /external/chromium/chrome/browser/prefs/
session_startup_pref_unittest.cc 8 #include "testing/gmock/include/gmock/gmock.h"
9 #include "testing/gtest/include/gtest/gtest.h"
12 class SessionStartupPrefTest : public testing::Test {
  /external/chromium/chrome/browser/sync/engine/
cleanup_disabled_types_command_unittest.cc 12 #include "testing/gtest/include/gtest/gtest.h"
13 #include "testing/gmock/include/gmock/gmock.h"
15 using testing::_;
  /external/chromium/chrome/browser/sync/
js_test_util.h 16 #include "testing/gmock/include/gmock/gmock.h"
30 ::testing::Matcher<const JsArgList&> HasArgs(const JsArgList& expected_args);
33 ::testing::Matcher<const JsArgList&> HasArgsAsList(
  /external/chromium/chrome/browser/ui/cocoa/download/
download_util_mac_unittest.mm 12 #include "testing/gtest/include/gtest/gtest.h"
13 #import "testing/gtest_mac.h"
14 #include "testing/platform_test.h"
  /external/chromium/chrome/browser/ui/cocoa/
hyperlink_button_cell_unittest.mm 10 #include "testing/gtest/include/gtest/gtest.h"
11 #include "testing/platform_test.h"
22 [[HyperlinkButtonCell alloc] initTextCell:@"Testing"]);
  /external/chromium/chrome/browser/ui/webui/
constrained_html_ui_browsertest.cc 16 #include "testing/gmock/include/gmock/gmock.h"
17 #include "testing/gtest/include/gtest/gtest.h"
19 using testing::Eq;
  /external/chromium/net/websockets/
websocket_handshake_draft75_unittest.cc 10 #include "testing/gtest/include/gtest/gtest.h"
11 #include "testing/gmock/include/gmock/gmock.h"
12 #include "testing/platform_test.h"
133 testing::HasSubstr("GET /Test?q=xxx&p=%20 HTTP/1.1\r\n"));
144 testing::HasSubstr("Host: example.com\r\n"));
146 testing::HasSubstr("Origin: http://example.com\r\n"));
157 testing::HasSubstr("Host: example.com\r\n"));
168 testing::HasSubstr("Host: example.com\r\n"));
180 testing::HasSubstr("Host: example.com:8080\r\n"));
192 testing::HasSubstr("Host: example.com:4443\r\n"))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
testing.properties.template 17 #directory on test machine where automated testing framework will be installed. ${buildLabel}
21 #name of zip file containing automated testing framework and JUnit test plug-ins
28 executionDir=${testDir}\\eclipse-testing
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
TestStringMultisetGenerator.java 17 package com.google.common.collect.testing.google;
21 import com.google.common.collect.testing.SampleElements;
22 import com.google.common.collect.testing.SampleElements.Strings;
  /external/guava/guava-testlib/src/com/google/common/testing/
TearDown.java 17 package com.google.common.testing;
33 * {@code com.google.common.testing.junit3.TearDownTestCase} and
34 * {@code com.google.common.testing.junit4.TearDownTestCase} for example.
  /external/guava/guava-tests/test/com/google/common/base/
EquivalencesTest.java 21 import com.google.common.testing.EqualsTester;
22 import com.google.common.testing.EquivalenceTester;
23 import com.google.common.testing.SerializableTester;
  /external/llvm/utils/lit/
setup.py 14 description = "A Software Testing Tool",
25 designed to be a lightweight testing tool with as simple a user interface as
60 'Topic :: Software Development :: Testing',
  /external/webkit/LayoutTests/storage/domstorage/
complex-keys-expected.txt 6 Testing sessionStorage
31 Testing a null key
46 Testing an undefined key
61 Testing a numeric key
82 Testing case differences
97 Testing overriding length
121 Testing localStorage
146 Testing a null key
161 Testing an undefined key
176 Testing a numeric ke
    [all...]

Completed in 1397 milliseconds

<<11121314151617181920>>