Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 176) sorted by relevance

12345678

/aoo42x/main/idlc/test/parser/
H A Dpublished.tests22 EXPECT SUCCESS "published.tests 1":
37 EXPECT FAILURE "published.tests 2":
41 EXPECT FAILURE "published.tests 3":
45 EXPECT FAILURE "published.tests 4":
49 EXPECT SUCCESS "published.tests 5":
54 EXPECT SUCCESS "published.tests 6":
59 EXPECT FAILURE "published.tests 7":
64 EXPECT SUCCESS "published.tests 8":
69 EXPECT SUCCESS "published.tests 9":
74 EXPECT FAILURE "published.tests 10":
[all …]
H A Dconstant.tests22 EXPECT SUCCESS "constant.tests 1":
37 EXPECT SUCCESS "constant.tests 2":
52 EXPECT FAILURE "constant.tests 3":
58 EXPECT FAILURE "constant.tests 4":
64 EXPECT FAILURE "constant.tests 5":
70 EXPECT FAILURE "constant.tests 6":
76 EXPECT SUCCESS "constant.tests 7":
80 EXPECT SUCCESS "constant.tests 8":
124 EXPECT FAILURE "constant.tests 9":
128 EXPECT FAILURE "constant.tests 10":
[all …]
H A Dpolystruct.tests22 EXPECT SUCCESS "polystruct.tests 1":
26 EXPECT FAILURE "polystruct.tests 2":
30 EXPECT FAILURE "polystruct.tests 3":
35 EXPECT FAILURE "polystruct.tests 4":
40 EXPECT SUCCESS "polystruct.tests 5":
44 EXPECT SUCCESS "polystruct.tests 6":
49 EXPECT SUCCESS "polystruct.tests 7":
54 EXPECT FAILURE "polystruct.tests 8":
59 EXPECT FAILURE "polystruct.tests 9":
64 EXPECT FAILURE "polystruct.tests 10":
[all …]
H A Dattribute.tests22 EXPECT SUCCESS "attribute.tests 1":
28 EXPECT SUCCESS "attribute.tests 2":
34 EXPECT FAILURE "attribute.tests 3":
42 EXPECT SUCCESS "attribute.tests 4":
51 EXPECT SUCCESS "attribute.tests 5":
60 EXPECT SUCCESS "attribute.tests 6":
70 EXPECT SUCCESS "attribute.tests 7":
80 EXPECT FAILURE "attribute.tests 8":
90 EXPECT FAILURE "attribute.tests 9":
100 EXPECT FAILURE "attribute.tests 10":
[all …]
H A Dinterfaceinheritance.tests22 EXPECT FAILURE "interfaceinheritance.tests 1":
30 EXPECT FAILURE "interfaceinheritance.tests 2":
38 EXPECT FAILURE "interfaceinheritance.tests 3":
46 EXPECT FAILURE "interfaceinheritance.tests 4":
54 EXPECT FAILURE "interfaceinheritance.tests 5":
63 EXPECT FAILURE "interfaceinheritance.tests 6":
72 EXPECT FAILURE "interfaceinheritance.tests 7":
81 EXPECT FAILURE "interfaceinheritance.tests 8":
90 EXPECT SUCCESS "interfaceinheritance.tests 9":
99 EXPECT SUCCESS "interfaceinheritance.tests 10":
[all …]
H A Dconstructor.tests22 EXPECT SUCCESS "constructor.tests 1":
27 EXPECT SUCCESS "constructor.tests 2":
32 EXPECT SUCCESS "constructor.tests 3":
39 EXPECT FAILURE "constructor.tests 4":
47 EXPECT FAILURE "constructor.tests 5":
53 EXPECT FAILURE "constructor.tests 6":
59 EXPECT SUCCESS "constructor.tests 7":
66 EXPECT SUCCESS "constructor.tests 8":
74 EXPECT FAILURE "constructor.tests 9":
81 EXPECT FAILURE "constructor.tests 10":
[all …]
H A Dmakefile.mk34 $(EXECTEST) attribute.tests $(BIN)/idlc$(EXECPOST) \
36 $(EXECTEST) constant.tests $(BIN)/idlc$(EXECPOST) \
38 $(EXECTEST) constructor.tests $(BIN)/idlc$(EXECPOST) \
40 $(EXECTEST) interfaceinheritance.tests $(BIN)/idlc$(EXECPOST) \
42 $(EXECTEST) methodoverload.tests $(BIN)/idlc$(EXECPOST) \
44 $(EXECTEST) polystruct.tests $(BIN)/idlc$(EXECPOST) \
46 $(EXECTEST) published.tests $(BIN)/idlc$(EXECPOST) \
48 $(EXECTEST) struct.tests $(BIN)/idlc$(EXECPOST) \
50 $(EXECTEST) typedef.tests $(BIN)/idlc$(EXECPOST) \
H A Dmethodoverload.tests22 EXPECT FAILURE "methodoverload.tests 1":
29 EXPECT FAILURE "methodoverload.tests 2":
39 EXPECT FAILURE "methodoverload.tests 3":
49 EXPECT FAILURE "methodoverload.tests 4":
59 EXPECT FAILURE "methodoverload.tests 5":
69 EXPECT FAILURE "methodoverload.tests 6":
82 EXPECT FAILURE "methodoverload.tests 7":
95 EXPECT FAILURE "methodoverload.tests 8":
108 EXPECT SUCCESS "methodoverload.tests 9":
H A Dstruct.tests22 EXPECT FAILURE "struct.tests 1":
26 EXPECT FAILURE "struct.tests 2":
30 EXPECT FAILURE "struct.tests 3":
35 EXPECT FAILURE "struct.tests 4":
40 EXPECT FAILURE "struct.tests 5":
44 EXPECT SUCCESS "struct.tests 6":
48 EXPECT SUCCESS "struct.tests 7":
H A Dtypedef.tests22 EXPECT SUCCESS "typedef.tests 1":
29 EXPECT FAILURE "typedef.tests 2":
35 EXPECT SUCCESS "typedef.tests 3":
42 EXPECT FAILURE "typedef.tests 4":
49 EXPECT FAILURE "typedef.tests 5":
55 EXPECT FAILURE "typedef.tests 6":
59 EXPECT FAILURE "typedef.tests 7":
/aoo42x/main/scripting/workben/ifc/scripting/
H A D_XScriptInfo.java61 Iterator tests; in _getLogicalName() local
64 tests = c.iterator(); in _getLogicalName()
92 Iterator tests; in _getParcelURI() local
95 tests = c.iterator(); in _getParcelURI()
122 Iterator tests; in _getLanguage() local
125 tests = c.iterator(); in _getLanguage()
152 Iterator tests; in _getFunctionName() local
182 Iterator tests; in _getLanguageProperties() local
222 Iterator tests; in _getFileSetNames() local
259 Iterator tests; in _getFilesInFileSet() local
[all …]
H A D_XScriptInfoAccess.java62 Iterator tests; in _getScriptLogicalNames() local
65 tests = c.iterator(); in _getScriptLogicalNames()
67 while (tests.hasNext()) { in _getScriptLogicalNames()
68 result &= runGetScriptLogicalNamesTest((Parameters)tests.next()); in _getScriptLogicalNames()
120 Iterator tests; in _getImplementations() local
123 tests = c.iterator(); in _getImplementations()
125 while (tests.hasNext()) { in _getImplementations()
126 result &= runGetImplementationsTest((Parameters)tests.next()); in _getImplementations()
177 Iterator tests; in _getAllImplementations() local
180 tests = c.iterator(); in _getAllImplementations()
[all …]
H A D_XScriptStorageManager.java64 Iterator tests = c.iterator(); in _createScriptStorage() local
66 while (tests.hasNext()) { in _createScriptStorage()
67 Parameters testdata = (Parameters)tests.next(); in _createScriptStorage()
105 Iterator tests = c.iterator(); in _createScriptStorageWithURI() local
107 while (tests.hasNext()) { in _createScriptStorageWithURI()
108 Parameters testdata = (Parameters)tests.next(); in _createScriptStorageWithURI()
157 Iterator tests = c.iterator(); in _getScriptStorage() local
159 while (tests.hasNext()) { in _getScriptStorage()
160 Parameters testdata = (Parameters)tests.next(); in _getScriptStorage()
205 Iterator tests = c.iterator(); in _refreshScriptStorage() local
[all …]
H A D_XFunctionProvider.java60 Iterator tests; in _getFunction() local
63 tests = c.iterator(); in _getFunction()
65 while (tests.hasNext()) { in _getFunction()
66 result &= runGetFunctionTest((Parameters)tests.next()); in _getFunction()
H A D_XFunction.java67 Iterator tests; in _invoke() local
70 tests = c.iterator(); in _invoke()
72 while (tests.hasNext()) { in _invoke()
73 result &= runInvokeTest((Parameters)tests.next()); in _invoke()
H A D_XScriptNameResolver.java62 Iterator tests; in _resolve() local
65 tests = c.iterator(); in _resolve()
67 while (tests.hasNext()) { in _resolve()
68 result &= runResolveTest((Parameters)tests.next()); in _resolve()
H A D_XScriptInvocation.java66 Iterator tests; in _invoke() local
69 tests = c.iterator(); in _invoke()
71 while (tests.hasNext()) { in _invoke()
72 result &= runInvokeTest((Parameters)tests.next()); in _invoke()
H A D_XScriptStorageRefresh.java64 Iterator tests = c.iterator(); in _refresh() local
66 while (tests.hasNext()) { in _refresh()
67 Parameters testdata = (Parameters)tests.next(); in _refresh()
/aoo42x/main/svl/qa/
H A Dtest_URIHelper.cxx257 static Test const tests[] = { in TEST_F() local
278 for (std::size_t i = 0; i < sizeof tests / sizeof tests[0]; ++i) { in TEST_F()
283 bool ok = tests[i].relative == 0 in TEST_F()
290 buf.append(tests[i].base); in TEST_F()
326 static Test const tests[] = { in TEST_F() local
410 for (std::size_t i = 0; i < sizeof tests / sizeof tests[0]; ++i) { in TEST_F()
416 bool ok = tests[i].result == 0 in TEST_F()
419 : (result.equalsAscii(tests[i].result) && begin == tests[i].begin in TEST_F()
420 && end == tests[i].end); in TEST_F()
425 buf.append(tests[i].input); in TEST_F()
[all …]
/aoo42x/main/redland/rasqal/
H A Drasqal-0.9.33.patch.ooo_build7 -SUBDIRS += src utils tests docs data win32 scripts
8 +SUBDIRS += src tests docs data win32 scripts
10 -DIST_SUBDIRS=libsv libmtwist getopt src utils tests docs data win32 scripts
11 +DIST_SUBDIRS=libsv libmtwist getopt src tests docs data win32 scripts
/aoo42x/main/sc/source/ui/vba/testvba/
H A DREADME1 to run the tests
28 Note: For either windows or unix all of the tests should pass ( and you should get a result like )
35 9 tests passedTests
37 …ent exits the soffice process may still be running, if you wish to repeat tests you may want to ki…
/aoo42x/test/testcommon/source/org/openoffice/test/common/
H A DXMLReporter.java63 private long tests = 0; field in XMLReporter
111 tests++; in testFinished()
151 tests = 0; in startSuite()
172 testsuiteEl.setAttribute("tests", Long.toString(tests)); in store()
H A DCSVReporter.java47 private long tests = 0; field in CSVReporter
82 tests++; in testFinished()
110 tests = 0; in startSuite()
/aoo42x/main/unoxml/test/
H A Dmakefile.mk27 TARGET=tests
37 @echo unit tests are disabled. Nothing to do.
58 APP1TARGET= tests
/aoo42x/main/sal/qa/rtl_strings/
H A Dreadme.txt2 If you want to write new or better tests:
5 The best way to remark old tests, go to the end of the source code and remark
9 There are already some new tests for rtl::XString, take a look into the

Completed in 81 milliseconds

12345678