OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_thing
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/devil/devil/utils/
parallelizer_test.py
24
self.
_thing
= thing
37
self.
_thing
= new_thing
40
return self.
_thing
43
raise self.
_thing
46
if isinstance(self.
_thing
, Exception):
47
raise self.
_thing
50
return self.
_thing
58
return self.
_thing
[index]
67
self.
_thing
= thing
70
return str(self.
_thing
)
[
all
...]
/external/libmojo/third_party/catapult/devil/devil/utils/
parallelizer_test.py
24
self.
_thing
= thing
37
self.
_thing
= new_thing
40
return self.
_thing
43
raise self.
_thing
46
if isinstance(self.
_thing
, Exception):
47
raise self.
_thing
50
return self.
_thing
58
return self.
_thing
[index]
67
self.
_thing
= thing
70
return str(self.
_thing
)
[
all
...]
/external/autotest/client/common_lib/
error.py
506
for _name,
_thing
in locals().items():
508
if issubclass(
_thing
, Exception):
511
pass #
_thing
not a class
Completed in 208 milliseconds