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

1 2 3 4 5 6

  /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.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;
Registry.cpp 35 _object = key;
49 _object = key;
57 if (_object != NULL)
59 res = RegCloseKey(_object);
60 _object = NULL;
69 MYASSERT(_object != NULL);
70 return RegDeleteKey(_object, subKeyName);
76 LONG res = key.Open(_object, subKeyName, KEY_READ | KEY_WRITE);
83 while (RegEnumKeyEx(key._object, 0, buffer, &size, NULL, NULL, NULL, &fileTime) == ERROR_SUCCESS)
104 MYASSERT(_object != NULL);
    [all...]
  /external/python/cpython2/Lib/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
  /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
  /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
  /external/clang/test/CodeGenObjC/
continuation-class.m 9 int _object;
22 @synthesize object = _object;
  /external/python/cpython2/Lib/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...]
  /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...]
  /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...]
  /external/python/cpython2/Lib/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...]
  /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...]
  /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...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
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
Standard_Suite.py 20 def close(self, _object, _attributes={}, **_arguments):
31 _arguments['----'] = _object
47 def count(self, _object, _attributes={}, **_arguments):
58 _arguments['----'] = _object
69 def delete(self, _object, _attributes={}, **_arguments):
78 _arguments['----'] = _object
94 def duplicate(self, _object, _attributes={}, **_arguments):
105 _arguments['----'] = _object
116 def exists(self, _object, _attributes={}, **_arguments):
126 _arguments['----'] = _object
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
Standard_Suite.py 20 def close(self, _object, _attributes={}, **_arguments):
31 _arguments['----'] = _object
47 def count(self, _object, _attributes={}, **_arguments):
58 _arguments['----'] = _object
69 def delete(self, _object, _attributes={}, **_arguments):
78 _arguments['----'] = _object
94 def duplicate(self, _object, _attributes={}, **_arguments):
105 _arguments['----'] = _object
116 def exists(self, _object, _attributes={}, **_arguments):
126 _arguments['----'] = _object
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
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
Standard_Suite.py 20 def close(self, _object, _attributes={}, **_arguments):
31 _arguments['----'] = _object
47 def count(self, _object, _attributes={}, **_arguments):
58 _arguments['----'] = _object
69 def delete(self, _object, _attributes={}, **_arguments):
78 _arguments['----'] = _object
94 def duplicate(self, _object, _attributes={}, **_arguments):
105 _arguments['----'] = _object
116 def exists(self, _object, _attributes={}, **_arguments):
126 _arguments['----'] = _object
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Standard_Suite.py 20 def close(self, _object, _attributes={}, **_arguments):
31 _arguments['----'] = _object
47 def count(self, _object, _attributes={}, **_arguments):
58 _arguments['----'] = _object
69 def delete(self, _object, _attributes={}, **_arguments):
78 _arguments['----'] = _object
94 def duplicate(self, _object, _attributes={}, **_arguments):
105 _arguments['----'] = _object
116 def exists(self, _object, _attributes={}, **_arguments):
126 _arguments['----'] = _object
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
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
Standard_Suite.py 20 def close(self, _object, _attributes={}, **_arguments):
31 _arguments['----'] = _object
47 def count(self, _object, _attributes={}, **_arguments):
58 _arguments['----'] = _object
69 def delete(self, _object, _attributes={}, **_arguments):
78 _arguments['----'] = _object
94 def duplicate(self, _object, _attributes={}, **_arguments):
105 _arguments['----'] = _object
116 def exists(self, _object, _attributes={}, **_arguments):
126 _arguments['----'] = _object
    [all...]

Completed in 721 milliseconds

1 2 3 4 5 6