HomeSort by relevance Sort by last modified time
    Searched defs:self (Results 51 - 75 of 206) sorted by null

1 23 4 5 6 7 8 9

  /external/openssh/
session.h 33 int self; member in struct:Session
  /external/webkit/Source/WebCore/svg/
SVGPathParserFactory.cpp 112 SVGPathParserFactory* SVGPathParserFactory::self() function in class:WebCore::SVGPathParserFactory
  /external/webkit/Source/WebCore/workers/
WorkerContext.h 90 WorkerContext* self() { return this; } function in class:WebCore::WorkerContext
  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator_wrapper.c 144 DelayEstimator* self = (DelayEstimator*) handle; local
146 if (self == NULL) {
150 if (self->mean_far_spectrum != NULL) {
151 free(self->mean_far_spectrum);
152 self->mean_far_spectrum = NULL;
154 if (self->mean_near_spectrum != NULL) {
155 free(self->mean_near_spectrum);
156 self->mean_near_spectrum = NULL;
159 WebRtc_FreeBinaryDelayEstimator(self->binary_handle);
161 free(self);
170 DelayEstimator* self = NULL; local
220 DelayEstimator* self = (DelayEstimator*) handle; local
248 DelayEstimator* self = (DelayEstimator*) handle; local
295 DelayEstimator* self = (DelayEstimator*) handle; local
329 DelayEstimator* self = (DelayEstimator*) handle; local
    [all...]
ring_buffer.c 71 buf_t* self = NULL; local
77 self = malloc(sizeof(buf_t));
78 if (self == NULL) {
81 *handle = self;
83 self->data = malloc(element_count * element_size);
84 if (self->data == NULL) {
85 free(self);
86 self = NULL;
90 self->element_count = element_count;
91 self->element_size = element_size
97 buf_t* self = (buf_t*) handle; local
114 buf_t* self = (buf_t*) handle; local
131 buf_t* self = (buf_t*) handle; local
176 buf_t* self = (buf_t*) handle; local
211 buf_t* self = (buf_t*) handle; local
250 const buf_t* self = (buf_t*) handle; local
264 const buf_t* self = (buf_t*) handle; local
    [all...]
  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 238 FramebufferNativeWindow* self = getSelf(window); local
239 Mutex::Autolock _l(self->mutex);
240 framebuffer_device_t* fb = self->fbDev;
242 int index = self->mBufferHead++;
243 if (self->mBufferHead >= self->mNumBuffers)
244 self->mBufferHead = 0;
247 while (self->mNumFreeBuffers < 2) {
248 self->mCondition.wait(self->mutex)
277 FramebufferNativeWindow* self = getSelf(window); local
296 const FramebufferNativeWindow* self = getSelf(window); local
    [all...]
  /dalvik/vm/
AllocTracker.cpp 147 static void getStackFrames(Thread* self, AllocRecord* pRec)
152 fp = self->interpSave.curFrame;
189 Thread* self = dvmThreadSelf(); local
190 if (self == NULL) {
209 pRec->threadId = self->threadId;
210 getStackFrames(self, pRec);
Ddm.cpp 42 Thread* self = dvmThreadSelf(); local
53 dvmClearException(self);
65 dvmClearException(self);
86 dvmCallMethod(self, gDvm.methDalvikDdmcServer_dispatch, NULL, &callRes,
88 if (dvmCheckException(self)) {
91 dvmClearException(self);
101 dvmAddTrackedAlloc(chunk, self);
150 dvmReleaseTrackedAlloc((Object*) dataArray, self);
151 dvmReleaseTrackedAlloc(chunk, self);
164 Thread* self = dvmThreadSelf() local
428 Thread* self = dvmThreadSelf(); local
    [all...]
UtfString.cpp 386 Thread* self = dvmThreadSelf(); local
393 assert(dvmCheckException(self));
402 assert(dvmCheckException(self));
403 dvmReleaseTrackedAlloc((Object*) stringArray, self);
408 dvmReleaseTrackedAlloc(str, self);
  /dalvik/vm/alloc/
Heap.cpp 146 Thread *self; local
149 self = dvmThreadSelf();
150 oldStatus = dvmChangeStatus(self, THREAD_VMWAIT);
152 dvmChangeStatus(self, oldStatus);
169 Thread* self = dvmThreadSelf(); local
171 if (self != NULL) {
172 self->allocProf.gcCount++;
272 Thread *self; local
274 if ((self = dvmThreadSelf()) != NULL) {
283 if (dvmIsOnThreadList(self) && !self->throwingOOME)
351 Thread* self = dvmThreadSelf(); local
364 Thread* self = dvmThreadSelf(); local
731 Thread *self = dvmThreadSelf(); local
    [all...]
  /dalvik/vm/compiler/
Compiler.cpp 153 Thread *self = dvmThreadSelf(); local
157 self->suspendCount == 0) {
  /dalvik/vm/interp/
Stack.cpp 63 static bool dvmPushInterpFrame(Thread* self, const Method* method)
77 if (self->interpSave.curFrame != NULL)
78 stackPtr = (u1*) SAVEAREA_FROM_FP(self->interpSave.curFrame);
80 stackPtr = self->interpStackStart;
82 if (stackPtr - stackReq < self->interpStackEnd) {
86 stackReq, self->interpStackStart, self->interpSave.curFrame,
87 self->interpStackSize, method->clazz->descriptor, method->name);
88 dvmHandleStackOverflow(self, method);
89 assert(dvmCheckException(self));
662 Thread* self = dvmThreadSelf(); local
    [all...]
  /dalvik/vm/native/
dalvik_system_DexFile.cpp 379 Thread* self = dvmThreadSelf(); local
380 if (dvmCheckException(self)) {
386 Object* excep = dvmGetException(self);
392 dvmClearException(self);
412 Thread* self = dvmThreadSelf(); local
433 assert(dvmCheckException(self));
446 dvmReleaseTrackedAlloc((Object *)str, self);
450 dvmReleaseTrackedAlloc((Object*)stringArray, self);
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 119 setConcealMethod ( const HANDLE_AACDECODER self,
123 LINKSPEC_CPP AAC_DECODER_ERROR aacDecoder_GetFreeBytes ( const HANDLE_AACDECODER self, UINT *pFreeBytes){
129 if(!self)
133 HANDLE_FDK_BITSTREAM hBs = transportDec_GetBitstream(self->hInput, 0);
144 LINKSPEC_CPP AAC_DECODER_ERROR aacDecoder_Config(HANDLE_AACDECODER self, const CSAudioSpecificConfig *pAscStruct)
148 /* Initialize AAC core decoder, and update self->streaminfo */
149 err = CAacDecoder_Init(self, pAscStruct);
155 HANDLE_AACDECODER self,
161 UINT layer, nrOfLayers = self->nrOfLayers;
165 errTp = transportDec_OutOfBandConfig(self->hInput, conf[layer], length[layer], layer)
194 HANDLE_AACDECODER self = (HANDLE_AACDECODER)handle; local
    [all...]
  /external/bison/lib/glthread/
lock.c 408 pthread_t self = pthread_self (); local
409 if (lock->owner != self)
416 lock->owner = self;
547 thread_t self = thr_self (); local
548 if (lock->owner != self)
555 lock->owner = self;
976 DWORD self = GetCurrentThreadId (); local
977 if (lock->owner != self)
980 lock->owner = self;
  /external/chromium/chrome/browser/chromeos/cros/
login_library.cc 220 LoginLibraryImpl* self = static_cast<LoginLibraryImpl*>(object); local
223 self->CompleteSetOwnerKey(true);
226 self->CompleteSetOwnerKey(false);
229 self->CompleteWhitelistOp(true);
232 self->CompleteWhitelistOp(false);
235 self->CompletePropertyOp(true);
238 self->CompletePropertyOp(false);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
FeatureSpecificTestSuiteBuilder.java 49 * @param <B> The concrete type of this builder (the 'self-type'). All the
63 protected B self() { method in class:FeatureSpecificTestSuiteBuilder
77 return self();
86 return self();
95 return self();
116 return self();
134 return self();
159 return self();
  /external/oprofile/daemon/
opd_perfmon.c 205 static void create_context(struct child * self)
220 self->ctx_fd = ctx.ctx_fd;
225 static void write_pmu(struct child * self)
267 err = perfmonctl(self->ctx_fd, PFM_WRITE_PMCS, pc, i);
273 err = perfmonctl(self->ctx_fd, PFM_WRITE_PMDS, pd, i);
281 static void load_context(struct child * self)
287 load_args.load_pid = self->pid;
289 err = perfmonctl(self->ctx_fd, PFM_LOAD_CONTEXT, &load_args, 1);
297 static void notify_parent(struct child * self, size_t cpu)
301 ret = write(self->up_pipe[1], &cpu, sizeof(size_t))
319 struct child * self = &children[cpu]; local
    [all...]
  /external/quake/quake/src/QW/client/
cl_cam.c 151 static float Cam_TryFlyby(player_state_t *self, player_state_t *player, vec3_t vec, qboolean checkvis)
173 VectorSubtract(trace.endpos, self->origin, v);
176 trace = Cam_DoTrace(self->origin, vec);
201 static qboolean InitFlyby(player_state_t *self, player_state_t *player, int checkvis)
216 if ((f = Cam_TryFlyby(self, player, vec2, checkvis)) < max) {
222 if ((f = Cam_TryFlyby(self, player, vec2, checkvis)) < max) {
227 if ((f = Cam_TryFlyby(self, player, vec2, checkvis)) < max) {
232 if ((f = Cam_TryFlyby(self, player, vec2, checkvis)) < max) {
237 if ((f = Cam_TryFlyby(self, player, vec2, checkvis)) < max) {
242 if ((f = Cam_TryFlyby(self, player, vec2, checkvis)) < max)
317 player_state_t *player, *self; local
    [all...]
  /external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java 24 private InstallerActivity self; field in class:InstallerActivity
33 self = this;
133 self.sendBroadcast(installCompleteIntent);
138 if (self.isFinishing()) {
143 self.sendBroadcast(installCompleteIntent);
  /external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java 24 private InstallerActivity self; field in class:InstallerActivity
33 self = this;
133 self.sendBroadcast(installCompleteIntent);
138 if (self.isFinishing()) {
143 self.sendBroadcast(installCompleteIntent);
  /external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java 24 private InstallerActivity self; field in class:InstallerActivity
33 self = this;
133 self.sendBroadcast(installCompleteIntent);
138 if (self.isFinishing()) {
143 self.sendBroadcast(installCompleteIntent);
  /external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java 24 private InstallerActivity self; field in class:InstallerActivity
33 self = this;
133 self.sendBroadcast(installCompleteIntent);
138 if (self.isFinishing()) {
143 self.sendBroadcast(installCompleteIntent);
  /external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
InstallerActivity.java 24 private InstallerActivity self; field in class:InstallerActivity
33 self = this;
133 self.sendBroadcast(installCompleteIntent);
138 if (self.isFinishing()) {
143 self.sendBroadcast(installCompleteIntent);
  /external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java 24 private InstallerActivity self; field in class:InstallerActivity
33 self = this;
133 self.sendBroadcast(installCompleteIntent);
138 if (self.isFinishing()) {
143 self.sendBroadcast(installCompleteIntent);

Completed in 861 milliseconds

1 23 4 5 6 7 8 9