HomeSort by relevance Sort by last modified time
    Searched full:testing (Results 76 - 100 of 7806) sorted by null

1 2 34 5 6 7 8 91011>>

  /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...]
test_suite.h 17 namespace testing { namespace
26 typedef bool (*TestMatch)(const testing::TestInfo&);
32 static bool IsMarkedFlaky(const testing::TestInfo& test);
35 static bool IsMarkedFailing(const testing::TestInfo& test);
40 static bool IsMarkedMaybe(const testing::TestInfo& test);
43 static bool ShouldIgnoreFailure(const testing::TestInfo& test);
46 static bool NonIgnoredFailures(const testing::TestInfo& test);
  /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/pcre/testdata/
greplist 1 This is a file of patterns for testing the -f option. Don't include any blank
  /external/valgrind/main/memcheck/tests/
sh-mem-random.stdout.exp 1 -------- testing non-auxmap range --------
  /external/webkit/Source/JavaScriptCore/gyp/
gtk.gyp 1 { # Just a stub file to allow Source/gyp/configure to run successfully for testing.
  /external/webkit/Source/WebCore/gyp/
gtk.gyp 1 { # Just a stub file to allow Source/gyp/configure to run successfully for testing.
  /external/webkit/Source/WebCore/manual-tests/inspector/resources/
mutate-frame-2.html 5 div.textContent = "Testing " + (count++);
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
MyFailingCertPath.java 13 throw new CertificateEncodingException("testing purpose");
MyFailingCertificate.java 13 throw new CertificateEncodingException("testing purpose");
  /packages/experimental/CameraPreviewTest/
README 5 Allows for testing the camera without having to spin up all of video chat.
  /frameworks/compile/libbcc/tests/data/src/
casts.c 8 printf("Testing casts: %d %g %g %d\n", 3, (float) 3, 4.5, (int) 4.5);
16 printf("Testing reading (int*): %d\n", y);
23 printf("Testing writing (int*): %d %d\n", * (int*) px, * (int*) (px + 4));
34 printf("Testing reading (char*): 0x%02x 0x%02x 0x%02x 0x%02x\n", a, b, c, d);
44 printf("Testing writing (char*): 0x%08x\n", x);
62 printf("Testing read/write (float*): %g %g\n", * (float*) px, * (float*) (px + 4));
70 printf("Testing read/write (double*): %g %g\n", * (double*) px, * (double*) (px + 8));
  /external/protobuf/gtest/test/
gtest_xml_output_unittest_.cc 36 // flag. This is used for testing such functionality.
43 using ::testing::InitGoogleTest;
44 using ::testing::TestEventListeners;
45 using ::testing::UnitTest;
47 class SuccessfulTest : public testing::Test {
55 class FailedTest : public testing::Test {
62 class DisabledTest : public testing::Test {
94 class PropertyRecordingTest : public testing::Test {
121 testing::Test::RecordProperty(key, value);
126 testing::Test::RecordProperty(key, value)
    [all...]
  /external/chromium/chrome/browser/policy/
asynchronous_policy_provider_unittest.cc 11 #include "testing/gmock/include/gmock/gmock.h"
12 #include "testing/gtest/include/gtest/gtest.h"
14 using ::testing::_;
15 using ::testing::InSequence;
16 using ::testing::Return;
  /external/chromium/chrome/browser/sync/
js_test_util.cc 20 : public ::testing::MatcherInterface<const JsArgList&> {
29 ::testing::MatchResultListener* listener) const {
50 ::testing::Matcher<const JsArgList&> HasArgs(const JsArgList& expected_args) {
51 return ::testing::MakeMatcher(new HasArgsMatcher(expected_args));
54 ::testing::Matcher<const JsArgList&> HasArgsAsList(

Completed in 597 milliseconds

1 2 34 5 6 7 8 91011>>