HomeSort by relevance Sort by last modified time
    Searched full:reference (Results 601 - 625 of 5589) sorted by null

<<21222324252627282930>>

  /external/opencore/doc/oscl_html/
osclconfig__ix86_8h.html 3 <title>osclconfig_ix86.h File Reference</title>
9 <hr><h1>osclconfig_ix86.h File Reference</h1>This file contains configuration information for the ix86 processor family.
osclconfig__proc_8h.html 3 <title>osclconfig_proc.h File Reference</title>
9 <hr><h1>osclconfig_proc.h File Reference</h1>This file contains configuration information for the linux platform.
  /external/opencore/doc/pv2way_html/
pv__2way__interface_8h.html 3 <title>pv_2way_interface.h File Reference</title>
9 <hr><h1>pv_2way_interface.h File Reference</h1><code>#include "pv_common_types.h"</code><br>
  /external/opencore/doc/pvauthor_html/
pv__engine__observer_8h.html 3 <title>pv_engine_observer.h File Reference</title>
9 <hr><h1>pv_engine_observer.h File Reference</h1><code>#include "<a class="el" href="pv__engine__observer__message_8h-source.html">pv_engine_observer_message.h</a>"</code><br>
pv__engine__observer__message_8h.html 3 <title>pv_engine_observer_message.h File Reference</title>
9 <hr><h1>pv_engine_observer_message.h File Reference</h1><code>#include "oscl_base.h"</code><br>
  /external/opencore/fileformats/mp4/composer/src/
trackreferencetypeatom.cpp 19 This PVA_FF_TrackReferenceTypeAtom Class provides a reference from the containing stream
43 // Clean up vector of track reference ids
  /external/opencore/fileformats/mp4/parser/include/
trackreferencetypeatom.h 24 This TrackReferenceTypeAtom Class provides a reference from the containing stream
52 // Get track reference
  /external/opencore/nodes/pvaacffparsernode/include/
pvmf_aacffparser_factory.h 32 * reference, the interface class of the PVMFAACFFParserNode.
44 * @returns A pointer to an instance of PVMFAACFFParserNode as PVMFNodeInterface reference or leaves if instantiation fails
  /external/opencore/nodes/pvamrffparsernode/include/
pvmf_amrffparser_factory.h 36 * reference, the interface class of the PVMFAMRFFParserNode.
48 * @returns A pointer to an instance of PVMFAMRFFParserNode as PVMFNodeInterface reference or leaves if instantiation fails
  /external/opencore/nodes/pvclientserversocketnode/include/
pvmf_clientserver_socket_factory.h 42 * reference, the interface class of the PVMFClientServerSocketNode.
54 * @returns A pointer to an instance of PVMFClientServerSocketNode as PVMFNodeInterface reference or leaves if instantiation fails
  /external/opencore/nodes/pvmp3ffparsernode/include/
pvmf_mp3ffparser_factory.h 32 * PVMFNodeInterface reference, the interface class of the PVMFMP3FFParserNode.
45 * @returns A pointer to an instance of PVMFMP3FFParserNode as PVMFNodeInterface reference
  /external/opencore/nodes/pvsocketnode/include/
pvmf_socket_factory.h 37 * reference, the interface class of the PVMFSocketNode.
49 * @returns A pointer to an instance of PVMFSocketNode as PVMFNodeInterface reference or leaves if instantiation fails
  /external/opencore/nodes/pvwavffparsernode/include/
pvmf_wavffparser_factory.h 33 * reference, the interface class of the PVMFWAVFFParserNode.
45 * @returns A pointer to an instance of PVMFWAVFFParserNode as PVMFNodeInterface reference or leaves if instantiation fails
  /external/opencore/nodes/streaming/streamingmanager/include/
pvmf_sm_node_factory.h 35 * It returns a PVMFNodeInterface reference, the interface class of the
52 * as PVMFNodeInterface reference or leaves if instantiation fails
  /external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/include/
pvmf_sm_rtsp_unicast_node_factory.h 35 * It returns a PVMFNodeInterface reference, the interface class of the
52 * as PVMFSMFSPBaseNode reference or leaves if instantiation fails
  /external/opencore/oscl/oscl/osclio/src/
oscl_dns_param.h 44 ** A thread-safe, reference-counted parameter set.
45 ** A reference count is used since the data may need
  /external/opencore/protocols/rtsp_client_engine/inc/
pvrtsp_client_engine_factory.h 37 * reference, the interface class of the PVRTSPEngineNode.
49 * @returns A pointer to an instance of PVRTSPEngineNode as PVMFNodeInterface reference or leaves if instantiation fails
  /external/stlport/stlport/stl/debug/
_iterator.h 122 typedef typename _Container::reference reference; typedef in struct:_DBG_iter_base
203 typedef typename _Traits::reference reference; typedef in struct:_DBG_iter
246 reference operator*() const;
288 reference operator[](difference_type __n) const { return *(*this + __n); }
294 _STLP_TYPENAME_ON_RETURN_TYPE _Traits::reference
296 _STLP_TYPENAME_ON_RETURN_TYPE _DBG_iter<_Container, _Traits>::reference
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.4.2-1.js 24 * Reference: http://bugzilla.mozilla.org/show_bug.cgi?id=4088
38 var SECTION = "15.9.4.2-1"; // provide a document reference (ie, ECMA section)
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/instanceof/
regress-7635.js 24 * Reference: http://bugzilla.mozilla.org/show_bug.cgi?id=7635
29 var SECTION = "instanceof"; // provide a document reference (ie, ECMA section)
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/regress/
regress-7703.js 24 * Reference: "http://bugzilla.mozilla.org/show_bug.cgi?id=7703";
28 var SECTION = "js1_2"; // provide a document reference (ie, ECMA section)
  /external/webkit/JavaScriptCore/tests/mozilla/js1_4/Regress/
regress-7224.js 24 * Reference: js1_2
29 var SECTION = "regress"; // provide a document reference (ie, ECMA section)
  /external/webkit/WebCore/bindings/v8/
SharedPersistent.h 40 // A shareable reference to a v8 persistent handle. Using a shared
41 // persistent any number of objects can share a reference to a v8
  /external/webkit/WebCore/platform/graphics/android/
PlatformGraphicsContext.cpp 56 // it with the new rectangle and make the new recording canvas reference
68 // Place a reference to our subpicture in the Picture.
  /external/webkit/WebKit/win/
WebDocumentLoader.cpp 73 // null (because that would mean the loader still has a reference to the data source)
96 // longer holds a reference to the data source.

Completed in 195 milliseconds

<<21222324252627282930>>