OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_sound
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winsound.py
14
def
has_sound
(sound):
function
106
@unittest.skipUnless(
has_sound
("SystemAsterisk"), "No default SystemAsterisk")
117
@unittest.skipUnless(
has_sound
("SystemExclamation"), "No default SystemExclamation")
128
@unittest.skipUnless(
has_sound
("SystemExit"), "No default SystemExit")
139
@unittest.skipUnless(
has_sound
("SystemHand"), "No default SystemHand")
150
@unittest.skipUnless(
has_sound
("SystemQuestion"), "No default SystemQuestion")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winsound.py
14
def
has_sound
(sound):
function
106
@unittest.skipUnless(
has_sound
("SystemAsterisk"), "No default SystemAsterisk")
117
@unittest.skipUnless(
has_sound
("SystemExclamation"), "No default SystemExclamation")
128
@unittest.skipUnless(
has_sound
("SystemExit"), "No default SystemExit")
139
@unittest.skipUnless(
has_sound
("SystemHand"), "No default SystemHand")
150
@unittest.skipUnless(
has_sound
("SystemQuestion"), "No default SystemQuestion")
Completed in 103 milliseconds