Home
last modified time | relevance | path

Searched refs:result (Results 326 – 350 of 994) sorted by relevance

1...<<11121314151617181920>>...40

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XCloneable.java53 boolean result = true; in _createClone()
57 result &= checkImplementationName(oObj,clone); in _createClone()
60 result &= checkImplementationID(oObj, clone); in _createClone()
62 tRes.tested("createClone()", result) ; in _createClone()
/trunk/main/scripting/workben/installer/
H A DExecCmd.java32 boolean result = false; in exec()
105 result= false; in exec()
110 result= true; in exec()
118 return result; in exec()
/trunk/main/scripting/workben/ifc/scripting/
H A D_XFunctionProvider.java55 boolean result = true; in _getFunction()
66 result &= runGetFunctionTest((Parameters)tests.next()); in _getFunction()
70 result = false; in _getFunction()
73 tRes.tested("getFunction()", result); in _getFunction()
/trunk/main/libxml2/
H A D50f06b3efb638efb0abd95dc62dca05ae67882c2.patch23 char *result;
31 result = (char *) xmlEncodeEntitiesReentrant(NULL, BAD_CAST buffer);
32 if (result) {
33 xmlGenericError(xmlGenericErrorContext, "%s", result);
/trunk/main/jvmfwk/source/
H A Dfwkbase.cxx144 CXPathObjectPtr result(xmlXPathEvalExpression( in getPluginData() local
147 if (xmlXPathNodeSetIsEmpty(result->nodesetval)) in getPluginData()
151 xmlNode* cur = result->nodesetval->nodeTab[0]; in getPluginData()
272 jfw::CXPathObjectPtr result; in getSupportedVendors() local
273 result = xmlXPathEvalExpression( in getSupportedVendors()
276 if (xmlXPathNodeSetIsEmpty(result->nodesetval)) in getSupportedVendors()
282 xmlNode* cur = result->nodesetval->nodeTab[0]; in getSupportedVendors()
/trunk/main/desktop/source/pagein/
H A Dfile_image_unx.c47 int result = 0; in file_image_open() local
62 result = errno; in file_image_open()
69 result = errno; in file_image_open()
77 return (result); in file_image_open()
/trunk/main/extensions/source/mozbootstrap/
H A DMNSFolders.cxx117 …::osl::FileBase::RC result = ::osl::DirectoryItem::get( sProductDirCandidate + ::rtl::OUString::cr… in lcl_guessProfileRoot()
118 if ( result == ::osl::FileBase::E_None ) in lcl_guessProfileRoot()
121 result = aRegistryItem.getFileStatus( aStatus ); in lcl_guessProfileRoot()
122 if ( result == ::osl::FileBase::E_None ) in lcl_guessProfileRoot()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetLinkable.java95 boolean result = false; in _setLinkUrl()
99 result = true; in _setLinkUrl()
104 result = linkUrl.equals(linkUrl2); in _setLinkUrl()
106 tRes.tested("setLinkUrl()", result); in _setLinkUrl()
H A D_DataPilotField.java149 boolean result = true; in _IsGroupField()
155 result = !propV.booleanValue (); in _IsGroupField()
159 result = false; in _IsGroupField()
161 tRes.tested ("IsGroupField",result); in _IsGroupField()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_TextGraphicObject.java108 boolean result = true; in _ImageMap()
126 result = previous < after; in _ImageMap()
128 result = false; in _ImageMap()
131 tRes.tested("ImageMap", result); in _ImageMap()
/trunk/main/sal/osl/w32/
H A Dsocket.cxx386 sal_Bool result; in __osl_querySocketDialupImpl() local
396 result = sal_True; in __osl_querySocketDialupImpl()
401 result = (sal_Bool)(pDialupImpl->m_pfnGetConnectedState)(&dwFlags, 0); in __osl_querySocketDialupImpl()
406 return (result); in __osl_querySocketDialupImpl()
414 sal_Bool result; in __osl_attemptSocketDialupImpl() local
424 result = __osl_querySocketDialupImpl(); in __osl_attemptSocketDialupImpl()
425 if (!result) in __osl_attemptSocketDialupImpl()
427 result = sal_True; in __osl_attemptSocketDialupImpl()
430 result = (sal_Bool)(pDialupImpl->m_pfnAutodial)(0, 0); in __osl_attemptSocketDialupImpl()
431 if (result) in __osl_attemptSocketDialupImpl()
[all …]
/trunk/main/framework/qa/complex/imageManager/
H A D_XImageManager.java68 boolean result = true; in _hasImage()
73 result &= oObj.hasImage(s, imageNames[i]); in _hasImage()
77 result = false; in _hasImage()
79 return result; in _hasImage()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/script/
H A D_XTypeConverter.java77 boolean result; in _convertTo()
79 result = ((Any)o).getType().equals(destType); in _convertTo()
82 result = (o instanceof XSet); in _convertTo()
85 tRes.tested("convertTo()", result) ; in _convertTo()
/trunk/main/solenv/bin/
H A Dupdate_module_ignore_lists.pl86 my @result = <SVN>;
89 foreach (@result)
106 my @result = <SVN>;
109 foreach (@result)
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XComponentLoader.java54 boolean result = true; in _loadComponentFromURL()
140 result=false; in _loadComponentFromURL()
145 result=false; in _loadComponentFromURL()
148 tRes.tested("loadComponentFromURL()", result); in _loadComponentFromURL()
H A D_XController.java136 boolean result = false; in _attachModel()
146 result = true; in _attachModel()
156 result=true; in _attachModel()
160 tRes.tested("attachModel()", result); in _attachModel()
/trunk/main/scripting/java/com/sun/star/script/framework/browse/
H A DScriptBrowseNode.java181 Any result = new Any(new Type(Boolean.class), Boolean.TRUE); in invoke() local
228 result = new Any(new Type(Boolean.class), Boolean.TRUE); in invoke()
246 result = new Any(new Type(XBrowseNode.class), new XBrowseNode[0]); in invoke()
281 result = new Any(new Type(XBrowseNode.class), this); in invoke()
308 return result; in invoke()
/trunk/main/rsc/source/rscpp/
H A Dcpp6.c517 register char *result; in savestring() local
519 result = getmem(strlen(text) + 1); in savestring()
520 strcpy(result, text); in savestring()
521 return (result); in savestring()
556 register char *result; in getmem() local
558 if ((result = malloc((unsigned) size)) == NULL) in getmem()
560 return (result); in getmem()
/trunk/main/scripting/source/provider/
H A DMasterScriptProvider.cxx695 Any result; in getByName() local
701 return result; in getByName()
707 sal_Bool result = sal_False; in hasByName() local
720 result = xCont->hasByName( aName ); in hasByName()
759 result = xCont->hasByName( aName ); in hasByName()
760 if ( result == sal_True ) in hasByName()
771 return result; in hasByName()
/trunk/test/testgui/source/pvt/gui/
H A DBenchmark.java58 private static DataSheet result; field in Benchmark
73 result = new DataSheet(getFile("output/" + Benchmark.class.getName() + ".xml")); in beforeClass()
74result.addRow("data", "Scenario", "No", "Consumed Time", "Memory(VSZ)", "Memory(RSS)", "Handles(Wi… in beforeClass()
91 result.addRow("data", testname.getMethodName(), i, "err", "err", "err", "err", "err"); in after()
97result.addRow("data", testname.getMethodName(), i, (end - start), perf.get("vsz"), perf.get("rss")… in addRecord()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaParser.java340 boolean result = false; in isCellRef()
345 result = true; in isCellRef()
352 if(!result) { in isCellRef()
354 result = true; in isCellRef()
357 return result; in isCellRef()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXStatement.idl88 multiple result sets and/or update counts. Normally you can ignore
98 the form of the first result. You can then use
102 to retrieve the result, and
104 to move to any subsequent result(s).
110 …<TRUE/> if the next result is a ResultSet; <FALSE/> if it is an update count or there are no more …
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sm/
H A DXMLMetaImporter.java168 boolean result = false ; in createTestEnvironment()
175 result = true ; in createTestEnvironment()
180 result &= impTitle.equals(gTitle) ; in createTestEnvironment()
182 return result ; in createTestEnvironment()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DOfficeStyles.java99 int result = family.hashCode(); in hashCode() local
100 result = 31 * result + (name != null ? name.hashCode() : 0); in hashCode()
101 return result; in hashCode()
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DWinRegKey.java116 byte[] result = null; in getValue()
191 result = new byte[ (int) size[0] ]; in getValue()
192 System.arraycopy( buffer, 0, result, 0, (int)size[0] ); in getValue()
194 return result; in getValue()

Completed in 97 milliseconds

1...<<11121314151617181920>>...40