/external/webkit/WebKitTools/DumpRenderTree/mac/ |
AppleScriptController.m | 55 self = [super init]; 57 return self;
|
/dalvik/vm/compiler/codegen/arm/ |
Codegen.h | 52 /* Self Verification memory instruction decoder */
|
/dalvik/vm/mterp/out/ |
InterpC-portdbg.c | 103 # define EXPORT_EXTRA_PC() (self->currentPc2 = pc) 152 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \ 155 self->threadId, debugStrBuf); \ 425 checkDebugAndProf(pc, fp, self, curMethod, &debugIsMethodEntry) 428 #define CHECK_JIT() (dvmCheckJit(pc, self, interpState)) 484 dvmInterpCheckTrackedRefs(self, curMethod, debugTrackedRefStart) 518 if (dvmCheckSuspendQuick(self)) { \ 520 dvmCheckSuspendPending(self); \ 526 self->threadId, \ [all...] |
/development/simulator/app/ |
LoadableImage.h | 30 if (this != &src) // self-assignment
|
/external/bison/ |
README | 16 version number from `bison --version', and a complete, self-contained
|
/external/bluetooth/bluez/audio/ |
gsta2dpsink.h | 79 GstCaps *gst_a2dp_sink_get_device_caps(GstA2dpSink *self);
|
/external/dbus/dbus/ |
dbus-sysdeps-pthread.c | 115 pthread_t self = pthread_self (); local 136 pmutex->holder = self; 147 if (pthread_equal (pmutex->holder, self)) 156 pmutex->holder = self;
|
/external/netcat/scripts/ |
webrelay | 9 ## Please flame pinheads who use self-referential absolute links.
|
/external/quake/quake/src/QW/progs/ |
progdefs.h | 6 int self;
member in struct:__anon5159
|
/external/quake/quake/src/WinQuake/ |
progdefs.q1 | 6 int self;
|
progdefs.q2 | 6 int self;
|
/external/srec/srec/Semproc/src/ |
SemanticProcessorImpl.c | 106 ESR_ReturnCode SR_SemanticProcessorCreate(SR_SemanticProcessor** self) 111 if (self == NULL) 145 *self = (SR_SemanticProcessor*) impl; 152 ESR_ReturnCode SR_SemanticProcessor_Destroy(SR_SemanticProcessor* self) 154 SR_SemanticProcessorImpl* impl = (SR_SemanticProcessorImpl*) self; 156 if (self == NULL) 469 ESR_ReturnCode SR_SemanticProcessor_CheckParseByWordID(SR_SemanticProcessor* self, 489 SR_SemanticProcessorImpl* semproc = (SR_SemanticProcessorImpl*) self; 773 ESR_ReturnCode SR_SemanticProcessor_CheckParse(SR_SemanticProcessor* self, 795 SR_SemanticProcessorImpl* semproc = (SR_SemanticProcessorImpl*) self; [all...] |
/external/webkit/LayoutTests/http/tests/appcache/ |
update-cache.html | 3 <p>Test a simple offline application self-update process. Should print a series of messages followed with DONE:</p>
|
/external/webkit/WebCore/bindings/js/ |
JSXMLHttpRequestConstructor.cpp | 39 putDirect(exec->propertyNames().prototype, JSXMLHttpRequestPrototype::self(exec, globalObject), None);
|
JSXSLTProcessorConstructor.cpp | 47 putDirect(exec->propertyNames().prototype, JSXSLTProcessorPrototype::self(exec, globalObject), None);
|
/external/webkit/WebCore/platform/network/mac/ |
AuthenticationMac.mm | 51 self = [self init]; 52 if (!self) 55 return self;
|
/external/webkit/WebKit/mac/Misc/ |
WebNSPrintOperationExtras.m | 35 return [[[[self printInfo] dictionary] objectForKey:NSPrintScalingFactor] floatValue];
|
WebCoreStatistics.mm | 242 return [self javaScriptRootObjectTypeCounts]; 247 return [self javaScriptProtectedGlobalObjectsCount]; 252 return [self javaScriptProtectedObjectTypeCounts];
|
WebNSAttributedStringExtras.mm | 96 NSString *originalString = [self string]; 110 NSMutableAttributedString *newAttributedString = [[self mutableCopyWithZone:NULL] autorelease]; 119 return self;
|
/external/webkit/WebKit/mac/Plugins/ |
WebPluginRequest.m | 43 return self;
|
/frameworks/base/cmds/stagefright/ |
audioloop.cpp | 22 android::ProcessState::self()->startThreadPool();
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/ |
XObjectFactory.java | 109 DTMAxisIterator iter = dtm.getAxisIterator(Axis.SELF); 111 DTMIterator iterator = new OneStepIterator(iter, Axis.SELF); 125 DTMIterator iterator = new OneStepIterator(iter, Axis.SELF);
|
/external/opencore/oscl/oscl/osclerror/src/ |
oscl_error.cpp | 47 OsclErrorTrapImp* self = new(ptr) OsclErrorTrapImp(aAlloc, error); 50 self->~OsclErrorTrapImp(); 55 OsclErrorTrapImp::SetErrorTrap(self, error);
|
/external/webkit/WebCore/platform/mac/ |
GeolocationServiceMac.mm | 144 self = [super init]; 145 if (self) 147 return self;
|
/external/webkit/WebCore/svg/ |
SVGAnimatedProperty.h | 40 typedef SVGAnimatedPropertyTearOff<AnimatedType> Self; 43 static PassRefPtr<Self> create(Creator& creator, SVGElement* contextElement) 45 return adoptRef(new Self(creator, contextElement));
|