HomeSort by relevance Sort by last modified time
    Searched refs:__have_soundcard_cache (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winsound.py 233 __have_soundcard_cache = None variable
236 global __have_soundcard_cache
237 if __have_soundcard_cache is None:
248 __have_soundcard_cache = not p.wait()
249 return __have_soundcard_cache
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winsound.py 233 __have_soundcard_cache = None variable
236 global __have_soundcard_cache
237 if __have_soundcard_cache is None:
248 __have_soundcard_cache = not p.wait()
249 return __have_soundcard_cache

Completed in 270 milliseconds