HomeSort by relevance Sort by last modified time
    Searched refs:obj_ (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/media/audio/android/
opensles_util.h 17 ScopedSLObject() : obj_(NULL) {}
22 DCHECK(!obj_);
23 return &obj_;
26 SLDerefType operator->() { return *obj_; }
28 SLType Get() const { return obj_; }
31 if (obj_) {
32 (*obj_)->Destroy(obj_);
33 obj_ = NULL;
38 SLType obj_; member in class:media::ScopedSLObject
    [all...]
  /external/chromium_org/base/android/
scoped_java_ref.cc 13 JavaRef<jobject>::JavaRef() : obj_(NULL) {}
15 JavaRef<jobject>::JavaRef(JNIEnv* env, jobject obj) : obj_(obj) {
32 if (obj_)
33 env->DeleteLocalRef(obj_);
34 obj_ = obj;
46 if (obj_)
47 env->DeleteGlobalRef(obj_);
48 obj_ = obj;
52 if (obj_) {
54 env->DeleteLocalRef(obj_);
    [all...]
jni_helper.cc 13 : obj_(NULL) {
18 : obj_(NULL) {
23 : obj_(env->NewWeakGlobalRef(obj)) {
24 DCHECK(obj_);
36 if (obj_) {
37 AttachCurrentThread()->DeleteWeakGlobalRef(obj_);
38 obj_ = NULL;
44 return GetRealObject(env, obj_);
63 if (obj_)
64 env->DeleteWeakGlobalRef(obj_);
    [all...]
jni_helper.h 33 jweak obj_; member in class:JavaObjectWeakGlobalRef
scoped_java_ref.h 26 jobject obj() const { return obj_; }
28 bool is_null() const { return obj_ == NULL; }
49 jobject obj_; member in class:base::android::JavaRef
  /external/chromium_org/chrome/browser/profiles/
profile_android.h 31 base::android::ScopedJavaGlobalRef<jobject> obj_; member in class:ProfileAndroid
profile_android.cc 53 obj_.Reset(env, jprofile.obj());
58 Java_Profile_destroy(AttachCurrentThread(), obj_.obj());
62 return base::android::ScopedJavaLocalRef<jobject>(obj_);
  /external/chromium/base/
task.h 149 : obj_(obj),
158 if (obj_)
159 DispatchToMethod(obj_.get(), meth_, params_);
163 obj_.reset();
167 base::WeakPtr<T> obj_; member in class:ScopedRunnableMethodFactory::RunnableMethod
184 explicit DeleteTask(const T* obj) : obj_(obj) {
187 delete obj_;
190 obj_ = NULL;
194 const T* obj_; member in class:DeleteTask
201 explicit ReleaseTask(const T* obj) : obj_(obj)
212 const T* obj_; member in class:ReleaseTask
347 T* obj_; member in class:RunnableMethod
    [all...]
bind_helpers.h 185 explicit UnretainedWrapper(T* o) : obj_(o) {}
186 T* get() { return obj_; }
188 T* obj_; member in class:base::internal::UnretainedWrapper
callback_old.h 59 CallbackStorage(T* obj, Method meth) : obj_(obj), meth_(meth) {
63 T* obj_; member in class:CallbackStorage
119 DispatchToMethod(this->obj_, this->meth_, params);
240 return (this->obj_->*(this->meth_))();
  /external/chromium/base/memory/
scoped_callback_factory.h 103 : obj_(obj),
108 WeakPtr<T> obj_; member in class:base::ScopedCallbackFactory::CallbackStorage
122 if (!this->obj_)
124 DispatchToMethod(this->obj_.get(), this->meth_, params);
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.h 160 explicit AutoLock(T* obj) : obj_(obj) { obj_->Lock(); }
161 ~AutoLock() { obj_->Unlock(); }
163 T* obj_; member in class:MainWnd::AutoLock
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 650 (VEC(T,base) *vec_, T obj_ VEC_CHECK_DECL) \
656 *slot_ = obj_; \
663 T obj_; \
666 obj_ = vec_->vec[--vec_->num]; \
668 return obj_; \
680 (VEC(T,base) *vec_, unsigned ix_, T obj_ VEC_CHECK_DECL) \
686 vec_->vec[ix_] = obj_; \
692 (VEC(T,base) *vec_, unsigned ix_, T obj_ VEC_CHECK_DECL) \
700 *slot_ = obj_; \
709 T obj_; \
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 650 (VEC(T,base) *vec_, T obj_ VEC_CHECK_DECL) \
656 *slot_ = obj_; \
663 T obj_; \
666 obj_ = vec_->vec[--vec_->num]; \
668 return obj_; \
680 (VEC(T,base) *vec_, unsigned ix_, T obj_ VEC_CHECK_DECL) \
686 vec_->vec[ix_] = obj_; \
692 (VEC(T,base) *vec_, unsigned ix_, T obj_ VEC_CHECK_DECL) \
700 *slot_ = obj_; \
709 T obj_; \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 650 (VEC(T,base) *vec_, T obj_ VEC_CHECK_DECL) \
656 *slot_ = obj_; \
663 T obj_; \
666 obj_ = vec_->vec[--vec_->num]; \
668 return obj_; \
680 (VEC(T,base) *vec_, unsigned ix_, T obj_ VEC_CHECK_DECL) \
686 vec_->vec[ix_] = obj_; \
692 (VEC(T,base) *vec_, unsigned ix_, T obj_ VEC_CHECK_DECL) \
700 *slot_ = obj_; \
709 T obj_; \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 650 (VEC(T,base) *vec_, T obj_ VEC_CHECK_DECL) \
656 *slot_ = obj_; \
663 T obj_; \
666 obj_ = vec_->vec[--vec_->num]; \
668 return obj_; \
680 (VEC(T,base) *vec_, unsigned ix_, T obj_ VEC_CHECK_DECL) \
686 vec_->vec[ix_] = obj_; \
692 (VEC(T,base) *vec_, unsigned ix_, T obj_ VEC_CHECK_DECL) \
700 *slot_ = obj_; \
709 T obj_; \
    [all...]
  /external/v8/src/
liveobjectlist-inl.h 118 return element->obj_;
liveobjectlist.cc 394 return elements_[index_].obj_;
953 HeapObject* heap_obj = elements[i].obj_;
984 element.obj_ = obj;
991 const HeapObject* obj1 = a->obj_;
992 const HeapObject* obj2 = b->obj_;
1006 key.obj_ = obj;
1028 key.obj_ = obj;
1049 HeapObject* curr_obj = element->obj_;
1057 NullifyNonLivePointer(&result->obj_);
    [all...]
api.h 78 return obj_.value();
90 NeanderObject obj_; member in class:v8::NeanderArray
104 : obj_(obj) { }
  /external/chromium/net/http/
disk_cache_based_ssl_host_info.h 71 base::WeakPtr<DiskCacheBasedSSLHostInfo> obj_; member in class:net::DiskCacheBasedSSLHostInfo::CallbackImpl
disk_cache_based_ssl_host_info.cc 19 : obj_(obj),
29 if (!obj_) {
32 DispatchToMethod(obj_.get(), meth_, params);
  /art/runtime/
monitor.cc 122 obj_(obj),
141 DCHECK(obj_ != NULL);
142 DCHECK_EQ(LW_SHAPE(*obj_->GetRawLockWordAddress()), LW_SHAPE_FAT);
194 return obj_;
362 FailedUnlock(obj_, self, owner, this);
850 object = monitor->obj_;
887 return monitor->obj_;
    [all...]
object_utils.h 40 : self_(self), obj_(object) {
42 obj_->MonitorEnter(self_);
46 obj_->MonitorExit(self_);
50 Monitor::Wait(self_, obj_, 0, 0, false, kWaiting);
54 obj_->Notify(self_);
58 obj_->NotifyAll(self_);
63 mirror::Object* obj_; member in class:art::ObjectLock
monitor.h 162 mirror::Object* const obj_; member in class:art::Monitor::mirror
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 306 : jni_(jni), obj_(jni_->NewLocalRef(ref)) {
310 if (obj_) {
311 jni_->DeleteLocalRef(obj_);
315 jobject obj() { return obj_; }
319 jobject const obj_; member in class:__anon13746::WeakRef
328 : jni_(jni), obj_(obj) {}
330 jni_->DeleteLocalRef(obj_);
333 return obj_;
337 T obj_; member in class:__anon13746::ScopedLocalRef
345 : obj_(static_cast<T>(jni->NewGlobalRef(obj))) {
347 DeleteGlobalRef(AttachCurrentThreadIfNeeded(), obj_); local
353 T obj_; member in class:__anon13746::ScopedGlobalRef
    [all...]

Completed in 468 milliseconds

1 2