/external/chromium/chrome/common/extensions/ |
update_manifest_unittest.cc | 119 TEST(ExtensionUpdateManifestTest, TestUpdateManifest) { 122 // Test parsing of a number of invalid xml cases
|
/external/chromium/net/ftp/ |
ftp_directory_listing_parser_unittest.cc | 22 TEST(FtpDirectoryListingBufferTest, Parse) { 83 SCOPED_TRACE(base::StringPrintf("Test[%" PRIuS "]: %s", i, test_files[i])); 130 ADD_FAILURE() << "invalid gold test data: " << type;
|
/external/chromium/net/proxy/ |
sync_host_resolver_bridge_unittest.cc | 17 // TODO(eroman): This test should be moved into 179 proxy_resolver_->GetProxyForURL(GURL("http://test/"), &results_, 213 // Test that a deadlock does not happen during shutdown when a host resolve 215 // This is a regression test for http://crbug.com/41244. 216 TEST(MultiThreadedProxyResolverTest, ShutdownIsCalledBeforeThreadJoin) {
|
/external/chromium/net/url_request/ |
url_request_throttler_unittest.cc | 219 class URLRequestThrottlerEntryTest : public testing::Test { 305 "Test case #" << i << " line " << test_values[i].line << " failed"; 368 TEST(URLRequestThrottlerManager, IsUrlStandardised) { 396 "Test case #" << i << " line " << test_values[i].line << " failed"; 400 TEST(URLRequestThrottlerManager, AreEntriesBeingCollected) { 417 TEST(URLRequestThrottlerManager, IsHostBeingRegistered) { 454 TEST(URLRequestThrottlerManager, OptOutHeader) {
|
/external/llvm/unittests/Support/ |
FileOutputBufferTest.cpp | 32 // NOTE: Temporarily run this test on unix only. Once the file mapping 37 TEST(FileOutputBuffer, Test) { 43 fs::unique_file("FileOutputBuffer-test-%%-%%-%%-%%/dir", fd, 49 // TEST 1: Verify commit case. 72 // TEST 2: Verify abort case. 88 // TEST 3: Verify sizing down case. 112 // TEST 4: Verify file can be made executable.
|
/external/llvm/unittests/VMCore/ |
PassManagerTest.cpp | 285 TEST(PassManager, RunOnce) { 286 Module M("test-once", getGlobalContext()); 309 TEST(PassManager, ReRun) { 310 Module M("test-rerun", getGlobalContext()); 359 TEST(PassManager, Memory) { 384 TEST(PassManager, MemoryOnTheFly) { 401 Module* mod = new Module("test-mem", getGlobalContext());
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_bootstrap_unittest.cc | 35 // This test insures that google/protobuf/descriptor.pb.{h,cc} match exactly 41 // If this test fails, run the script 119 TEST(BootstrapTest, GeneratedDescriptorMatches) {
|
/external/v8/test/cctest/ |
test-dataflow.cc | 37 TEST(BitVector) {
|
test-dtoa.cc | 59 TEST(DtoaVariousDoubles) { 267 TEST(DtoaGayShortest) { 287 TEST(DtoaGayFixed) { 310 TEST(DtoaGayPrecision) {
|
test-random.cc | 72 TEST(CrankshaftRandom) { 74 // Skip test if crankshaft is disabled. 96 // Test with some random values. 101 // Test that we bail out to runtime when seeds are uninitialized (zeros).
|
test-circular-queue.cc | 12 TEST(SamplingCircularQueue) { 114 TEST(SamplingCircularQueueMultithreading) { 116 // This test enqueues data from different threads. This corresponds
|
test-bignum.cc | 51 TEST(Assign) { 79 // The first real test, since this will not fit into one bigit. 120 TEST(ShiftLeft) { 158 TEST(AddUInt64) { 257 TEST(AddBignum) { 347 TEST(SubtractBignum) { 447 TEST(MultiplyUInt32) { 548 TEST(MultiplyUInt64) { 649 TEST(MultiplyPowerOfTen) { [all...] |
/external/valgrind/tsan/ |
suppressions_test.cc | 38 class BaseSuppressionsTest : public ::testing::Test { 361 class FailingSuppressionsTest : public ::testing::Test { 534 TEST(WildcardTest, Simple) { 544 TEST(WildcardTest, SingleCharacterWildcard) { 561 TEST(WildcardTest, MultiCharacterWildcard) { 590 TEST(WildcardTest, WildcardCharactersInText) {
|
/external/webrtc/src/system_wrappers/source/ |
list_unittest.cc | 337 TEST(ListWrapperTest,ReverseNewIntList) { 374 TEST(ListWrapperTest,PopTest) { 388 TEST(ListWrapperTest,InterLeaveTest) { 435 TEST(ListWrapperTest,InterLeaveTestII) {
|
/external/llvm/unittests/ADT/ |
IntervalMapTest.cpp | 20 TEST(IntervalMapTest, EmptyMap) { 54 TEST(IntervalMapTest, SingleEntryMap) { 141 TEST(IntervalMapTest, RootCoalescing) { 211 TEST(IntervalMapTest, RootMultiCoalescing) { 238 // Test advanceTo on flat tree. 318 // Test clear() on non-branched map. 325 TEST(IntervalMapTest, Branched) { 372 // Test advanceTo in same node. 461 // Test clear() on branched map. 468 TEST(IntervalMapTest, Branched2) [all...] |
TripleTest.cpp | 17 TEST(TripleTest, BasicParsing) { 75 TEST(TripleTest, ParsedIDs) { 134 TEST(TripleTest, Normalization) { 237 TEST(TripleTest, MutateName) { 279 TEST(TripleTest, BitWidthPredicates) { 331 TEST(TripleTest, BitWidthArchVariants) { 393 TEST(TripleTest, getOSVersion) {
|
/external/chromium/base/win/ |
pe_image_unittest.cc | 151 TEST(PEImageTest, EnumeratesPE) { 152 // Windows Server 2003 is not supported as a test environment for this test. 200 TEST(PEImageTest, RetrievesExports) {
|
/external/chromium/net/http/ |
http_auth_handler_factory_unittest.cc | 41 TEST(HttpAuthHandlerFactoryTest, RegistryFactory) { 63 // Test what happens with a single scheme. 73 // Test multiple schemes 83 // Test case-insensitivity 88 // Test replacement of existing auth scheme 99 TEST(HttpAuthHandlerFactoryTest, DefaultFactory) {
|
http_auth_cache_unittest.cc | 74 // Test adding and looking-up cache entries (both by realm and by path). 75 TEST(HttpAuthCacheTest, Basic) { 228 TEST(HttpAuthCacheTest, AddPath) { 262 TEST(HttpAuthCacheTest, AddToExistingEntry) { 290 TEST(HttpAuthCacheTest, Remove) { 371 TEST(HttpAuthCacheTest, UpdateStaleChallenge) { 421 // Test fixture class for eviction tests (contains helpers for bulk 423 class HttpAuthCacheEvictionTest : public testing::Test {
|
/external/icu4c/test/letest/ |
Makefile.in | 1 ## Makefile.in for ICU - test/letest 17 subdir = test/letest 28 BUILDDIR := $(BUILDDIR:test/cintltst/../../=) 30 BUILDDIR := $(BUILDDIR:test\\cintltst/../../=) 32 BUILDDIR := $(BUILDDIR:TEST\\CINTLTST/../../=) 73 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectWizardState.java | 47 /** The mode to run the wizard in: creating test, or sample, or plain project */ 115 * A reference to a different project that the current test project will be 120 * If true, this test project should be testing itself, otherwise it will be 129 * If true, create a test project along with this plain project which will 135 * The application name of the test application (only applies when 145 * The package name of the test application (only applies when 155 * The project name of the test project (only applies when 188 } else if (mode == Mode.TEST) { 398 * Create a test project, either testing itself or some other project. 399 * Note that even if in the {@link #ANY} mode, a test project can b [all...] |
/external/chromium/base/ |
string_piece_unittest.cc | 13 TEST(StringPieceTest, CheckComparisonOperators) { 96 TEST(StringPieceTest, CheckSTL) { 402 TEST(StringPieceTest, CheckCustom) { 499 TEST(StringPieceTest, CheckNULL) { 510 TEST(StringPieceTest, CheckComparisons2) { 534 TEST(StringPieceTest, StringCompareNotAmbiguous) { 539 TEST(StringPieceTest, HeterogenousStringPieceEquals) {
|
/external/chromium/chrome/browser/ui/ |
window_sizer_unittest.cc | 179 // Test that the window is sized appropriately for the first run experience 181 TEST(WindowSizerTest, DefaultSizeCase) { 299 // Test that the next opened window is positioned appropriately given the 301 TEST(WindowSizerTest, LastWindowBoundsCase) { 357 // Test that the window opened is sized appropriately given persisted sizes. 358 TEST(WindowSizerTest, PersistedBoundsCase) { 484 TEST(WindowSizerTest, LastWindowOffscreenWithAggressiveRepositioning) { 538 TEST(WindowSizerTest, PersistedWindowOffscreenWithAggressiveRepositioning) { 714 TEST(WindowSizerTest, LastWindowOffscreenWithNonAggressiveRepositioning) { 790 TEST(WindowSizerTest, PersistedWindowOffscreenWithNonAggressiveRepositioning) [all...] |
/external/chromium/net/base/ |
x509_cert_types_mac_unittest.cc | 216 TEST(X509TypesTest, Matching) { 253 TEST(X509TypesTest, ParseDNVerisign) { 265 TEST(X509TypesTest, ParseDNStartcom) { 277 TEST(X509TypesTest, ParseDNUserTrust) { 293 TEST(X509TypesTest, ParseDNTurkTrust) { 307 TEST(X509TypesTest, ParseDNATrust) { 323 TEST(X509TypesTest, ParseDNEntrust) {
|
/external/zlib/src/ |
configure | 37 if "${CROSS_PREFIX}ar" --version >/dev/null 2>/dev/null || test $? -lt 126; then 39 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 42 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 45 if "${CROSS_PREFIX}ranlib" --version >/dev/null 2>/dev/null || test $? -lt 126; then 47 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log 51 if "${CROSS_PREFIX}nm" --version >/dev/null 2>/dev/null || test $? -lt 126; then 53 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log 81 while test $# -ge 1 114 test=ztest$$ 119 *$test.c* [all...] |