Home
last modified time | relevance | path

Searched refs:rv (Results 1 – 25 of 28) sorted by relevance

12

/trunk/main/icc/
H A DSampleICC-1.3.2.patch986 rv = icMaxStatus(rv, icValidateWarning);
1196 rv = icMaxStatus(rv, icValidateWarning);
1205 rv = icMaxStatus(rv, icValidateWarning);
1436 rv =icMaxStatus(rv, icValidateWarning);
1510 rv = icMaxStatus(rv, icValidateWarning);
1591 rv = icMaxStatus(rv, icValidateWarning);
1637 rv = icMaxStatus(rv, icValidateWarning);
1839 rv = icMaxStatus(rv, icValidateWarning);
1906 rv = icMaxStatus(rv, icValidateWarning);
1965 rv = icMaxStatus(rv, icValidateWarning);
[all …]
/trunk/main/nss/
H A Dnss_sizes.patch46 - SECStatus rv = SECSuccess;
74 - rv = SECFailure;
88 - if (rv == SECFailure)
90 - return rv;
112 SECStatus rv;
116 rv = SECSuccess;
131 + rv = SECFailure;
192 + if (rv != SECSuccess) {
197 - if (rv)
238 SECStatus rv;
[all …]
H A Dnss_win.patch317 + SECStatus rv;
2129 SECStatus rv;
2210 if (rv != SECSuccess) {
2216 if (rv != SECSuccess) {
2222 if (rv != SECSuccess) {
2230 if (rv != SECSuccess) {
2240 if (rv != SECSuccess) {
2327 + SECStatus rv;
2478 + SECStatus rv;
2650 + SECStatus rv;
[all …]
/trunk/main/dtrans/source/os2/dnd/
H A DOTransferable.cxx170 bool rv = true; in RenderToOS2File() local
184 return rv; in RenderToOS2File()
192 bool rv; in RenderToDTShare() local
209 rv = true; // error in RenderToDTShare()
213 return rv; in RenderToDTShare()
220 bool rv; in RenderToSharedMem() local
224 return rv; in RenderToSharedMem()
252 bool rv; in requestRendering() local
254 rv = RenderToOS2File( dragItem, mHwndTarget); in requestRendering()
292 bool rv; in requestRendering() local
[all …]
H A DDragSource.cxx237 bool rv = false; in render() local
280 rv = true; in render()
311 rv = true; in render()
336 rv = true; in render()
348 int renderOK = (rv==true) ? DMFL_RENDEROK : DMFL_RENDERFAIL; in render()
357 return (MRESULT) rv; in render()
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dx509certificate_nssimpl.cxx116 SECStatus rv ; in getNotValidBefore() local
121 rv = DER_DecodeTimeChoice( &notBefore, &m_pCert->validity.notBefore ) ; in getNotValidBefore()
122 if( rv ) { in getNotValidBefore()
145 SECStatus rv ; in getNotValidAfter() local
150 rv = DER_DecodeTimeChoice( &notAfter, &m_pCert->validity.notAfter ) ; in getNotValidAfter()
151 if( rv ) { in getNotValidAfter()
461 SECStatus rv; in getCertificateUsage() local
465 rv = CERT_FindKeyUsageExtension(m_pCert, &tmpitem); in getCertificateUsage()
466 if ( rv == SECSuccess ) in getCertificateUsage()
/trunk/main/vcl/unx/gtk/a11y/
H A Datktext.cxx695 gint rv = 0; in text_wrapper_get_character_count() local
700 rv = pText->getCharacterCount(); in text_wrapper_get_character_count()
707 fprintf(stderr, "get_character_count(%p) returns: %d\n", text, rv); in text_wrapper_get_character_count()
710 return rv; in text_wrapper_get_character_count()
747 gint rv = 0; in text_wrapper_get_n_selections() local
752 rv = ( pText->getSelectionEnd() > pText->getSelectionStart() ) ? 1 : 0; in text_wrapper_get_n_selections()
759 fprintf(stderr, "get_n_selections(%p) returns %d\n", text, rv); in text_wrapper_get_n_selections()
762 return rv; in text_wrapper_get_n_selections()
/trunk/main/libxmlsec/
H A Dxmlsec1-nssmangleciphers.patch343 - SECStatus rv;
381 - rv = PK11_GenerateRandom(ctx->iv, ivLen);
382 - if(rv != SECSuccess) {
523 - SECStatus rv;
585 - rv = PK11_CipherOp(ctx->cipherCtx, outBuf, &outLen, inSize + blockLen,
587 - if(rv != SECSuccess) {
634 - SECStatus rv;
684 - rv = PK11_GenerateRandom(inBuf + inSize, blockLen - inSize - 1);
685 - if(rv != SECSuccess) {
732 - rv = PK11_CipherOp(ctx->cipherCtx, outBuf, &outLen, 2 * blockLen,
[all …]
H A Dxmlsec1-customkeymanage.patch2593 + SECStatus rv;
2631 + rv = PK11_CipherOp(EncContext, out, &tmp1_outlen, outSize,
2633 + if (rv != SECSuccess) {
2642 + rv = PK11_DigestFinal(EncContext, out+tmp1_outlen,
2644 + if (rv != SECSuccess) {
5616 - SECStatus rv;
5622 - rv = CERT_FindSubjectKeyIDExtension(cert, &ski);
5623 - if (rv != SECSuccess) {
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dabi.cxx537 ffi_fill_return_value (return_value *rv, extended_cif *ecif)
541 long *gpr = rv->gpr;
542 __int128_t *sse = rv->sse;
567 ecif->rvalue = (void *) rv->gpr[0];
572 *((long double *)ecif->rvalue) = rv->st0;
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dabi.cxx537 ffi_fill_return_value (return_value *rv, extended_cif *ecif)
541 long *gpr = rv->gpr;
542 __int128_t *sse = rv->sse;
567 ecif->rvalue = (void *) rv->gpr[0];
572 *((long double *)ecif->rvalue) = rv->st0;
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dabi.cxx537 ffi_fill_return_value (return_value *rv, extended_cif *ecif)
541 long *gpr = rv->gpr;
542 __int128_t *sse = rv->sse;
567 ecif->rvalue = (void *) rv->gpr[0];
572 *((long double *)ecif->rvalue) = rv->st0;
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1301 …uno::Reference< rendering::XCachedPrimitive > rv = uno::Reference< rendering::XCachedPrimitive >(N… in implDrawBitmapSurface() local
1348 rv = uno::Reference< rendering::XCachedPrimitive >( in implDrawBitmapSurface()
1406 return rv; // uno::Reference< rendering::XCachedPrimitive >(NULL); in implDrawBitmapSurface()
1419 uno::Reference< rendering::XCachedPrimitive > rv; in drawBitmap() local
1426rv = implDrawBitmapSurface( pCanvas, pSurface, viewState, renderState, aSize, false, bHasAlpha ); in drawBitmap()
1431 rv = uno::Reference< rendering::XCachedPrimitive >(NULL); in drawBitmap()
1437 return rv; in drawBitmap()
1450 uno::Reference< rendering::XCachedPrimitive > rv; in drawBitmapModulated() local
1457rv = implDrawBitmapSurface( pCanvas, pSurface, viewState, renderState, aSize, true, bHasAlpha ); in drawBitmapModulated()
1462 rv = uno::Reference< rendering::XCachedPrimitive >(NULL); in drawBitmapModulated()
[all …]
/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx1139 void ExtensionIteratorBase::implGetLanguageVectorFromPackage( ::std::vector< ::rtl::OUString > &rv, in implGetLanguageVectorFromPackage() argument
1142 rv.clear(); in implGetLanguageVectorFromPackage()
1165 rv.push_back( aPureEntry ); in implGetLanguageVectorFromPackage()
H A Dtvread.hxx350 void implGetLanguageVectorFromPackage( ::std::vector< ::rtl::OUString > &rv,
/trunk/main/solenv/bin/
H A Dbuild.pl425 my $rv;
429 while ($rv = sysread(HTML_PIPE, $buffer, $buffer_size)) {
451 my $rv;
455 while ($rv = sysread(HTML_PIPE, $buffer, $buffer_size)) {
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dsanskrit.lm244 rv 132
H A Dserbian-latin.lm337 rv 244
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx1597 void ExtensionIteratorBase::implGetLanguageVectorFromPackage( ::std::vector< ::rtl::OUString > &rv, in implGetLanguageVectorFromPackage() argument
1600 rv.clear(); in implGetLanguageVectorFromPackage()
1623 rv.push_back( aPureEntry ); in implGetLanguageVectorFromPackage()
H A Ddatabases.hxx438 void implGetLanguageVectorFromPackage( ::std::vector< ::rtl::OUString > &rv,
/trunk/main/solenv/inc/
H A Dmime.types184 video/vnd.rn-realvideo rv
/trunk/extras/l10n/source/hu/
H A Dlocalize.sdf4645 …_SYNTAX_ACCESS_DAT_NO_VALID 0 hu A megadott érték nem érvényes dátum. A dátumot írja be érvénye…
10408 …\globstr.src 0 string RID_GLOBSTR STR_NAME_ERROR_NAME 0 hu Érvényes hivatkozást vagy érvényes ne…
17625 …ce\setup\setup.ulf 0 LngText %INVALID_PARAM% 0 hu Érvénytelen parancssori kapcsoló: „%s”. Az ér…
22638 …151073 10 0 hu \<link href=\"text/scalc/01/12120000.xhp\" name=\"Érvényesség\"\>Érvényesség\</li…
36454rvényesítésének eredménye megjelenik az állapotsoron és a Digitális aláírás párbeszédablakban. Egy…
36784 …156138 41 0 hu \<link href=\"text/scalc/01/12120000.xhp\" name=\"Érvényesség\"\>Érvényesség\</li…
37777rvényesítésének eredménye megjelenik az állapotsoron és a Digitális aláírás párbeszédablakban. Egy…
53547rvényességi szabály új érték megadásakor kerül aktiválásra. Ha a cellába már ezt megelőzően érvény…
53565 …hu \<link href=\"text/scalc/01/12120000.xhp\" name=\"Adatok - Érvényesség\"\>Adatok - Érvényesség\…
54659 …y azonosító nem értékelhető ki, például nincs érvényes hivatkozás, nincs érvényes tartománynév, ni…
[all …]
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx4736 ComponentRefVector& rv = pItem->m_vComImplementsObjects; in disposeComVariablesForBasic() local
4738 for( itCRV = rv.begin() ; itCRV != rv.end() ; ++itCRV ) in disposeComVariablesForBasic()
/trunk/extras/l10n/source/et/
H A Dlocalize.sdf22579 …8 0 et \<link href=\"text/shared/01/05020200.xhp\" name=\"Fondi värv\"\>Fondi värv\</link\> 2…
22608 …5 0 et \<link href=\"text/shared/01/05200100.xhp\" name=\"Joone värv\"\>Joone värv\</link\> 2…
22609 …6 0 et \<link href=\"text/shared/01/05210100.xhp\" name=\"Taustavärv\"\>Taustavärv\</link\> 2…
22619 …7 0 et \<link href=\"text/shared/01/05020200.xhp\" name=\"Fondi värv\"\>Fondi värv\</link\> 2…
22955 …5 0 et \<link href=\"text/shared/01/05200100.xhp\" name=\"Joone värv\"\>Joone värv\</link\> 2…
23550 …9 0 et \<link href=\"text/shared/01/05020200.xhp\" name=\"Fondi värv\"\>Fondi värv\</link\> 2…
32272 …00000406.xhp 0 help par_id3151037 68 0 et Vali kaardilt \<emph\>Värv\</emph\> värv 20200411 1…
37414 …linestyles.xhp 0 help par_idN1070A 0 et Vali joone ja noole värv kastis \<emph\>Värv\</emph\>. …
61453 …i muutmiseks vali kastides \<emph\>Algvärv\</emph\> ja \<emph\>Lõppvärv\</emph\> erinevad värvid. …
61476 …r.xhp 0 help par_id3148866 33 0 et Vali kastis \<emph\>asendusvärv\</emph\> uus värv. 2020041…
[all …]
/trunk/extras/l10n/source/sv/
H A Dlocalize.sdf17999 starmath source\smres.src 0 string RID_ERR_LGROUPEXPECTED 292 sv '{' förväntad 20200411 15:09…
18000 starmath source\smres.src 0 string RID_ERR_RGROUPEXPECTED 292 sv '}' förväntad 20200411 15:09…
18001 starmath source\smres.src 0 string RID_ERR_LBRACEEXPECTED 292 sv '(' förväntad 20200411 15:09…
18002 starmath source\smres.src 0 string RID_ERR_RBRACEEXPECTED 292 sv ')' förväntad 20200411 15:09…
18003 starmath source\smres.src 0 string RID_ERR_FUNCEXPECTED 292 sv Funktion förväntad 20200411 15…
18004 starmath source\smres.src 0 string RID_ERR_UNOPEREXPECTED 292 sv Unär operator förväntad 2020…
18006 starmath source\smres.src 0 string RID_ERR_SYMBOLEXPECTED 292 sv Symbol förväntad 20200411 15…
18007 starmath source\smres.src 0 string RID_ERR_IDENTEXPECTED 292 sv Identifierare förväntad 20200…
18008 starmath source\smres.src 0 string RID_ERR_POUNDEXPECTED 292 sv '#' förväntad 20200411 15:09:…
18009 starmath source\smres.src 0 string RID_ERR_COLOREXPECTED 292 sv Färg förväntad 20200411 15:09…
[all …]

Completed in 4436 milliseconds

12