Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 985) sorted by relevance

12345678910>>...40

/trunk/main/bridges/test/java_uno/equals/
H A DTestEquals.java24 package test.java_uno.equals;
191 XTestInterface test = in getInstance() local
198 test.connect( in getInstance()
202 Object test1Ba = test.get(INSTANCE1); in getInstance()
208 Object test2Ba = test.get(INSTANCE2); in getInstance()
217 success &= test( in getInstance()
220 success &= test( in getInstance()
223 success &= test( in getInstance()
226 success &= test( in getInstance()
229 success &= test( in getInstance()
[all …]
/trunk/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DBug107753_Test.java47 public void test() throws Exception { in test() method in Bug107753_Test
64 success &= test("obj1a == obj1b", obj1a == obj1b); in run()
68 success &= test("obj2a == obj2b", obj2a == obj2b); in run()
72 success &= test( in run()
80 success &= test( in run()
86 success &= test("UnoRuntime.areSame(null, null)", in run()
88 success &= test("!UnoRuntime.areSame(null, obj1a)", in run()
90 success &= test("!UnoRuntime.areSame(null, obj1b)", in run()
92 success &= test("!UnoRuntime.areSame(null, obj2a)", in run()
94 success &= test("!UnoRuntime.areSame(null, obj2b)", in run()
[all …]
/trunk/test/testassistant/lib/
HDtestcommon.jar ... org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ org ...
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx135 void test( bool bResult, const char* msg ) in test() function
176 test( aContainedBmp.GetSizePixel() == Size(200,200), in checkCanvasBitmap()
179 test( xBmp->getSize().Width == 200 && xBmp->getSize().Height == 200, in checkCanvasBitmap()
182 test( xBmp->hasAlpha() == aContainedBmpEx.IsTransparent(), in checkCanvasBitmap()
185 test( xBmp->getScaledBitmap( geometry::RealSize2D(500,500), sal_False ).is(), in checkCanvasBitmap()
193 test( aLayout.ScanLines == 1, in checkCanvasBitmap()
195 test( aLayout.ScanLineBytes == (nExpectedBitsPerPixel+7)/8, in checkCanvasBitmap()
197 test( aLayout.ScanLineStride == (nExpectedBitsPerPixel+7)/8 || in checkCanvasBitmap()
200 test( aLayout.PlaneStride == 0, in checkCanvasBitmap()
203 test( aLayout.ColorSpace.is(), in checkCanvasBitmap()
[all …]
/trunk/main/bridges/test/java_uno/acquire/
H A Dtestacquire.cxx132 class Base: public Interface, public test::javauno::acquire::XBase {
155 css::uno::Reference< test::javauno::acquire::XBase >(this)) in queryInterface()
161 class Derived: public Base, public test::javauno::acquire::XDerived {
184 css::uno::Reference< test::javauno::acquire::XDerived >(this)) in queryInterface()
191 css::lang::XServiceInfo, css::lang::XMain, test::javauno::acquire::XTest >
215 css::uno::Reference< test::javauno::acquire::XBase > const & obj) in setBaseToInterface()
220 css::uno::Reference< test::javauno::acquire::XDerived > const & obj) in setDerivedToInterface()
232 css::uno::Reference< test::javauno::acquire::XBase > const & obj) in setBaseToBase()
237 css::uno::Reference< test::javauno::acquire::XDerived > const & obj) in setDerivedToBase()
245 virtual css::uno::Reference< test::javauno::acquire::XBase >
[all …]
H A DTestAcquire.java24 package test.javauno.acquire;
67 XTest test = UnoRuntime.queryInterface( in execClient() local
73 test.setInterfaceToInterface((XInterface) u.get()); in execClient()
74 receive(test.getInterfaceFromInterface()); in execClient()
75 test.clearInterface(); in execClient()
78 test.setInterfaceToInterface((XBase) u.get()); in execClient()
79 receive(test.getInterfaceFromInterface()); in execClient()
80 test.clearInterface(); in execClient()
83 test.setInterfaceToInterface((XDerived) u.get()); in execClient()
84 receive(test.getInterfaceFromInterface()); in execClient()
[all …]
/trunk/main/
H A Dconfigure.ac62 [ --disable-unit-tests Disables default unit tests (eg. unit tests using Google test, ...).
653 ], if test "$withval" = "yes"; then WITH_JAVA=java; else WITH_JAVA=$withval; fi, WITH_JAVA=java)
948 if test "configure" -ot "configure.ac"; then
985 if test -z "$GREP"; then
990 if test -z "$AWK"; then
995 if test -z "$SED"; then
1000 if test -z "$with_local_solenv"; then
1009 if test "$LOCAL_SOLENV" = "DEFAULT"; then
1016 if test -e $_solenv/inc/minor.mk; then
1033 if test -n "$with_packager_list" ; then
[all …]
/trunk/main/xsltml/
H A Dxsltml_2.1.2.patch19 - <xsl:if test="not(position()=last()) or ../m:otherwise"><xsl:text>\\ </xsl:text></xsl:if>
20 + <xsl:if test="not(position()=last()) or ../m:otherwise"><xsl:text>\\ &#13;&#10;</xsl:text><…
50 <xsl:when test="m:degree">
55 <xsl:when test="m:bvar/m:degree[string(number(.))='NaN']">
59 <xsl:if test="position()&lt;last()"><xsl:text>+</xsl:text></xsl:if>
66 + <xsl:when test="sum(m:bvar/m:degree)+count(m:bvar[not(m:degree)]) > 1">
84 - <xsl:if test="position()!=last()"><xsl:text>\\ </xsl:text></xsl:if>
85 + <xsl:if test="position()!=last()"><xsl:text>\\ &#13;&#10;</xsl:text></xsl:if>
91 <xsl:if test="position()!=last()"><xsl:text> &amp; </xsl:text></xsl:if>
93 - <xsl:if test="position()!=last()"><xsl:text>\\ </xsl:text></xsl:if>
[all …]
/trunk/main/codemaker/test/cppumaker/
H A Dtest_codemaker_cppumaker.cxx379 p(new(buffer) test::codemaker::cppumaker::BigStruct) {} in Guard()
381 ~Guard() { p->test::codemaker::cppumaker::BigStruct::~BigStruct(); } in ~Guard()
383 test::codemaker::cppumaker::BigStruct * const p;
390 new char[sizeof (test::codemaker::cppumaker::BigStruct)]); in TEST()
391 for (std::size_t i = 0; i < sizeof (test::codemaker::cppumaker::BigStruct); in TEST()
414 guard.p->m16, test::codemaker::cppumaker::HelperEnum_ZERO); in TEST()
420 guard.p->m20, test::codemaker::cppumaker::HelperEnum_ZERO); in TEST()
432 sizeof (test::codemaker::cppumaker::AlignmentDerivedStruct)); in TEST()
436 cppu::UnoType< test::codemaker::cppumaker::BigStruct >::get()); in TEST()
455 test::codemaker::cppumaker::Struct< sal_Unicode, sal_Int16 >()). in TEST()
[all …]
/trunk/main/udkapi/com/sun/star/test/
H A DXTest.idl35 #include <com/sun/star/test/XTestListener.idl>
41 module com { module sun { module star { module test {
45 A simple interface to test a service or interface implementation.
51 Test the object TestObject against the test specified with TestName. This test
53 component that will used further on. Note: This can be a strong test limitation.
54 There are some components, that cannot perform their full test scenario.
56 the name of the test. Must be an interface, service, or implementation name.
57 Note: The name is only used by the test component to distinguish between test
62 if the test does not support TestName or TestObject is null.
70 Test the object TestObject against the test specified with TestName.
[all …]
H A DXSimpleTest.idl37 module com { module sun { module star { module test {
41 A simple interface to test a service or interface implementation.
47 Test the object TestObject against the test specified with TestName. This test
50 Note : This can be a strong test limitation. There are some components, that cannot
51 perform their full test scenario.
52 … @param TestName the name of the test. Must be an interface, service or implementation name.
53 Note : The name is only used by the test component to distinguish
54 between test scenarios.
58 if the test does not support TestName or TestObject is null.
66 Test the object TestObject against the test specified with TestName. This test
[all …]
/trunk/main/testtools/source/bridgetest/
H A Dmulti.cxx65 com::sun::star::uno::Reference< test::testtools::bridgetest::XMulti > in testMulti()
71 css::uno::Reference< test::testtools::bridgetest::XMultiBase1 >( in testMulti()
75 static_cast< test::testtools::bridgetest::XMultiBase2 * >( in testMulti()
79 css::uno::Reference< test::testtools::bridgetest::XMultiBase2 >( in testMulti()
83 static_cast< test::testtools::bridgetest::XMultiBase5 * >( in testMulti()
87 css::uno::Reference< test::testtools::bridgetest::XMultiBase5 >( in testMulti()
89 css::uno::Reference< test::testtools::bridgetest::XMultiBase5 >( in testMulti()
93 css::uno::Reference< test::testtools::bridgetest::XMultiBase1 >( in testMulti()
97 static_cast< test::testtools::bridgetest::XMultiBase2 * >( in testMulti()
101 css::uno::Reference< test::testtools::bridgetest::XMultiBase2 >( in testMulti()
[all …]
/trunk/main/package/qa/storages/
H A DStorageUnitTest.java51 import org.openoffice.test.OfficeConnection;
115 assertTrue( "Test01 failed!", aTest.test() ); in ExecuteTest01()
122 assertTrue( "Test02 failed!", aTest.test() ); in ExecuteTest02()
129 assertTrue( "Test03 failed!", aTest.test() ); in ExecuteTest03()
136 assertTrue( "Test04 failed!", aTest.test() ); in ExecuteTest04()
143 assertTrue( "Test05 failed!", aTest.test() ); in ExecuteTest05()
150 assertTrue( "Test06 failed!", aTest.test() ); in ExecuteTest06()
157 assertTrue( "Test07 failed!", aTest.test() ); in ExecuteTest07()
164 assertTrue( "Test08 failed!", aTest.test() ); in ExecuteTest08()
171 assertTrue( "Test09 failed!", aTest.test() ); in ExecuteTest09()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XPropertyContainer.java79 boolean test = true; in _addProperty()
91 test = false; in _addProperty()
97 test = false; in _addProperty()
103 test = false; in _addProperty()
106 if ( test){ in _addProperty()
110 ok &= test; in _addProperty()
111 test = false; in _addProperty()
127 test = true; in _addProperty()
141 if (test) log.println("... OK"); in _addProperty()
144 ok &= test; in _addProperty()
[all …]
H A D_XPropertyAccess.java113 boolean test = true; in _setPropertyValues()
126 test = false; in _setPropertyValues()
130 test = false; in _setPropertyValues()
134 test = false; in _setPropertyValues()
138 test = false; in _setPropertyValues()
141 if ( test){ in _setPropertyValues()
145 ok &= test; in _setPropertyValues()
146 test = false; in _setPropertyValues()
168 test = true; in _setPropertyValues()
179 if (test) log.println("... OK"); in _setPropertyValues()
[all …]
/trunk/main/stoc/test/
H A Dlanguage_binding.idl30 module test
60 test::TestEnum Enum;
65 struct TestElement : test::TestSimple
71 struct TestDataElements : test::TestElement
73 sequence<test::TestElement > Sequence;
79 * Monster test interface to test language binding calls.
86 * in parameter test, tests by calls reference also (complex types)
93 [in] test::TestEnum eEnum, [in] string aString,
95 [in] sequence<test::TestElement > aSequence,
96 [in] test::TestData aStruct );
[all …]
H A Dtestiadapter.cxx47 using namespace test;
61 sal_Bool equals( const test::TestElement & rData1, const test::TestElement & rData2 ) in equals()
96 sal_Bool equals( const test::TestData & rData1, const test::TestData & rData2 ) in equals()
101 equals( (const test::TestElement &)rData1, (const test::TestElement &)rData2 ) && in equals()
105 const test::TestElement * pElements1 = rData1.Sequence.getConstArray(); in equals()
106 const test::TestElement * pElements2 = rData2.Sequence.getConstArray(); in equals()
120 void assign( test::TestElement & rData, in assign()
126 test::TestEnum eEnum, const ::rtl::OUString& rStr, in assign()
147 void assign( test::TestData & rData, in assign()
153 test::TestEnum eEnum, const ::rtl::OUString& rStr, in assign()
[all …]
/trunk/main/codemaker/test/javamaker/src/test/java/test/codemaker/javamaker/
H A DJavamaker_Test.java24 package test.codemaker.javamaker;
36 import test.codemaker.javamaker.Enum1;
37 import test.codemaker.javamaker.Enum2;
38 import test.codemaker.javamaker.PolyStruct;
39 import test.codemaker.javamaker.S2;
40 import test.codemaker.javamaker.Struct2;
41 import test.codemaker.javamaker.services.service_abstract;
42 import test.codemaker.javamaker.services.service_assert;
43 import test.codemaker.javamaker.services.service_break;
44 import test.codemaker.javamaker.services.service_catch;
[all …]
/trunk/main/libxmlsec/
H A Dxmlsec1-configure.patch40 +test -n "$DJDIR" || exec 7<&0 </dev/null
66 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
75 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
84 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
93 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
102 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
120 test "x$ac_site_file" = xNONE && continue
121 - if test -r "$ac_site_file"; then
122 + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
129 if test -r "$cache_file"; then
[all …]
H A Dxmlsec1-mingw32.patch7 - if test -f $dir/libnspr4.so -o -f $dir/libnspr4.dylib ; then
10 + if test -f $dir/libnspr4.$libext ; then
11 if test "z$dir" = "z/usr/lib" ; then
22 + if test -f $dir/libnspr4.so -o -f $dir/libnspr4.dylib ; then
23 + if test "z$dir" = "z/usr/lib" ; then
26 + if test "z$with_gnu_ld" = "zyes" ; then
46 + if test -f $dir/libnss3.$libext ; then
47 + if test "z$dir" = "z/usr/lib" ; then
50 + if test "z$with_gnu_ld" = "zyes" ; then
62 if test -f $dir/libnss3.so -o -f $dir/libnss3.dylib ; then
[all …]
/trunk/main/filter/source/xslt/import/wordml/
H A Dwordml2ooo_props.xsl36 <xsl:when test="w:pgMar/@w:header">
44 <xsl:when test="w:hdr">
46 <xsl:when test="w:pgMar/@w:top &gt;= $header-margin">
64 <xsl:when test="w:pgMar/@w:footer">
72 <xsl:when test="w:ftr">
100 <xsl:when test="w:pgSz/@w:orient">
120 <xsl:when test="w:cols/@w:num">
127 <xsl:if test="not(w:cols/w:col)">
144 <xsl:when test="@w:space">
162 <xsl:when test="w:b/@val">
[all …]
/trunk/ext_libraries/coinmp/
H A Dcoinmp-1.7.6.patch3 @@ -9151,7 +9151,7 @@ if test -z "$aix_libpath"; then aix_libp
12 @@ -9167,7 +9167,7 @@ if test -z "$aix_libpath"; then aix_libp
48 @@ -12238,7 +12238,7 @@ if test -z "$aix_libpath"; then aix_libp
84 @@ -15698,7 +15698,7 @@ if test -z "$aix_libpath"; then aix_libp
93 @@ -15714,7 +15714,7 @@ if test -z "$aix_libpath"; then aix_libp
129 @@ -18297,7 +18297,7 @@ if test -z "$aix_libpath"; then aix_libp
138 @@ -18313,7 +18313,7 @@ if test -z "$aix_libpath"; then aix_libp
217 @@ -9121,7 +9121,7 @@ if test -z "$aix_libpath"; then aix_libp
226 @@ -9137,7 +9137,7 @@ if test -z "$aix_libpath"; then aix_libp
262 @@ -12208,7 +12208,7 @@ if test -z "$aix_libpath"; then aix_libp
[all …]
/trunk/main/sw/source/filter/ww8/dump/
H A Dmsvbasic.cxx92 sal_uInt8 test[8]; in ConfirmFixedOctect() local
93 xVBAProject->Read(test,8); in ConfirmFixedOctect()
94 if (memcmp(stest,test,8) != 0) in ConfirmFixedOctect()
101 sal_uInt8 test[12]; in Confirm12Zeros() local
102 xVBAProject->Read(test,12); in Confirm12Zeros()
103 if (memcmp(stest,test,12) != 0) in Confirm12Zeros()
110 sal_uInt8 test[12]; in ConfirmHalfWayMarker() local
111 xVBAProject->Read(test,12); in ConfirmHalfWayMarker()
112 if (memcmp(stest,test,12) != 0) in ConfirmHalfWayMarker()
125 sal_uInt8 test[20]; in ConfirmFixedMiddle() local
[all …]
/trunk/test/testcommon/source/org/openoffice/test/
H A DRun.help2 run [options] <test definition> [test definition] ...
7 -l Set a test listeners.
10 …-tp [suite name:]<package name>[,package_name]... Define a test suite with test packages separat…
11 …-tc [suite name:]<class name>[,class_name]... Define a test suite with test classes separated by…
12 …-tm [suite name:]<method name>[,method_name]... Define a test suite with test methods separated by…
16 singleton True to allow only one test process to run at a time.
17 …only.new True to allow test to run only when openoffice.pack is newer than the local cached pac…
18 report.to Specify a URL to upload test result.
/trunk/main/connectivity/qa/complex/connectivity/
H A DHsqlDriverTest.java48 import org.openoffice.test.OfficeConnection;
64 public void test(){ in test() method in HsqlDriverTest
114 TestCacheSize test = new TestCacheSize(xMSF,info,drv); in test() local
119 test.setUp(); in test()
120 test.testFillUp(); in test()
121 test.checkResults(); in test()
122 test.tearDown(); in test()
144 TestCacheSize test = new TestCacheSize(xMSF,info,drv); in test2() local
145 test.setURL("jdbc:hsqldb:g:\\hsql\\db"); in test2()
151 test.setUp(); in test2()
[all …]

12345678910>>...40