Home
last modified time | relevance | path

Searched refs:count (Results 751 – 767 of 767) sorted by path

1...<<31

/trunk/main/xmlsecurity/source/framework/
H A Dsignatureengine.cxx223 void SAL_CALL SignatureEngine::setReferenceCount( sal_Int32 count ) in setReferenceCount() argument
226 m_nTotalReferenceNumber = count; in setReferenceCount()
H A Dsignatureengine.hxx122 virtual void SAL_CALL setReferenceCount( sal_Int32 count )
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dsecerror.cxx74 if (log->count > 0) in printChainFailure()
H A Dsecurityenvironment_nssimpl.cxx848 log.count = 0; in verifyCertificate()
974 if ( log.count > 0) in verifyCertificate()
984 log.count = 0; in verifyCertificate()
1127 int count = 0; in createKeysManager() local
1128 for (CIT_SLOTS islots = m_Slots.begin();islots != m_Slots.end(); islots++, count++) in createKeysManager()
1129 slots[count] = *islots; in createKeysManager()
/trunk/main/xmlsecurity/test_docs/tools/httpserv/src/httpserv/
H A DMain.java151 int count = fr.read(data); in handle() local
/trunk/main/xmlsecurity/tools/uno/
H A DAdapterNode.java78 int count = childCount(); in index() local
79 for (int i=0; i<count; ++i) in index()
/trunk/main/xsltml/
H A Dxsltml_2.1.2.patch1325 - <xsl:if test="count(following-sibling::*)>0">
1339 - <xsl:if test="count(following-sibling::*)>0">
1348 - <xsl:if test="count(following-sibling::*)>0">
1421 - <xsl:param name="count"/>
1430 - <xsl:with-param name="count" select="$count - 1"/>
1455 + <xsl:if test="count(following-sibling::*)>0">
1558 + <xsl:param name="count"/>
1567 + <xsl:with-param name="count" select="$count - 1"/>
1576 + <xsl:param name="count"/>
1578 + <xsl:when test="$count &lt;= 0"/>
[all …]
/trunk/test/testassistant/lib/
H A Dtestcommon.jar ... strBuffer java.io.BufferedReader reader char[] buf int count public static java.io.File findFile (java. ...
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java289 int count = 0; in readStreamAsString() local
290 while ((count = reader.read(buf)) != -1) { in readStreamAsString()
291 strBuffer.append(buf, 0, count); in readStreamAsString()
847 int count; in zip() local
849 while ((count = bis.read(data)) != -1) { in zip()
850 out.write(data, 0, count); in zip()
963 int count = 0; in download() local
966 while ((count = in.read(buffer)) > 0) { in download()
967 out.write(buffer, 0, count); in download()
968 totalCount += count; in download()
H A DStreamPump.java46 int count = 0; in run() local
47 while ((count = reader.read(buf)) != -1) { in run()
50 stringBuffer.append(buf, 0, count); in run()
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclComboBox.java81 int count = getItemCount(); in getItemsText() local
82 String[] res = new String[count]; in getItemsText()
83 for (int i = 0; i < count; i++) { in getItemsText()
H A DVclListBox.java112 int count = getItemCount(); in select() local
113 for (int i = 0; i < count; i++) { in select()
151 int count = getItemCount(); in getItemsText() local
152 String[] res = new String[count]; in getItemsText()
153 for (int i = 0; i < count; i++) { in getItemsText()
165 int count = getItemCount(); in getItemIndex() local
166 for (int i = 0; i < count; i++) { in getItemIndex()
H A DVclMenuItem.java102 int count = menu.getItemCount(); in getId() local
103 for (int i = 0; i < count; i++) { in getId()
/trunk/test/testuno/source/fvt/uno/sw/breaks/
H A DCheckBreaks.java284 int count = 1; in getLineCount() local
290 count ++; in getLineCount()
294 return count; in getLineCount()
/trunk/test/testuno/source/fvt/uno/sw/field/
H A DPageCountField.java165 int count = Integer.valueOf(strNum); in getPageCount() local
166 return count; in getPageCount()
/trunk/test/testuno/source/testlib/uno/
H A DGraphicUtil.java114 int count = m_xdrawShapes.getCount(); in getGraphicsOfPage() local
115 Object[] temp = new Object[count]; in getGraphicsOfPage()
117 for(int i=0;i<count; i++) in getGraphicsOfPage()
H A DSDUtil.java65 int count = m_xdrawShapes.getCount(); in getShapesOfPageByType() local
66 Object[] temp = new Object[count]; in getShapesOfPageByType()
68 for(int i=0;i<count; i++) in getShapesOfPageByType()

Completed in 97 milliseconds

1...<<31