HomeSort by relevance Sort by last modified time
    Searched full:tell (Results 251 - 275 of 3390) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sunau.py 63 tell() -- return the current position
65 The position returned by tell() and the position given to setpos()
74 The open file pointer must have methods write(), tell(), seek(), and
86 tell() -- return current position in output file
269 def tell(self): member in class:Au_read
380 def tell(self): member in class:Au_write
mailbox.py 652 cur_len = self._file.tell()
666 new_start = new_file.tell()
669 stop - self._file.tell()))
673 new_toc[key] = (new_start, new_file.tell())
675 self._file_length = new_file.tell()
734 before = self._file.tell()
749 self._file_length = self._file.tell() # Record current length of mailbox
764 string = self._file.read(stop - self._file.tell())
775 string = self._file.read(stop - self._file.tell())
784 return _PartialFile(self._file, self._file.tell(), stop
1894 def tell(self): member in class:_ProxyFile
1931 def tell(self): member in class:_PartialFile
    [all...]
aifc.py 81 tell() -- return the current position
83 The position returned by tell(), the position given to setpos() and
92 The open file pointer must have methods write(), tell(), seek(), and
109 tell() -- return current position in output file (useful
278 # available through the tell() method, set through the
365 def tell(self): member in class:Aifc_read
538 # _file -- the open file with methods write(), close(), tell(), seek()
716 def tell(self): member in class:Aifc_write
856 self._form_length_pos = self._file.tell()
868 self._nframes_pos = self._file.tell()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 652 cur_len = self._file.tell()
666 new_start = new_file.tell()
669 stop - self._file.tell()))
673 new_toc[key] = (new_start, new_file.tell())
675 self._file_length = new_file.tell()
734 before = self._file.tell()
749 self._file_length = self._file.tell() # Record current length of mailbox
764 string = self._file.read(stop - self._file.tell())
775 string = self._file.read(stop - self._file.tell())
784 return _PartialFile(self._file, self._file.tell(), stop
1894 def tell(self): member in class:_ProxyFile
1931 def tell(self): member in class:_PartialFile
    [all...]
aifc.py 81 tell() -- return the current position
83 The position returned by tell(), the position given to setpos() and
92 The open file pointer must have methods write(), tell(), seek(), and
109 tell() -- return current position in output file (useful
278 # available through the tell() method, set through the
365 def tell(self): member in class:Aifc_read
538 # _file -- the open file with methods write(), close(), tell(), seek()
716 def tell(self): member in class:Aifc_write
856 self._form_length_pos = self._file.tell()
868 self._nframes_pos = self._file.tell()
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
WindowSurface.java 23 // Tell the activity's window that we want to do our own drawing
67 // Tell the drawing thread that a surface is available.
83 // We need to tell the drawing thread to stop, and block until
GLES20Activity.java 36 // Tell the surface view we want to create an OpenGL ES 2.0-compatible
  /external/valgrind/drd/
drd_clientreq.h 57 /* Tell drd the pthread_t of the running thread. */
66 /* Tell DRD that the calling thread is about to enter pthread_create(). */
69 /* Tell DRD that the calling thread has left pthread_create(). */
  /art/runtime/
thread_linux.cc 69 // Tell the kernel to stop using it.
  /bionic/libc/bionic/
dlmalloc.c 46 // TODO: improve the debuggerd protocol so we can tell it to dump an address when we abort.
  /cts/tests/tests/permission/src/android/permission/cts/
CameraPermissionTest.java 61 // Sure, NOW they tell us (NOTE: this could be a side effect
  /development/ndk/platforms/android-21/arch-arm/include/machine/
endian.h 74 /* Tell sys/endian.h we have MD variants of the swap macros. */
  /development/ndk/platforms/android-21/arch-mips/include/machine/
endian.h 55 /* Tell sys/endian.h we have MD variants of the swap macros. */
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
endian.h 55 /* Tell sys/endian.h we have MD variants of the swap macros. */
  /development/ndk/platforms/android-3/arch-arm/include/machine/
endian.h 74 /* Tell sys/endian.h we have MD variants of the swap macros. */
  /development/ndk/platforms/android-9/arch-mips/include/machine/
endian.h 55 /* Tell sys/endian.h we have MD variants of the swap macros. */
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Audio.java 60 // Tell the user to provide an audio file URL.
  /development/samples/Support4Demos/src/com/example/android/supportv4/content/
SimpleWakefulController.java 66 // Tell the user about what we did.
  /development/samples/training/ContactsList/res/values/
strings.xml 39 number, etc. When a match occurs that is not the name, there is currently no way to tell
  /docs/source.android.com/src/devices/audio/
loopback.jd 49 The resistor loads tell the microphone polarity switch that
  /external/antlr/antlr-3.4/gunit/
pom.xml 26 Tell Maven which other artifacts we need in order to
  /external/antlr/antlr-3.4/runtime/C/doxygen/
generate.dox 49 /// However in this case a much better solution is probably to utilize the -depend option of the Antlr tool, which should tell your
  /external/antlr/antlr-3.4/tool/
pom.xml 70 Tell Maven which other artifacts we need in order to
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
VarNameCollector.java 55 * Tell if the given qualified name occurs in
XMLNSDecl.java 78 * Tell if this declaration should be excluded from the

Completed in 481 milliseconds

<<11121314151617181920>>