HomeSort by relevance Sort by last modified time
    Searched full:use_short (Results 1 - 5 of 5) sorted by null

  /external/vboot_reference/firmware/lib/
vboot_audio.c 62 static void VbGetDevMusicNotes(VbAudioContext *audio, int use_short)
72 VBDEBUG(("VbGetDevMusicNotes: use_short is %d, hdr is %p, "
73 "maxsize is %d\n", use_short, hdr, maxsize));
75 if (use_short) {
213 int use_short = 0; local
244 use_short = 1;
247 VbGetDevMusicNotes(audio, use_short);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_winreg.py 247 use_short = True
250 s = 'x' if use_short else long_string
251 use_short = not use_short
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_winreg.py 247 use_short = True
250 s = 'x' if use_short else long_string
251 use_short = not use_short
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winreg.py 247 use_short = True
250 s = 'x' if use_short else long_string
251 use_short = not use_short
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winreg.py 247 use_short = True
250 s = 'x' if use_short else long_string
251 use_short = not use_short

Completed in 340 milliseconds