OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lock_held_at_start
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imp.py
18
lock_held_at_start
= imp.lock_held()
19
self.verify_lock_state(
lock_held_at_start
)
29
self.verify_lock_state(
lock_held_at_start
)
31
if not
lock_held_at_start
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imp.py
18
lock_held_at_start
= imp.lock_held()
19
self.verify_lock_state(
lock_held_at_start
)
29
self.verify_lock_state(
lock_held_at_start
)
31
if not
lock_held_at_start
:
Completed in 30 milliseconds