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

<<31323334353637383940>>

  /external/webkit/WebKit/chromium/src/js/
HeapProfilerPanel.js 596 var self = this;
598 self.appendChild(new WebInspector.HeapSnapshotDataGridRetainerNode(self.snapshotView, baseItem, snapshotItem, self.tree));
811 var self = this;
813 self.appendChild(new WebInspector.HeapSnapshotDataGridNode(self.snapshotView, baseItem, snapshotItem, self));
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebFrame.h 180 @discussion This method returns a frame with the given name. findFrameNamed returns self
182 findFrameNamed returns self for _parent and _top if the receiver is the mainFrame.
  /external/webkit/WebKitTools/android/flex-2.5.4a/
INSTALL 100 3. If the package comes with self-tests and you want to run them,
104 then the package does not come with self-tests.
  /frameworks/base/include/ui/
Region.h 195 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) {
196 region_iterator const* me = static_cast<region_iterator const*>(self);
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
gprof.info 148 % cumulative self self total
722 % cumulative self self total
755 indicated by the `self seconds' field. Each of the other four samples
758 as particularly reliable. In another run, the `self seconds' field for
762 The remaining functions in the listing (those whose `self seconds'
781 `self seconds
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
gprof.info 148 % cumulative self self total
722 % cumulative self self total
755 indicated by the `self seconds' field. Each of the other four samples
758 as particularly reliable. In another run, the `self seconds' field for
762 The remaining functions in the listing (those whose `self seconds'
781 `self seconds
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
gprof.info 148 % cumulative self self total
722 % cumulative self self total
755 indicated by the `self seconds' field. Each of the other four samples
758 as particularly reliable. In another run, the `self seconds' field for
762 The remaining functions in the listing (those whose `self seconds'
781 `self seconds
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/
gprof.info 149 % cumulative self self total
723 % cumulative self self total
756 indicated by the `self seconds' field. Each of the other four samples
759 as particularly reliable. In another run, the `self seconds' field for
763 The remaining functions in the listing (those whose `self seconds'
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
gprof.info 145 % cumulative self self total
727 % cumulative self self total
760 indicated by the `self seconds' field. Each of the other four samples
763 as particularly reliable. In another run, the `self seconds' field for
767 The remaining functions in the listing (those whose `self seconds'
    [all...]
  /dalvik/vm/
AllocTracker.c 147 static void getStackFrames(Thread* self, AllocRecord* pRec)
152 fp = self->curFrame;
193 Thread* self = dvmThreadSelf();
194 if (self == NULL) {
207 pRec->threadId = self->threadId;
208 getStackFrames(self, pRec);
  /external/opencore/codecs_v2/audio/aac/dec/src/
sbr_read_data.cpp 34 SBRDECODER self,
149 SBR_ERROR sbr_read_data(SBRDECODER_DATA * self,
161 SBR_CHANNEL *SbrChannel = self->SbrChannel;
230 self->SbrChannel[0].frameData.sbr_header.sampleRateMode);
248 , self->hParametricStereoDec
276 self->SbrChannel[0].frameData.sbr_header.sampleRateMode);
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
pvavcencoder.cpp 101 PVAVCEncoder* self = new PVAVCEncoder; local
102 if (self && self->Construct())
103 return self;
104 if (self)
105 delete self;
  /frameworks/base/media/libstagefright/codecs/aacdec/
sbr_read_data.cpp 34 SBRDECODER self,
149 SBR_ERROR sbr_read_data(SBRDECODER_DATA * self,
161 SBR_CHANNEL *SbrChannel = self->SbrChannel;
230 self->SbrChannel[0].frameData.sbr_header.sampleRateMode);
248 , self->hParametricStereoDec
276 self->SbrChannel[0].frameData.sbr_header.sampleRateMode);
  /dalvik/vm/mterp/out/
InterpC-armv4t.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)); \
1203 #undef self macro
    [all...]
InterpC-armv5te-vfp.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)); \
1203 #undef self macro
    [all...]
InterpC-armv5te.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)); \
1203 #undef self macro
    [all...]
InterpC-armv7-a-neon.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)); \
1203 #undef self macro
    [all...]
InterpC-armv7-a.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)); \
1203 #undef self macro
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 314 static void mainThreadSetNeedsDisplay(id self, SEL)
316 id movieView = [self superview];
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
shmFwCtrl.c 759 /* SOFT_RESET - Self clearing */
769 ("whal_hwCtrl_Reset: SOFT_RESET Self clearing time = %d (%d)\n", SelfClearTime, SOFT_RESET_MAX_TIME));
773 ("whal_hwCtrl_Reset: ACX_REG_SLV_SOFT_RESET - Self clearing timer expired !!!\n"));
801 * Wait for Soft reset (Self clearing only in 1150)
804 /* SOFT_RESET - Self clearing only on 1150 */
814 ("whal_hwCtrl_Reset: SOFT_RESET Self clearing time = %d (%d)\n", SelfClearTime, SOFT_RESET_MAX_TIME));
818 ("whal_hwCtrl_Reset: ACX_REG_SLV_SOFT_RESET - Self clearing timer expired !!!\n"));
    [all...]
  /frameworks/base/sax/tests/saxtests/res/raw/
youtube.xml 31 <link rel='self' type='application/atom+xml'
65 <link rel='self' type='application/atom+xml'
140 <link rel='self' type='application/atom+xml'
210 <link rel='self' type='application/atom+xml'
273 <link rel='self' type='application/atom+xml'
346 <link rel='self' type='application/atom+xml'
416 <link rel='self' type='application/atom+xml'
483 <link rel='self' type='application/atom+xml'
559 <link rel='self' type='application/atom+xml'
    [all...]
  /external/bluetooth/glib/glib/
gmain.c 1896 GThread *self = G_THREAD_SELF; local
1989 GThread *self = G_THREAD_SELF; local
2595 GThread *self = G_THREAD_SELF; local
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 559 return IPCThreadState::self()->getCallingPid();
564 return IPCThreadState::self()->getCallingUid();
569 return IPCThreadState::self()->clearCallingIdentity();
574 IPCThreadState::self()->restoreCallingIdentity(token);
579 IPCThreadState::self()->flushCommands();
678 sp<IBinder> b = ProcessState::self()->getContextObject(NULL);
684 sp<IBinder> b = ProcessState::self()->getContextObject(NULL);
685 android::IPCThreadState::self()->joinThreadPool();
989 IPCThreadState::self()->flushCommands();
    [all...]
  /dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
HandshakeCompletedEventTest.java 319 * single self-generated key. The subject name is "Test Server".
349 * single self-generated key. The subject name is "Test Server".
379 * single self-generated key. The subject name is "Test Client".
409 * single self-generated key. The subject name is "Test Client".
442 * because our self-signed test certificates are not valid.)
  /external/opencore/oscl/oscl/osclio/src/
oscl_socket_serv_imp_pv.cpp 506 OsclSocketServI *self = OSCL_PLACEMENT_NEW(p, OsclSocketServI(a)); local
507 OsclError::LeaveIfNull(self);
508 OsclError::PushL(self);
509 self->ConstructL();
511 return self;
    [all...]

Completed in 110 milliseconds

<<31323334353637383940>>