/dalvik/vm/interp/ |
InterpDefs.h | 118 Thread* self; member in struct:InterpState 125 * (self/method). They're copied in here for speed. 190 extern bool dvmInterpretDbg(Thread* self, InterpState* interpState); 191 extern bool dvmInterpretStd(Thread* self, InterpState* interpState); 198 extern bool dvmMterpStd(Thread* self, InterpState* interpState); 208 void dvmInterpCheckTrackedRefs(Thread* self, const Method* method,
|
/external/webkit/WebCore/inspector/front-end/ |
ObjectPropertiesSection.js | 47 var self = this; 51 self.updateProperties(properties); 238 var self = this; 244 self.update(); 248 self.parent.removeChild(this); 251 self.updateSiblings();
|
/external/webkit/WebKit/mac/Misc/ |
WebDownload.mm | 206 self = [super init]; 207 if (self != nil) { 213 return self; 224 [self _setRealDelegate:delegate]; 234 [self _setRealDelegate:delegate]; 242 [self _setRealDelegate:delegate];
|
/bionic/libc/arch-x86/bionic/ |
__set_tls.c | 64 void *self; member in struct:_thread_area_head 77 ((struct _thread_area_head *)ptr)->self = ptr;
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_INVOKE_METHOD_CHAIN.S | 37 ldr r2, [rGLUE, #offGlue_self] @ r2<- glue->self 43 str rFP, [r2, #offThread_curFrame] @ self->curFrame = newFp
|
TEMPLATE_INVOKE_METHOD_NO_OPT.S | 42 ldr r2, [rGLUE, #offGlue_self] @ r2<- glue->self 48 str rFP, [r2, #offThread_curFrame] @ self->curFrame = newFp
|
TEMPLATE_RETURN.S | 19 ldr r3, [rGLUE, #offGlue_self] @ r3<- glue->self 33 str rFP, [r3, #offThread_curFrame] @ self->curFrame = fp
|
/external/dropbear/libtomcrypt/src/prngs/ |
sprng.c | 121 PRNG self-test 122 @return CRYPT_OK if successful, CRYPT_NOP if self-testing has been disabled
|
/external/opencore/fileformats/mp4/composer/src/ |
dataentryurlatom.cpp | 57 // media NOT self contained 75 if (getFlags() != 1) // media NOT self contained
|
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_refcounter.h | 90 * object (this) will self-destruct when the reference count 95 * buffer being deleted, it will self-destruct with a call 176 * object (this) will self-destruct when the reference count 181 * buffer being deleted, it will self-destruct with a call 265 * object (this) will self-destruct when the reference count 270 * buffer being deleted, it will self-destruct with a call 360 * object (this) will self-destruct when the reference count 365 * buffer being deleted, it will self-destruct with a call
|
oscl_tree.h | 103 typedef Oscl_Rb_Tree_Iterator<Value> self; typedef in struct:Oscl_Rb_Tree_Iterator 128 bool operator==(const self& x) 133 bool operator!=(const self& x) 138 self& operator++() 161 self operator++(int) 163 self tmp = *this; 168 self& operator--() 194 self operator--(int) 196 self tmp = *this; 210 typedef Oscl_Rb_Tree_Const_Iterator<Value> self; typedef in struct:Oscl_Rb_Tree_Const_Iterator [all...] |
/external/srec/shared/include/ |
ESR_SessionTypeListener.h | 46 * @param self ESR_SessionTypeListener handle 53 ESR_ReturnCode(*propertyChanged)(struct ESR_SessionTypeListener_t* self, const LCHAR* name,
|
/external/webkit/WebKit/mac/WebView/ |
WebHTMLRepresentation.mm | 97 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticSupportedMIMETypes, (concatenateArrays([self supportedNonImageMIMETypes], [self supportedImageMIMETypes]))); 115 self = [super init]; 116 if (!self) 123 return self; 198 if (![self _isDisplayingWebArchive]) { 223 if ([self _isDisplayingWebArchive]) { 341 return [self searchForLabels:labels beforeElement:element resultDistance:0 resultIsInCellAbove:0];
|
/external/webkit/WebKit/wx/ |
WebBrowserShell.h | 45 %pythonAppend wxWebBrowserShell "self._setOORInfo(self)"
|
/external/webkit/WebKitTools/QueueStatusServer/handlers/ |
patch.py | 36 def get(self, attachment_id_string): 53 self.response.out.write(template.render("templates/patch.html", template_values))
|
/external/webkit/WebKitTools/Scripts/webkitpy/steps/ |
promptforbugortitle.py | 33 def run(self, state): 37 user_response = self._tool.user.prompt("Please enter a bug number or a title for a new bug:\n")
|
/external/webkit/WebKitTools/simplejson/ |
decoder.py | 229 def __init__(self, encoding=None, object_hook=None): 243 self.encoding = encoding 244 self.object_hook = object_hook 246 def decode(self, s, _w=WHITESPACE.match): 251 obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 257 def raw_decode(self, s, **kw): 266 kw.setdefault('context', self) 268 obj, end = self._scanner.iterscan(s, **kw).next()
|
/frameworks/base/core/java/android/database/ |
ContentObserver.java | 38 public NotificationRunnable(boolean self) { 39 mSelf = self;
|
/packages/experimental/RpcPerformance/ |
rpcperftest.cpp | 60 ProcessState::self()->startThreadPool(); 61 IPCThreadState::self()->joinThreadPool();
|
/dalvik/vm/ |
Native.c | 71 const Method* method, Thread* self) 108 dfunc(args, pResult, method, self); 117 (*method->nativeFunc)(args, pResult, method, self); 393 Thread* self = dvmThreadSelf(); local 394 if (pEntry->onLoadThreadId == self->threadId) { 400 self->threadId, pEntry->pathName); 410 self->threadId, pEntry->pathName); 411 int oldStatus = dvmChangeStatus(self, THREAD_VMWAIT); 413 dvmChangeStatus(self, oldStatus); 502 Thread* self = dvmThreadSelf() local [all...] |
/external/bluetooth/glib/glib/ |
gthread.c | 299 GSystemThread self; local 306 G_THREAD_UF (thread_self, (&self)); 308 if (g_system_thread_equal (self, mutex->owner)) 314 g_system_thread_assign (mutex->owner, self); 321 GSystemThread self; local 328 G_THREAD_UF (thread_self, (&self)); 330 if (g_system_thread_equal (self, mutex->owner)) 339 g_system_thread_assign (mutex->owner, self); 365 GSystemThread self; local 374 G_THREAD_UF (thread_self, (&self)); 422 GRealThread *self = (GRealThread*) g_thread_self (); local 443 GRealThread *self = (GRealThread*) g_thread_self (); local [all...] |
/external/webkit/WebKit/mac/History/ |
WebHistoryItem.mm | 99 WebCoreObjCFinalizeOnMainThread(self); 105 return [self initWithWebCoreHistoryItem:HistoryItem::create()]; 111 return [self initWithWebCoreHistoryItem:HistoryItem::create(URLString, title, time)]; 116 if (WebCoreObjCScheduleDeallocateOnMainThread([WebHistoryItem class], self)) 144 WebHistoryItem *copy = (WebHistoryItem *)NSCopyObject(self, 0, zone); 185 return [[WebIconDatabase sharedIconDatabase] iconForURL:[self URLString] withSize:WebIconSmallSize]; 280 return [[[self alloc] initWithURL:URL title:nil] autorelease]; 296 return [self initWithWebCoreHistoryItem:HistoryItem::create(URL, target, parent, title)]; 301 return [self initWithWebCoreHistoryItem:HistoryItem::create(URLString, title, displayTitle, time)]; 314 self = [super init] [all...] |
/external/srec/srec/Recognizer/src/ |
RecognizerImpl.c | 612 ESR_ReturnCode SR_RecognizerCreate(SR_Recognizer** self) 619 if (self == NULL) [all...] |
/dalvik/vm/mterp/out/ |
InterpC-x86.c | 103 # define EXPORT_EXTRA_PC() (self->currentPc2 = pc) 152 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \ 155 self->threadId, debugStrBuf); \ 456 #define self glue->self macro 534 if (dvmCheckSuspendQuick(self)) { \ 536 dvmCheckSuspendPending(self); \ 542 self->threadId, (_entryPoint), (_pcadj)); \ 2215 #undef self macro [all...] |
/cts/tests/tests/bluetooth/ |
AndroidManifest.xml | 24 <!-- This is a self-instrumenting test package. -->
|