HomeSort by relevance Sort by last modified time
    Searched defs:self (Results 251 - 275 of 437) sorted by null

<<1112131415161718

  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /art/compiler/optimizing/
instruction_builder.cc 582 Thread* self = Thread::Current(); local
584 && driver->RequiresConstructorBarrier(self, cu->GetDexFile(), cu->GetClassDefIndex());
670 StackHandleScope<3> hs(soa.Self());
683 soa.Self()->ClearException();
697 soa.Self()->ClearException();
990 Thread* self = Thread::Current(); local
    [all...]
  /art/runtime/
dex_file.cc 1596 Thread* self = Thread::Current(); local
1754 Thread* self = Thread::Current(); local
1808 Thread* self = Thread::Current(); local
1839 Thread* self = Thread::Current(); local
2104 Thread* self = Thread::Current(); local
    [all...]
runtime.cc 238 Thread* self = Thread::Current(); local
239 const bool attach_shutdown_thread = self == nullptr;
242 self = Thread::Current();
249 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
252 shutdown_cond_->Wait(self);
257 CHECK(self != nullptr);
260 self->ClearException();
261 self->GetJniEnv()->CallStaticVoidMethod(WellKnownClasses::java_lang_Daemons,
269 self = nullptr;
273 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self);
341 Thread* self = Thread::Current(); local
555 Thread* self = Thread::Current(); local
764 Thread* self = Thread::Current(); local
1116 Thread* self = Thread::Attach("main", false, nullptr, false); local
1286 Thread* self = Thread::Current(); local
1429 Thread* self = Thread::Current(); local
1503 Thread* self = Thread::Current(); local
    [all...]
thread.h 163 // Get the currently executing thread, frequently referred to as 'self'. This call has reasonably
164 // high cost and so we favor passing self around when possible.
229 bool ModifySuspendCount(Thread* self, int delta, AtomicInteger* suspend_barrier, bool for_debugger)
465 void Interrupt(Thread* self) REQUIRES(!*wait_mutex_);
472 void NotifyLocked(Thread* self) REQUIRES(wait_mutex_);
602 return ThreadOffsetFromTlsPtr<pointer_size>(OFFSETOF_MEMBER(tls_ptr_sized_values, self));
1392 Thread* self; variable
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 123 void* RosAlloc::AllocPages(Thread* self, size_t num_pages, uint8_t page_map_type) {
124 lock_.AssertHeld(self);
302 size_t RosAlloc::FreePages(Thread* self, void* ptr, bool already_zero) {
303 lock_.AssertHeld(self);
466 void* RosAlloc::AllocLargeObject(Thread* self, size_t size, size_t* bytes_allocated,
474 MutexLock mu(self, lock_);
475 r = AllocPages(self, num_pages, kPageMapLargeObject);
503 size_t RosAlloc::FreeInternal(Thread* self, void* ptr) {
509 MutexLock mu(self, lock_);
518 return FreePages(self, ptr, false)
1514 Thread* self = Thread::Current(); local
1578 Thread* self = Thread::Current(); local
1604 Thread* self = Thread::Current(); local
1617 Thread* self = Thread::Current(); local
1747 Thread* self = Thread::Current(); local
1990 Thread* self = Thread::Current(); local
2078 Thread* self = Thread::Current(); local
2106 Thread* self = Thread::Current(); local
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 144 Thread* self = Thread::Current(); local
146 Locks::mutator_lock_->AssertNotHeld(self);
150 ReaderMutexLock mu(self, *Locks::mutator_lock_);
167 ReaderMutexLock mu(self, *Locks::mutator_lock_);
174 void MarkSweep::ProcessReferences(Thread* self) {
175 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
185 Thread* self = Thread::Current(); local
186 Locks::mutator_lock_->AssertExclusiveHeld(self);
189 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
197 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_)
219 Thread* self = Thread::Current(); local
256 Thread* self = Thread::Current(); local
316 Thread* const self = Thread::Current(); local
449 Thread* self = Thread::Current(); variable
862 Thread* self = Thread::Current(); local
1009 auto* self = Thread::Current(); local
1142 Thread* const self = Thread::Current(); variable
1144 << thread->GetState() << " thread " << thread << " self " << self; variable
1152 mark_sweep_->GetBarrier().Pass(self); variable
1186 Thread* self = Thread::Current(); local
1370 Thread* self = Thread::Current(); local
1468 Thread* const self = Thread::Current(); local
    [all...]
  /art/runtime/hprof/
hprof.cc 1413 Thread* self = Thread::Current(); local
    [all...]
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp 1420 HANDLE_PCM_DOWNMIX self; local
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc 84 static PyObject* GetDescriptor(CMessage* self, PyObject* name);
85 static string GetMessageName(CMessage* self);
145 int ForEachCompositeField(CMessage* self, Visitor visitor) {
151 while (PyDict_Next(self->composite_fields, &pos, &key, &field)) {
152 PyObject* cdescriptor = cmessage::GetDescriptor(self, key);
162 if (self->extensions != NULL) {
163 while (PyDict_Next(self->extensions->values, &pos, &key, &field)) {
470 int AssureWritable(CMessage* self) {
471 if (self == NULL || !self->read_only)
723 CMessage* self = reinterpret_cast<CMessage*>(type->tp_alloc(type, 0)); local
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 105 void* self = dlopen(nullptr, RTLD_LAZY); local
106 if (self) {
110 dlsym(self, "FT_Library_SetLcdFilterWeights");
111 dlclose(self);
    [all...]
  /external/v8/test/cctest/
test-api-interceptors.cc 71 Local<Object> self = Local<Object>::Cast(info.This()); local
72 info.GetReturnValue().Set(self->Get(info.GetIsolate()->GetCurrentContext(),
79 Local<Object> self = Local<Object>::Cast(info.This()); local
80 self->Set(info.GetIsolate()->GetCurrentContext(),
113 Local<Object> self = Local<Object>::Cast(info.This()); local
115 self->GetPrivate(
137 Local<Object> self = Local<Object>::Cast(info.This()); local
139 self->SetPrivate(context, symbol, value).FromJust();
171 Local<Object> self = Local<Object>::Cast(info.This()); local
173 self->Get(info.GetIsolate()->GetCurrentContext(), str).ToLocalChecked())
191 Local<Object> self = Local<Object>::Cast(info.This()); local
    [all...]
  /frameworks/base/tools/layoutlib/create/tests/data/
mock_android.jar 
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleDatabaseOperations.java 93 * Sanitize a given list of conversation participants by de-duping and stripping out self
111 // Remove self phone number from group conversation.
116 // Prescan to count the self numbers in the list
122 // If all are self numbers, maybe that's what the user wants, just leave
123 // the participants as is. Otherwise, do another scan to remove self numbers.
222 // Create the conversation with the default self participant which always maps to
224 final ParticipantData self = ParticipantData.getSelfParticipant( local
229 // Look up the "self" participantId (creating if necessary)
231 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, self);
591 // conversation self id. Therefore, notify UI through local broadcast receiver abou
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ComposeMessageView.java 210 // onFinishInflate() is called before self is loaded from db. We set the default text
244 // onFinishInflate() is called before self is loaded from db. We set the default text
518 // Refresh the length filters according to the selected self's MmsConfig.
611 // Fall back to default self-avatar in the base case.
612 final ParticipantData self = mConversationDataModel.getData().getDefaultSelfParticipant(); local
613 return self == null ? null : AvatarUriUtil.createAvatarUri(self);
665 // Update the send message button. Self icon uri might be null if self participant data
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 829 IFile self = AdtUtils.getActiveFile(); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /art/compiler/driver/
compiler_driver.cc 420 Thread* self = Thread::Current(); local
422 MutexLock mu(self, compiled_classes_lock_);
426 MutexLock mu(self, compiled_methods_lock_);
497 Thread* self, const CompilerDriver& driver, Handle<mirror::ClassLoader> class_loader,
507 mirror::Class* klass = class_linker->FindClass(self, descriptor, class_loader);
509 CHECK(self->IsExceptionPending());
510 self->ClearException();
533 Thread* self,
538 ScopedObjectAccess soa(self);
539 StackHandleScope<1> hs(soa.Self());
1083 Thread* self = Thread::Current(); local
1146 Thread* self = Thread::Current(); local
1899 Thread* self = Thread::Current(); variable
2037 Thread* const self = Thread::Current(); variable
2365 Thread* self = soa.Self(); variable
2809 Thread* self = Thread::Current(); local
    [all...]
  /art/compiler/
image_writer.cc 431 Thread* const self = Thread::Current(); local
432 ReaderMutexLock mu(self, *class_linker->DexLock());
435 down_cast<mirror::DexCache*>(self->DecodeJObject(data.weak_root));
843 Thread* self = Thread::Current(); local
951 Thread* const self = Thread::Current(); local
1012 Thread* self = Thread::Current(); local
1333 Thread* const self = Thread::Current(); local
    [all...]

Completed in 935 milliseconds

<<1112131415161718