Searched refs:testSet (Results 1 - 25 of 38) sorted by relevance

12

/external/v8/test/webkit/
H A Dinstance-of-immediates.js31 function testSet(constructor, testMethod) function
40 testSet("1", { "1":shouldThrow, "{}":shouldThrow, "obj":shouldThrow });
44 testSet("{}", { "1":shouldThrow, "{}":shouldThrow, "obj":shouldThrow });
48 testSet("Constructor", { "1":shouldBeFalse, "{}":shouldBeFalse, "obj":shouldBeTrue });
53 testSet("Constructor", { "1":shouldBeFalse, "{}":shouldThrow, "obj":shouldThrow });
58 testSet("Constructor", { "1":shouldBeFalse, "{}":shouldBeFalse, "obj":shouldBeFalse });
63 testSet("Constructor", { "1":shouldBeFalse, "{}":shouldThrow, "obj":shouldThrow });
/external/v8/test/webkit/fast/regex/
H A DunicodeCaseInsensitive.js42 function testSet(set) function
51 testSet([ 0x01c4, 0x01c5, 0x01c6 ]);
52 testSet([ 0x01c7, 0x01c8, 0x01c9 ]);
53 testSet([ 0x01ca, 0x01cb, 0x01cc ]);
54 testSet([ 0x01f1, 0x01f2, 0x01f3 ]);
55 testSet([ 0x0392, 0x03b2, 0x03d0 ]);
56 testSet([ 0x0395, 0x03b5, 0x03f5 ]);
57 testSet([ 0x0398, 0x03b8, 0x03d1 ]);
58 testSet([ 0x0345, 0x0399, 0x03b9, 0x1fbe ]);
59 testSet([
[all...]
/external/guava/guava-gwt/test/com/google/common/collect/
H A DUnmodifiableListIteratorTest_gwt.java31 public void testSet() throws Exception { method in class:UnmodifiableListIteratorTest_gwt
33 testCase.testSet();
H A DCountTest_gwt.java41 public void testSet() throws Exception { method in class:CountTest_gwt
43 testCase.testSet();
/external/skia/tests/
H A DPathOpsConicIntersectionTest.cpp19 static const SkDConic testSet[] = { variable
27 const int testSetCount = (int) SK_ARRAY_COUNT(testSet);
55 const SkDConic& c1 = testSet[outer];
56 const SkDConic& c2 = testSet[inner];
H A DPathOpsThreeWayTest.cpp42 const TestSet& testSet = testSets[index]; local
43 int testCount = testSet.testCount;
47 const Curve& oTest = testSet.tests[outer];
49 const Curve& iTest = testSet.tests[inner];
H A DPathOpsQuadReduceOrderTest.cpp13 static const SkDQuad testSet[] = { variable
18 static const size_t testSetCount = SK_ARRAY_COUNT(testSet);
22 const SkDQuad& quad = testSet[index];
H A DPathOpsQuadIntersectionTest.cpp55 static const SkDQuad testSet[] = { variable
323 const size_t testSetCount = SK_ARRAY_COUNT(testSet);
326 const SkDQuad& quad1 = testSet[outer];
328 const SkDQuad& quad2 = testSet[inner];
398 const SkDQuad& quad1 = testSet[test1];
399 const SkDQuad& quad2 = testSet[test2];
521 const SkDQuad& quad1 = testSet[outer];
522 const SkDQuad& quad2 = testSet[inner];
H A DPathOpsCubicIntersectionTest.cpp67 static const SkDCubic testSet[] = { variable
163 const int testSetCount = (int) SK_ARRAY_COUNT(testSet);
427 const SkDCubic& cubic1 = testSet[outer];
428 const SkDCubic& cubic2 = testSet[inner];
/external/guava/guava-tests/test/com/google/common/collect/
H A DCountTest.java49 public void testSet() { method in class:CountTest
H A DUnmodifiableListIteratorTest.java58 public void testSet() { method in class:UnmodifiableListIteratorTest
/external/skia/bench/
H A DGrOrderedSetBench.cpp127 GrOrderedSet<int> testSet; variable
129 testSet.insert(*s);
132 testSet.remove(testSet.find(j));
/external/deqp/executor/
H A DxeBatchExecutor.cpp60 static void computeExecuteSet (TestSet& executeSet, const TestNode* root, const TestSet& testSet, const BatchResult* batchResult) argument
69 if (node->getNodeType() == TESTNODETYPE_TEST_CASE && testSet.hasNode(node))
157 BatchExecutor::BatchExecutor (const TargetConfiguration& config, CommLink* commLink, const TestNode* root, const TestSet& testSet, BatchResult* batchResult, InfoLog* infoLog) argument
161 , m_testSet (testSet)
300 static void writeCaseListNode (std::ostream& str, const TestNode* node, const TestSet& testSet) argument
302 DE_ASSERT(testSet.hasNode(node));
320 if (testSet.hasNode(child))
325 writeCaseListNode(str, child, testSet);
334 void BatchExecutor::launchTestSet (const TestSet& testSet) argument
337 XE_CHECK(testSet
[all...]
H A DxeBatchExecutor.hpp70 BatchExecutor (const TargetConfiguration& config, CommLink* commLink, const TestNode* root, const TestSet& testSet, BatchResult* batchResult, InfoLog* infoLog);
86 void launchTestSet (const TestSet& testSet);
/external/libxml2/xstc/
H A DMakefile.am13 MSTESTDEF=MSXMLSchema1-0-20020116.testSet
14 SUNTESTDEF=SunXMLSchema1-0-20020116.testSet
15 NISTTESTDEF=NISTXMLSchema1-0-20020116.testSet
16 NISTTESTDEF_2=NISTXMLSchemaDatatypes.testSet
60 mv Tests/*.testSet Tests/Metadata ; \
/external/deqp/executor/tools/
H A DxeCommandLineExecutor.cpp247 static void addMatchingCases (const xe::TestGroup& group, xe::TestSet& testSet, const char* filter) argument
260 addMatchingCases(static_cast<const xe::TestGroup&>(*child), testSet, filter);
265 testSet.add(child);
271 static void removeMatchingCases (const xe::TestGroup& group, xe::TestSet& testSet, const char* filter) argument
284 removeMatchingCases(static_cast<const xe::TestGroup&>(*child), testSet, filter);
289 testSet.remove(child);
351 static void printBatchResultSummary (const xe::TestNode* root, const xe::TestSet& testSet, const xe::BatchResult& batchResult) argument
359 if (node->getNodeType() == xe::TESTNODETYPE_TEST_CASE && testSet.hasNode(node))
447 xe::TestSet testSet; local
451 addMatchingCases(root, testSet, filterIte
[all...]
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DWriteCharts.java34 String testSet = "";
39 testSet = args[i];
41 print(testSet, args[i]);
42 testSet = "";
117 public static void print(String testSet, String rawId) throws IOException { argument
130 if (testSet.equals("")) {
138 testSet = "[:" + source + ":]";
140 testSet = "[" + testSet + "\u30FC]";
141 printSet(testSet);
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
H A Dtokenizer_test.js130 testSet = JSON.parse(testSetJson),
131 testDescrs = testSet.tests,
/external/icu/icu4c/source/test/intltest/
H A Dusettest.h95 const UnicodeSet& testSet);
97 UBool checkPat(const UnicodeString& source, const UnicodeSet& testSet, const UnicodeString& pat);
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
H A DListSetTester.java39 public void testSet() { method in class:ListSetTester
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java138 UnicodeSet testSet;
140 testSet = new UnicodeSet("[:" + propName + "=" + valueName + ":]");
149 for (UnicodeSetIterator it = new UnicodeSetIterator(testSet); it.next();) {
254 UnicodeSet testSet = new UnicodeSet();
255 testSet.add(start, end);
256 return checkPat(source, testSet);
259 boolean checkPat (String source, UnicodeSet testSet) { argument
265 String pat0 = testSet.toPattern(true);
266 if (!checkPat(source + " (escaped)", testSet, pat0)) return false;
269 //if (!checkPat(source + " (in code)", testSet, pat
286 checkPat(String source, UnicodeSet testSet, String pat) argument
1715 CheckRangeSpeed(int iterations, UnicodeSet testSet) argument
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/
H A Dtest_utils.js99 testSet = fs.readFileSync(filePath).toString(),
105 testSet.split(/\r?\n/).forEach(function (line) {
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
H A DSimpleXYSeriesTest.java114 public void testSet() throws Exception { method in class:SimpleXYSeriesTest
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DListSetTester.java43 public void testSet() { method in class:ListSetTester
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DCollectionUtilities.java439 * Returns the ending offset found by matching characters with testSet, until a position is found that doen't match
442 * @param testSet
445 public int span(CharSequence string, int offset, UnicodeSet testSet) { argument
447 int newOffset = testSet.matchesAt(string, offset);
453 * Returns the ending offset found by matching characters with testSet, until a position is found that does match
456 * @param testSet
459 public int spanNot(CharSequence string, int offset, UnicodeSet testSet) { argument
461 int newOffset = testSet.matchesAt(string, offset);

Completed in 709 milliseconds

12