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

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/sun/security/ssl/
SSLSocketImpl.java 609 if (self != this) {
630 * java.net actually connects using the socket "self", else
633 if (self == this) {
637 sockInput = self.getInputStream();
638 sockOutput = self.getOutputStream();
766 if (self != this && !autoClose) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/stringtemplate/3.2.1/
stringtemplate-3.2.1.jar 
  /art/compiler/jni/
jni_compiler_test.cc 69 StackHandleScope<1> hs(soa.Self());
73 mirror::Class* c = class_linker_->FindClass(soa.Self(), "LMyClassNatives;", loader);
902 Thread* self = Thread::Current(); local
    [all...]
  /art/compiler/optimizing/
inliner.cc 224 explicit ScopedProfilingInfoInlineUse(ArtMethod* method, Thread* self)
226 self_(self),
230 Runtime::Current()->GetJit()->GetCodeCache()->NotifyCompilerUse(method, self)) {
271 : class_linker->FindDexCache(soa.Self(), *ref.dex_file);
307 ScopedProfilingInfoInlineUse spiis(caller, soa.Self());
1061 Thread* self = Thread::Current(); local
    [all...]
  /art/runtime/base/
mutex.h 160 void RegisterAsLocked(Thread* self);
161 void RegisterAsUnlocked(Thread* self);
162 void CheckSafeToWait(Thread* self);
223 void ExclusiveLock(Thread* self) ACQUIRE();
224 void Lock(Thread* self) ACQUIRE() { ExclusiveLock(self); }
227 bool ExclusiveTryLock(Thread* self) TRY_ACQUIRE(true);
228 bool TryLock(Thread* self) TRY_ACQUIRE(true) { return ExclusiveTryLock(self); }
231 void ExclusiveUnlock(Thread* self) RELEASE()
252 AssertNotHeldExclusive(self); variable
355 AssertNotExclusiveHeld(self); variable
    [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc 61 Thread* self = Thread::Current(); local
63 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_);
71 MutexLock mu(self, mark_stack_lock_);
97 Thread* self = Thread::Current(); local
98 thread_running_gc_ = self;
99 Locks::mutator_lock_->AssertNotHeld(self);
101 ReaderMutexLock mu(self, *Locks::mutator_lock_);
106 ReaderMutexLock mu(self, *Locks::mutator_lock_);
124 ReaderMutexLock mu(self, *Locks::mutator_lock_);
134 Thread* self = Thread::Current() local
199 Thread* self = Thread::Current(); local
201 << thread->GetState() << " thread " << thread << " self " << self; local
238 Thread* self = Thread::Current(); local
268 Thread* self = Thread::Current(); local
342 Thread* self = Thread::Current(); variable
344 << thread->GetState() << " thread " << thread << " self " << self; variable
347 concurrent_copying_->GetBarrier().Pass(self); variable
400 Thread* self = Thread::Current(); local
498 Thread* self = Thread::Current(); variable
500 << thread->GetState() << " thread " << thread << " self " << self; variable
507 concurrent_copying_->GetBarrier().Pass(self); variable
515 Thread* self = Thread::Current(); local
552 Thread* self = Thread::Current(); local
586 Thread* self = Thread::Current(); \/\/ TODO: pass self as an argument from call sites? local
773 Thread* self = Thread::Current(); local
900 Thread* self = Thread::Current(); variable
902 << thread->GetState() << " thread " << thread << " self " << self; variable
916 concurrent_copying_->GetBarrier().Pass(self); variable
925 Thread* self = Thread::Current(); local
944 Thread* self = Thread::Current(); local
971 Thread* self = Thread::Current(); local
1124 Thread* self = Thread::Current(); local
1144 Thread* self = Thread::Current(); local
1159 Thread* self = Thread::Current(); local
1289 Thread* self = Thread::Current(); local
1739 Thread* self = Thread::Current(); local
2072 Thread* const self = Thread::Current(); local
    [all...]
  /art/runtime/
java_vm_ext.cc 58 SharedLibrary(JNIEnv* env, Thread* self, const std::string& path, void* handle,
67 jni_on_load_thread_id_(self->GetThreadId()),
73 Thread* self = Thread::Current(); local
74 if (self != nullptr) {
75 self->GetJniEnv()->DeleteWeakGlobalRef(class_loader_);
101 Thread* self = Thread::Current(); variable
104 MutexLock mu(self, jni_on_load_lock_);
106 if (jni_on_load_thread_id_ == self->GetThreadId()) {
109 LOG(INFO) << *self << " recursive attempt to load library " << "\"" << path_ << "\"";
113 VLOG(jni) << "[" << *self << " waiting for \"" << path_ << "\" " << "JNI_OnLoad...]"
126 Thread* self = Thread::Current(); variable
373 Thread* self = Thread::Current(); local
448 Thread* self = Thread::Current(); local
584 Thread* self = Thread::Current(); local
605 Thread* const self = Thread::Current(); local
616 Thread* self = Thread::Current(); local
624 Thread* self = Thread::Current(); local
706 Thread* self = Thread::Current(); local
733 Thread* self = Thread::Current(); local
896 Thread* self = Thread::Current(); local
931 Thread* self = Thread::Current(); local
    [all...]
jni_internal_test.cc 620 StackHandleScope<1> hs(soa.Self());
623 mirror::Class* c = class_linker_->FindClass(soa.Self(), "LMyClassNatives;", loader);
2089 Thread* self = Thread::Current(); local
    [all...]
monitor.cc 76 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code)
87 monitor_id_(MonitorPool::ComputeMonitorId(this, self)) {
94 CHECK(owner == nullptr || owner == self || owner->IsSuspended());
98 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code,
116 CHECK(owner == nullptr || owner == self || owner->IsSuspended());
130 bool Monitor::Install(Thread* self) {
131 MutexLock mu(self, monitor_lock_); // Uncontended mutex acquisition as monitor isn't yet public.
132 CHECK(owner_ == nullptr || owner_ == self || owner_->IsSuspended());
257 void Monitor::AtraceMonitorLock(Thread* self, mirror::Object* obj, bool is_wait) {
259 AtraceMonitorLockImpl(self, obj, is_wait)
444 Thread* self = Thread::Current(); local
1096 Thread* self = Thread::Current(); local
1282 Thread* self = Thread::Current(); local
1298 Thread* self = Thread::Current(); local
1306 Thread* self = Thread::Current(); local
1312 Thread* self = Thread::Current(); local
1322 Thread* self = Thread::Current(); local
    [all...]
profiler.cc 130 Thread* self = Thread::Current(); variable
137 ScopedObjectAccess soa(self);
143 this->profiler_->GetBarrier().Pass(self); variable
150 bool BackgroundMethodSamplingProfiler::ShuttingDown(Thread* self) {
151 MutexLock mu(self, *Locks::profiler_lock_);
172 Thread* self = Thread::Current(); local
176 if (ShuttingDown(self)) {
195 MutexLock mu(self, profiler->wait_lock_);
196 profiler->period_condition_.TimedWait(self, delay_secs * 1000, 0);
203 if (ShuttingDown(self)) {
336 Thread* self = Thread::Current(); local
    [all...]
trace.cc 178 Thread* self = Thread::Current(); local
179 uint64_t start = self->GetCpuMicroTime();
192 uint64_t elapsed_us = self->GetCpuMicroTime() - start;
288 Thread* self = Thread::Current(); local
291 MutexLock mu(self, *Locks::trace_lock_);
299 MutexLock mu(self, *Locks::thread_list_lock_);
310 Thread* self = Thread::Current(); local
312 MutexLock mu(self, *Locks::trace_lock_);
322 ScopedObjectAccess soa(self);
338 ScopedObjectAccess soa(self);
389 Thread* const self = Thread::Current(); local
473 Thread* const self = Thread::Current(); local
526 Thread* self = Thread::Current(); local
652 Thread* const self = Thread::Current(); local
1029 Thread* self = Thread::Current(); local
    [all...]
  /art/runtime/mirror/
class.cc 69 void Class::SetStatus(Handle<Class> h_this, Status new_status, Thread* self) {
81 CHECK_EQ(h_this->GetLockOwnerThreadId(), self->GetThreadId())
92 if (self->IsExceptionPending()) {
93 LOG(ERROR) << "Exception: " << self->GetException()->Dump();
98 CHECK(self->GetException() != nullptr);
99 h_this->SetVerifyError(self->GetException());
120 h_this->NotifyAll(self);
125 h_this->NotifyAll(self);
157 Thread* self = Thread::Current(); local
175 name = String::AllocFromModifiedUtf8(self, c_name)
198 Thread* const self = Thread::Current(); local
567 Thread* self = Thread::Current(); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsMessagingDemo.java 408 final String self = getSimNumber(context); local
416 if (!PhoneNumberUtils.compare(number, self)) {
424 if (!PhoneNumberUtils.compare(number, self)) {
  /external/chromium-trace/catapult/telemetry/third_party/mock/
mock.py 119 self = 'im_self' variable
122 self = '__self__' variable
182 # instance methods and classmethods need to lose the self argument
183 if getattr(func, self, None) is not None:
209 # can't use self because "self" is common as an argument name
342 def __init__(self, name):
343 self.name = name
345 def __repr__(self):
346 return 'sentinel.%s' % self.nam
    [all...]
  /external/chromium-trace/catapult/third_party/mock/
mock.py 119 self = 'im_self' variable
122 self = '__self__' variable
182 # instance methods and classmethods need to lose the self argument
183 if getattr(func, self, None) is not None:
209 # can't use self because "self" is common as an argument name
342 def __init__(self, name):
343 self.name = name
345 def __repr__(self):
346 return 'sentinel.%s' % self.nam
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 52 template <class Self, class R>
55 Self *self() { return static_cast<Self *>(this); } function in class:clang::threadSafety::til::Traversal
78 return self()->traverse##X(cast<X>(E), Ctx);
82 return self()->reduceNull();
89 return e->traverse(*self(), Ctx); \
175 template <class Self>
176 class VisitReducer : public Traversal<Self, VisitReducerBase>,
273 Self Visitor
286 Self *self() { return reinterpret_cast<Self *>(this); } function in class:clang::threadSafety::til::Comparator
401 Self *self() { return reinterpret_cast<Self *>(this); } function in class:clang::threadSafety::til::PrettyPrinter
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 1023 ImplicitParamDecl *self local
    [all...]
  /external/libchrome/dbus/
bus.cc 1137 Bus* self = static_cast<Bus*>(data); local
1143 Bus* self = static_cast<Bus*>(data); local
1149 Bus* self = static_cast<Bus*>(data); local
1155 Bus* self = static_cast<Bus*>(data); local
1161 Bus* self = static_cast<Bus*>(data); local
1167 Bus* self = static_cast<Bus*>(data); local
1175 Bus* self = static_cast<Bus*>(data); local
1187 Bus* self = static_cast<Bus*>(data); local
    [all...]
  /external/ltrace/sysdeps/linux-gnu/
trace.c 345 process_stopping_done(struct process_stopping_handler *self,
349 self->task_enabling_breakpoint->pid);
351 if (!self->exiting) {
353 for (i = 0; i < self->pids.count; ++i)
354 if (self->pids.tasks[i].pid != 0
355 && (self->pids.tasks[i].delivered
356 || self->pids.tasks[i].sysret))
357 continue_process(self->pids.tasks[i].pid);
358 continue_process(self->task_enabling_breakpoint->pid);
361 if (self->exiting)
568 struct process_stopping_handler *self local
589 struct process_stopping_handler *self; member in struct:sw_singlestep_data
595 struct process_stopping_handler *self = data->self; local
720 struct process_stopping_handler *self = (void *)super; local
852 struct process_stopping_handler *self = (void *)super; local
947 struct ltrace_exiting_handler *self = (void *)super; local
976 struct ltrace_exiting_handler *self = (void *)super; local
1056 struct process_vfork_handler *self = (void *)super; local
    [all...]
  /external/opencv/cvaux/src/
cvhmm.cpp 1176 float self = m_Gamma[ (t-1) * num_states + j] + m_a[ j * num_states + j]; local
    [all...]
  /external/opencv3/modules/videoio/src/
cap_gphoto2.cpp 261 const DigitalCameraCapture * self = local
263 self->message(self->ERROR, "context feedback", str);
272 const DigitalCameraCapture * self = local
274 self->message(self->STATUS, "context feedback", str);
283 const DigitalCameraCapture * self = local
285 self->message(self->OTHER, "context feedback", str);
    [all...]
  /external/v8/test/cctest/compiler/
test-loop-analysis.cc 48 self(graph.NewNode(common.Int32Constant(0xaabbccdd))),
69 Node* self; member in class:v8::internal::compiler::LoopFinderTester
108 if (edge.to() == self) node->ReplaceInput(edge.index(), node);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ProcessDownloadedMmsAction.java 433 final ParticipantData self = ParticipantData.getSelfParticipant(mms.getSubId()); local
435 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, self);
  /prebuilts/devtools/tools/lib/
lombok-ast-0.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 

Completed in 754 milliseconds

1 2 3 4 5 6 7 8 91011>>