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

<<41424344454647484950>>

  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 159 assertFalse("should not construct self", B.list.contains(b));
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/utils/
JarUtils.java 204 // Signer is self-signed
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
TransformerException.java 111 "Self-causation not permitted");
  /dalvik/vm/mterp/common/
asm-constants.h 96 MTERP_OFFSET(offGlue_self, MterpGlue, self, 24)
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 160 Log.i(TAG, "Native crash pressed -- about to kill -11 self");
  /development/host/windows/usb/api/
adb_object_handle.h 53 outside of API via ADBAPIHANDLE are self-destructing referenced objects.
  /external/apache-http/src/org/apache/http/impl/
DefaultConnectionReuseStrategy.java 96 // Check for a self-terminating entity. If the end of the entity will
  /external/bison/doc/
bison.1 369 Self explanatory.
  /external/bluetooth/glib/glib/
gbsearcharray.h 30 * implementation needs to be self-contained within this file.
  /external/dbus/dbus/
dbus-server-debug-pipe.c 307 * self-referencing for paranoia
dbus-server-socket.c 122 /* See if someone wants to handle this new connection, self-referencing
  /external/dropbear/
session.h 126 int signal_pipe[2]; /* stores endpoints of a self-pipe used for
  /external/kernel-headers/original/asm-x86/
cpufeature_32.h 44 #define X86_FEATURE_SELFSNOOP (0*32+27) /* CPU self snoop */
  /external/kernel-headers/original/linux/mtd/
mtd.h 46 void (*callback) (struct erase_info *self);
  /external/opencore/doc/oscl_html/
oscl__map_8h-source.html 56 <a name="l00068"></a><a class="code" href="classOscl__Map.html#s3">00068</a> <span class="keyword">typedef</span> <a class="code" href="classOscl__Map.html">Oscl_Map&lt;Key, T, Alloc, Compare&gt;</a> <a class="code" href="classOscl__Map.html">self</a>;
91 <a name="l00109"></a><a class="code" href="classOscl__Map.html#a1">00109</a> <a class="code" href="classOscl__Map.html#a0">Oscl_Map</a>(<span class="keyword">const</span> self&amp; x) : t(x.t) {}
92 <a name="l00113"></a><a class="code" href="classOscl__Map.html#a2">00113</a> self&amp; <a class="code" href="classOscl__Map.html#a2">operator=</a>(<span class="keyword">const</span> self&amp; x)
  /external/opencore/protocols/http_parcom/src/
http_parcom_internal.h 314 if (this == &x) return *this; // protect against self-assignment
  /external/stlport/stlport/stl/
_vector.c 144 //Here self referencing needs to be checked even for non movable types.
  /external/webkit/SunSpider/tests/sunspider-0.9/
crypto-sha1.js 30 * Perform a simple self-test to see if the VM is working
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
crypto-sha1.js 30 * Perform a simple self-test to see if the VM is working
  /external/webkit/WebCore/html/
HTMLFrameElementBase.cpp 79 // We allow one level of self-reference because some sites depend on that.
  /external/webkit/WebCore/inspector/front-end/
TextEditorHighlighter.js 119 // User keeps updating the job in between of our timer ticks. Just reschedule self, don't eat CPU (they must be scrolling).
  /external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapTiger.c 773 SV *self; local
789 self=newRV_noinc((SV *)hash);
790 sv_setsv(sv, self);
791 SvREFCNT_dec((SV *)self);
  /external/zlib/contrib/minizip/
zip.h 121 (useful if the file contain a self extractor code)
  /frameworks/base/docs/html/resources/articles/
faster-screen-orientation-change.jd 81 can be used to pass an arbitrary object <em>your future self</em> and Android
  /frameworks/base/libs/audioflinger/
AudioFlinger.cpp 95 if (getpid() == IPCThreadState::self()->getCallingPid()) return true;
111 if (getpid() == IPCThreadState::self()->getCallingPid()) return true;
207 IPCThreadState::self()->getCallingPid(),
208 IPCThreadState::self()->getCallingUid());
579 ioHandle, keyValuePairs.string(), gettid(), IPCThreadState::self()->getCallingPid());
645 // ioHandle, keys.string(), gettid(), IPCThreadState::self()->getCallingPid());
716 LOGV("registerClient() %p, tid %d, calling tid %d", client.get(), gettid(), IPCThreadState::self()->getCallingPid());
739 LOGV("binderDied() %p, tid %d, calling tid %d", who.unsafe_get(), gettid(), IPCThreadState::self()->getCallingPid());
767 LOGV("removeClient_l() pid %d, tid %d, calling tid %d", pid, gettid(), IPCThreadState::self()->getCallingPid());
    [all...]

Completed in 2970 milliseconds

<<41424344454647484950>>