Searched defs:for (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/python/
H A Dfile.py11 # for the specific language governing rights and limitations under the
38 """Implementation of Python file objects for Mozilla/xpcom.
58 sense for HTTP type URLs, it potentially does for file:// etc type ones.
66 import threading # for locks. namespace
85 # Use the IO Service to create the interface, then QI for a FileURL
93 # A base class for file objects.
110 assert self.inputStream is not None, "Not setup for read!"
118 # Not part of the xpcom interface, but handy for direct Python users.
119 # Not 100% faithful, but near enough for no
[all...]
/vbox/src/VBox/Main/glue/
H A Dvboxapi.py41 """The new-style print function for Python 2.4 and 2.5."""
73 for arg in args:
87 for i, arg in enumerate(args):
149 """ Discards all previously collected values for the specified
156 """ Resumes metric collection for the specified metrics.
161 """ Suspends metric collection for the specified metrics.
174 'values_as_string': pre-processed values ready for 'print' statement
177 # parameters (see #3953) for MSCOM.
185 for i in xrange(0, len(names_out)):
196 'values': [int(values[j]) for
1158 if self.oXcptClass is None: # @todo find the exception class for web services! class in function:VirtualBoxManager.xcptIsOurXcptKind
[all...]

Completed in 295 milliseconds