/external/expat/tests/ |
README.txt | 2 tests provide general unit testing and regression coverage. The tests 7 unit testing framework for C. More information on Check can be found at:
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
ListAddTester.java | 17 package com.google.common.collect.testing.testers; 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD; 21 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 23 import com.google.common.collect.testing.Helpers; 24 import com.google.common.collect.testing.features.CollectionFeature; 25 import com.google.common.collect.testing.features.CollectionSize; 33 * {@link com.google.common.collect.testing.ListTestSuiteBuilder}.
|
ListRemoveAllTester.java | 17 package com.google.common.collect.testing.testers; 19 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE_ALL; 20 import static com.google.common.collect.testing.features.CollectionSize.ONE; 21 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 23 import com.google.common.collect.testing.MinimalCollection; 24 import com.google.common.collect.testing.features.CollectionFeature; 25 import com.google.common.collect.testing.features.CollectionSize; 30 * {@link com.google.common.collect.testing.ListTestSuiteBuilder}.
|
ListRemoveAtIndexTester.java | 17 package com.google.common.collect.testing.testers; 19 import static com.google.common.collect.testing.features.CollectionSize.ONE; 20 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 21 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_REMOVE_WITH_INDEX; 23 import com.google.common.collect.testing.Helpers; 24 import com.google.common.collect.testing.features.CollectionSize; 25 import com.google.common.collect.testing.features.ListFeature; 32 * {@link com.google.common.collect.testing.ListTestSuiteBuilder}.
|
MapContainsValueTester.java | 17 package com.google.common.collect.testing.testers; 19 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 20 import static com.google.common.collect.testing.features.MapFeature.*; 22 import com.google.common.collect.testing.AbstractMapTester; 23 import com.google.common.collect.testing.WrongType; 24 import com.google.common.collect.testing.features.CollectionSize; 25 import com.google.common.collect.testing.features.MapFeature; 30 * {@link com.google.common.collect.testing.MapTestSuiteBuilder}.
|
QueueElementTester.java | 17 package com.google.common.collect.testing.testers; 19 import static com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER; 20 import static com.google.common.collect.testing.features.CollectionSize.ONE; 21 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL; 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 24 import com.google.common.collect.testing.features.CollectionFeature; 25 import com.google.common.collect.testing.features.CollectionSize; 32 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
|
/external/openssl/crypto/threads/ |
README | 1 Mutithreading testing area. 6 mttest will do some testing and will currently build under Windows NT/95,
|
/external/webkit/LayoutTests/fast/dom/TreeWalker/script-tests/ |
acceptNode-filter.js | 16 debug("Testing with raw function filter"); 21 debug("<br>Testing with object filter"); 34 debug("<br>Testing with null filter"); 40 debug("<br>Testing with undefined filter"); 46 debug("<br>Testing with object lacking acceptNode property"); 54 debug("<br>Testing with object with non-function acceptNode property"); 62 debug("<br>Testing with function having acceptNode function"); 70 debug("<br>Testing acceptNode callee");
|
/external/v8/test/cctest/ |
test-flags.cc | 92 "--testing_float_flag", "-12E10", "-testing-string-flag=foo-bar" }; 109 "-testing-string-flag=foo-bar"; 157 const char* argv[] = { "Test5", "--testing-int-flag", "0", 168 const char* str = " --testing-int-flag 0 --testing_float_flag "; 177 "--testing-int-flag", "42", 178 "--", "testing-float-flag", "7"}; 185 CHECK_EQ(0, strcmp(FLAG_js_arguments[0], "testing-float-flag")); 193 const char* str = "--testing-int-flag 42 -- testing-float-flag 7"; 198 CHECK_EQ(0, strcmp(FLAG_js_arguments[0], "testing-float-flag")) [all...] |
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/ |
math.rs.bak | 3 // Testing math library 73 rsDebug("Testing " #op " for " #type "3", i++); \ 96 rsDebug("Testing " #fnc, 0); \ 105 rsDebug("Testing " #fnc, 0); \ 111 rsDebug("Testing " #fnc, 0); \ 120 rsDebug("Testing " #fnc, 0); \ 129 rsDebug("Testing " #fnc, 0); \ 136 rsDebug("Testing " #fnc, 0); \ 143 rsDebug("Testing " #fnc, 0); \ 150 rsDebug("Testing " #fnc, 0); [all...] |
/dalvik/tests/040-miranda/src/ |
MirandaClass.java | 4 * Miranda testing.
|
/external/android-mock/ |
build.properties | 4 java-package=com/google/android/testing/mocking
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/ |
X509CertFactoryImplTest.java | 47 * engineGenerateCertificate(InputStream inStream) method testing. 53 // DER encoded certificate generation testing 68 // Base64 testing 84 * engineGenerateCertificates(InputStream inStream) method testing. 89 // DER encoded certificate generation testing 96 // Base64 testing 104 * engineGenerateCRL(InputStream inStream) method testing. 110 // DER encoded crt generation testing 125 // Base64 testing 142 * engineGenerateCRLs(InputStream inStream) method testing [all...] |
/external/bluetooth/glib/debian/ |
changelog | 3 * Testing the CVS build scripts
|
/external/bluetooth/glib/gio/tests/ |
live-g-file.txt | 1 Before you start testing it would be good to explain how it works. 7 2. create-structure - only creates reference structure for later testing 9 3. write mode - full test suite, creates testing structure and performs all 20 (i.e. the tests creating testing structure)
|
/external/chromium/base/test/ |
test_suite.cc | 23 #include "testing/gtest/include/gtest/gtest.h" 24 #include "testing/multiprocess_func_list.h" 36 class MaybeTestDisabler : public testing::EmptyTestEventListener { 38 virtual void OnTestStart(const testing::TestInfo& test_info) { 52 testing::GTEST_FLAG(catch_exceptions) = false; 56 testing::InitGoogleTest(&argc, argv); 70 bool TestSuite::IsMarkedFlaky(const testing::TestInfo& test) { 75 bool TestSuite::IsMarkedFailing(const testing::TestInfo& test) { 80 bool TestSuite::IsMarkedMaybe(const testing::TestInfo& test) { 85 bool TestSuite::ShouldIgnoreFailure(const testing::TestInfo& test) [all...] |
/external/chromium/chrome/browser/debugger/manual_tests/resources/ |
mutate-frame-2.html | 5 div.textContent = "Testing " + (count++);
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_setup_source_unittest.cc | 9 #include "testing/gtest/include/gtest/gtest.h" 10 #include "testing/gmock/include/gmock/gmock.h" 13 using testing::HasSubstr; 14 using testing::Not;
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
bookmark_applescript_utils_unittest.h | 17 #include "testing/platform_test.h" 21 // The fake object that acts as our app's delegate, useful for testing purposes. 27 // Return the |TestingProfile*| which is used for testing. 32 // Used to emulate an active running script, useful for testing purposes.
|
/external/chromium/chrome/common/extensions/docs/examples/api/cookies/ |
manifest.json | 4 "description" : "Testing Cookie API",
|
/external/chromium/testing/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 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\ 72 ::testing::internal::posix::Abort();\ 74 } while(::testing::internal::AlwaysFalse()) 83 class MyEnvironment : public testing::Environment [all...] |
/external/chromium/testing/ |
gtest_mac_unittest.mm | 5 // Note that while this file is in testing/ and tests GTest macros, it is built 9 #import "testing/gtest_mac.h" 14 #include "testing/gtest/include/gtest/internal/gtest-port.h" 15 #include "testing/gtest/include/gtest/gtest.h"
|
/external/clang/test/SemaCXX/Inputs/ |
array-bounds-system-header.h | 1 // "System header" for testing that -Warray-bounds is properly suppressed in
|
/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 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\ 72 ::testing::internal::posix::Abort();\ 74 } while(::testing::internal::AlwaysFalse()) 83 class MyEnvironment : public testing::Environment [all...] |
/external/valgrind/main/memcheck/tests/ |
sh-mem-random.stdout.exp | 1 -------- testing non-auxmap range --------
|