/external/webkit/LayoutTests/storage/domstorage/ |
quota-expected.txt | 6 Testing sessionStorage 16 Testing localStorage
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/serialization/ |
SHA1PRNG_SecureRandomTest.java | 208 case 0 : // testing setSeed(..) 214 case 5 : // testing setSeed(..) 220 case 10 : // testing nextBytes(..) 226 case 15 : // testing nextBytes(..) 234 case 1 : // testing setSeed(..) 240 case 6 : // testing setSeed(..) 246 case 11 : // testing nextBytes(..) 252 case 16 : // testing nextBytes(..) 260 case 2 : // testing setSeed(..) 266 case 7 : // testing setSeed(.. [all...] |
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 32 // The Google C++ Testing Framework (Google Test) 44 namespace testing { namespace 139 // Factory interface for death tests. May be mocked out for testing. 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \ 172 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \ 174 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \ 187 if (::testing::internal::AlwaysTrue()) { \ 188 const ::testing::internal::RE& gtest_regex = (regex); \ 189 ::testing::internal::DeathTest* gtest_dt; \ 190 if (!::testing::internal::DeathTest::Create(#statement, >est_regex, [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-death-test-internal.h | 32 // The Google C++ Testing Framework (Google Test) 44 namespace testing { namespace 139 // Factory interface for death tests. May be mocked out for testing. 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \ 172 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \ 174 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \ 187 if (::testing::internal::AlwaysTrue()) { \ 188 const ::testing::internal::RE& gtest_regex = (regex); \ 189 ::testing::internal::DeathTest* gtest_dt; \ 190 if (!::testing::internal::DeathTest::Create(#statement, >est_regex, [all...] |
/dalvik/tests/083-jit-regressions/ |
info.txt | 9 2302318 Crash during spin-on-suspend testing
|
/device/moto/stingray/ |
generic_stingray.mk | 1 # Add CameraBrowser for testing PTP support until Gallery supports it
|
/external/chromium/chrome/browser/chromeos/cros/ |
mock_library_loader.h | 12 #include "testing/gmock/include/gmock/gmock.h"
|
mock_touchpad_library.h | 10 #include "testing/gmock/include/gmock/gmock.h"
|
/external/chromium/chrome/browser/chromeos/login/ |
mock_auth_attempt_state_resolver.h | 10 #include "testing/gmock/include/gmock/gmock.h"
|
/external/chromium/chrome/browser/debugger/ |
devtools_remote_message_unittest.cc | 11 #include "testing/gtest/include/gtest/gtest.h" 13 class DevToolsRemoteMessageTest : public testing::Test { 15 DevToolsRemoteMessageTest() : testing::Test() {} 19 testing::Test::SetUp();
|
/external/chromium/chrome/browser/extensions/ |
extension_process_manager_unittest.cc | 9 #include "testing/gtest/include/gtest/gtest.h" 10 #include "testing/platform_test.h" 15 class ExtensionProcessManagerTest : public testing::Test { 32 // Note: we don't initialize these, since we're not testing that
|
/external/chromium/chrome/browser/renderer_host/ |
DEPS | 6 # which can include more stuff for testing purposes.
|
/external/chromium/chrome/browser/sync/protocol/ |
test.proto | 5 // Protocol messages used only for testing.
|
/external/chromium/net/data/ssl/certificates/ |
README | 11 - thawte.single.pem : Certificates for testing parsing of different formats. 16 created for testing. 27 - root_ca_cert.crt : The testing root CA used to sign the test_server.cc's 33 key created for testing. The password is "12345".
|
/external/chromium/testing/gtest/test/ |
gtest-listener_test.cc | 31 // The Google C++ Testing Framework (Google Test) 39 using ::testing::AddGlobalTestEnvironment; 40 using ::testing::Environment; 41 using ::testing::InitGoogleTest; 42 using ::testing::Test; 43 using ::testing::TestCase; 44 using ::testing::TestEventListener; 45 using ::testing::TestInfo; 46 using ::testing::TestPartResult; 47 using ::testing::UnitTest 53 namespace testing { namespace [all...] |
/external/clang/test/SemaCUDA/ |
cuda.h | 1 /* Minimal declarations for CUDA support. Testing purposes only. */
|
/external/clang/test/ |
TestRunner.sh | 3 # TestRunner.sh - Backward compatible utility for testing an individual file.
|
/external/mesa3d/src/glsl/glcpp/tests/ |
glcpp-test | 9 echo "====== Testing for correctness ======" 11 echo -n "Testing $test..." 27 echo "====== Testing for valgrind cleanliness ======" 29 echo -n "Testing $test with valgrind..."
|
/frameworks/base/cmds/installd/ |
Android.mk | 7 # Static library used in testing and executable
|
/frameworks/compile/libbcc/runtime/test/Unit/ppc/ |
test | 4 echo "Testing $FILE"
|
/libcore/luni/src/test/etc/loading-test-jar/ |
README.txt | 3 files are used for testing the various class loaders.
|
/libcore/luni/src/test/etc/loading-test2-jar/ |
README.txt | 3 files are used for testing the various class loaders.
|
/development/samples/Spinner/ |
_index.html | 7 mainly for the purpose of highlighting common patterns of Activity testing. When the application 20 <a href="../../../resources/tutorials/testing/activity_test.html">Activity Testing</a> tutorial.
|
/external/android-mock/livetests/com/google/android/testing/mocking/testapp/ |
TestAppActivity.java | 16 package com.google.android.testing.mocking.testapp; 18 import com.google.android.testing.mocking.testapp.R; 19 import com.google.android.testing.mocking.testapp.R.layout;
|
/external/chromium/chrome/browser/ |
chrome_browser_application_mac.h | 22 // Bin for unknown exceptions. Exposed for testing purposes. 26 // specifically, or |kUnknownNSException| if unknown. Exposed for testing 30 // Use UMA to track exception occurance. Exposed for testing purposes.
|