HomeSort by relevance Sort by last modified time
    Searched full:seekable (Results 126 - 150 of 199) sorted by null

1 2 3 4 56 7 8

  /system/core/sdcard/
fuse.h 144 * FOPEN_NONSEEKABLE: the file is not seekable
  /external/chromium/third_party/libjingle/source/talk/base/
stream.cc 268 return false; // Not seekable
279 return false; // Not seekable
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
main.cpp 403 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16_t *stype)
418 return obj->pluginTest->NPP_NewStream(type, stream, seekable, stype);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardTransportControlView.java 146 boolean seekAble = updateOnce();
147 if (seekAble) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryio.py 327 self.assertEqual(memio.seekable(), True)
333 self.assertRaises(ValueError, memio.seekable)
test_io.py 85 def seekable(self): member in class:MockRawIOWithoutRead
222 def seekable(self): member in class:MockNonBlockWriterIO
349 self.assertEqual(f.seekable(), True)
354 self.assertEqual(f.seekable(), True)
361 self.assertEqual(f.seekable(), True)
366 self.assertEqual(f.seekable(), True)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryio.py 327 self.assertEqual(memio.seekable(), True)
333 self.assertRaises(ValueError, memio.seekable)
test_io.py 85 def seekable(self): member in class:MockRawIOWithoutRead
222 def seekable(self): member in class:MockNonBlockWriterIO
349 self.assertEqual(f.seekable(), True)
354 self.assertEqual(f.seekable(), True)
361 self.assertEqual(f.seekable(), True)
366 self.assertEqual(f.seekable(), True)
    [all...]
  /external/chromium_org/content/child/npapi/
plugin_instance.h 149 // seekable.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.h 133 PassRefPtr<TimeRanges> seekable() const;
HTMLMediaElement.cpp 3172 PassRefPtr<TimeRanges> HTMLMediaElement::seekable() const function in class:WebCore::HTMLMediaElement
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npupp.h 110 typedef NPError (* NP_LOADDS NPP_NewStreamUPP)(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 57 // Win32 lseek is broken: If invoked on a non-seekable file descriptor, its
  /external/flac/include/FLAC/
stream_encoder.h     [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 56 // Win32 lseek is broken: If invoked on a non-seekable file descriptor, its
  /frameworks/base/core/java/android/app/backup/
IBackupManager.aidl 144 * The fd may be a socket or other non-seekable destination. If no package names
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 43 * Whether this is user seekable.
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio.in.h 396 output and seekable input streams are supported.
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 40 * Whether this is user seekable.
  /external/chromium_org/third_party/libjingle/source/talk/base/
stream.cc 256 return false; // Not seekable
267 return false; // Not seekable
    [all...]
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 500 // return 0 so that the seekable range is empty.
504 // TODO(hclam): If this stream is not seekable this should return 0.
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 584 * Load a surface from a seekable SDL data source (memory or file.)
595 * Save a surface to a seekable SDL data source (memory or file.)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 271 elif self.seekable:
279 self.seekable = 0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 271 elif self.seekable:
279 self.seekable = 0
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 584 * Load a surface from a seekable SDL data source (memory or file.)
595 * Save a surface to a seekable SDL data source (memory or file.)
    [all...]

Completed in 833 milliseconds

1 2 3 4 56 7 8