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

1 2

  /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...]
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 17 HKEY _object; member in class:NWindows::NRegistry::CKey
19 CKey(): _object(NULL) {}
22 operator HKEY() const { return _object; }
23 void Attach(HKEY key) { _object = key; }
26 HKEY key = _object;
27 _object = NULL;
  /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...]
Standard_Suite.py 19 def get(self, _object, _attributes={}, **_arguments):
30 _arguments['----'] = _object
Required_Suite.py 16 def open(self, _object, _attributes={}, **_arguments):
25 _arguments['----'] = _object
36 def print_(self, _object, _attributes={}, **_arguments):
45 _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
Standard_Suite.py 16 def close(self, _object, _attributes={}, **_arguments):
25 _arguments['----'] = _object
36 def data_size(self, _object, _attributes={}, **_arguments):
46 _arguments['----'] = _object
57 def get(self, _object, _attributes={}, **_arguments):
67 _arguments['----'] = _object
82 def set(self, _object, _attributes={}, **_arguments):
92 _arguments['----'] = _object
Required_suite.py 16 def open(self, _object, _attributes={}, **_arguments):
25 _arguments['----'] = _object
36 def print_(self, _object, _attributes={}, **_arguments):
45 _arguments['----'] = _object
Mozilla_suite.py 79 def Go(self, _object, _attributes={}, **_arguments):
89 _arguments['----'] = _object
101 def Handle_command(self, _object, _attributes={}, **_arguments):
110 _arguments['----'] = _object
140 def Open_Component(self, _object, _attributes={}, **_arguments):
149 _arguments['----'] = _object
179 def Open_bookmark(self, _object=None, _attributes={}, **_arguments):
188 _arguments['----'] = _object
204 def Read_help_file(self, _object, _attributes={}, **_arguments):
215 _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/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
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...]
Folder_Actions_Suite.py 19 def attach_action_to(self, _object, _attributes={}, **_arguments):
30 _arguments['----'] = _object
41 def attached_scripts(self, _object, _attributes={}, **_arguments):
51 _arguments['----'] = _object
68 def do_folder_action(self, _object, _attributes={}, **_arguments):
81 _arguments['----'] = _object
98 def edit_action_of(self, _object, _attributes={}, **_arguments):
110 _arguments['----'] = _object
126 def remove_action_from(self, _object, _attributes={}, **_arguments):
138 _arguments['----'] = _object
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/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/CodeWarrior/
Required.py 20 def open(self, _object, _attributes={}, **_arguments):
30 _arguments['----'] = _object
Standard_Suite.py 21 def close(self, _object, _attributes={}, **_arguments):
32 _arguments['----'] = _object
48 def count(self, _object, _attributes={}, **_arguments):
59 _arguments['----'] = _object
74 def get(self, _object, _attributes={}, **_arguments):
85 _arguments['----'] = _object
129 def select(self, _object=None, _attributes={}, **_arguments):
138 _arguments['----'] = _object
153 def set(self, _object, _attributes={}, **_arguments):
163 _arguments['----'] = _object
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 20 def class_info(self, _object=None, _attributes={}, **_arguments):
31 _arguments['----'] = _object
47 def close(self, _object, _attributes={}, **_arguments):
58 _arguments['----'] = _object
74 def count(self, _object, _attributes={}, **_arguments):
85 _arguments['----'] = _object
100 def data_size(self, _object, _attributes={}, **_arguments):
111 _arguments['----'] = _object
122 def delete(self, _object, _attributes={}, **_arguments):
131 _arguments['----'] = _object
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/
builtin_Suite.py 12 def open(self, _object, _attributes={}, **_arguments):
21 _arguments['----'] = _object
70 def _print(self, _object, _attributes={}, **_arguments):
79 _arguments['----'] = _object

Completed in 288 milliseconds

1 2