Home
last modified time | relevance | path

Searched refs:_object (Results 1 – 25 of 54) sorted by relevance

123

/external/lzma/CPP/Windows/
DSynchronization.h20 ::CEvent _object;
22 bool IsCreated() { return Event_IsCreated(&_object) != 0; } in IsCreated()
23 operator HANDLE() { return _object; } in HANDLE()
24 CBaseEvent() { Event_Construct(&_object); } in CBaseEvent()
26 WRes Close() { return Event_Close(&_object); } in Close()
30 _object = ::CreateEvent(sa, BoolToBOOL(manualReset), BoolToBOOL(initiallyOwn), name);
31 if (name == NULL && _object != 0)
37 _object = ::OpenEvent(desiredAccess, BoolToBOOL(inheritHandle), name); in Open()
38 if (_object != 0) in Open()
44 WRes Set() { return Event_Set(&_object); } in Set()
[all …]
DRegistry.cpp35 _object = key; in Create()
49 _object = key; in Open()
57 if (_object != NULL) in Close()
59 res = RegCloseKey(_object); in Close()
60 _object = NULL; in Close()
69 MYASSERT(_object != NULL); in DeleteSubKey()
70 return RegDeleteKey(_object, subKeyName); in DeleteSubKey()
76 LONG res = key.Open(_object, subKeyName, KEY_READ | KEY_WRITE); in RecurseDeleteKey()
83 while (RegEnumKeyEx(key._object, 0, buffer, &size, NULL, NULL, NULL, &fileTime) == ERROR_SUCCESS) in RecurseDeleteKey()
104 MYASSERT(_object != NULL); in DeleteValue()
[all …]
DCOM.h30 STGMEDIUM _object; variable
38 ReleaseStgMedium(&_object); in Free()
41 const STGMEDIUM* operator->() const { return &_object;}
42 STGMEDIUM* operator->() { return &_object;}
43 STGMEDIUM* operator&() { return &_object; }
DRegistry.h16 HKEY _object; variable
18 CKey(): _object(NULL) {} in CKey()
21 operator HKEY() const { return _object; } in HKEY()
22 void Attach(HKEY key) { _object = key; } in Attach()
25 HKEY key = _object; in Detach()
26 _object = NULL; in Detach()
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Netscape/
DWorldWideWeb_suite.py24 def OpenURL(self, _object, _attributes={}, **_arguments): argument
40 _arguments['----'] = _object
57 def ShowFile(self, _object, _attributes={}, **_arguments): argument
70 _arguments['----'] = _object
85 def cancel_progress(self, _object=None, _attributes={}, **_arguments): argument
95 _arguments['----'] = _object
106 def find_URL(self, _object, _attributes={}, **_arguments): argument
116 _arguments['----'] = _object
127 def get_window_info(self, _object=None, _attributes={}, **_arguments): argument
137 _arguments['----'] = _object
[all …]
DMozilla_suite.py79 def Go(self, _object, _attributes={}, **_arguments): argument
89 _arguments['----'] = _object
101 def Handle_command(self, _object, _attributes={}, **_arguments): argument
110 _arguments['----'] = _object
140 def Open_Component(self, _object, _attributes={}, **_arguments): argument
149 _arguments['----'] = _object
179 def Open_bookmark(self, _object=None, _attributes={}, **_arguments): argument
188 _arguments['----'] = _object
204 def Read_help_file(self, _object, _attributes={}, **_arguments): argument
215 _arguments['----'] = _object
DStandard_Suite.py16 def close(self, _object, _attributes={}, **_arguments): argument
25 _arguments['----'] = _object
36 def data_size(self, _object, _attributes={}, **_arguments): argument
46 _arguments['----'] = _object
57 def get(self, _object, _attributes={}, **_arguments): argument
67 _arguments['----'] = _object
82 def set(self, _object, _attributes={}, **_arguments): argument
92 _arguments['----'] = _object
DRequired_suite.py16 def open(self, _object, _attributes={}, **_arguments): argument
25 _arguments['----'] = _object
36 def print_(self, _object, _attributes={}, **_arguments): argument
45 _arguments['----'] = _object
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
DStandard_Suite.py16 def close(self, _object, _attributes={}, **_arguments): argument
25 _arguments['----'] = _object
40 def count(self, _object, _attributes={}, **_arguments): argument
51 _arguments['----'] = _object
66 def data_size(self, _object, _attributes={}, **_arguments): argument
77 _arguments['----'] = _object
88 def delete(self, _object, _attributes={}, **_arguments): argument
98 _arguments['----'] = _object
115 def duplicate(self, _object, _attributes={}, **_arguments): argument
128 _arguments['----'] = _object
[all …]
DFinder_items.py15 def add_to_favorites(self, _object, _attributes={}, **_arguments): argument
24 _arguments['----'] = _object
39 def clean_up(self, _object, _attributes={}, **_arguments): argument
49 _arguments['----'] = _object
60 def eject(self, _object=None, _attributes={}, **_arguments): argument
69 _arguments['----'] = _object
80 def empty(self, _object=None, _attributes={}, **_arguments): argument
89 _arguments['----'] = _object
100 def erase(self, _object, _attributes={}, **_arguments): argument
109 _arguments['----'] = _object
[all …]
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
DSpecial_Events.py22 def mount(self, _object, _attributes={}, **_arguments): argument
36 _arguments['----'] = _object
56 def execute_DiskScript(self, _object, _attributes={}, **_arguments): argument
67 _arguments['----'] = _object
80 def unmount(self, _object, _attributes={}, **_arguments): argument
89 _arguments['----'] = _object
108 def create(self, _object, _attributes={}, **_arguments): argument
123 _arguments['----'] = _object
139 def verify_checksum(self, _object, _attributes={}, **_arguments): argument
149 _arguments['----'] = _object
[all …]
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
DStandard_Suite.py20 def class_info(self, _object=None, _attributes={}, **_arguments): argument
31 _arguments['----'] = _object
47 def close(self, _object, _attributes={}, **_arguments): argument
58 _arguments['----'] = _object
74 def count(self, _object, _attributes={}, **_arguments): argument
85 _arguments['----'] = _object
100 def data_size(self, _object, _attributes={}, **_arguments): argument
111 _arguments['----'] = _object
122 def delete(self, _object, _attributes={}, **_arguments): argument
131 _arguments['----'] = _object
[all …]
DAppleScript_Suite.py15 def _26_(self, _object, _attributes={}, **_arguments): argument
25 _arguments['----'] = _object
36 def _2a_(self, _object, _attributes={}, **_arguments): argument
46 _arguments['----'] = _object
57 def _2b_(self, _object, _attributes={}, **_arguments): argument
67 _arguments['----'] = _object
78 def _2d_(self, _object, _attributes={}, **_arguments): argument
88 _arguments['----'] = _object
99 def _3c_(self, _object, _attributes={}, **_arguments): argument
109 _arguments['----'] = _object
[all …]
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
DStandard_Suite.py20 def close(self, _object, _attributes={}, **_arguments): argument
31 _arguments['----'] = _object
47 def count(self, _object, _attributes={}, **_arguments): argument
58 _arguments['----'] = _object
69 def delete(self, _object, _attributes={}, **_arguments): argument
78 _arguments['----'] = _object
94 def duplicate(self, _object, _attributes={}, **_arguments): argument
105 _arguments['----'] = _object
116 def exists(self, _object, _attributes={}, **_arguments): argument
126 _arguments['----'] = _object
[all …]
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
DStandard_Suite.py20 def close(self, _object, _attributes={}, **_arguments): argument
31 _arguments['----'] = _object
47 def count(self, _object, _attributes={}, **_arguments): argument
58 _arguments['----'] = _object
69 def delete(self, _object, _attributes={}, **_arguments): argument
78 _arguments['----'] = _object
94 def duplicate(self, _object, _attributes={}, **_arguments): argument
105 _arguments['----'] = _object
116 def exists(self, _object, _attributes={}, **_arguments): argument
126 _arguments['----'] = _object
[all …]
DFolder_Actions_Suite.py19 def attach_action_to(self, _object, _attributes={}, **_arguments): argument
30 _arguments['----'] = _object
41 def attached_scripts(self, _object, _attributes={}, **_arguments): argument
51 _arguments['----'] = _object
68 def do_folder_action(self, _object, _attributes={}, **_arguments): argument
81 _arguments['----'] = _object
98 def edit_action_of(self, _object, _attributes={}, **_arguments): argument
110 _arguments['----'] = _object
126 def remove_action_from(self, _object, _attributes={}, **_arguments): argument
138 _arguments['----'] = _object
DPower_Suite.py15 def restart(self, _object, _attributes={}, **_arguments): argument
24 _arguments['----'] = _object
35 def shut_down(self, _object, _attributes={}, **_arguments): argument
44 _arguments['----'] = _object
55 def sleep(self, _object, _attributes={}, **_arguments): argument
64 _arguments['----'] = _object
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Explorer/
DWeb_Browser_Suite.py15 def Activate(self, _object=None, _attributes={}, **_arguments): argument
25 _arguments['----'] = _object
83 def GetWindowInfo(self, _object, _attributes={}, **_arguments): argument
93 _arguments['----'] = _object
132 def OpenURL(self, _object, _attributes={}, **_arguments): argument
146 _arguments['----'] = _object
161 def ParseAnchor(self, _object, _attributes={}, **_arguments): argument
172 _arguments['----'] = _object
189 def ShowFile(self, _object, _attributes={}, **_arguments): argument
201 _arguments['----'] = _object
DMicrosoft_Internet_Explorer.py15 def GetSource(self, _object=None, _attributes={}, **_arguments): argument
25 _arguments['----'] = _object
36 def PrintBrowserWindow(self, _object=None, _attributes={}, **_arguments): argument
45 _arguments['----'] = _object
60 def do_script(self, _object, _attributes={}, **_arguments): argument
71 _arguments['----'] = _object
DRequired_Suite.py16 def open(self, _object, _attributes={}, **_arguments): argument
25 _arguments['----'] = _object
36 def print_(self, _object, _attributes={}, **_arguments): argument
45 _arguments['----'] = _object
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/
DMetrowerks_Shell_Suite.py19 def Add_Files(self, _object, _attributes={}, **_arguments): argument
30 _arguments['----'] = _object
45 def Check_Syntax(self, _object, _attributes={}, **_arguments): argument
56 _arguments['----'] = _object
90 def Close_Window(self, _object, _attributes={}, **_arguments): argument
100 _arguments['----'] = _object
116 def Compile(self, _object, _attributes={}, **_arguments): argument
127 _arguments['----'] = _object
142 def Create_Project(self, _object, _attributes={}, **_arguments): argument
152 _arguments['----'] = _object
[all …]
DStandard_Suite.py21 def close(self, _object, _attributes={}, **_arguments): argument
32 _arguments['----'] = _object
48 def count(self, _object, _attributes={}, **_arguments): argument
59 _arguments['----'] = _object
74 def get(self, _object, _attributes={}, **_arguments): argument
85 _arguments['----'] = _object
129 def select(self, _object=None, _attributes={}, **_arguments): argument
138 _arguments['----'] = _object
153 def set(self, _object, _attributes={}, **_arguments): argument
163 _arguments['----'] = _object
DCodeWarrior_suite.py22 def add(self, _object, _attributes={}, **_arguments): argument
35 _arguments['----'] = _object
65 def check(self, _object=None, _attributes={}, **_arguments): argument
74 _arguments['----'] = _object
85 def compile_file(self, _object=None, _attributes={}, **_arguments): argument
94 _arguments['----'] = _object
105 def disassemble_file(self, _object=None, _attributes={}, **_arguments): argument
114 _arguments['----'] = _object
168 def remove_target_files(self, _object, _attributes={}, **_arguments): argument
177 _arguments['----'] = _object
[all …]
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/_builtinSuites/
Dbuiltin_Suite.py12 def open(self, _object, _attributes={}, **_arguments): argument
21 _arguments['----'] = _object
70 def _print(self, _object, _attributes={}, **_arguments): argument
79 _arguments['----'] = _object
/external/python/cpython2/Lib/plat-mac/
Daetools.py239 def _get(self, _object, asfile=None, _attributes={}): argument
248 _arguments = {'----':_object}
269 def _set(self, _object, _attributes={}, **_arguments): argument
279 _arguments['----'] = _object
307 def open(self, _object, _attributes={}, **_arguments): argument
316 _arguments['----'] = _object

123