Home
last modified time | relevance | path

Searched refs:getOption (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/sal/qa/osl/socket/
H A Dosl_Socket2.cxx850 class getOption : public ::testing::Test class
874 TEST_F(getOption, getOption_001) in TEST_F() argument
880 sSocket.getOption( osl_Socket_OptionType, pType, sizeof ( sal_Int32 ) ); in TEST_F()
890 TEST_F(getOption, getOption_004) in TEST_F() argument
902 TEST_F(getOption, getOption_simple_001) in TEST_F() argument
907 sal_Bool bOK = ( sal_False == sSocket.getOption( osl_Socket_OptionDontRoute ) ); in TEST_F()
912 TEST_F(getOption, getOption_simple_002) in TEST_F() argument
917 sal_Bool bOK = ( sal_False == sSocket.getOption( osl_Socket_OptionDebug ) ); in TEST_F()
970 … sal_Int32 n2 = asAcceptorSocket.getOption( osl_Socket_OptionDontRoute, pGetBuffer, nBufferLen ); in TEST_F()
1027 … sal_Int32 n1 = asAcceptorSocket.getOption( osl_Socket_OptionLinger, &aLingerGet, nBufferLen ); in TEST_F()
[all …]
H A Dosl_Socket.cxx2051 class getOption : public ::testing::Test class
2074 TEST_F(getOption, getOption_001) in TEST_F() argument
2080 sSocket.getOption( osl_Socket_OptionType, pType, sizeof ( sal_Int32 ) ); in TEST_F()
2090 TEST_F(getOption, getOption_004) in TEST_F() argument
2102 TEST_F(getOption, getOption_simple_001) in TEST_F() argument
2107 sal_Bool bOK = ( sal_False == sSocket.getOption( osl_Socket_OptionDontRoute ) ); in TEST_F()
2112 TEST_F(getOption, getOption_simple_002) in TEST_F() argument
2117 sal_Bool bOK = ( sal_False == sSocket.getOption( osl_Socket_OptionDebug ) ); in TEST_F()
2170 … sal_Int32 n2 = asAcceptorSocket.getOption( osl_Socket_OptionDontRoute, pGetBuffer, nBufferLen ); in TEST_F()
2227 … sal_Int32 n1 = asAcceptorSocket.getOption( osl_Socket_OptionLinger, &aLingerGet, nBufferLen ); in TEST_F()
[all …]
/trunk/main/vos/source/
H A Dsocket.cxx873 sal_Int32 OSocket::getOption(TSocketOption Option, in getOption() function in OSocket
967 getOption(TOption_Error, &err, sizeof(err)); in clearError()
979 getOption(TOption_Debug, &old, sizeof(old)); in setDebug()
994 getOption(TOption_ReuseAddr, &old, sizeof(old)); in setReuseAddr()
1009 getOption(TOption_KeepAlive, &old, sizeof(old)); in setKeepAlive()
1024 getOption(TOption_DontRoute, &old, sizeof(old)); in setDontRoute()
1039 getOption(TOption_Broadcast, &old, sizeof(old)); in setBroadcast()
1054 getOption(TOption_OOBinLine, &old, sizeof(old)); in setOobinline()
1077 getOption(TOption_Linger, &old, sizeof(old)); in setLinger()
1101 getOption(TOption_SndBuf, &old, sizeof(old)); in setSendBufSize()
[all …]
/trunk/main/rdbmaker/source/rdbmaker/
H A Drdbmaker.cxx90 OString fOption(pOptions->getOption("-FT")); in initFilterTypes()
100 FILE *f = fopen(pOptions->getOption("-F").getStr(), "r"); in initFilterTypes()
321 bootReg = options.getOption("-R"); in main()
359 typeMgr.setBase(options.getOption("-B")); in main()
373 OString fileName = createFileName( options.getOption("-O") ); in main()
386 …OUString fileName( OStringToOUString(createFileName( options.getOption("-O") ), RTL_TEXTENCODING_U… in main()
402 tmpKey.createKey( OStringToOUString(options.getOption("-b"), RTL_TEXTENCODING_UTF8), rootKey); in main()
413 OString tOption(options.getOption("-T")); in main()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbamaker.cxx116 typeMgr.setBase(options.getOption("-B")); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
125 outPath = options.getOption("-O"); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
138 OString corbaHeader = options.getOption("-H"); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
150 OString tOption(options.getOption("-T")); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/sal/inc/osl/
H A Dsocket.hxx338 inline sal_Int32 Socket::getOption( in getOption() function in osl::Socket
363 inline sal_Int32 Socket::getOption( oslSocketOption option ) const in getOption() function in osl::Socket
366 getOption( option, &n, sizeof( n ) ); in getOption()
386 getOption(osl_Socket_OptionError, &err, sizeof(err)); in clearError()
H A Dsocket_decl.hxx404 inline sal_Int32 SAL_CALL getOption(
464 inline sal_Int32 getOption( oslSocketOption option ) const;
/trunk/main/idlc/source/
H A Didlcmain.cxx75 outputUrl = convertToFileUrl(options.getOption("-O")); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
119 outputFileUrl = convertToFileUrl(options.getOption("-O")); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
H A Didlccompile.cxx275 OString dOpt = pOptions->getOption("-D"); in compileFile()
290 OString incOpt = pOptions->getOption("-I"); in compileFile()
H A Doptions.cxx430 const OString& Options::getOption(const OString& option) in getOption() function in Options
/trunk/main/codemaker/source/cunomaker/
H A Dcunomaker.cxx112 typeMgr.setBase(options.getOption("-B")); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
119 OString tOption(options.getOption("-T")); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
H A Dcunotype.cxx124 outPath = pOptions->getOption("-O"); in dump()
175 outPath = pOptions->getOption("-OC"); in dump()
2532 outPath = pOptions->getOption("-O"); in dump()
2733 outPath = pOptions->getOption("-O"); in dump()
/trunk/main/codemaker/source/idlmaker/
H A Didlmaker.cxx112 typeMgr.setBase(options.getOption("-B")); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
119 OString tOption(options.getOption("-T")); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
H A Didltype.cxx67 outPath = pOptions->getOption("-O"); in dump()
1045 outPath = pOptions->getOption("-O"); in dump()
1182 outPath = pOptions->getOption("-O"); in dump()
/trunk/main/codemaker/source/cppumaker/
H A Dcppumaker.cxx174 typeMgr.setBase(options.getOption("-B")); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
182 OString tOption(options.getOption("-T")); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
H A Dcpputype.cxx225 outPath = pOptions->getOption("-O"); in dump()
2178 outPath = pOptions->getOption("-O"); in dump()
/trunk/main/codemaker/source/javamaker/
H A Djavamaker.cxx166 typeMgr.setBase(options.getOption("-B")); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
173 OString tOption(options.getOption("-T")); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/rdbmaker/source/codemaker/
H A Doptions.cxx47 const OString Options::getOption(const OString& option) in getOption() function in Options
/trunk/main/codemaker/source/codemaker/
H A Doptions.cxx50 const OString Options::getOption(const OString& option) in getOption() function in Options
/trunk/main/rdbmaker/inc/codemaker/
H A Doptions.hxx82 const ::rtl::OString getOption(const ::rtl::OString& option)
/trunk/main/codemaker/inc/codemaker/
H A Doptions.hxx72 const ::rtl::OString getOption(const ::rtl::OString& option)
/trunk/main/idlc/inc/idlc/
H A Doptions.hxx71 const ::rtl::OString& getOption(const ::rtl::OString& option)
/trunk/main/vos/inc/vos/
H A Dsocket.hxx639 sal_Int32 SAL_CALL getOption(TSocketOption Option,
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx1530 const OUString* SharedConfigData::getOption( const OUString& rKey ) const in getOption() function in oox::dump::SharedConfigData
1755 return mxCfgData->getOption( rKey ); in implGetOption()
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx905 const ::rtl::OUString* getOption( const ::rtl::OUString& rKey ) const;

Completed in 205 milliseconds

12