Home
last modified time | relevance | path

Searched refs:i2 (Results 1 – 25 of 96) sorted by relevance

1234

/trunk/main/configmgr/source/
H A Dxcsparser.cxx78 for (NodeMap::iterator i2(update->getMembers().begin()); in merge() local
79 i2 != update->getMembers().end(); ++i2) in merge()
83 if (i2->second->kind() == Node::KIND_PROPERTY && in merge()
87 original->getMembers().insert(*i2); in merge()
89 } else if (i2->second->kind() == i1->second->kind()) { in merge()
90 merge(i1->second, i2->second); in merge()
95 for (NodeMap::iterator i2(update->getMembers().begin()); in merge() local
96 i2 != update->getMembers().end(); ++i2) in merge()
103 original->getMembers().insert(*i2); in merge()
106 (i2->second->getTemplateName() == in merge()
[all …]
/trunk/main/sal/qa/rtl/uuid/
H A Drtl_Uuid.cxx66 for( sal_Int32 i2 = 0 ; i2 < 4 ; i2++ ) in printUuid() local
68 printf( "%02x" , pNode[i1*4 +i2] ); in printUuid()
98 sal_Int32 i,i2; in TEST_F() local
106 for( i2 = i+1 ; i2 < TEST_UUID ; i2 ++ ) in TEST_F()
108 if ( rtl_compareUuid( aNode[i] , aNode[i2] ) == 0 ) in TEST_F()
/trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DJavaThreadPoolFactory_Test.java36 final ThreadId[] i2 = new ThreadId[1]; in test() local
39 synchronized (i2) { in test()
40 i2[0] = JavaThreadPoolFactory.getThreadId(); in test()
41 i2.notify(); in test()
45 synchronized (i2) { in test()
46 while (i2[0] == null) { in test()
47 i2.wait(); in test()
50 assure(!i1.equals(i2[0])); in test()
H A DThreadId_Test.java47 ThreadId i2 = ThreadId.createFresh(); in test() local
48 assure(!i1.equals(i2)); in test()
49 assure(!i2.equals(i1)); in test()
50 assure(!Arrays.equals(i1bytes, i2.getBytes())); in test()
54 assure(!i3.equals(i2)); in test()
/trunk/main/framework/source/dispatch/
H A Ddispatchinformationprovider.cxx95 sal_Int32 i2 = 0; in getSupportedCommandGroups() local
96 for (i2=0; i2<c2; ++i2) in getSupportedCommandGroups()
98 … const sal_Int16& rGroup = lProviderGroups[i2]; in getSupportedCommandGroups()
129 sal_Int32 i2 = 0; in getConfigurableDispatchInformation() local
130 for (i2=0; i2<c2; ++i2) in getConfigurableDispatchInformation()
132 … const css::frame::DispatchInformation& rInfo = lProviderInfos[i2]; in getConfigurableDispatchInformation()
/trunk/main/i18npool/source/collator/
H A Dchaptercollator.cxx68 sal_Int32 i1, i2; in compareSubstring() local
70 for (i2 = len2; i2 && (cclass->getCharacterType(str2, off2+i2-1, nLocale) & DIGIT); i2--) ; in compareSubstring()
72 sal_Int32 ans = CollatorImpl::compareSubstring(str1, off1, i1, str2, off2, i2); in compareSubstring()
80 OUString s1 = str1.copy(off1+i1, len1-i1), s2 = str2.copy(off2+i2, len2-i2); in compareSubstring()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcall.s28 st %i2, [%fp+76]
120 st %i2, [%sp+64]
175 stb %o0, [%i2]
179 sth %o0, [%i2]
183 st %o0, [%i2]
187 st %o0, [%i2]
188 st %o1, [%i2+4]
192 st %f0, [%i2]
198 st %o0, [%i2]
199 st %o1, [%i2+4]
/trunk/main/unotools/source/config/
H A Dsecurityoptions.cxx483 sal_Int32 i2; in LoadAuthors() local
485 for( i1 = 0, i2 = 0 ; i1 < c1 ; ++i1 ) in LoadAuthors()
488 ++i2; in LoadAuthors()
490 ++i2; in LoadAuthors()
492 ++i2; in LoadAuthors()
502 lValues[ i2 ] >>= aCert[ 0 ]; in LoadAuthors()
503 ++i2; in LoadAuthors()
504 lValues[ i2 ] >>= aCert[ 1 ]; in LoadAuthors()
505 ++i2; in LoadAuthors()
506 lValues[ i2 ] >>= aCert[ 2 ]; in LoadAuthors()
[all …]
/trunk/main/desktop/source/deployment/manager/
H A Ddp_activepackages.cxx91 sal_Int32 i2 = value.indexOf(separator, i1 + 1); in decodeNewData() local
92 OSL_ASSERT(i2 >= 0); in decodeNewData()
94 value.getStr() + i1 + 1, i2 - i1 - 1, RTL_TEXTENCODING_UTF8); in decodeNewData()
95 sal_Int32 i3 = value.indexOf(separator, i2 + 1); in decodeNewData()
101 value.getStr() + i2 + 1, value.getLength() - i2 - 1, in decodeNewData()
108 value.getStr() + i2 + 1, i3 - i2 -1, RTL_TEXTENCODING_UTF8); in decodeNewData()
/trunk/main/tools/source/generic/
H A Dgen.cxx42 int i2; in operator >>() local
47 i2 = cId & 0x07; in operator >>()
48 rIStream.Read( cAry, i1+i2 ); in operator >>()
63 i = i1+i2; in operator >>()
398 int i2; in operator >>() local
405 i2 = cIdAry[0] & 0x07; in operator >>()
408 rIStream.Read( cAry, i1+i2+i3+i4 ); in operator >>()
425 i = iLast+i2; in operator >>()
432 iLast += i2; in operator >>()
/trunk/main/xmlsecurity/source/helper/
H A Dxsecverify.cxx229 sal_Int32 i1 = 0, i2 = 0; in setX509Certificate() local
230 while ((i1 < l1) && (i2 < l2)) { in setX509Certificate()
232 const sal_Unicode &c2 = s2[i2]; in setX509Certificate()
238 ++i2; in setX509Certificate()
245 ++i2; in setX509Certificate()
251 while ((i2 < l2) && rtl_ImplIsWhitespace(s2[l2])) { in setX509Certificate()
252 ++i2; in setX509Certificate()
254 if ((i1 != l1) || (i2 != l2)) { in setX509Certificate()
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A DRadioBut.idt2 s72 i2 s64 i2 i2 i2 i2 L64 L50
H A DDialog.idt2 s72 i2 i2 i2 i2 I4 L128 s50 S50 S50
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A DRadioBut.idt2 s72 i2 s64 i2 i2 i2 i2 L64 L50
H A DDialog.idt2 s72 i2 i2 i2 i2 I4 L128 s50 S50 S50
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A DRadioBut.idt2 s72 i2 s64 i2 i2 i2 i2 L64 L50
H A DDialog.idt2 s72 i2 i2 i2 i2 I4 L128 s50 S50 S50
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A DRadioBut.idt2 s72 i2 s64 i2 i2 i2 i2 L64 L50
H A DDialog.idt2 s72 i2 i2 i2 i2 I4 L128 s50 S50 S50
/trunk/main/sax/test/sax/
H A Dtestwriter.cxx661 sal_Int32 i2; in testPerformance() local
665 for( i2 = 0 ; i2 < ITERATIONS ; i2 ++ ) in testPerformance()
668 OUString::valueOf( i2 ), rList ); in testPerformance()
679 for( i2 = ITERATIONS-1 ; i2 >= 0 ; i2-- ) in testPerformance()
682 r->endElement( OUString( RTL_CONSTASCII_USTRINGPARAM("tag") ) + OUString::valueOf( i2 ) ); in testPerformance()
/trunk/main/extensions/test/sax/
H A Dtestwriter.cxx739 sal_Int32 i2; in testPerformance() local
740 for( i2 = 0 ; i2 < 15 ; i2 ++ ) in testPerformance()
742 r->startElement( UString( L"tag" ) + UString::valueOf( i2 ), rList ); in testPerformance()
754 for( i2 = 14 ; i2 >= 0 ; i2-- ) in testPerformance()
757 r->endElement( UString( L"tag" ) + UString::valueOf( i2 ) ); in testPerformance()
/trunk/main/autodoc/source/ary/inc/
H A Dsortedids.hxx209 ITER i2 = i_end; in impl_LowerBound_() local
211 for ( ITER it = i1 + (i2-i1)/2; in impl_LowerBound_()
212 i1 != i2; in impl_LowerBound_()
213 it = i1 + (i2-i1)/2 ) in impl_LowerBound_()
222 i2 = it; in impl_LowerBound_()
/trunk/main/sal/qa/rtl/process/
H A Dchild_process_id.cxx36 for( sal_Int32 i2 = 0 ; i2 < 4 ; i2++ ) in printUuid() local
38 sal_uInt8 nValue = pNode[i1*4 +i2]; in printUuid()
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dcallvirtualmethod.s37 tst %i2
42 0: deccc 8, %i2
43 ldx [%l0 + %i2], %l2
45 stx %l2, [%l1 + %i2]
/trunk/main/framework/qa/complex/dispatches/
H A Dcheckdispatchapi.java399 int i2 = 0; in impl_checkDispatchInfo() local
410 for (i2 = 0; i2 < c2; ++i2) in impl_checkDispatchInfo()
412 DispatchInformation aInfo = lInfos[i2]; in impl_checkDispatchInfo()

Completed in 104 milliseconds

1234