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

<<31323334353637383940>>

  /external/opencore/nodes/pvdownloadmanagernode/include/
pvmf_downloadmanager_factory.h 39 * reference, the interface class of the PVMFDownloadManagerNode.
51 * @returns A pointer to an instance of PVMFDownloadManagerNode as PVMFNodeInterface reference or leaves if instantiation fails
  /external/opencore/nodes/pvdummyoutputnode/include/
pvmf_dummy_fileoutput_config.h 55 * Register a reference to this interface.
60 * Remove a reference to this interface.
  /external/opencore/nodes/pvfileoutputnode/include/
pvmf_fileoutput_config.h 53 * Register a reference to this interface.
58 * Remove a reference to this interface.
  /external/opencore/nodes/pvmp4ffparsernode/include/
pvmf_mp4ffparser_factory.h 39 * reference, the interface class of the PVMFMP4FFParserNode.
51 * @returns A pointer to an instance of PVMFMP4FFParserNode as PVMFNodeInterface reference or leaves if instantiation fails
  /external/opencore/nodes/pvomxaudiodecnode/include/
pvmf_omx_audiodec_factory.h 40 * reference, the interface class of the PVMFAudioDecNode.
52 * @returns A pointer to an instance of PVMFOMXAudioDecNode as PVMFNodeInterface reference or leaves if instantiation fails
  /external/opencore/nodes/pvomxencnode/include/
pvmf_omx_enc_factory.h 40 * reference, the interface class of the PVMFOMXEncNode.
52 * @returns A pointer to an instance of PVMFOMXEncNode as PVMFNodeInterface reference or leaves if instantiation fails
  /external/opencore/nodes/pvomxvideodecnode/include/
pvmf_omx_videodec_factory.h 38 * reference, the interface class of the PVMFVideoDecNode.
50 * @returns A pointer to an instance of PVMFOMXVideoDecNode as PVMFNodeInterface reference or leaves if instantiation fails
  /external/opencore/nodes/pvprotocolenginenode/include/
pvmf_protocol_engine_factory.h 41 * reference, the interface class of the PVMFProtocolEngineNode.
53 * @returns A pointer to an instance of PVMFProtocolEngineNode as PVMFNodeInterface reference or leaves if
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
pv_2way_h324m_types.h 68 * A reference to an OSCL_wString, which is to hold the subclass
112 * A reference to an OSCL_wString, which is to hold the subclass
  /external/opencore/pvmi/pvmf/include/
pvmf_simple_media_buffer.h 63 * to reflect this class holding a reference to the buffer. Increment it
64 * externally if you aren't simply passing ownership of a reference
pvmi_media_io_clock_extension.h 56 * Register a reference to this interface.
61 * Remove a reference to this interface.
  /external/opencore/pvmi/pvmf/src/
pvmf_basic_errorinfomessage.cpp 68 // Remove reference to existing one if present
74 // Save the reference and increment ref for it
  /external/qemu/android/skin/
surface.h 22 /* increment surface's reference count */
25 /* decrement a surface's reference count. takes the surface's address as parameter.
  /external/skia/include/core/
SkPathEffect.h 81 The reference counts for outer and inner are both incremented in the constructor,
117 The reference counts for first and second are both incremented in the constructor,
  /external/skia/include/views/
SkView.h 173 /** Return the view's parent, or null if it has none. This does not affect the parent's reference count. */
176 /** Attach the child view to this view, and increment the child's reference count. The child view is added
181 /** If the view has a parent, detach the view from its parent and decrement the view's reference count.
185 /** Attach the child view to this view, and increment the child's reference count. The child view is added
244 /** Return the artist attached to this view (or null). The artist's reference
249 artist. If the new artist is not null, its reference count is incremented.
269 /** Return the layout attached to this view (or null). The layout's reference
274 layout. If the new layout is not null, its reference count is incremented.
  /external/srec/portable/include/
pcputimer.h 55 * Starts the timer. This sets the reference time from which all new elapsed
82 * Resets the elapsed time to 0 and resets the reference time of the Timer.
ptimer.h 54 * Starts the timer. This sets the reference time from which all new elapsed
75 * Resets the elapsed time to 0 and resets the reference time of the Timer.
  /external/stlport/stlport/stl/
_hashtable.h 116 typedef typename _Traits::reference reference; typedef in struct:_Ht_iterator
129 reference operator*() const {
191 // Returns begining of primes list and size by reference.
242 typedef typename _NonConstTraits::reference reference; typedef in class:hashtable
494 //reference find_or_insert(const value_type& __obj);
585 reference _M_insert(const value_type& __obj);
_rope.h 619 * adjust reference counts when these pointers are initialized
621 * the number of potentially expensive reference count
645 * that behaves almost like a reference. It's not possible to
646 * return an actual reference since assignment requires extra
668 // Don't preserve cache if the reference can outlive the
670 // a copy constructor or generating reference to a proxy
671 // reference. We declare the latter to have undefined semantics.
748 * Pointers from iterators are not included in reference counts.
886 typedef _CharT reference; // Really a value. Returning a reference typedef in class:_Rope_const_iterator
984 typedef _Rope_char_ref_proxy<_CharT,_Alloc> reference; typedef in class:_Rope_iterator
1097 typedef _Rope_char_ref_proxy<_CharT,_Alloc> reference; typedef in class:rope
    [all...]
  /external/stlport/test/eh/
mwerks_console_OS_X.c 60 /* Turn the CFURL into a bundle reference */
85 /* Create a bundle reference based on its name */
  /external/tcpdump/
atmuni31.h 64 #define ENDPT_REF 0x54 /* endpoint reference */
79 #define CALL_REF_POS 2 /* offset of call reference value */
  /external/webkit/JavaScriptCore/API/
JSContextRef.cpp 128 if (globalData.refCount() == 2) { // One reference is held by JSGlobalObject, another added by JSGlobalContextRetain().
129 // The last reference was released, this is our last chance to collect.
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/regexp/
regress-9141.js 24 * Reference: "http://bugzilla.mozilla.org/show_bug.cgi?id=9141";
46 var SECTION = "js1_2"; // provide a document reference (ie, ECMA section)
  /external/webkit/WebCore/html/canvas/
WebGLGetInfo.h 49 // similar variants. For reference counted types, increments and
50 // decrements the reference count of the target object.
  /external/webkit/WebCore/wml/
WMLErrorHandling.cpp 85 return "A variable reference uses invalid syntax.";
87 return "A variable reference is placed in an invalid location.";

Completed in 608 milliseconds

<<31323334353637383940>>