OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reference
(Results
901 - 925
of
5589
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/opencore/doc/oscl_html/
oscl__file__types_8h.html
3
<title>oscl_file_types.h File
Reference
</title>
9
<hr><h1>oscl_file_types.h File
Reference
</h1>The file <a class="el" href="oscl__file__types_8h.html">oscl_file_types.h</a> defines some constants and types for file I/O implementations. Anything that needs to be shared across implementation modules can go here.
oscl__int64__utils_8h.html
3
<title>oscl_int64_utils.h File
Reference
</title>
9
<hr><h1>oscl_int64_utils.h File
Reference
</h1><code>#include "<a class="el" href="oscl__base_8h-source.html">oscl_base.h</a>"</code><br>
oscl__linked__list_8h.html
3
<title>oscl_linked_list.h File
Reference
</title>
9
<hr><h1>oscl_linked_list.h File
Reference
</h1>The file <a class="el" href="oscl__linked__list_8h.html">oscl_linked_list.h</a> defines the template class <a class="el" href="classOscl__Linked__List.html">Oscl_Linked_List</a> which has a very similar API as the STL Vector class (it basically provides a subset of the STL functionality). Memory allocation is abstracted through the use of an allocator template parameter.
oscl__lock__base_8h.html
3
<title>oscl_lock_base.h File
Reference
</title>
9
<hr><h1>oscl_lock_base.h File
Reference
</h1>This file defines an abstract lock class, <a class="el" href="classOsclLockBase.html">OsclLockBase</a>, that is used for APIs potentially requiring multi-thread safety. A null-lock implementation, <a class="el" href="classOsclNullLock.html">OsclNullLock</a>, is also provided for single-thread configurations (basically a noop for lock/unlock). Also provides the <a class="el" href="classOsclScopedLock.html">OsclScopedLock</a> class which is template class takes care of freeing the lock when the class goes out of scope.
oscl__media__data_8h.html
3
<title>oscl_media_data.h File
Reference
</title>
9
<hr><h1>oscl_media_data.h File
Reference
</h1>Defines a container class for media data made up of a collection of memory fragments.
oscl__mem__auto__ptr_8h.html
3
<title>oscl_mem_auto_ptr.h File
Reference
</title>
9
<hr><h1>oscl_mem_auto_ptr.h File
Reference
</h1>This file defines the oscl_mem_auto_ptr template class. This class is used to avoid any potential memory leaks that may arise while returning from methods in case of error.
oscl__mem__basic__functions_8h.html
3
<title>oscl_mem_basic_functions.h File
Reference
</title>
9
<hr><h1>oscl_mem_basic_functions.h File
Reference
</h1>This file contains prototypes for the basic memory functions.
oscl__mem__mempool_8h.html
3
<title>oscl_mem_mempool.h File
Reference
</title>
9
<hr><h1>oscl_mem_mempool.h File
Reference
</h1>This file contains the definition of memory pool allocators.
oscl__priqueue_8h.html
3
<title>oscl_priqueue.h File
Reference
</title>
9
<hr><h1>oscl_priqueue.h File
Reference
</h1>Implements a priority queue data structure similar to STL.
oscl__queue_8h.html
3
<title>oscl_queue.h File
Reference
</title>
9
<hr><h1>oscl_queue.h File
Reference
</h1>The file <a class="el" href="oscl__queue_8h.html">oscl_queue.h</a> defines the template class <a class="el" href="classOscl__Queue.html">Oscl_Queue</a>. It is similar to the STL::queue class, with some differences: - less complete - based on array rather than a deque - some interfaces modeled on oscl_vector, for ease of transition Memory allocation is abstracted through the use of an allocator template parameter.
oscl__registry__client__impl_8h.html
3
<title>oscl_registry_client_impl.h File
Reference
</title>
9
<hr><h1>oscl_registry_client_impl.h File
Reference
</h1>Client-side implementation of OsclRegistryInterface.
oscl__registry__serv__impl_8h.html
3
<title>oscl_registry_serv_impl.h File
Reference
</title>
9
<hr><h1>oscl_registry_serv_impl.h File
Reference
</h1>Server-side implementation of OsclRegistry interfaces.
oscl__scheduler_8h.html
3
<title>oscl_scheduler.h File
Reference
</title>
9
<hr><h1>oscl_scheduler.h File
Reference
</h1><code>#include "<a class="el" href="oscl__scheduler__types_8h-source.html">oscl_scheduler_types.h</a>"</code><br>
oscl__scheduler__aobase_8h.html
3
<title>oscl_scheduler_aobase.h File
Reference
</title>
9
<hr><h1>oscl_scheduler_aobase.h File
Reference
</h1>Oscl Scheduler internal active object classes.
oscl__scheduler__threadcontext_8h.html
3
<title>oscl_scheduler_threadcontext.h File
Reference
</title>
9
<hr><h1>oscl_scheduler_threadcontext.h File
Reference
</h1>Thread context functions needed by oscl scheduler.
oscl__scheduler__tuneables_8h.html
3
<title>oscl_scheduler_tuneables.h File
Reference
</title>
9
<hr><h1>oscl_scheduler_tuneables.h File
Reference
</h1>Tuneable settings for Oscl Scheduler.
oscl__shared__ptr_8h.html
3
<title>oscl_shared_ptr.h File
Reference
</title>
9
<hr><h1>oscl_shared_ptr.h File
Reference
</h1>This file defines a template class <a class="el" href="classOsclSharedPtr.html">OsclSharedPtr</a> which is a "smart pointer" to the parameterized type.
oscl__snprintf_8h.html
3
<title>oscl_snprintf.h File
Reference
</title>
9
<hr><h1>oscl_snprintf.h File
Reference
</h1>Provides a portable implementation of snprintf.
oscl__socket_8h.html
3
<title>oscl_socket.h File
Reference
</title>
9
<hr><h1>oscl_socket.h File
Reference
</h1>The file <a class="el" href="oscl__socket_8h.html">oscl_socket.h</a> defines the OSCL Socket APIs.
oscl__socket__listen_8h.html
3
<title>oscl_socket_listen.h File
Reference
</title>
9
<hr><h1>oscl_socket_listen.h File
Reference
</h1><code>#include "<a class="el" href="oscl__socket__types_8h-source.html">oscl_socket_types.h</a>"</code><br>
oscl__socket__method_8h.html
3
<title>oscl_socket_method.h File
Reference
</title>
9
<hr><h1>oscl_socket_method.h File
Reference
</h1><code>#include "<a class="el" href="osclconfig__io_8h-source.html">osclconfig_io.h</a>"</code><br>
oscl__string__uri_8h.html
3
<title>oscl_string_uri.h File
Reference
</title>
9
<hr><h1>oscl_string_uri.h File
Reference
</h1>Utilities to unescape URIs.
oscl__string__utf8_8h.html
3
<title>oscl_string_utf8.h File
Reference
</title>
9
<hr><h1>oscl_string_utf8.h File
Reference
</h1>Utilities to validate and truncate UTF-8 encoded strings.
oscl__string__xml_8h.html
3
<title>oscl_string_xml.h File
Reference
</title>
9
<hr><h1>oscl_string_xml.h File
Reference
</h1>Utilities to escape special characters in XML strings.
oscl__tcp__socket_8h.html
3
<title>oscl_tcp_socket.h File
Reference
</title>
9
<hr><h1>oscl_tcp_socket.h File
Reference
</h1><code>#include "<a class="el" href="oscl__ip__socket_8h-source.html">oscl_ip_socket.h</a>"</code><br>
Completed in 92 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>