HomeSort by relevance Sort by last modified time
    Searched refs:testCase (Results 126 - 150 of 379) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/guava/guava-gwt/test/com/google/common/escape/
ArrayBasedUnicodeEscaperTest_gwt.java 22 com.google.common.escape.ArrayBasedUnicodeEscaperTest testCase = new com.google.common.escape.ArrayBasedUnicodeEscaperTest();
23 testCase.testCodePointsFromSurrogatePairs();
27 com.google.common.escape.ArrayBasedUnicodeEscaperTest testCase = new com.google.common.escape.ArrayBasedUnicodeEscaperTest();
28 testCase.testDeleteUnsafeChars();
32 com.google.common.escape.ArrayBasedUnicodeEscaperTest testCase = new com.google.common.escape.ArrayBasedUnicodeEscaperTest();
33 testCase.testReplacementPriority();
37 com.google.common.escape.ArrayBasedUnicodeEscaperTest testCase = new com.google.common.escape.ArrayBasedUnicodeEscaperTest();
38 testCase.testReplacements();
42 com.google.common.escape.ArrayBasedUnicodeEscaperTest testCase = new com.google.common.escape.ArrayBasedUnicodeEscaperTest();
43 testCase.testSafeRange()
    [all...]
  /external/guava/guava-gwt/test/com/google/common/collect/
ConstrainedBiMapTest_gwt.java 22 com.google.common.collect.ConstrainedBiMapTest testCase = new com.google.common.collect.ConstrainedBiMapTest();
23 testCase.testPutWithAllowedKeyForbiddenValue();
27 com.google.common.collect.ConstrainedBiMapTest testCase = new com.google.common.collect.ConstrainedBiMapTest();
28 testCase.testPutWithForbiddenKeyAllowedValue();
32 com.google.common.collect.ConstrainedBiMapTest testCase = new com.google.common.collect.ConstrainedBiMapTest();
33 testCase.testPutWithForbiddenKeyForbiddenValue();
ConstrainedMapTest_gwt.java 22 com.google.common.collect.ConstrainedMapTest testCase = new com.google.common.collect.ConstrainedMapTest();
23 testCase.testPutWithAllowedKeyForbiddenValue();
27 com.google.common.collect.ConstrainedMapTest testCase = new com.google.common.collect.ConstrainedMapTest();
28 testCase.testPutWithForbiddenKeyAllowedValue();
32 com.google.common.collect.ConstrainedMapTest testCase = new com.google.common.collect.ConstrainedMapTest();
33 testCase.testPutWithForbiddenKeyForbiddenValue();
HashBiMapTest_gwt.java 22 com.google.common.collect.HashBiMapTest testCase = new com.google.common.collect.HashBiMapTest();
23 testCase.testBashIt();
27 com.google.common.collect.HashBiMapTest testCase = new com.google.common.collect.HashBiMapTest();
28 testCase.testBiMapEntrySetIteratorRemove();
32 com.google.common.collect.HashBiMapTest testCase = new com.google.common.collect.HashBiMapTest();
33 testCase.testMapConstructor();
HashMultisetTest_gwt.java 22 com.google.common.collect.HashMultisetTest testCase = new com.google.common.collect.HashMultisetTest();
23 testCase.testCreate();
27 com.google.common.collect.HashMultisetTest testCase = new com.google.common.collect.HashMultisetTest();
28 testCase.testCreateFromIterable();
32 com.google.common.collect.HashMultisetTest testCase = new com.google.common.collect.HashMultisetTest();
33 testCase.testCreateWithSize();
TablesTest_gwt.java 22 com.google.common.collect.TablesTest testCase = new com.google.common.collect.TablesTest();
23 testCase.testEntryEquals();
27 com.google.common.collect.TablesTest testCase = new com.google.common.collect.TablesTest();
28 testCase.testEntryEqualsNull();
32 com.google.common.collect.TablesTest testCase = new com.google.common.collect.TablesTest();
33 testCase.testImmutableEntryToString();
UnmodifiableListIteratorTest_gwt.java 22 com.google.common.collect.UnmodifiableListIteratorTest testCase = new com.google.common.collect.UnmodifiableListIteratorTest();
23 testCase.testAdd();
27 com.google.common.collect.UnmodifiableListIteratorTest testCase = new com.google.common.collect.UnmodifiableListIteratorTest();
28 testCase.testRemove();
32 com.google.common.collect.UnmodifiableListIteratorTest testCase = new com.google.common.collect.UnmodifiableListIteratorTest();
33 testCase.testSet();
ImmutableEnumMapTest_gwt.java 22 com.google.common.collect.ImmutableEnumMapTest testCase = new com.google.common.collect.ImmutableEnumMapTest();
23 testCase.testEmptyImmutableEnumMap();
27 com.google.common.collect.ImmutableEnumMapTest testCase = new com.google.common.collect.ImmutableEnumMapTest();
28 testCase.testImmutableEnumMapOrdering();
MultimapBuilderTest_gwt.java 22 com.google.common.collect.MultimapBuilderTest testCase = new com.google.common.collect.MultimapBuilderTest();
23 testCase.testGenerics_gwtCompatible();
27 com.google.common.collect.MultimapBuilderTest testCase = new com.google.common.collect.MultimapBuilderTest();
28 testCase.testTreeKeys_gwtCompatible();
SimpleAbstractMultisetTest_gwt.java 22 com.google.common.collect.SimpleAbstractMultisetTest testCase = new com.google.common.collect.SimpleAbstractMultisetTest();
23 testCase.testFastAddAllMultiset();
27 com.google.common.collect.SimpleAbstractMultisetTest testCase = new com.google.common.collect.SimpleAbstractMultisetTest();
28 testCase.testRemoveUnsupported();
SortedIterablesTest_gwt.java 22 com.google.common.collect.SortedIterablesTest testCase = new com.google.common.collect.SortedIterablesTest();
23 testCase.testComparator();
27 com.google.common.collect.SortedIterablesTest testCase = new com.google.common.collect.SortedIterablesTest();
28 testCase.testSameComparator();
SortedListsTest_gwt.java 22 com.google.common.collect.SortedListsTest testCase = new com.google.common.collect.SortedListsTest();
23 testCase.testWithDups();
27 com.google.common.collect.SortedListsTest testCase = new com.google.common.collect.SortedListsTest();
28 testCase.testWithoutDups();
RegularImmutableAsListTest_gwt.java 22 com.google.common.collect.RegularImmutableAsListTest testCase = new com.google.common.collect.RegularImmutableAsListTest();
23 testCase.testDoesntCheckForNull();
UnmodifiableIteratorTest_gwt.java 22 com.google.common.collect.UnmodifiableIteratorTest testCase = new com.google.common.collect.UnmodifiableIteratorTest();
23 testCase.testRemove();
  /external/guava/guava-gwt/test/com/google/common/net/
UrlEscapersTest_gwt.java 22 com.google.common.net.UrlEscapersTest testCase = new com.google.common.net.UrlEscapersTest();
23 testCase.testUrlFormParameterEscaper();
27 com.google.common.net.UrlEscapersTest testCase = new com.google.common.net.UrlEscapersTest();
28 testCase.testUrlFragmentEscaper();
32 com.google.common.net.UrlEscapersTest testCase = new com.google.common.net.UrlEscapersTest();
33 testCase.testUrlPathSegmentEscaper();
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestIdentifierInfo.java 51 for (String[] testCase : testCases) {
53 final String identifier = testCase[0];
54 final String actualStatusString = testCase[1];
55 final String scriptsString = testCase[2];
56 final String multiscriptsString = testCase.length < 4 ? ""
57 : testCase[3];
58 final String numericString = testCase.length < 5 ? "[]"
59 : testCase[4];
75 errln("(" + item + ") " + Arrays.asList(testCase) + " !="
  /external/guava/guava-gwt/test/com/google/common/xml/
XmlEscapersTest_gwt.java 22 com.google.common.xml.XmlEscapersTest testCase = new com.google.common.xml.XmlEscapersTest();
23 testCase.testXmlAttributeEscaper();
27 com.google.common.xml.XmlEscapersTest testCase = new com.google.common.xml.XmlEscapersTest();
28 testCase.testXmlContentEscaper();
  /external/deqp/external/vulkancts/modules/vulkan/vkrunner/
vktVkRunnerExampleTests.cpp 52 VkRunnerTestCase *testCase = new VkRunnerTestCase(testCtx,
60 testCase->getShaders();
61 vkRunnerTests->addChild(testCase);
69 VkRunnerTestCase *testCase = new VkRunnerTestCase(testCtx,
78 testCase->addTokenReplacement("<INPUT>", inputString.str().c_str());
79 testCase->addTokenReplacement("<OUTPUT>", outputString.str().c_str());
84 testCase->getShaders();
85 vkRunnerTests->addChild(testCase);
  /external/guava/guava-gwt/test/com/google/common/base/
CharsetsTest_gwt.java 22 com.google.common.base.CharsetsTest testCase = new com.google.common.base.CharsetsTest();
23 testCase.testUtf8();
  /external/guava/guava-gwt/test/com/google/common/collect/testing/
HelpersTest_gwt.java 22 com.google.common.collect.testing.HelpersTest testCase = new com.google.common.collect.testing.HelpersTest();
23 testCase.testNullsBeforeB();
MinimalIterableTest_gwt.java 22 com.google.common.collect.testing.MinimalIterableTest testCase = new com.google.common.collect.testing.MinimalIterableTest();
23 testCase.testFrom_empty();
27 com.google.common.collect.testing.MinimalIterableTest testCase = new com.google.common.collect.testing.MinimalIterableTest();
28 testCase.testFrom_one();
32 com.google.common.collect.testing.MinimalIterableTest testCase = new com.google.common.collect.testing.MinimalIterableTest();
33 testCase.testOf_empty();
37 com.google.common.collect.testing.MinimalIterableTest testCase = new com.google.common.collect.testing.MinimalIterableTest();
38 testCase.testOf_one();
  /external/guava/guava-gwt/test/com/google/common/html/
HtmlEscapersTest_gwt.java 23 com.google.common.html.HtmlEscapersTest testCase = new com.google.common.html.HtmlEscapersTest();
24 testCase.testHtmlEscaper();
  /external/guava/guava-gwt/test/com/google/common/util/concurrent/
RunnablesTest_gwt.java 22 com.google.common.util.concurrent.RunnablesTest testCase = new com.google.common.util.concurrent.RunnablesTest();
23 testCase.testDoNothingRunnableIsSingleton();
  /cts/suite/audio_quality/test/
AudioHardwareTest.cpp 39 TaskCase* testCase = new TaskCase();
40 ASSERT_TRUE(testCase != NULL);
41 android::sp<AudioHardware> playback = AudioHardware::createAudioHw(false, true, testCase);
43 android::sp<AudioHardware> recording = AudioHardware::createAudioHw(false, false, testCase);
45 delete testCase;
  /external/deqp/modules/gles31/
tes31TestPackage.cpp 43 void init (tcu::TestCase* testCase, const std::string& path);
44 void deinit (tcu::TestCase* testCase);
45 tcu::TestNode::IterateResult iterate (tcu::TestCase* testCase);
60 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string&)
62 testCase->init();
65 void TestCaseWrapper::deinit (tcu::TestCase* testCase
    [all...]

Completed in 2231 milliseconds

1 2 3 4 56 7 8 91011>>