/frameworks/base/libs/surfaceflinger_client/ |
Surface.cpp | 134 IPCThreadState::self()->flushCommands(); 375 IPCThreadState::self()->flushCommands(); 436 Surface* self = getSelf(window); local 437 return self->dequeueBuffer(buffer); 442 Surface* self = getSelf(window); local 443 return self->lockBuffer(buffer); 448 Surface* self = getSelf(window); local 449 return self->queueBuffer(buffer); 454 Surface* self = getSelf(window); local 455 return self->query(what, value) 462 Surface* self = getSelf(window); local [all...] |
/external/srec/srec/Semproc/src/ |
SemanticGraphImpl.c | 39 ESR_ReturnCode SR_SemanticGraphCreate(SR_SemanticGraph** self) 43 if (self == NULL) 66 *self = (SR_SemanticGraph*) impl; 74 ESR_ReturnCode SR_SemanticGraph_Destroy(SR_SemanticGraph* self) 76 SR_SemanticGraphImpl* impl = (SR_SemanticGraphImpl*) self; 78 if (self == NULL) 92 ESR_ReturnCode SR_SemanticGraph_LoadFromImage(SR_SemanticGraph* self, wordmap* ilabels, const LCHAR* g2g) 94 SR_SemanticGraphImpl* impl = (SR_SemanticGraphImpl*) self; 266 ESR_ReturnCode SR_SemanticGraph_LoadFromTextFiles(SR_SemanticGraph* self, wordmap* ilabels, const LCHAR* basename, int num_words_to_add) 288 SR_SemanticGraphImpl* semgraph = (SR_SemanticGraphImpl*) self; [all...] |
/dalvik/vm/interp/ |
Stack.h | 205 void dvmCallMethod(Thread* self, const Method* method, Object* obj, 207 void dvmCallMethodV(Thread* self, const Method* method, Object* obj, 209 void dvmCallMethodA(Thread* self, const Method* method, Object* obj, 279 void dvmHandleStackOverflow(Thread* self, const Method* method); 280 void dvmCleanupStackOverflow(Thread* self, const Object* exception);
|
Interp.c | 129 Thread* self = dvmThreadSelf(); local 130 int oldStatus = dvmChangeStatus(self, THREAD_VMWAIT); 132 dvmChangeStatus(self, oldStatus); 658 void dvmInterpCheckTrackedRefs(Thread* self, const Method* method, 661 if (dvmReferenceTableEntries(&self->internalLocalRefTable) 668 count = dvmReferenceTableEntries(&self->internalLocalRefTable); 676 top = self->internalLocalRefTable.table + debugTrackedRefStart; 677 while (top < self->internalLocalRefTable.nextEntry) { 683 dvmDumpThread(self, false); [all...] |
/development/simulator/app/ |
PhoneData.h | 46 if (this != &src) // self-assignment 85 if (this != &src) // self-assignment 148 if (this != &src) // self-assignment 232 if (this != &src) // self-assignment 291 if (this != &src) // self-assignment
|
/external/apache-http/src/org/apache/http/ |
HttpEntity.java | 53 * <li><b>self-contained</b>: The content is in memory or obtained by 55 * Self-contained entities are generally {@link #isRepeatable repeatable}. 63 * and self-contained is of little importance. In that case, it is suggested 65 * repeatable (without a huge effort) as self-contained. 160 * Self-contained entities should return <code>false</code>.
|
/external/srec/portable/include/ |
plog.h | 65 * @param self the Logger. 73 ESR_ReturnCode(*printf)(struct PLogger_t *self, 80 * @param self the Logger 84 ESR_ReturnCode(*flush)(struct PLogger_t *self); 91 void(*destroy)(struct PLogger_t *self);
|
/external/sonivox/jet_tools/JetCreator/ |
JetDefs.py | 26 def CreateHelpIniFile(self):
28 self.CreateHelpIniForDialog("SEGDLG_CTRLS")
29 self.CreateHelpIniForDialog("EVTDLG_CTRLS")
30 self.CreateHelpIniForDialog("PREFERENCES_CTRLS")
31 self.CreateHelpIniForDialog("JET_PROPERTIES_CTRLS")
32 self.CreateHelpIniForDialog("REPLICATE_CTRLS")
33 self.CreateHelpIniForDialog("MOVE_CTRLS")
35 def CreateHelpIniForDialog(self, dlgName):
38 lst = getattr(self, dlgName)
43 if u.IniGetValue(self.JETCREATOR_HLP, dlgName, fld) == "": [all...] |
/external/webkit/WebCore/inspector/front-end/ |
DOMAgent.js | 100 var self = this; 103 self._nodeValue = value; 104 self.textContent = value; 117 var self = this; 120 var attr = self._attributesMap[name]; 124 attr = self._addAttribute(name, value); 131 var self = this; 134 delete self._attributesMap[name]; 135 for (var i = 0; i < self.attributes.length; ++i) { 136 if (self.attributes[i].name == name) [all...] |
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
Gen.c | 170 * to bail to dvm[Lock/Unlock]Object(self, object) 172 * r0 -> self pointer [arg0 for dvm[Lock/Unlock]Object 175 * r3 -> self->threadId 206 loadWordDisp(cUnit, rGLUE, offsetof(InterpState, self), r0); // Get self 265 loadWordDisp(cUnit, rGLUE, offsetof(InterpState, self), r0); // Get self
|
/external/guava/src/com/google/common/collect/ |
Multisets.java | 440 static <E> int setCountImpl(Multiset<E> self, E element, int count) { 443 int oldCount = self.count(element); 447 self.add(element, delta); 449 self.remove(element, -delta); 456 Multiset<E> self, E element, int oldCount, int newCount) { 460 if (self.count(element) == oldCount) { 461 self.setCount(element, newCount);
|
/external/srec/portable/src/ |
plog.c | 80 * @param self the PLogger. 90 static ESR_ReturnCode FileLoggerPrintf(PLogger *self, const LCHAR *format, ...) 92 FileLogger *p = STATIC_CAST(self, FileLogger, base); 102 static ESR_ReturnCode FileLoggerFlush(PLogger *self) 104 FileLogger *p = STATIC_CAST(self, FileLogger, base); 114 static void FileLoggerDestroy(PLogger *self) 116 FileLogger *p = STATIC_CAST(self, FileLogger, base);
|
/external/webkit/WebCore/platform/network/mac/ |
WebCoreURLResponse.mm | 369 NSString *result = [self MIMEType]; 375 if ([[self URL] isFileURL] && [result caseInsensitiveCompare:@"application/octet-stream"] == NSOrderedSame) 380 NSURL *url = [self URL]; 406 if ([result isEqualToString:@"application/octet-stream"] && [self respondsToSelector:@selector(allHeaderFields)] && [[[self performSelector:@selector(allHeaderFields)] objectForKey:@"Content-Type"] hasPrefix:@"text/plain"]) { 408 if (![binaryExtensions containsObject:[[[self suggestedFilename] pathExtension] lowercaseString]]) 421 [self _setMIMEType:result];
|
/dalvik/vm/reflect/ |
Annotation.c | 183 Thread* self = dvmThreadSelf(); local 193 dvmReleaseTrackedAlloc((Object*)elems[i], self); 383 Thread* self = dvmThreadSelf(); local 477 dvmAddTrackedAlloc(elemObj, self); // balance the Release 491 dvmClearException(self); 496 dvmAddTrackedAlloc(elemObj, self); // balance the Release 533 dvmAddTrackedAlloc(elemObj, self); // balance the Release 565 dvmReleaseTrackedAlloc((Object*)newArray, self); 569 dvmReleaseTrackedAlloc(obj, self); 586 dvmAddTrackedAlloc(elemObj, self); // balance the Releas 638 Thread* self = dvmThreadSelf(); local 712 Thread* self = dvmThreadSelf(); local 806 Thread* self = dvmThreadSelf(); local 2011 Thread* self = dvmThreadSelf(); local [all...] |
Proxy.c | 43 const Method* method, Thread* self); 45 const Method* method, Thread* self); 912 const Method* method, Thread* self) 931 const Method* method, Thread* self) [all...] |
/dalvik/vm/mterp/out/ |
InterpC-x86-atom.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)); \ 2246 #undef self macro [all...] |
InterpC-portstd.c | 103 # define EXPORT_EXTRA_PC() (self->currentPc2 = pc) 152 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \ 155 self->threadId, debugStrBuf); \ 478 dvmInterpCheckTrackedRefs(self, curMethod, debugTrackedRefStart) 512 if (dvmCheckSuspendQuick(self)) { \ 514 dvmCheckSuspendPending(self); \ 520 self->threadId, \ [all...] |
InterpC-allstubs.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)); \ 1340 dvmClearException(self); variable 4084 #undef self macro [all...] |
/external/webkit/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | 605 var self = this; 612 return self.apply(options.bind || null, args); 1104 wrap: function(self, key, method){ 1114 }.extend({_owner: self, _origin: method, _name: key}); [all...] |
/external/quake/quake/src/QW/server/ |
pr_cmds.c | 53 Dumps self. 65 ed = PROG_TO_EDICT(pr_global_struct->self); 75 Dumps out self, then an error message. The program is aborted and self is 88 ed = PROG_TO_EDICT(pr_global_struct->self); 622 If (self.origin + self.viewofs) is not in the PVS of the current target, 632 edict_t *ent, *self; local 653 self = PROG_TO_EDICT(pr_global_struct->self); [all...] |
/dalvik/vm/ |
CheckJni.c | 64 const Method* method, Thread* self) 124 const Method* method, Thread* self) 126 return (method->shorty[0] == 'L' && !dvmCheckException(self) && 134 const Method* method, Thread* self) 136 dvmCallJNIMethod_general(args, pResult, method, self); 137 if (callNeedsCheck(args, pResult, method, self)) 138 checkCallResultCommon(args, pResult, method, self); 145 const Method* method, Thread* self) 147 dvmCallJNIMethod_synchronized(args, pResult, method, self); 148 if (callNeedsCheck(args, pResult, method, self)) [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
FileObserverTest.java | 100 * 3. Observer a dir, when create delete a child file and delete self, 101 * observer should get create-child close-nowrite delete-child delete-self events. 103 * file observer should get move-self event,
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/ |
scope-001.js | 37 var self = this; // capture a reference to the global object 189 actual = String([obj.hasOwnProperty('f'), self.hasOwnProperty('f')]); 208 actual = String(['f' in obj, 'f' in self]);
|
scope-002.js | 40 var self = this; // capture a reference to the global object 167 actual = String([obj.hasOwnProperty('f'), self.hasOwnProperty('f')]); 183 actual = String(['f' in obj, 'f' in self]);
|
/frameworks/base/core/java/android/net/http/ |
CertificateChainValidator.java | 72 * And if the last traced certificate is self issued and it is expired, it 139 // expired self-issued root certificate. 168 // 2. we exam if the last traced certificate is self issued and it is expired.
|