HomeSort by relevance Sort by last modified time
    Searched defs:eof_callback (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/extractors/flac/
FLACExtractor.cpp 188 static FLAC__bool eof_callback(
240 FLAC__bool FLACParser::eof_callback( function in class:android::FLACParser
544 length_callback, eof_callback, write_callback,
  /external/python/cpython2/Lib/idlelib/
PyShell.py 1123 def eof_callback(self, event): member in class:PyShell
    [all...]
  /external/python/cpython3/Lib/idlelib/
pyshell.py 875 text.bind("<<end-of-file>>", self.eof_callback)
1101 def eof_callback(self, event): member in class:PyShell
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyShell.py 879 text.bind("<<end-of-file>>", self.eof_callback)
1100 def eof_callback(self, event): member in class:PyShell
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PyShell.py 879 text.bind("<<end-of-file>>", self.eof_callback)
1100 def eof_callback(self, event): member in class:PyShell
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 879 text.bind("<<end-of-file>>", self.eof_callback)
1100 def eof_callback(self, event): member in class:PyShell
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 879 text.bind("<<end-of-file>>", self.eof_callback)
1100 def eof_callback(self, event): member in class:PyShell
    [all...]
  /external/flac/libFLAC/
stream_decoder.c 127 FLAC__StreamDecoderEofCallback eof_callback; member in struct:FLAC__StreamDecoderPrivate
342 FLAC__StreamDecoderEofCallback eof_callback,
362 (seek_callback && (0 == tell_callback || 0 == length_callback || 0 == eof_callback))
426 decoder->private_->eof_callback = eof_callback;
454 FLAC__StreamDecoderEofCallback eof_callback,
467 eof_callback,
482 FLAC__StreamDecoderEofCallback eof_callback,
495 eof_callback,
    [all...]

Completed in 149 milliseconds