/external/webrtc/webrtc/modules/audio_device/android/ |
D | opensles_common.h | 26 ScopedSLObject() : obj_(nullptr) {} in ScopedSLObject() 31 RTC_DCHECK(!obj_); in Receive() 32 return &obj_; in Receive() 35 SLDerefType operator->() { return *obj_; } 37 SLType Get() const { return obj_; } in Get() 40 if (obj_) { in Reset() 41 (*obj_)->Destroy(obj_); in Reset() 42 obj_ = nullptr; in Reset() 47 SLType obj_;
|
/external/webrtc/webrtc/modules/utility/include/ |
D | helpers_android.h | 73 : jni_(jni), obj_(static_cast<T>(NewGlobalRef(jni, obj))) {} in ScopedGlobalRef() 75 DeleteGlobalRef(jni_, obj_); in ~ScopedGlobalRef() 78 return obj_; 82 T obj_; variable
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | jni_helpers.h | 128 : obj_(static_cast<T>(jni->NewGlobalRef(obj))) {} in ScopedGlobalRef() 130 DeleteGlobalRef(AttachCurrentThreadIfNeeded(), obj_); in ~ScopedGlobalRef() 133 return obj_; 136 T obj_;
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | main_wnd.h | 144 explicit AutoLock(T* obj) : obj_(obj) { obj_->Lock(); } in AutoLock() 145 ~AutoLock() { obj_->Unlock(); } in ~AutoLock() 147 T* obj_;
|
/external/webrtc/webrtc/base/ |
D | platform_thread.cc | 98 obj_(obj), in PlatformThread() 185 if (!run_function_(obj_)) in PlatformThread()
|
D | platform_thread.h | 78 void* const obj_; variable
|
/external/libxml2/result/ |
D | dia1.sax2 | 28 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',… 38 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',… 128 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',… 138 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',… 226 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',… 236 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
|
D | dia2.sax2 | 28 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',… 38 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',… 128 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',… 138 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',… 226 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',… 236 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
|
/external/v8/src/ |
D | api-natives.cc | 125 obj_(obj) { in AccessCheckDisableScope() 127 DisableAccessChecks(isolate_, obj_); in AccessCheckDisableScope() 132 EnableAccessChecks(isolate_, obj_); in ~AccessCheckDisableScope() 139 Handle<JSObject> obj_; member in v8::internal::__anon930720db0111::AccessCheckDisableScope
|
D | api.h | 53 return obj_.value(); in value() 66 NeanderObject obj_; 80 : obj_(obj) { } in NeanderArray()
|
D | api.cc | 1023 NeanderArray::NeanderArray(v8::internal::Isolate* isolate) : obj_(isolate, 2) { in NeanderArray() 1024 obj_.set(0, i::Smi::FromInt(0)); in NeanderArray() 1029 return i::Smi::cast(obj_.get(0))->value(); in length() 1036 return obj_.get(offset + 1); in get() 1047 int size = obj_.size(); in add() 1053 obj_.value()->set_elements(*new_elms); in add() 1055 obj_.set(length + 1, *value); in add() 1056 obj_.set(0, i::Smi::FromInt(length + 1)); in add() 1062 obj_.set(index + 1, value); in set()
|
/external/harfbuzz_ng/src/ |
D | hb-private.hh | 813 const void *obj_, in hb_auto_trace_t() 816 ...) : plevel (plevel_), what (what_), obj (obj_), returned (false) in hb_auto_trace_t()
|
D | hb-ot-layout.cc | 948 inline void init (const void *obj_, hb_apply_func_t apply_func_) in init() 950 obj = obj_; in init()
|
/external/v8/src/heap/ |
D | heap.h | 398 *target = e.obj_; in remove() 405 *target = entry->obj_; in remove() 417 : obj_(obj), size_(size), was_marked_black_(was_marked_black) {} in Entry() 419 HeapObject* obj_; member
|
D | heap-inl.h | 42 entry->obj_ = target; in insert()
|
/external/v8/src/ast/ |
D | ast.h | 1783 Expression* obj() const { return obj_; } in obj() 1786 void set_obj(Expression* e) { obj_ = e; } in set_obj() 1854 obj_(obj), in Property() 1867 Expression* obj_; variable
|
/external/webrtc/talk/session/media/ |
D | channel_unittest.cc | 429 : obj_(obj), in CallThread() 435 bool result = (*obj_.*method_)(); in DoWork() 441 ChannelTest<T>* obj_; member in ChannelTest::CallThread
|