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

1 2 3 4 56 7 8 91011>>

  /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.
  /external/chromium/base/test/
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/guava/guava-testlib/src/com/google/common/collect/testing/
QueueTestSuiteBuilder.java 17 package com.google.common.collect.testing;
19 import com.google.common.collect.testing.testers.QueueElementTester;
20 import com.google.common.collect.testing.testers.QueueOfferTester;
21 import com.google.common.collect.testing.testers.QueuePeekTester;
22 import com.google.common.collect.testing.testers.QueuePollTester;
23 import com.google.common.collect.testing.testers.QueueRemoveTester;
47 * testing a collection that's both a queue and a list, to avoid running the
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionCreationTester.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.CollectionSize.ZERO;
22 import com.google.common.collect.testing.AbstractCollectionTester;
23 import com.google.common.collect.testing.features.CollectionFeature;
24 import com.google.common.collect.testing.features.CollectionSize;
31 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
ListAddAllTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD_ALL;
20 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
22 import com.google.common.collect.testing.MinimalCollection;
23 import com.google.common.collect.testing.features.CollectionFeature;
24 import com.google.common.collect.testing.features.CollectionSize;
29 * {@link com.google.common.collect.testing.ListTestSuiteBuilder}.
ListRemoveTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
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.features.CollectionFeature;
24 import com.google.common.collect.testing.features.CollectionSize;
29 * {@link com.google.common.collect.testing.ListTestSuiteBuilder}.
SetAddAllTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD_ALL;
20 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
22 import com.google.common.collect.testing.MinimalCollection;
23 import com.google.common.collect.testing.features.CollectionFeature;
24 import com.google.common.collect.testing.features.CollectionSize;
29 * {@link com.google.common.collect.testing.SetTestSuiteBuilder}.
SetAddTester.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.features.CollectionFeature;
24 import com.google.common.collect.testing.features.CollectionSize;
31 * {@link com.google.common.collect.testing.SetTestSuiteBuilder}.
CollectionContainsAllTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES;
20 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
23 import com.google.common.collect.testing.AbstractCollectionTester;
24 import com.google.common.collect.testing.MinimalCollection;
25 import com.google.common.collect.testing.WrongType;
26 import com.google.common.collect.testing.features.CollectionFeature;
27 import com.google.common.collect.testing.features.CollectionSize;
34 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}
    [all...]
CollectionRemoveTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES;
20 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
21 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
24 import com.google.common.collect.testing.AbstractCollectionTester;
25 import com.google.common.collect.testing.WrongType;
26 import com.google.common.collect.testing.features.CollectionFeature;
27 import com.google.common.collect.testing.features.CollectionSize;
34 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}
    [all...]
MapCreationTester.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.MapFeature.ALLOWS_NULL_KEYS;
22 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
23 import static com.google.common.collect.testing.features.MapFeature.REJECTS_DUPLICATES_AT_CREATION;
25 import com.google.common.collect.testing.AbstractMapTester;
26 import com.google.common.collect.testing.features.CollectionSize;
27 import com.google.common.collect.testing.features.MapFeature;
36 * {@link com.google.common.collect.testing.MapTestSuiteBuilder}
    [all...]
MapRemoveTester.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.ALLOWS_NULL_KEYS;
21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_QUERIES;
22 import static com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE;
24 import com.google.common.collect.testing.AbstractMapTester;
25 import com.google.common.collect.testing.WrongType;
26 import com.google.common.collect.testing.features.CollectionSize;
27 import com.google.common.collect.testing.features.MapFeature;
32 * {@link com.google.common.collect.testing.MapTestSuiteBuilder}
    [all...]
QueueOfferTester.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;
22 import com.google.common.collect.testing.features.CollectionFeature;
27 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
  /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(
  /external/chromium/chrome/browser/sync/notifier/
cache_invalidation_packet_handler_unittest.cc 12 #include "testing/gmock/include/gmock/gmock.h"
13 #include "testing/gtest/include/gtest/gtest.h"
19 using ::testing::_;
20 using ::testing::Return;
39 class CacheInvalidationPacketHandlerTest : public testing::Test {
  /libcore/support/src/test/java/tests/support/
Support_ASimpleOutputStream.java 43 throw new IOException("Exception thrown for testing purpose.");
50 throw new IOException("Exception thrown for testing purpose.");
57 // throw new IOException("Exception thrown for testing purposes.");
67 // throw new IOException("Exception thrown for testing purposes.");
80 throw new IOException("Exception thrown for testing purpose.");
  /external/chromium/net/base/
net_log_unittest.h 12 #include "testing/gtest/include/gtest/gtest.h"
23 inline ::testing::AssertionResult LogContainsEventHelper(
35 return ::testing::AssertionFailure() << j << " is out of bounds.";
38 return ::testing::AssertionFailure()
44 return ::testing::AssertionFailure()
50 return ::testing::AssertionFailure()
56 return ::testing::AssertionSuccess();
59 inline ::testing::AssertionResult LogContainsEventAtTime(
70 inline ::testing::AssertionResult LogContainsEvent(
80 inline ::testing::AssertionResult LogContainsBeginEvent
    [all...]

Completed in 1670 milliseconds

1 2 3 4 56 7 8 91011>>