Home
last modified time | relevance | path

Searched refs:use_short (Results 1 – 2 of 2) sorted by relevance

/external/vboot_reference/firmware/lib/
Dvboot_audio.c62 static void VbGetDevMusicNotes(VbAudioContext *audio, int use_short) in VbGetDevMusicNotes() argument
73 "maxsize is %d\n", use_short, hdr, maxsize)); in VbGetDevMusicNotes()
75 if (use_short) { in VbGetDevMusicNotes()
213 int use_short = 0; in VbAudioOpen() local
244 use_short = 1; in VbAudioOpen()
247 VbGetDevMusicNotes(audio, use_short); in VbAudioOpen()
/external/python/cpython2/Lib/test/
Dtest_winreg.py247 use_short = True
250 s = 'x' if use_short else long_string
251 use_short = not use_short