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

<<31323334353637383940>>

  /ndk/samples/san-angeles/jni/
README.txt 8 This is an OpenGL ES port of the small self-running demonstration
40 * How to create a self contained small demonstration
  /external/bluetooth/glib/docs/reference/gobject/
tut_gobject.xml 117 maman_bar_init (MamanBar *self)
524 MamanBar *self = MAMAN_BAR (object);
529 g_free (self-&gt;priv-&gt;name);
530 self-&gt;priv-&gt;name = g_value_dup_string (value);
531 g_print ("maman: %s\n", self-&gt;priv-&gt;name);
535 self-&gt;priv-&gt;papa_number = g_value_get_uchar (value);
536 g_print ("papa: &percnt;u\n", self-&gt;priv-&gt;papa_number);
552 MamanBar *self = MAMAN_BAR (object);
557 g_value_set_string (value, self-&gt;priv-&gt;name);
561 g_value_set_uchar (value, self-&gt;priv-&gt;papa_number)
    [all...]
  /external/webkit/WebCore/inspector/front-end/
ElementsTreeOutline.js 879 var self = this;
882 var title = self._nodeTitleInfo(self.representedObject, self.hasChildren, WebInspector.linkifyURL, tooltipText).title;
883 self.title = "<span class=\"highlight\">" + title + "</span>";
884 delete self.selectionElement;
885 self.updateSelection();
886 self._preventFollowingLinksOnDoubleClick();
    [all...]
ProfileDataGridTree.js 62 data["self"] = WebInspector.UIString("%.2f%%", this.selfPercent);
64 data["self"] = formatMilliseconds(this.selfTime);
83 if (columnIdentifier === "self" && this._searchMatchedSelfColumn)
  /external/opencore/doc/oscl_html/
oscl__tagtree_8h-source.html 156 <a name="l00161"></a><a class="code" href="structOscl__TagTree_1_1iterator.html#s3">00161</a> <span class="keyword">typedef</span> <a class="code" href="structOscl__TagTree_1_1iterator.html">iterator</a> <a class="code" href="structOscl__TagTree_1_1iterator.html#s3">self</a>;
177 <a name="l00182"></a><a class="code" href="structOscl__TagTree_1_1iterator.html#a5">00182</a> <span class="keywordtype">bool</span> <a class="code" href="structOscl__TagTree_1_1iterator.html#a5">operator==</a>(<span class="keyword">const</span> self&amp; x)
182 <a name="l00187"></a><a class="code" href="structOscl__TagTree_1_1iterator.html#a6">00187</a> <span class="keywordtype">bool</span> <a class="code" href="structOscl__TagTree_1_1iterator.html#a6">operator!=</a>(<span class="keyword">const</span> self&amp; x)
187 <a name="l00192"></a><a class="code" href="structOscl__TagTree_1_1iterator.html#a7">00192</a> self&amp; <a class="code" href="structOscl__TagTree_1_1iterator.html#a7">operator++</a>()
193 <a name="l00198"></a><a class="code" href="structOscl__TagTree_1_1iterator.html#a8">00198</a> self <a class="code" href="structOscl__TagTree_1_1iterator.html#a7">operator++</a>(<span class="keywordtype">int</span>)
195 00200 self tmp = *<span class="keyword">this</span>;
200 <a name="l00205"></a><a class="code" href="structOscl__TagTree_1_1iterator.html#a9">00205</a> self&amp; <a class="code" href="structOscl__TagTree_1_1iterator.html#a9">operator--</a>()
206 <a name="l00211"></a><a class="code" href="structOscl__TagTree_1_1iterator.html#a10">00211</a> self <a class="code" href="structOscl__TagTree_1_1iterator.html#a9">operator--</a>(<span class="keywordtype">int</span>)
208 00213 self tmp = *<span class="keyword">this</span>;
221 <a name="l00226"></a><a class="code" href="structOscl__TagTree_1_1const__iterator.html#s3">00226</a> <span class="keyword">typedef</span> <a class="code" href="structOscl__TagTree_1_1const__iterator.html">const_iterator</a> <a class="code" href="structOscl__TagTree_1_1const__iterator.html#s3">self</a>
    [all...]
  /dalvik/vm/native/
dalvik_system_VMDebug.c 52 Thread* self = dvmThreadSelf(); local
64 dvmReleaseTrackedAlloc((Object*)stringArray, self);
69 dvmReleaseTrackedAlloc((Object*)contents[i], self);
72 dvmReleaseTrackedAlloc((Object*)stringArray, self);
455 Thread* self = dvmThreadSelf(); local
457 int oldLimit = self->allocLimit;
463 self->allocLimit = newLimit;
dalvik_system_DexFile.c 292 Thread* self = dvmThreadSelf(); local
293 if (dvmCheckException(self)) {
299 Object* excep = dvmGetException(self);
305 dvmClearException(self);
  /development/pdk/docs/porting/
debugging_native.jd 151 #2 0x6b01c848 in monitorWait (mon=0x120818, self=0x6b039ba4, ms=0, ns=0) at extlibs/jamvm-1.4.1/src/lock.c:194
198 #2 0x6b032660 in jdwpThreadEntry (self=0x4d020) at extlibs/jamvm-1.4.1/jdwp/JdwpMain.c:37
207 #2 0x6b01c8d0 in monitorWait (mon=0x6b039b60, self=0x4d400, ms=1000, ns=272629312) at extlibs/jamvm-1.4.1/src/lock.c:183
209 #4 0x6b00d4fc in asyncGCThreadLoop (self=0x4d400) at extlibs/jamvm-1.4.1/src/alloc.c:1179
219 #2 0x6b00b3ec in referenceHandlerThreadLoop (self=0x4d360) at extlibs/jamvm-1.4.1/src/alloc.c:1247
229 #2 0x6b00b1dc in finalizerThreadLoop (self=0x4d8e0) at extlibs/jamvm-1.4.1/src/alloc.c:1238
237 #1 0x6b023814 in dumpThreadsLoop (self=0x51b98) at extlibs/jamvm-1.4.1/src/thread.c:1107
  /external/clearsilver/ruby/
install.rb 179 class << self
234 @table[key].gsub( %r<\$([^/]+)> ) { self[$1] }
250 def self.eval_file( file )
437 def self.declear_toplevel_installer( inst )
443 def self.toplevel_installer
768 env = self.dup
799 Installer.declear_toplevel_installer self
  /frameworks/base/libs/binder/
Parcel.cpp 351 const sp<ProcessState> proc(ProcessState::self());
628 return flatten_binder(ProcessState::self(), val, this);
633 return flatten_binder(ProcessState::self(), val, this);
726 acquire_object(ProcessState::self(), val, this);
930 unflatten_binder(ProcessState::self(), *this, &val);
937 unflatten_binder(ProcessState::self(), *this, &val);
1155 const sp<ProcessState> proc(ProcessState::self());
1169 const sp<ProcessState> proc(ProcessState::self());
    [all...]
ProcessState.cpp 69 IPCThreadState::self()->joinThreadPool(mIsMain);
76 sp<ProcessState> ProcessState::self() function in class:android::ProcessState
129 IPCThreadState* ipc = IPCThreadState::self();
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
OpCodes.java 570 /** ancestor-or-self axes opcode. */
582 /** descendants-of-self axes opcode. */
600 /** self axes opcode. */
  /external/icu4c/common/
ucase.h 200 * Mapping to self: Negative values (~self instead of -self to support U+0000)
  /external/opencore/oscl/oscl/osclio/src/
oscl_socket_imp_pv.cpp 61 OsclSocketI *self = OSCL_PLACEMENT_NEW(p, OsclSocketI(a)); local
62 OsclError::LeaveIfNull(self);
63 return self;
  /external/openssl/crypto/x509/
x509_vfy.c 151 /* If we are self signed, we break */
184 * is self signed.
192 /* we have a self signed certificate */
195 /* We have a single self signed certificate: see if
223 /* extract and save self signed certificate for later use */
237 /* If we are self signed, we break */
259 /* Is last certificate looked up self signed? */
407 use of self-signed certificates (which are marked as CA).
498 /* Check pathlen if not self issued */
509 /* Increment path length if not self issued *
    [all...]
  /external/srec/portable/src/
PFileSystem.c 324 ESR_ReturnCode PFileSystemCreatePFile(const LCHAR* filename, ESR_BOOL littleEndian, PFile** self)
331 if (filename == NULL || self == NULL)
342 rc = fileSystem->createPFile(fileSystem, absolutePath, littleEndian, self);
  /external/webkit/WebCore/platform/mac/
WebFontCache.mm 297 NSFont *font = [self internalFontWithFamily:desiredFamily traits:desiredTraits weight:desiredWeight size:size];
306 return [self internalFontWithFamily:desiredFamily traits:desiredTraits weight:desiredWeight size:size];
312 return [self fontWithFamily:desiredFamily traits:desiredTraits weight:desiredWeight size:size];
  /bionic/libc/kernel/common/linux/mtd/
mtd.h 44 void (*callback) (struct erase_info *self);
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
SelfIteratorNoPredicate.java 29 * "." patterns, that is, the self axes without any predicates.
  /dalvik/vm/
Native.h 79 const Method* method, struct Thread* self);
  /dalvik/vm/compiler/codegen/arm/
CalloutHelper.h 67 bool dvmUnlockObject(struct Thread* self, struct Object* obj); //OP_MONITOR_EXIT
  /dalvik/vm/mterp/
NOTES.txt 9 (including self-branches on certain instructions), exception throws,
  /development/host/windows/usb/api/
adb_api_instance.h 37 This class is self-referenced with the following reference model:
  /external/bluetooth/glib/gmodule/
gmodule-os2.c 96 g_module_set_error ("module handle for self not supported");
  /external/gtest/test/
gtest_env_var_test.py 132 def testEnvVarAffectsFlag(self):

Completed in 118 milliseconds

<<31323334353637383940>>