Searched defs:_obj (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dthread_posix.h49 ThreadObj _obj; member in class:webrtc::ThreadPosix
H A Dthread_win.h44 ThreadObj _obj; member in class:webrtc::ThreadWindows
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket_posix.h77 CallbackObj _obj; member in class:webrtc::test::UdpSocketPosix
H A Dudp_socket2_win.h124 CallbackObj _obj; member in class:webrtc::test::UdpSocket2Windows
/external/chromium_org/tools/gyp/test/lib/
H A DTestGyp.py88 _obj = TestCommon.obj_suffix variable in class:TestGypBase
/external/chromium_org/third_party/icu/source/common/
H A Dserv.cpp420 UVector* _obj; member in struct:UVectorDeleter
421 UVectorDeleter() : _obj(NULL) {}
422 ~UVectorDeleter() { delete _obj; }
525 if (cacheDescriptorList._obj == NULL) {
526 cacheDescriptorList._obj = new UVector(uprv_deleteUObject, NULL, 5, status);
537 cacheDescriptorList._obj->addElement(idToCache, status);
552 if (cacheDescriptorList._obj != NULL) {
553 for (int32_t i = cacheDescriptorList._obj->size(); --i >= 0;) {
554 UnicodeString* desc = (UnicodeString*)cacheDescriptorList._obj->elementAt(i);
562 cacheDescriptorList._obj
[all...]
/external/icu/icu4c/source/common/
H A Dserv.cpp420 UVector* _obj; member in struct:UVectorDeleter
421 UVectorDeleter() : _obj(NULL) {}
422 ~UVectorDeleter() { delete _obj; }
525 if (cacheDescriptorList._obj == NULL) {
526 cacheDescriptorList._obj = new UVector(uprv_deleteUObject, NULL, 5, status);
537 cacheDescriptorList._obj->addElement(idToCache, status);
552 if (cacheDescriptorList._obj != NULL) {
553 for (int32_t i = cacheDescriptorList._obj->size(); --i >= 0;) {
554 UnicodeString* desc = (UnicodeString*)cacheDescriptorList._obj->elementAt(i);
562 cacheDescriptorList._obj
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py54 _obj = None variable in class:NotConstant
57 if NotConstant._obj is None:
58 NotConstant._obj = super(NotConstant, cls).__new__(cls)
60 return NotConstant._obj

Completed in 4513 milliseconds