Home
last modified time | relevance | path

Searched refs:code (Results 126 – 150 of 1180) sorted by path

12345678910>>...48

/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Dcpp2uno.cxx477 return code + codeSnippetSize; in codeSnippet()
507 Slot ** slots, unsigned char * code, in addLocalFunctions() argument
520 (s++)->fn = code; in addLocalFunctions()
521 code = codeSnippet( in addLocalFunctions()
522 code, functionOffset++, vTableOffset, in addLocalFunctions()
532 (s++)->fn = code; in addLocalFunctions()
533 code = codeSnippet(code, functionOffset++, vTableOffset, true); in addLocalFunctions()
538 (s++)->fn = code; in addLocalFunctions()
539 code = codeSnippet( in addLocalFunctions()
540 code, functionOffset++, vTableOffset, in addLocalFunctions()
[all …]
/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Dcpp2uno.cxx419 unsigned char * p = code; in codeSnippet()
434 OSL_ASSERT(p - code <= codeSnippetSize); in codeSnippet()
435 return code + codeSnippetSize; in codeSnippet()
465 Slot ** slots, unsigned char * code, in addLocalFunctions() argument
478 (s++)->fn = code; in addLocalFunctions()
479 code = codeSnippet( in addLocalFunctions()
488 (s++)->fn = code; in addLocalFunctions()
489 code = codeSnippet( in addLocalFunctions()
496 (s++)->fn = code; in addLocalFunctions()
497 code = codeSnippet( in addLocalFunctions()
[all …]
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dcpp2uno.cxx410 unsigned char * code, sal_Int32 functionIndex, sal_Int32 vtableOffset) in codeSnippet()
412 unsigned char * p = code; in codeSnippet()
427 OSL_ASSERT(p - code <= codeSnippetSize); in codeSnippet()
428 return code + codeSnippetSize; in codeSnippet()
469 Slot ** slots, unsigned char * code, in addLocalFunctions() argument
476 (s++)->fn = code; in addLocalFunctions()
477 code = codeSnippet(code, functionOffset++, vtableOffset); in addLocalFunctions()
479 return code; in addLocalFunctions()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dcpp2uno.cxx351 unsigned char * p = code; in codeSnippet()
448 OSL_ASSERT(p - code <= codeSnippetSize); in codeSnippet()
449 return code + codeSnippetSize; in codeSnippet()
538 Slot ** slots, unsigned char * code, in addLocalFunctions() argument
558 (s++)->fn = code; in addLocalFunctions()
559 code = codeSnippet(code, functionOffset++, vtableOffset, isArgFloat); in addLocalFunctions()
569 (s++)->fn = code; in addLocalFunctions()
570 code = codeSnippet(code, functionOffset++, vtableOffset, isArgFloat); in addLocalFunctions()
579 (s++)->fn = code; in addLocalFunctions()
580 code = codeSnippet(code, functionOffset++, vtableOffset, isArgFloat); in addLocalFunctions()
[all …]
H A Dexcept.cxx214 void copyConstructCodeSnippet( unsigned char * code, typelib_TypeDescription * pTypeDescr ) in copyConstructCodeSnippet() argument
217 unsigned char * p = code; in copyConstructCodeSnippet()
248 OSL_ASSERT(p - code <= codeSnippetSize); in copyConstructCodeSnippet()
252 void destructCodeSnippet( unsigned char * code, typelib_TypeDescription * pTypeDescr ) in destructCodeSnippet() argument
255 unsigned char * p = code; in destructCodeSnippet()
286 OSL_ASSERT(p - code <= codeSnippetSize); in destructCodeSnippet()
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dcpp2uno.cxx457 unsigned char * codeSnippet( unsigned char * code, in codeSnippet() argument
467 *reinterpret_cast<sal_uInt16 *>( code ) = 0xba49; in codeSnippet()
471 *reinterpret_cast<sal_uInt16 *>( code + 10 ) = 0xbb49; in codeSnippet()
477 return code + codeSnippetSize; in codeSnippet()
530 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
531 code = codeSnippet( code, nFunctionOffset++, nVtableOffset, in addLocalFunctions()
537 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
538 code = codeSnippet( code, nFunctionOffset++, nVtableOffset, false ); in addLocalFunctions()
546 (s++)->fn = code + writetoexecdiff; in addLocalFunctions()
547 code = codeSnippet( code, nFunctionOffset++, nVtableOffset, in addLocalFunctions()
[all …]
/trunk/main/bridges/source/cpp_uno/shared/
H A Dvtablefactory.cxx348 unsigned char * code = codeBegin; in createVtables() local
353 code = addLocalFunctions( in createVtables()
354 &slots, code, in createVtables()
363 flushCode(codeBegin, code); in createVtables()
/trunk/main/canvas/
H A Doverview.txt33 interoperate, since new code, using the canvas, typically is embedded
/trunk/main/cli_ure/
H A Dreadme.txt80 The versions may already have been incremented because someone has changed code after the
122 be increased whenever something was fixed or the code has changed in any way. For further informati…
190 Because a change of a major is only done if the code has changed incompatibly, we must not
191 redirect old client code to the new assembly. Actually we would not need a policy file here.
254 adapted so that all code that uses version 1 now uses version 2. This would also allow cli_ure.dll
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx419 code->Emit( in get_type_Exception()
426 code->Emit( Emit::OpCodes::Ret ); in get_type_Exception()
477 code->Emit( in get_type_RuntimeException()
1339 code->Emit( in complete_struct_type()
1361 code->Emit( in complete_struct_type()
1363 code->Emit( in complete_struct_type()
1377 code->Emit( in complete_struct_type()
1399 code->Emit( in complete_struct_type()
1408 code->Emit( Emit::OpCodes::Ret ); in complete_struct_type()
1431 code->Emit( in complete_struct_type()
[all …]
/trunk/main/cli_ure/source/uno_bridge/
H A DREADME.txt7 I added CRT initialization code in uno_initEnvironment (cli_bridge.cxx)
/trunk/main/codemaker/source/javamaker/
H A Dclassfile.cxx622 rtl::OString const & descriptor, Code const * code, in addMethod() argument
646 ((code == 0 ? 0 : 1) + (exceptions.empty() ? 0 : 1) in addMethod()
648 if (code != 0) { in addMethod()
649 std::vector< unsigned char >::size_type codeSize = code->m_code.size(); in addMethod()
651 = code->m_exceptionTable.size(); in addMethod()
669 appendU2(m_methods, code->m_maxStack); in addMethod()
670 appendU2(m_methods, code->m_maxLocals); in addMethod()
672 appendStream(m_methods, code->m_code); in addMethod()
673 appendU2(m_methods, code->m_exceptionTableLength); in addMethod()
674 appendStream(m_methods, code->m_exceptionTable); in addMethod()
H A Dclassfile.hxx203 rtl::OString const & descriptor, Code const * code,
H A Djavatype.cxx552 code.instrNew( in generateCode()
596 code.instrNew( in generateCode()
627 code.instrNew( in generateCode()
658 code.instrNew( in generateCode()
703 code.instrNew( in generatePolymorphicUnoTypeCode()
705 code.instrDup(); in generatePolymorphicUnoTypeCode()
3112 code->instrDup(); in handleSingleton()
3122 code->instrDup(); in handleSingleton()
3149 code->instrNew( in handleSingleton()
3152 code->instrDup(); in handleSingleton()
[all …]
/trunk/main/configmgr/source/
H A DREADME89 the UNO API.) The XCU reading code only evaluates the oor:mandatory attribute
96 properties are implicitly mandatory, but at least the new configmgr code does
103 NO_LAYER simplifies the code, e.g., removeByName does not have to check whether
/trunk/main/
H A Dconfigure.ac30 [ --with-dmake-url=<URL> Specify the location of downloadable dmake source code. For example:
121 [ --disable-epm AOO includes self-packaging code, that requires EPM.
130 [ --with-epm-url=<URL> Specify the location of downloadable epm source code. For example:
253 plus extra debugging code. Extra large build!
262 [ --enable-crashdump Enable the crashdump feature code.
657 to native code..
934 [ --with-rat-scan Scan source code for license headers.
1887 …AC_MSG_ERROR([no URL for dmake source code specified, either. Use --with-dmake-url to supply an UR…
/trunk/main/connectivity/source/drivers/evoab2/
H A DEApi.h134 char *code; member
H A DNResultSet.cxx344 g_value_set_string(pStackValue,ec->code ); break; in handleSplitAddress()
357 g_value_set_string(pStackValue,ec->code ); break; in handleSplitAddress()
370 g_value_set_string(pStackValue,ec->code ); break; in handleSplitAddress()
/trunk/main/connectivity/source/resource/
H A Dconn_error_message.src28 // <code>256 + 2*n</code>, and the SQL state string (if applicable) must
29 // have ID <code>256 + 2*n + 1</code>.
H A Dconn_shared_res.src131 Text [ en-US ] = "Could not create a new address book. Mozilla error code is $1$." ;
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp1355 if ( pnmh->idFrom == IDC_RICHEDIT21 && pnmh->code == EN_LINK ) in WelcomeDialogProc()
/trunk/main/cui/source/dialogs/
H A Dpostdlg.src106 // TODO: cleanup code for these unused elements
/trunk/main/cui/source/options/
H A Doptfltr.src50 Text [ en-US ] = "Load Basic ~code" ;
58 Text [ en-US ] = "Save ~original Basic code" ;
73 Text [ en-US ] = "Lo~ad Basic code" ;
81 Text [ en-US ] = "E~xecutable code" ;
89 Text [ en-US ] = "Sa~ve original Basic code" ;
104 Text [ en-US ] = "Load Ba~sic code" ;
112 Text [ en-US ] = "Sav~e original Basic code" ;
H A Doptgenrl.src279 …Text [ en-US ] = "Note that street, Zip code and city are used to generate the registration key. Y…
/trunk/main/cui/source/tabpages/
H A Dnumfmt.src69 Text [ en-US ] = "~Format code" ;

Completed in 127 milliseconds

12345678910>>...48