/trunk/main/store/workben/ |
H A D | t_file.cxx | 149 sal_uInt32 verify = 0; in main() local 151 0, &verify, sizeof(verify)); in main() 157 if (verify != magic) in main() 160 fprintf (stderr, "Expected %ld read %ld\n", (unsigned long)(magic), (unsigned long)(verify)); in main() 191 sal_Char verify[TEST_PAGESIZE]; in main() local 196 eErrCode = xLockBytes->readAt (offset, verify, TEST_PAGESIZE); in main() 207 if (rtl_compareMemory (&verify[index], &magic, sizeof(magic))) in main() 215 &verify[index], &buffer[index], TEST_PAGESIZE - index)) in main()
|
H A D | t_page.cxx | 227 storeError verify() const in verify() function 449 return pImpl->verify(); in verify() 485 virtual storeError verify() const; 498 storeError PageObject::verify() const in verify() function in PageObject 501 return p->verify(); in verify() 591 storeError verify() const in verify() function 593 storeError result = base::verify(); in verify() 624 virtual storeError verify() const in verify() function in TestObject 634 return pagedata->verify(); in verify() 741 result = rPage.verify(); [all …]
|
/trunk/main/store/source/ |
H A D | storbios.cxx | 154 storeError verify() const in verify() function 245 storeError verify (OStorePageBIOS & rBIOS); 260 storeError eErrCode = verify (rBIOS); in unusedHead() 318 storeError eErrCode = verify (rBIOS); in unusedPush() 327 eErrCode = aPageHead.verify (nAddr); in unusedPush() 349 storeError eErrCode = m_aSuperOne.verify(); in verify() 353 eErrCode = m_aSuperTwo.verify(); in verify() 384 eErrCode = m_aSuperTwo.verify(); in verify() 620 eErrCode = m_pSuper->verify (*this); in initialize_Impl() 924 eErrCode = rPage.verify (nAddr); in loadObjectAt_Impl() [all …]
|
H A D | stordata.hxx | 98 storeError verify() const { return store_E_None; } in verify() function 121 virtual storeError verify (sal_uInt32 nAddr) const; 199 storeError verify() const in verify() function 235 virtual storeError verify (sal_uInt32 nAddr) const; 346 storeError verify() const in verify() function 459 storeError verify() const in verify() function 626 storeError verify() const in verify() function 628 storeError eErrCode = m_aNameBlock.verify(); in verify() 630 eErrCode = m_aDataBlock.verify(); in verify() 703 virtual storeError verify (sal_uInt32 nAddr) const;
|
H A D | storbase.hxx | 563 storeError verify (sal_uInt32 nAddr) const in verify() function 781 static storeError verify (PageHolder const & rxPage, sal_uInt32 nAddr) in verify() function in store::PageHolderObject 787 storeError eErrCode = pHead->verify(nAddr); in verify() 795 return pImpl->verify(); in verify() 838 virtual storeError verify (sal_uInt32 nAddr) const = 0; 913 virtual storeError verify (sal_uInt32 nAddr) const = 0;
|
H A D | stordata.cxx | 54 storeError OStoreDataPageObject::verify (sal_uInt32 nAddr) const in verify() function in OStoreDataPageObject 56 return PageHolderObject< page >::verify (m_xPage, nAddr); in verify() 210 storeError OStoreIndirectionPageObject::verify (sal_uInt32 nAddr) const in verify() function in OStoreIndirectionPageObject 212 return PageHolderObject< page >::verify (m_xPage, nAddr); in verify() 584 storeError OStoreDirectoryPageObject::verify (sal_uInt32 nAddr) const in verify() function in OStoreDirectoryPageObject 586 return PageHolderObject< page >::verify (m_xPage, nAddr); in verify()
|
H A D | stortree.hxx | 178 storeError verify() const in verify() function 258 virtual storeError verify (sal_uInt32 nAddr) const;
|
H A D | stortree.cxx | 178 storeError OStoreBTreeNodeObject::verify (sal_uInt32 nAddr) const in verify() function in OStoreBTreeNodeObject 180 return PageHolderObject< page >::verify (m_xPage, nAddr); in verify()
|
/trunk/main/offapi/com/sun/star/xml/crypto/sax/ |
H A D | XSignatureVerifyResultBroadcaster.idl | 41 * This interface is used to manipulate signature verify result listener. 46 * Adds a new signature verify result listener. 58 * Removes a signature verify result listener.
|
H A D | XSignatureVerifyResultListener.idl | 46 * Notifies the signature verify result.
|
/trunk/main/ucb/qa/complex/ucb/ |
H A D | UCB.java | 157 if (!verifier.verify(files.get(i))) in listFiles() 208 public boolean verify(Object object); in verify() method
|
/trunk/main/wizards/com/sun/star/wizards/common/ |
H A D | UCB.java | 207 if (!verifier.verify(files.get(i))) in listFiles() 262 public boolean verify(Object object); in verify() method
|
/trunk/main/wizards/com/sun/star/wizards/web/ |
H A D | ExtensionVerifier.java | 51 public boolean verify(Object object) in verify() method in ExtensionVerifier
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | AutoControls.src | 71 …Text [ en-US ] = "No more settings are necessary. To verify that the connection is working, click …
|
/trunk/main/solenv/bin/modules/installer/ |
H A D | setupscript.pm | 221 if (( $line =~ /%1/ ) || ( $line =~ /%2/ ) || ( $line =~ /%verify/ ))
|
/trunk/main/offapi/com/sun/star/xml/crypto/ |
H A D | XSecurityEnvironment.idl | 72 The method provides a way to verify a certificate.
|
/trunk/main/offapi/com/sun/star/security/ |
H A D | XDocumentDigitalSignatures.idl | 44 It can also be used to verify digital signatures.
|
/trunk/main/sysui/desktop/mandriva/ |
H A D | mandriva-menus.spec | 338 %attr(0755,root,root) %verify(not size md5) /usr/bin/%unixfilename
|
/trunk/main/sysui/desktop/redhat/ |
H A D | redhat-menus.spec | 296 %attr(0755,root,root) %verify(not size md5) /usr/bin/%unixfilename
|
/trunk/main/uui/source/ |
H A D | ids.src | 370 …Text [ en-US ] = "Unable to verify the identity of $(ARG1) site.\n\nBefore accepting this certific…
|
/trunk/main/libxmlsec/ |
H A D | xmlsec1-customkeymanage.patch | 5563 /* verify that the key matches our expectations */
|
/trunk/main/ |
H A D | configure.ac | 1881 # At this moment we can not verify the URL or the content that we want to download. 3429 # At this moment we can not verify the URL or the content that we want to download.
|
/trunk/extras/l10n/source/te/ |
H A D | localize.sdf | 17316 …ring RID_UUI_ERRHDL (ERRCODE_UUI_UNKNOWNAUTH_UNTRUSTED) 0 te Unable to verify the identity of $(…
|
/trunk/extras/l10n/source/kn/ |
H A D | localize.sdf | 629 …ring RID_UUI_ERRHDL (ERRCODE_UUI_UNKNOWNAUTH_UNTRUSTED) 0 kn Unable to verify the identity of $(… 35500 …ures.xhp 0 help par_id6195257 0 kn Do not trust the icon. Inspect and verify the certificates. … 72347 …ng STR_NO_ADDITIONAL_SETTINGS 0 kn No more settings are necessary. To verify that the connectio…
|
/trunk/extras/l10n/source/ps/ |
H A D | localize.sdf | 629 …ring RID_UUI_ERRHDL (ERRCODE_UUI_UNKNOWNAUTH_UNTRUSTED) 0 ps Unable to verify the identity of $(… 35500 …ures.xhp 0 help par_id6195257 0 ps Do not trust the icon. Inspect and verify the certificates. … 72347 …ng STR_NO_ADDITIONAL_SETTINGS 0 ps No more settings are necessary. To verify that the connectio…
|