HomeSort by relevance Sort by last modified time
    Searched defs:self (Results 101 - 125 of 332) sorted by null

1 2 3 45 6 7 8 91011>>

  /art/runtime/native/
java_lang_Thread.cc 33 return soa.AddLocalReference<jobject>(soa.Self()->GetPeer());
37 return static_cast<JNIEnvExt*>(env)->self->Interrupted() ? JNI_TRUE : JNI_FALSE;
42 MutexLock mu(soa.Self(), *Locks::thread_list_lock_);
63 MutexLock mu(soa.Self(), *Locks::thread_list_lock_);
103 MutexLock mu(soa.Self(), *Locks::thread_list_lock_);
110 MutexLock mu(soa.Self(), *Locks::thread_list_lock_);
113 thread->Interrupt(soa.Self());
119 Thread* self; local
122 if (soa.Decode<mirror::Object*>(peer) == soa.Self()->GetPeer()) {
123 soa.Self()->SetThreadName(name.c_str())
    [all...]
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 48 Thread* const self = Thread::Current(); local
49 if (static_cast<uint32_t>(thin_lock_id) == self->GetThreadId()) {
52 jobject internal_trace = self->CreateInternalStackTrace<false>(soa);
67 MutexLock mu(self, *Locks::thread_list_suspend_thread_lock_);
135 Thread* self = static_cast<JNIEnvExt*>(env)->self; local
137 MutexLock mu(self, *Locks::thread_list_lock_);
  /art/runtime/
reflection_test.cc 91 Thread* self = Thread::Current(); local
92 StackHandleScope<2> hs(self);
95 ScopedObjectAccessUnchecked(self).Decode<mirror::ClassLoader*>(jclass_loader)));
97 MakeExecutable(ScopedObjectAccessUnchecked(self).Decode<mirror::ClassLoader*>(jclass_loader),
102 MakeExecutable(ScopedObjectAccessUnchecked(self).Decode<mirror::ClassLoader*>(jclass_loader),
106 mirror::Class* c = class_linker_->FindClass(self, DotToDescriptor(class_name).c_str(),
118 StackHandleScope<1> hs(self);
122 *receiver = c->AllocObject(self);
128 self->TransitionFromSuspendedToRunnable();
499 StackHandleScope<1> hs(soa.Self());
    [all...]
  /bootable/recovery/
ui.cpp 45 static RecoveryUI* self = NULL; variable
58 self = this;
85 self->rel_sum += ev.value;
86 if (self->rel_sum > 3) {
87 self->process_key(KEY_DOWN, 1); // press down key
88 self->process_key(KEY_DOWN, 0); // and release it
89 self->rel_sum = 0;
90 } else if (self->rel_sum < -3) {
91 self->process_key(KEY_UP, 1); // press up key
92 self->process_key(KEY_UP, 0); // and release i
    [all...]
  /cts/suite/audio_quality/lib/src/audio/
RemoteAudio.cpp 140 RemoteAudio* self = reinterpret_cast<RemoteAudio*>(data); local
143 if (!self->handlePacket()) { //error, stop polling
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api.h 110 typedef SyncFileSystemRequestFileSystemFunction self; typedef in class:extensions::SyncFileSystemRequestFileSystemFunction
  /external/chromium_org/dbus/
exported_object.cc 309 ExportedObject* self = reinterpret_cast<ExportedObject*>(user_data); local
310 return self->HandleMessage(connection, raw_message);
315 ExportedObject* self = reinterpret_cast<ExportedObject*>(user_data); local
316 return self->OnUnregistered(connection);
  /external/chromium_org/mojo/public/c/system/tests/
core_perftest.cc 125 CorePerftest* self = static_cast<CorePerftest*>(closure); local
127 result = MojoCreateMessagePipe(NULL, &self->h0_, &self->h1_);
129 result = MojoClose(self->h0_);
131 result = MojoClose(self->h1_);
136 CorePerftest* self = static_cast<CorePerftest*>(closure); local
138 result = MojoWriteMessage(self->h0_,
139 self->buffer_, self->num_bytes_,
143 uint32_t read_bytes = self->num_bytes_
152 CorePerftest* self = static_cast<CorePerftest*>(closure); local
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
html5_fs.cc 277 Html5Fs* self = static_cast<Html5Fs*>(user_data); local
278 self->FilesystemOpenCallback(result);
  /external/chromium_org/remoting/base/
breakpad_win.cc 175 BreakpadWin* self = BreakpadWin::GetInstance(); local
176 if (NoBarrier_CompareAndSwap(&self->handling_exception_, 0, 1) != 0) {
186 BreakpadWin* self = BreakpadWin::GetInstance(); local
187 if (self->breakpad_.get() != NULL) {
188 self->breakpad_->WriteMinidumpForException(exinfo);
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleRule.cpp 208 StyleRuleBase* self = const_cast<StyleRuleBase*>(this); local
211 rule = CSSStyleRule::create(toStyleRule(self), parentSheet);
214 rule = CSSPageRule::create(toStyleRulePage(self), parentSheet);
217 rule = CSSFontFaceRule::create(toStyleRuleFontFace(self), parentSheet);
220 rule = CSSMediaRule::create(toStyleRuleMedia(self), parentSheet);
223 rule = CSSSupportsRule::create(toStyleRuleSupports(self), parentSheet);
226 rule = CSSImportRule::create(toStyleRuleImport(self), parentSheet);
229 rule = CSSKeyframesRule::create(toStyleRuleKeyframes(self), parentSheet);
232 rule = CSSViewportRule::create(toStyleRuleViewport(self), parentSheet);
235 rule = CSSFilterRule::create(toStyleRuleFilter(self), parentSheet)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.h 105 WorkerGlobalScope* self() { return this; } function in class:WebCore::WorkerGlobalScope
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 54 struct ptr_struct *self, *prev, *next; member in struct:ptr_struct
  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator_wrapper.c 127 DelayEstimatorFarend* self = (DelayEstimatorFarend*) handle; local
133 free(self->mean_far_spectrum);
134 self->mean_far_spectrum = NULL;
136 WebRtc_FreeBinaryDelayEstimatorFarend(self->binary_farend);
137 self->binary_farend = NULL;
139 free(self);
143 DelayEstimatorFarend* self = NULL; local
150 self = malloc(sizeof(DelayEstimator));
153 if (self != NULL) {
157 self->binary_farend = WebRtc_CreateBinaryDelayEstimatorFarend(history_size)
176 DelayEstimatorFarend* self = (DelayEstimatorFarend*) handle; local
195 DelayEstimatorFarend* self = (DelayEstimatorFarend*) handle; local
202 DelayEstimatorFarend* self = (DelayEstimatorFarend*) handle; local
231 DelayEstimatorFarend* self = (DelayEstimatorFarend*) handle; local
255 DelayEstimator* self = (DelayEstimator*) handle; local
271 DelayEstimator* self = NULL; local
303 DelayEstimator* self = (DelayEstimator*) handle; local
322 DelayEstimator* self = (DelayEstimator*) handle; local
328 DelayEstimator* self = (DelayEstimator*) handle; local
340 DelayEstimator* self = (DelayEstimator*) handle; local
347 DelayEstimator* self = (DelayEstimator*) handle; local
357 const DelayEstimator* self = (const DelayEstimator*) handle; local
366 DelayEstimator* self = (DelayEstimator*) handle; local
380 const DelayEstimator* self = (const DelayEstimator*) handle; local
392 DelayEstimator* self = (DelayEstimator*) handle; local
423 DelayEstimator* self = (DelayEstimator*) handle; local
446 DelayEstimator* self = (DelayEstimator*) handle; local
456 DelayEstimator* self = (DelayEstimator*) handle; local
    [all...]
ring_buffer.c 69 RingBuffer* self = NULL; local
74 self = malloc(sizeof(RingBuffer));
75 if (!self) {
79 self->data = malloc(element_count * element_size);
80 if (!self->data) {
81 free(self);
82 self = NULL;
86 self->element_count = element_count;
87 self->element_size = element_size;
89 return self;
108 RingBuffer* self = (RingBuffer*)handle; local
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/
vie_renderer.cc 29 ViERenderer* self = new ViERenderer(render_id, engine_id, render_module, local
31 if (!self || self->Init(z_order, left, top, right, bottom) != 0) {
32 delete self;
33 self = NULL;
35 return self;
  /external/chromium_org/tools/perf/page_sets/endure/
indexeddb_app_worker.js 12 self.indexedDB = self.indexedDB || self.webkitIndexedDB ||
13 self.mozIndexedDB;
14 self.IDBKeyRange = self.IDBKeyRange || self.webkitIDBKeyRange;
17 self.postMessage({type: 'ERROR', error: { name: e.target.error.name },
22 self.postMessage({type: 'ABORT', error: { name: e.target.error.name },
27 self.postMessage({type: 'LOG', message: message})
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_grid.js 35 * @param {HTMLElement} self The grid to decorate.
40 FileGrid.decorate = function(self, metadataCache, volumeManager) {
41 cr.ui.Grid.decorate(self);
42 self.__proto__ = FileGrid.prototype;
43 self.metadataCache_ = metadataCache;
44 self.volumeManager_ = volumeManager;
46 self.scrollBar_ = new MainPanelScrollBar();
47 self.scrollBar_.initialize(self.parentNode, self);
    [all...]
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 54 struct ptr_struct *self, *prev, *next; member in struct:ptr_struct
  /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/binder/
ProcessState.cpp 62 IPCThreadState::self()->joinThreadPool(mIsMain);
69 sp<ProcessState> ProcessState::self() function in class:android::ProcessState
113 IPCThreadState* ipc = IPCThreadState::self();
213 status_t status = IPCThreadState::self()->transact(
  /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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 54 struct ptr_struct *self, *prev, *next; member in struct:ptr_struct
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryService.java 146 final DictionaryService self = this; local
160 dispatchBroadcast(self, intent);

Completed in 633 milliseconds

1 2 3 45 6 7 8 91011>>