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

1 2 3 4

  /external/lzma/CPP/Windows/
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...]
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.cpp 33 _object = key;
47 _object = key;
55 if (_object != NULL)
57 res = RegCloseKey(_object);
58 _object = NULL;
67 MYASSERT(_object != NULL);
68 return RegDeleteKey(_object, subKeyName);
74 LONG res = key.Open(_object, subKeyName, KEY_READ | KEY_WRITE);
81 while (RegEnumKeyEx(key._object, 0, buffer, &size, NULL, NULL, NULL, &fileTime) == ERROR_SUCCESS)
102 MYASSERT(_object != NULL);
    [all...]
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;
  /external/opencv3/modules/highgui/src/
agile_wrl.h 147 TypeT _object; member in class:Agile
191 _object = object;
195 Agile() throw() : _object(nullptr), _contextToken(0)
202 Agile(nullptr_t) throw() : _object(nullptr), _contextToken(0)
209 explicit Agile(TypeT object) throw() : _object(nullptr), _contextToken(0)
218 Agile(const Agile& object) throw() : _object(nullptr), _contextToken(0)
227 Agile(Agile&& object) throw() : _object(nullptr), _contextToken(0)
245 if (_agileState == AgileState::AgilePointer || _object == nullptr)
247 if (_contextToken == 0 || _contextCallback == nullptr || _object == nullptr)
250 return _object;
427 TypeT _object; member in class:Agile::Agile
    [all...]
  /external/opencv3/modules/videoio/src/
agile_wrl.hpp 147 TypeT _object; member in class:Agile
191 _object = object;
195 Agile() throw() : _object(nullptr), _contextToken(0)
202 Agile(nullptr_t) throw() : _object(nullptr), _contextToken(0)
209 explicit Agile(TypeT object) throw() : _object(nullptr), _contextToken(0)
218 Agile(const Agile& object) throw() : _object(nullptr), _contextToken(0)
227 Agile(Agile&& object) throw() : _object(nullptr), _contextToken(0)
245 if (_agileState == AgileState::AgilePointer || _object == nullptr)
247 if (_contextToken == 0 || _contextCallback == nullptr || _object == nullptr)
250 return _object;
427 TypeT _object; member in class:Agile::Agile
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Microsoft_Internet_Explorer.py 15 def GetSource(self, _object=None, _attributes={}, **_arguments):
25 _arguments['----'] = _object
36 def PrintBrowserWindow(self, _object=None, _attributes={}, **_arguments):
45 _arguments['----'] = _object
60 def do_script(self, _object, _attributes={}, **_arguments):
71 _arguments['----'] = _object
Netscape_Suite.py 15 def Open_bookmark(self, _object=None, _attributes={}, **_arguments):
24 _arguments['----'] = _object
URL_Suite.py 19 def GetURL(self, _object, _attributes={}, **_arguments):
29 _arguments['----'] = _object
Web_Browser_Suite.py 15 def Activate(self, _object=None, _attributes={}, **_arguments):
25 _arguments['----'] = _object
83 def GetWindowInfo(self, _object, _attributes={}, **_arguments):
93 _arguments['----'] = _object
132 def OpenURL(self, _object, _attributes={}, **_arguments):
146 _arguments['----'] = _object
161 def ParseAnchor(self, _object, _attributes={}, **_arguments):
172 _arguments['----'] = _object
189 def ShowFile(self, _object, _attributes={}, **_arguments):
201 _arguments['----'] = _object
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Microsoft_Internet_Explorer.py 15 def GetSource(self, _object=None, _attributes={}, **_arguments):
25 _arguments['----'] = _object
36 def PrintBrowserWindow(self, _object=None, _attributes={}, **_arguments):
45 _arguments['----'] = _object
60 def do_script(self, _object, _attributes={}, **_arguments):
71 _arguments['----'] = _object
Netscape_Suite.py 15 def Open_bookmark(self, _object=None, _attributes={}, **_arguments):
24 _arguments['----'] = _object
URL_Suite.py 19 def GetURL(self, _object, _attributes={}, **_arguments):
29 _arguments['----'] = _object
Web_Browser_Suite.py 15 def Activate(self, _object=None, _attributes={}, **_arguments):
25 _arguments['----'] = _object
83 def GetWindowInfo(self, _object, _attributes={}, **_arguments):
93 _arguments['----'] = _object
132 def OpenURL(self, _object, _attributes={}, **_arguments):
146 _arguments['----'] = _object
161 def ParseAnchor(self, _object, _attributes={}, **_arguments):
172 _arguments['----'] = _object
189 def ShowFile(self, _object, _attributes={}, **_arguments):
201 _arguments['----'] = _object
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
WorldWideWeb_suite.py 24 def OpenURL(self, _object, _attributes={}, **_arguments):
40 _arguments['----'] = _object
57 def ShowFile(self, _object, _attributes={}, **_arguments):
70 _arguments['----'] = _object
85 def cancel_progress(self, _object=None, _attributes={}, **_arguments):
95 _arguments['----'] = _object
106 def find_URL(self, _object, _attributes={}, **_arguments):
116 _arguments['----'] = _object
127 def get_window_info(self, _object=None, _attributes={}, **_arguments):
137 _arguments['----'] = _object
    [all...]
Standard_URL_suite.py 23 def GetURL(self, _object, _attributes={}, **_arguments):
35 _arguments['----'] = _object
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
WorldWideWeb_suite.py 24 def OpenURL(self, _object, _attributes={}, **_arguments):
40 _arguments['----'] = _object
57 def ShowFile(self, _object, _attributes={}, **_arguments):
70 _arguments['----'] = _object
85 def cancel_progress(self, _object=None, _attributes={}, **_arguments):
95 _arguments['----'] = _object
106 def find_URL(self, _object, _attributes={}, **_arguments):
116 _arguments['----'] = _object
127 def get_window_info(self, _object=None, _attributes={}, **_arguments):
137 _arguments['----'] = _object
    [all...]
Standard_URL_suite.py 23 def GetURL(self, _object, _attributes={}, **_arguments):
35 _arguments['----'] = _object
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Standard_Suite.py 16 def close(self, _object, _attributes={}, **_arguments):
25 _arguments['----'] = _object
40 def count(self, _object, _attributes={}, **_arguments):
51 _arguments['----'] = _object
66 def data_size(self, _object, _attributes={}, **_arguments):
77 _arguments['----'] = _object
88 def delete(self, _object, _attributes={}, **_arguments):
98 _arguments['----'] = _object
115 def duplicate(self, _object, _attributes={}, **_arguments):
128 _arguments['----'] = _object
    [all...]
Finder_items.py 15 def add_to_favorites(self, _object, _attributes={}, **_arguments):
24 _arguments['----'] = _object
39 def clean_up(self, _object, _attributes={}, **_arguments):
49 _arguments['----'] = _object
60 def eject(self, _object=None, _attributes={}, **_arguments):
69 _arguments['----'] = _object
80 def empty(self, _object=None, _attributes={}, **_arguments):
89 _arguments['----'] = _object
100 def erase(self, _object, _attributes={}, **_arguments):
109 _arguments['----'] = _object
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Standard_Suite.py 16 def close(self, _object, _attributes={}, **_arguments):
25 _arguments['----'] = _object
40 def count(self, _object, _attributes={}, **_arguments):
51 _arguments['----'] = _object
66 def data_size(self, _object, _attributes={}, **_arguments):
77 _arguments['----'] = _object
88 def delete(self, _object, _attributes={}, **_arguments):
98 _arguments['----'] = _object
115 def duplicate(self, _object, _attributes={}, **_arguments):
128 _arguments['----'] = _object
    [all...]
Finder_items.py 15 def add_to_favorites(self, _object, _attributes={}, **_arguments):
24 _arguments['----'] = _object
39 def clean_up(self, _object, _attributes={}, **_arguments):
49 _arguments['----'] = _object
60 def eject(self, _object=None, _attributes={}, **_arguments):
69 _arguments['----'] = _object
80 def empty(self, _object=None, _attributes={}, **_arguments):
89 _arguments['----'] = _object
100 def erase(self, _object, _attributes={}, **_arguments):
109 _arguments['----'] = _object
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Hidden_Suite.py 16 def do_script(self, _object, _attributes={}, **_arguments):
25 _arguments['----'] = _object
Power_Suite.py 15 def restart(self, _object, _attributes={}, **_arguments):
24 _arguments['----'] = _object
35 def shut_down(self, _object, _attributes={}, **_arguments):
44 _arguments['----'] = _object
55 def sleep(self, _object, _attributes={}, **_arguments):
64 _arguments['----'] = _object
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Hidden_Suite.py 16 def do_script(self, _object, _attributes={}, **_arguments):
25 _arguments['----'] = _object

Completed in 674 milliseconds

1 2 3 4