HomeSort by relevance Sort by last modified time
    Searched full:self (Results 976 - 1000 of 1842) sorted by null

<<31323334353637383940>>

  /external/opencore/codecs_v2/utilities/colorconvert/src/
ccyuv420semiplnrtoyuv420plnr.cpp 30 CCYUV420SEMItoYUV420* self = OSCL_NEW(CCYUV420SEMItoYUV420, ()); local
31 return OSCL_STATIC_CAST(ColorConvertBase*, self);
ccyuv422toyuv420.cpp 30 CCYUV422toYUV420* self = OSCL_NEW(CCYUV422toYUV420, ()); local
31 return OSCL_STATIC_CAST(ColorConvertBase*, self);
  /external/opencore/doc/oscl_html/
classOsclRefCounterDA.html 69 When the reference count reaches zero, the buffer will be deleted by the deallocator. Also, the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object (this) will self-destruct when the reference count is zero. In some cases the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object will be part of the buffer being deleted. For such cases, the object pointer must be equal to the buffer pointer given at construction. If the object is not part of the buffer being deleted, it will self-destruct with a call to delete().<dl compact><dt><b>Parameters: </b></dt><dd>
classOsclRefCounterMTDA.html 76 When the reference count reaches zero, the buffer will be deleted by the deallocator. Also, the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object (this) will self-destruct when the reference count is zero. In some cases the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object will be part of the buffer being deleted. For such cases, the object pointer must be equal to the buffer pointer given at construction. If the object is not part of the buffer being deleted, it will self-destruct with a call to delete().<dl compact><dt><b>Parameters: </b></dt><dd>
classOsclRefCounterMTSA.html 67 When the reference count reaches zero, the buffer will be deleted by the deallocator. Also, the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object (this) will self-destruct when the reference count is zero. In some cases the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object will be part of the buffer being deleted. For such cases, the object pointer must be equal to the buffer pointer given at construction. If the object is not part of the buffer being deleted, it will self-destruct with a call to delete().<dl compact><dt><b>Parameters: </b></dt><dd>
classOsclRefCounterSA.html 67 When the reference count reaches zero, the buffer will be deleted by the deallocator. Also, the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object (this) will self-destruct when the reference count is zero. In some cases the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object will be part of the buffer being deleted. For such cases, the object pointer must be equal to the buffer pointer given at construction. If the object is not part of the buffer being deleted, it will self-destruct with a call to delete().<dl compact><dt><b>Parameters: </b></dt><dd>
oscl__tree_8h-source.html 84 <a name="l00086"></a><a class="code" href="structOscl__Rb__Tree__Iterator.html#s4">00086</a> <span class="keyword">typedef</span> <a class="code" href="structOscl__Rb__Tree__Iterator.html">Oscl_Rb_Tree_Iterator&lt;Value&gt;</a> <a class="code" href="structOscl__Rb__Tree__Iterator.html">self</a>;
109 <a name="l00111"></a><a class="code" href="structOscl__Rb__Tree__Iterator.html#a5">00111</a> <span class="keywordtype">bool</span> <a class="code" href="structOscl__Rb__Tree__Iterator.html#a5">operator==</a>(<span class="keyword">const</span> self&amp; x)
114 <a name="l00116"></a><a class="code" href="structOscl__Rb__Tree__Iterator.html#a6">00116</a> <span class="keywordtype">bool</span> <a class="code" href="structOscl__Rb__Tree__Iterator.html#a6">operator!=</a>(<span class="keyword">const</span> self&amp; x)
119 <a name="l00121"></a><a class="code" href="structOscl__Rb__Tree__Iterator.html#a7">00121</a> self&amp; <a class="code" href="structOscl__Rb__Tree__Iterator.html#a7">operator++</a>()
142 <a name="l00144"></a><a class="code" href="structOscl__Rb__Tree__Iterator.html#a8">00144</a> self <a class="code" href="structOscl__Rb__Tree__Iterator.html#a7">operator++</a>(<span class="keywordtype">int</span>)
144 00146 self tmp = *<span class="keyword">this</span>;
149 <a name="l00151"></a><a class="code" href="structOscl__Rb__Tree__Iterator.html#a9">00151</a> self&amp; <a class="code" href="structOscl__Rb__Tree__Iterator.html#a9">operator--</a>()
175 <a name="l00177"></a><a class="code" href="structOscl__Rb__Tree__Iterator.html#a10">00177</a> self <a class="code" href="structOscl__Rb__Tree__Iterator.html#a9">operator--</a>(<span class="keywordtype">int</span>)
177 00179 self tmp = *<span class="keyword">this</span>;
191 <a name="l00193"></a><a class="code" href="structOscl__Rb__Tree__Const__Iterator.html#s4">00193</a> <span class="keyword">typedef</span> <a class="code" href="structOscl__Rb__Tree__Const__Iterator.html">Oscl_Rb_Tree_Const_Iterator&lt;Value&gt;</a> <a class="code" href="structOscl__Rb__Tree__Const__Iterator.html">self</a>
    [all...]
  /external/openssl/apps/
openssl-vms.cnf 105 x509_extensions = v3_ca # The extentions to add to the self signed cert
236 # prevent it being used as an test self-signed certificate it is best
openssl.cnf 105 x509_extensions = v3_ca # The extentions to add to the self signed cert
236 # prevent it being used as an test self-signed certificate it is best
  /external/srec/portable/include/
pmemory.h 57 #define STATIC_CAST(self, subClass, member) ((subClass*) (((char*) self) - (offsetof(subClass, member))))
  /external/v8/benchmarks/
splay.js 123 * Constructs a Splay tree. A splay tree is a self-balancing binary
272 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/v8/tools/
splaytree.js 36 * Constructs a Splay tree. A splay tree is a self-balancing binary
214 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/webkit/SunSpider/tests/v8-v4/
v8-splay.js 118 * Constructs a Splay tree. A splay tree is a self-balancing binary
267 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/webkit/WebKit/chromium/src/js/
DevToolsHostStub.js 148 var self = this;
150 RemoteProfilerAgent.didGetActiveProfilerModules(self.activeProfilerModules_);
  /external/webkit/WebKit/gtk/webkit/
webkitwebhistoryitem.cpp 445 WebKitWebHistoryItem* webkit_web_history_item_copy(WebKitWebHistoryItem* self)
447 WebKitWebHistoryItemPrivate* selfPrivate = self->priv;
  /external/webkit/WebKit/win/Interfaces/
IWebFrame.idl 190 @discussion This method returns a frame with the given name. findFrameNamed returns self
192 findFrameNamed returns self for _parent and _top if the receiver is the mainFrame.
  /external/webkit/WebKitTools/simplejson/
__init__.py 73 ... def default(self, obj):
76 ... return simplejson.JSONEncoder.default(self, obj)
  /frameworks/base/docs/html/resources/tutorials/views/
hello-gridview.jd 37 self explanatory. For more information about valid attributes, see the {@link
130 android.widget.Adapter#getCount()} are self-explanatory. Normally, {@link
  /packages/apps/Email/src/com/android/exchange/
AbstractSyncService.java 104 * (ugh). Parameters are self-explanatory
131 * protocol's validateAccount method. Arguments are self-explanatory, except where noted.
  /cts/tests/tests/permission2/src/android/permission2/cts/
NoReceiveSmsPermissionTest.java 89 Log.i(LOG_TAG, String.format("Sending SMS to self: %s", currentNumber));
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
FileTest.java 179 notes = "Verifies self serialization/deserialization.",
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/
ProcessManagerTest.java 224 String[] commands = { "ls", "/proc/self/fd" };
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/
DefaultPolicyParser.java 292 * Specific handler for expanding <i>self</i> and <i>alias</i> protocols.
315 * <dt>self
327 * <i>self</i> or <i>alias</i>, or if data resolution failed
332 if ("self".equals(protocol)) { //$NON-NLS-1$
  /dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
SSLSessionTest.java 574 * single self-generated key. The subject name is "Test Server".
604 * single self-generated key. The subject name is "Test Client".
635 * single self-generated key. The subject name is "Test Server".
665 * single self-generated key. The subject name is "Test Client".
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
OneStepIteratorForward.java 63 * Create a OneStepIterator object that will just traverse the self axes.

Completed in 140 milliseconds

<<31323334353637383940>>