Home
last modified time | relevance | path

Searched refs:OSL_TRACE (Results 1 – 25 of 504) sorted by relevance

12345678910>>...21

/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.cxx155 OSL_TRACE("OResultSet::getTypes"); in getTypes()
255 OSL_TRACE("OResultSet::getByte"); in getByte()
294 OSL_TRACE("OResultSet::getDate"); in getDate()
371 OSL_TRACE("OResultSet::getInt"); in getInt()
390 OSL_TRACE("OResultSet::getRow"); in getRow()
493 OSL_TRACE("OResultSet::getRef"); in getRef()
683 OSL_TRACE("OResultSet::isLast"); in isLast()
734 OSL_TRACE("OResultSet::close"); in close()
752 OSL_TRACE("OResultSet::first"); in first()
770 OSL_TRACE("OResultSet::last"); in last()
[all …]
H A Dmysqlc_statement.cxx94 OSL_TRACE("OCommonStatement::disposing"); in disposing()
129 OSL_TRACE("OCommonStatement::getTypes"); in getTypes()
143 OSL_TRACE("OCommonStatement::cancel"); in cancel()
155 OSL_TRACE("OCommonStatement::close"); in close()
173 OSL_TRACE("OStatement::clearBatch"); in clearBatch()
183 OSL_TRACE("OCommonStatement::execute"); in execute()
250 OSL_TRACE("OStatement::queryInterface"); in queryInterface()
264 OSL_TRACE("OStatement::addBatch"); in addBatch()
277 OSL_TRACE("OStatement::executeBatch"); in executeBatch()
491 OSL_TRACE("OStatement::acquire"); in acquire()
[all …]
H A Dmysqlc_connection.cxx79 OSL_TRACE("OConnection::OConnection"); in OConnection()
88 OSL_TRACE("OConnection::~OConnection"); in ~OConnection()
101 OSL_TRACE("OConnection::release"); in release()
114 OSL_TRACE("OConnection::construct"); in construct()
332 OSL_TRACE("OConnection::nativeSQL"); in nativeSQL()
390 OSL_TRACE("OConnection::commit"); in commit()
406 OSL_TRACE("OConnection::rollback"); in rollback()
422 OSL_TRACE("OConnection::isClosed"); in isClosed()
471 OSL_TRACE("OConnection::isReadOnly"); in isReadOnly()
616 OSL_TRACE("OConnection::close"); in close()
[all …]
H A Dmysqlc_preparedstatement.cxx93 OSL_TRACE("OPreparedStatement::acquire"); in acquire()
103 OSL_TRACE("OPreparedStatement::release"); in release()
127 OSL_TRACE("OPreparedStatement::getTypes"); in getTypes()
162 OSL_TRACE("OPreparedStatement::close"); in close()
185 OSL_TRACE("OPreparedStatement::execute"); in execute()
314 OSL_TRACE("OPreparedStatement::setByte"); in setByte()
334 OSL_TRACE("OPreparedStatement::setDate"); in setDate()
362 OSL_TRACE("OPreparedStatement::setTime"); in setTime()
466 OSL_TRACE("OPreparedStatement::setInt"); in setInt()
486 OSL_TRACE("OPreparedStatement::setLong"); in setLong()
[all …]
H A Dmysqlc_resultsetmetadata.cxx63 OSL_TRACE("OResultSetMetaData::getColumnType"); in getColumnType()
86 OSL_TRACE("OResultSetMetaData::getColumnCount"); in getColumnCount()
122 OSL_TRACE("OResultSetMetaData::getSchemaName"); in getSchemaName()
141 OSL_TRACE("OResultSetMetaData::getColumnName"); in getColumnName()
160 OSL_TRACE("OResultSetMetaData::getTableName"); in getTableName()
249 OSL_TRACE("OResultSetMetaData::isCurrency"); in isCurrency()
287 OSL_TRACE("OResultSetMetaData::isSigned"); in isSigned()
325 OSL_TRACE("OResultSetMetaData::getScale"); in getScale()
343 OSL_TRACE("OResultSetMetaData::isNullable"); in isNullable()
381 OSL_TRACE("OResultSetMetaData::isReadOnly"); in isReadOnly()
[all …]
/trunk/main/sal/osl/unx/
H A Dprofile.c201 OSL_TRACE("In osl_openProfile\n"); in osl_psz_openProfile()
277 OSL_TRACE("In osl_closeProfile\n"); in osl_closeProfile()
386 OSL_TRACE("In osl_flushProfile()\n"); in osl_flushProfile()
1289 OSL_TRACE("In closeFileImpl\n"); in closeFileImpl()
1340 OSL_TRACE("rewinding\n"); in OslProfile_rewindFile()
1347 OSL_TRACE("truncating\n"); in OslProfile_rewindFile()
1943 OSL_TRACE("In storeProfile\n"); in storeProfile()
2115 OSL_TRACE("AUTOOPEN MODE\n"); in acquireProfile()
2126 OSL_TRACE("try to acquire\n"); in acquireProfile()
2173 OSL_TRACE("In releaseProfile\n"); in releaseProfile()
[all …]
H A Dconditn.c63 OSL_TRACE("osl_createCondition : condition init failed. Errno: %d; '%s'\n", in osl_createCondition()
73 OSL_TRACE("osl_createCondition : mutex init failed. Errno: %d; %s\n", in osl_createCondition()
140 OSL_TRACE("osl_setCondition : mutex lock failed. Errno: %d; %s\n", in osl_setCondition()
158 OSL_TRACE("osl_setCondition : mutex unlock failed. Errno: %d; %s\n", in osl_setCondition()
187 OSL_TRACE("osl_resetCondition : mutex lock failed. Errno: %d; %s\n", in osl_resetCondition()
197 OSL_TRACE("osl_resetCondition : mutex unlock failed. Errno: %d; %s\n", in osl_resetCondition()
225 OSL_TRACE("osl_waitCondition : mutex lock failed. Errno: %d; %s\n", in osl_waitCondition()
291 OSL_TRACE("osl_waitCondition : mutex unlock failed. Errno: %d; %s\n", in osl_waitCondition()
303 OSL_TRACE("osl_waitCondition : mutex unlock failed. Errno: %d; %s\n", in osl_waitCondition()
330 OSL_TRACE("osl_checkCondition : mutex unlock failed. Errno: %d; %s\n", in osl_checkCondition()
[all …]
H A Dpipe.c204 OSL_TRACE("osl_createPipe socket failed. Errno: %d; %s\n",errno, strerror(errno)); in osl_psz_createPipe()
223 OSL_TRACE("osl_createPipe : Pipe Name '%s'",name); in osl_psz_createPipe()
353 OSL_TRACE("osl_destroyPipe : Pipe Name '%s'",pPipe->m_Name); in osl_closePipe()
378 OSL_TRACE("shutdown in destroyPipe failed : '%s'\n",strerror(errno)); in osl_closePipe()
384 OSL_TRACE("close in destroyPipe failed : '%s'\n",strerror(errno)); in osl_closePipe()
425 OSL_TRACE("osl_acceptPipe : accept error '%s'", strerror(errno)); in osl_acceptPipe()
454 OSL_TRACE("osl_acceptPipe: error changing socket flags. " in osl_acceptPipe()
478 OSL_TRACE("osl_receivePipe : Invalid socket"); in osl_receivePipe()
489 OSL_TRACE("osl_receivePipe failed : %i '%s'",nRet,strerror(errno)); in osl_receivePipe()
509 OSL_TRACE("osl_sendPipe : Invalid socket"); in osl_sendPipe()
[all …]
/trunk/main/scripting/source/storage/
H A DScriptSecurityManager.cxx135 OSL_TRACE("never run"); in addScriptStorage()
140 OSL_TRACE("according to path"); in addScriptStorage()
183 OSL_TRACE("always & warning dialog"); in addScriptStorage()
222 OSL_TRACE( "no of elts in path list = %d", in isSecureURL()
224 OSL_TRACE("document path: %s", in isSecureURL()
230 OSL_TRACE("path list element: %s", in isSecureURL()
234 OSL_TRACE("case insensitive comparison"); in isSecureURL()
237 OSL_TRACE("case sensitive comparison"); in isSecureURL()
267 OSL_TRACE("reallocing"); in executeDialog()
309 OSL_TRACE( in checkPermission()
[all …]
H A DScriptStorage.cxx85 OSL_TRACE( "< ScriptStorage ctor called >\n" ); in ScriptStorage()
145 OSL_TRACE( "< ScriptStorage dtor called >\n" ); in ~ScriptStorage()
243 OSL_TRACE( "Parsed the XML\n" ); in initialize()
298 OSL_TRACE( "contains: %s\n", in create()
311 OSL_TRACE( "parcel file: %s\n", in create()
334 OSL_TRACE( in create()
347 OSL_TRACE( in create()
398 OSL_TRACE( "Parsed the XML\n" ); in create()
495 OSL_TRACE( in updateMaps()
498 OSL_TRACE( in updateMaps()
[all …]
H A DScriptMetadataImporter.cxx52 OSL_TRACE( "< ScriptMetadataImporter ctor called >\n" ); in ScriptMetadataImporter()
59 OSL_TRACE( "< ScriptMetadataImporter dtor called >\n" ); in ~ScriptMetadataImporter()
141 OSL_TRACE( "ScriptMetadataImporter: startCDATA()\n" ); in startCDATA()
148 OSL_TRACE( "ScriptMetadataImporter: endDATA()\n" ); in endCDATA()
155 OSL_TRACE( "ScriptMetadataImporter: comment()\n" ); in comment()
169 OSL_TRACE( "ScriptMetadataImporter: unknown()\n" ); in unknown()
186 OSL_TRACE( "ScriptMetadataImporter: endDocument()\n" ); in endDocument()
212 OSL_TRACE( "Trace Message: language is %s\n", in startElement()
219 OSL_TRACE( "Trace Message: Locale is %s\n", in startElement()
362 OSL_TRACE("adding files %s to files map", in endElement()
[all …]
H A DScriptStorageManager.cxx72 OSL_TRACE( "< ScriptStorageManager ctor called >\n" ); in ScriptStorageManager()
152 OSL_TRACE( "creating storage for: %s\n", in setupAnyStorage()
191 OSL_TRACE( "< ScriptStorageManager dtor called >\n" ); in ~ScriptStorageManager()
244 OSL_TRACE("Creating new storage for %s", in createScriptStorageWithURI()
251 OSL_TRACE("Using existing storage for %s", in createScriptStorageWithURI()
324 OSL_TRACE( ::rtl::OUStringToOString( message, in getScriptStorageID()
353 OSL_TRACE( "** => refreshing URI: %s\n", in refreshScriptStorage()
361 OSL_TRACE( "** id was -1, no storage"); in refreshScriptStorage()
455 OSL_TRACE( "event object type=%s", in disposing()
484 OSL_TRACE( "URI disposing is ... %s", in disposing()
[all …]
H A DXMLElement.cxx40 OSL_TRACE( "XMLElement::addAttribute\n" ); in addAttribute()
50 OSL_TRACE( "XMLElement::addSubElement\n" ); in addSubElement()
59 OSL_TRACE( "XMLElement::getSubElement\n" ); in getSubElement()
67 OSL_TRACE( "+++++ XMLElement::dumpSubElement\n" ); in dumpSubElements()
79 OSL_TRACE( "XMLElement::dump" ); in dump()
104 OSL_TRACE( "XMLElement::getLength\n" ); in getLength()
113 OSL_TRACE( "XMLElement::getNameByIndex\n" ); in getNameByIndex()
123 OSL_TRACE( "XMLElement::getTypeByIndex\n" ); in getTypeByIndex()
134 OSL_TRACE( "XMLElement::getTypeByName\n" ); in getTypeByName()
143 OSL_TRACE( "XMLElement::getValueByIndex\n" ); in getValueByIndex()
[all …]
/trunk/main/fpicker/source/aqua/
H A DControlHelper.cxx179 OSL_TRACE( "enable" ); in enableControl()
181 OSL_TRACE( "disable" ); in enableControl()
318 OSL_TRACE("no user pane needed"); in createUserPane()
591 OSL_TRACE("not a popup menu"); in HandleSetListValue()
599 OSL_TRACE("button has no menu"); in HandleSetListValue()
608 OSL_TRACE("ADD_ITEMS"); in HandleSetListValue()
619 OSL_TRACE("ADD_ITEMS"); in HandleSetListValue()
633 OSL_TRACE("DELETE_ITEM"); in HandleSetListValue()
642 OSL_TRACE("DELETE_ITEMS"); in HandleSetListValue()
680 OSL_TRACE("not a popup button"); in HandleGetListValue()
[all …]
H A DCFStringUtilities.hxx51 OSL_TRACE(">>> %s", __func__); in DBG_PRINT_ENTRY()
55 OSL_TRACE(">>> %s::%s", classname, methodname); in DBG_PRINT_ENTRY()
59 OSL_TRACE(">>> %s::%s%s%s = %s", classname, methodname, PARAMFILLER, param1, value1); in DBG_PRINT_ENTRY()
67 OSL_TRACE(">>> %s::%s%s%s =", classname, methodname, PARAMFILLER, param1); in DBG_PRINT_ENTRY()
74 OSL_TRACE(">>> %s::%s%s%s =", classname, methodname, PARAMFILLER, param1); in DBG_PRINT_ENTRY()
81 OSL_TRACE(">>> %s::%s%s%s = %d", classname, methodname, PARAMFILLER, param1, value1); in DBG_PRINT_ENTRY()
125 OSL_TRACE("<<< %s", __func__); in DBG_PRINT_EXIT()
129 OSL_TRACE("<<< %s::%s", classname, methodname); in DBG_PRINT_EXIT()
133 OSL_TRACE("<<< %s::%s%sreturnValue = %s", classname, methodname, PARAMFILLER, retVal); in DBG_PRINT_EXIT()
141 OSL_TRACE("<<< %s::%s%sreturnValue = ", classname, methodname, PARAMFILLER); in DBG_PRINT_EXIT()
[all …]
H A DSalAquaFilePicker.cxx221 OSL_TRACE("no front window found"); in execute()
236 OSL_TRACE("The dialog returned OK"); in execute()
330 OSL_TRACE("# of items: %d", nFiles); in getFiles()
387 OSL_TRACE( "Setting current filter to %s", in setCurrentFilter()
553 OSL_TRACE( "Template: FILEOPEN_PLAY" ); in initialize()
671 OSL_TRACE( "file selection changed"); in fileSelectionChanged()
678 OSL_TRACE("directory changed"); in directoryChanged()
685 OSL_TRACE("control state changed"); in controlStateChanged()
692 OSL_TRACE("dialog size changed"); in dialogSizeChanged()
767 OSL_TRACE("allowing other file types"); in updateSaveFileNameExtension()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx410 OSL_TRACE("%s", OSL_THIS_FUNC); in RTLAndCJKState()
448 OSL_TRACE("%s", OSL_THIS_FUNC); in StartParagraph()
497 OSL_TRACE("%s", OSL_THIS_FUNC); in EndParagraph()
531 OSL_TRACE("%s", OSL_THIS_FUNC); in EmptyParagraph()
538 OSL_TRACE("%s", OSL_THIS_FUNC); in StartParagraphProperties()
586 OSL_TRACE("%s", OSL_THIS_FUNC); in EndParagraphProperties()
593 OSL_TRACE("%s", OSL_THIS_FUNC); in StartRun()
605 OSL_TRACE("%s", OSL_THIS_FUNC); in EndRun()
613 OSL_TRACE("%s", OSL_THIS_FUNC); in StartRunProperties()
619 OSL_TRACE("%s", OSL_THIS_FUNC); in EndRunProperties()
[all …]
H A Drtfexport.cxx157 OSL_TRACE("%s", OSL_THIS_FUNC); in AppendBookmarks()
185 OSL_TRACE("%s", OSL_THIS_FUNC); in AppendBookmark()
204 OSL_TRACE("%s", OSL_THIS_FUNC); in WriteChar()
272 OSL_TRACE("%s", OSL_THIS_FUNC); in WriteRevTab()
306 OSL_TRACE("%s", OSL_THIS_FUNC); in WriteHeadersFooters()
331 OSL_TRACE("%s", OSL_THIS_FUNC); in OutputField()
352 OSL_TRACE("%s", OSL_THIS_FUNC); in DoComboBox()
359 OSL_TRACE("%s", OSL_THIS_FUNC); in DoFormText()
386 OSL_TRACE("%s", OSL_THIS_FUNC); in ReplaceCr()
431 OSL_TRACE("%s", OSL_THIS_FUNC); in WriteInfo()
[all …]
/trunk/main/oox/source/ppt/
H A Dtimenode.cxx97 OSL_TRACE( "OOX: uhandled type %x", nNodeType ); in getServiceName()
340 OSL_TRACE( "any >>= failed %d", __LINE__ ); in setNode()
351 OSL_TRACE( "any >>= failed %d", __LINE__ ); in setNode()
362 OSL_TRACE( "any >>= failed %d", __LINE__ ); in setNode()
374 OSL_TRACE( "any >>= failed %d", __LINE__ ); in setNode()
443 OSL_TRACE( "any >>= failed %d", __LINE__ ); in setNode()
451 OSL_TRACE( "any >>= failed %d", __LINE__ ); in setNode()
459 OSL_TRACE( "any >>= failed %d", __LINE__ ); in setNode()
467 OSL_TRACE( "any >>= failed %d", __LINE__ ); in setNode()
478 OSL_TRACE( "any >>= failed %d", __LINE__ ); in setNode()
[all …]
/trunk/main/sal/osl/w32/
H A Dprofile.cxx193 OSL_TRACE("In osl_openProfile\n"); in osl_openProfile()
270 OSL_TRACE("Out osl_openProfile [ok]\n"); in osl_openProfile()
283 OSL_TRACE("In osl_closeProfile\n"); in osl_closeProfile()
374 OSL_TRACE("In osl_flushProfile()\n"); in osl_flushProfile()
539 OSL_TRACE("In osl_readProfileBool\n"); in osl_readProfileBool()
1985 OSL_TRACE("In storeProfile\n"); in storeProfile()
2060 OSL_TRACE("Out storeProfile [ok]\n"); in storeProfile()
2190 OSL_TRACE("AUTOOPEN MODE\n"); in acquireProfile()
2203 OSL_TRACE("try to acquire\n"); in acquireProfile()
2253 OSL_TRACE("In releaseProfile\n"); in releaseProfile()
[all …]
/trunk/main/sal/osl/os2/
H A Dprofile.c202 OSL_TRACE("In osl_openProfile\n"); in osl_openProfile()
277 OSL_TRACE("Out osl_openProfile [ok]\n"); in osl_openProfile()
290 OSL_TRACE("In osl_closeProfile\n"); in osl_closeProfile()
380 OSL_TRACE("In osl_flushProfile()\n"); in osl_flushProfile()
493 OSL_TRACE("In osl_readProfileBool\n"); in osl_readProfileBool()
526 OSL_TRACE("In osl_readProfileIdent\n"); in osl_readProfileIdent()
656 OSL_TRACE("In osl_writeProfileBool\n"); in osl_writeProfileBool()
1868 OSL_TRACE("AUTOOPEN MODE\n"); in acquireProfile()
1879 OSL_TRACE("try to acquire\n"); in acquireProfile()
1939 OSL_TRACE("In releaseProfile\n"); in releaseProfile()
[all …]
/trunk/main/scripting/source/runtimemgr/
H A DScriptNameResolverImpl.cxx71 OSL_TRACE( "< ScriptNameResolverImpl ctor called >\n" ); in ScriptNameResolverImpl()
95 OSL_TRACE( "< ScriptNameResolverImpl dtor called >\n" ); in ~ScriptNameResolverImpl()
163 OSL_TRACE( in resolve()
168 OSL_TRACE( "ScriptNameResolverImpl::resolve Starting..." ); in resolve()
186 OSL_TRACE("Full resolution available, search document"); in resolve()
192 OSL_TRACE("Full resolution available, search user"); in resolve()
199 OSL_TRACE("Full resolution available, search share"); in resolve()
228 OSL_TRACE( ">>>> About to create storage for %s", in resolve()
263 OSL_TRACE( in resolve()
327 OSL_TRACE( in resolve()
[all …]
/trunk/main/avmedia/source/macavf/
H A Dmacavf_player.cxx120 OSL_TRACE( "AVPlayer replay=%d", mbLooping); in handleObservation()
179 OSL_TRACE ("Player::start status=%d", (int)eStatus); in start()
194 OSL_TRACE ("Player::stop() playing=%d", bPlaying); in stop()
235 OSL_TRACE ("Player::setMediaTime( %.3fsec)", fTime); in setMediaTime()
262 OSL_TRACE ("Player::setStopTime( %.3fsec)", fTime); in setStopTime()
279 OSL_TRACE ("Player::setRate( %.3f)", fRate); in setRate()
294 OSL_TRACE ("Player::getRate() = %.3f", fRate); in getRate()
303 OSL_TRACE ("Player::setPlaybackLoop( %d)", bSet ); in setPlaybackLoop()
313 OSL_TRACE ("Player::isPlaybackLoop() = %d", bRet ); in isPlaybackLoop()
336 OSL_TRACE ("Player::isMuted() = %d", mbMuted); in isMute()
[all …]
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx390 OSL_TRACE("directory changed"); in directoryChanged()
1003 OSL_TRACE( "1: HERE WE ARE\n"); in execute()
1375 OSL_TRACE( "enable\n" ); in enableControl()
1380 OSL_TRACE( "disable\n" ); in enableControl()
1661 OSL_TRACE( "3all true\n" ); in initialize()
1666 OSL_TRACE( "2all true\n" ); in initialize()
1672 OSL_TRACE( "1all true\n" ); in initialize()
1680 OSL_TRACE( "4all true\n" ); in initialize()
1687 OSL_TRACE( "5all true\n" ); in initialize()
1694 OSL_TRACE( "6all true\n" ); in initialize()
[all …]
/trunk/main/canvas/source/cairo/
H A Dcairo_os2_cairo.cxx91 OSL_TRACE( "Os2Surface::Os2Surface hwnd:%x offset: %d,%d size %d x %d", in Os2Surface()
107 OSL_TRACE( "Os2Surface::Os2Surface bitmap"); in Os2Surface()
126 OSL_TRACE ("SelectObject failed: %d", GetLastError ()); in Os2Surface()
160 OSL_TRACE( "Os2Surface::getSimilar size: %d x %d", width, height); in getSimilar()
187 OSL_TRACE( "Os2Surface::flush"); in flush()
198 OSL_TRACE( "Os2Surface::getDepth"); in getDepth()
221 OSL_TRACE( "Os2Surface::createVirtualDevice"); in createVirtualDevice()
237 OSL_TRACE( "Os2Surface createSurface from surface"); in createSurface()
259 OSL_TRACE( "createSurface refDev:%x, offset: %d x %d", &rRefDevice, x, y); in createSurface()
263 OSL_TRACE( "Os2Surface createSurface for WINDOW"); in createSurface()
[all …]

Completed in 253 milliseconds

12345678910>>...21