HomeSort by relevance Sort by last modified time
    Searched defs:_object (Results 1 - 21 of 21) sorted by null

  /external/lzma/CPP/Windows/
COM.h 30 STGMEDIUM _object; member in class:NWindows::NCOM::CStgMedium
38 ReleaseStgMedium(&_object);
41 const STGMEDIUM* operator->() const { return &_object;}
42 STGMEDIUM* operator->() { return &_object;}
43 STGMEDIUM* operator&() { return &_object; }
Registry.h 16 HKEY _object; member in class:NWindows::NRegistry::CKey
18 CKey(): _object(NULL) {}
21 operator HKEY() const { return _object; }
22 void Attach(HKEY key) { _object = key; }
25 HKEY key = _object;
26 _object = NULL;
Synchronization.h 20 ::CEvent _object; member in class:NWindows::NSynchronization::CBaseEvent
22 bool IsCreated() { return Event_IsCreated(&_object) != 0; }
23 operator HANDLE() { return _object; }
24 CBaseEvent() { Event_Construct(&_object); }
26 WRes Close() { return Event_Close(&_object); }
30 _object = ::CreateEvent(sa, BoolToBOOL(manualReset), BoolToBOOL(initiallyOwn), name);
31 if (name == NULL && _object != 0)
37 _object = ::OpenEvent(desiredAccess, BoolToBOOL(inheritHandle), name);
38 if (_object != 0)
44 WRes Set() { return Event_Set(&_object); }
119 CMutex *_object; member in class:NWindows::NSynchronization::CMutexLock
128 ::CSemaphore _object; member in class:NWindows::NSynchronization::CSemaphore
145 ::CCriticalSection _object; member in class:NWindows::NSynchronization::CCriticalSection
155 CCriticalSection *_object; member in class:NWindows::NSynchronization::CCriticalSectionLock
    [all...]
  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 63 _object = object
66 class _object : pass class in inherits:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 67 struct _object *_ob_next; \
68 struct _object *_ob_prev;
106 typedef struct _object { struct
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 67 struct _object *_ob_next; \
68 struct _object *_ob_prev;
106 typedef struct _object { struct
    [all...]
  /external/python/cpython2/Include/
object.h 67 struct _object *_ob_next; \
68 struct _object *_ob_prev;
106 typedef struct _object { struct
    [all...]
  /external/python/cpython3/Include/
object.h 72 struct _object *_ob_next; \
73 struct _object *_ob_prev;
106 typedef struct _object { struct
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 67 struct _object *_ob_next; \
68 struct _object *_ob_prev;
106 typedef struct _object { struct
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 67 struct _object *_ob_next; \
68 struct _object *_ob_prev;
106 typedef struct _object { struct
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 67 struct _object *_ob_next; \
68 struct _object *_ob_prev;
106 typedef struct _object { struct
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 67 struct _object *_ob_next; \
68 struct _object *_ob_prev;
106 typedef struct _object { struct
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 65 _object = object
68 class _object : pass class in inherits:
122 class security_id(_object):
171 class avc_entry_ref(_object):
189 class avc_memory_callback(_object):
210 class avc_log_callback(_object):
231 class avc_thread_callback(_object):
252 class avc_lock_callback(_object):
330 class avc_cache_stats(_object):
413 class context_s_t(_object)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol.py 65 _object = object
68 class _object : pass class in inherits:
125 class qpol_policy_t(_object):
265 class qpol_iterator_t(_object):
284 class qpol_type_t(_object):
314 class qpol_role_t(_object):
338 class qpol_level_t(_object):
364 class qpol_cat_t(_object):
388 class qpol_mls_range_t(_object):
409 class qpol_semantic_level_t(_object)
    [all...]
  /prebuilts/tools/common/m2/repository/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/
jaxb-api-2.2.12-b140109.1041.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 
jetty-6.1.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.23.0/
google-api-java-client-min-repackaged-1.23.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 357 milliseconds