HomeSort by relevance Sort by last modified time
    Searched full:tell (Results 301 - 325 of 4534) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py 91 def tell(self): member in class:MockRawIOWithoutRead
152 def tell(self): member in class:MisbehavedRawIO
266 self.assertEqual(f.tell(), 5)
272 self.assertEqual(f.tell(), 6)
274 self.assertEqual(f.tell(), 5)
279 self.assertEqual(f.tell(), 13)
282 self.assertEqual(f.tell(), 13)
304 self.assertEqual(f.tell(), 10)
319 self.assertEqual(f.tell(), self.LARGE)
321 self.assertEqual(f.tell(), self.LARGE + 3
    [all...]
  /prebuilts/python/darwin-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/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...]
  /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
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 85 * @return {Boolean} false to tell the browser not to submit the form.
162 * @return {Boolean} false to tell the browser not to submit the form.
187 // send the request and tell the user.
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
nm-pdb.c 50 // tell whether it has an old-style (circa VC7.1) IMAGEHLP_MODULE64
165 #ifdef VC8_OR_ABOVE /* TODO(csilvers): figure out how to tell */
176 #ifdef VC8_OR_ABOVE /* TODO(csilvers): figure out how to tell */
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
nm-pdb.c 50 // tell whether it has an old-style (circa VC7.1) IMAGEHLP_MODULE64
165 #ifdef VC8_OR_ABOVE /* TODO(csilvers): figure out how to tell */
176 #ifdef VC8_OR_ABOVE /* TODO(csilvers): figure out how to tell */
  /external/chromium_org/v8/test/cctest/
test-condition-variable.cc 103 // Tell the nth thread to quit.
192 // Tell all threads to quit.
198 // Tell the nth thread to quit.
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 581 uint64_t OldPos = OS.tell();
583 unsigned SizeSoFar = OS.tell() - OldPos;
637 StartOffset = Out.tell();
639 StringMapIndexes.push_back(Out.tell() - StartOffset);
644 if (Out.tell() % 2)
646 int Pos = Out.tell();
683 StartOffset = Out.tell();
702 MemberOffsetRefs.push_back(std::make_pair(Out.tell(), MemberNum));
723 if (Out.tell() % 2)
726 unsigned Pos = Out.tell();
    [all...]
  /external/qemu/android/
framebuffer.h 150 /* the Producer::Detach method is used to tell the producer that the
163 /* tell a client that a rectangle region has been updated in the framebuffer
169 /* rotate the framebuffer (may swap width/height), and tell all clients.
  /external/valgrind/main/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(). */
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 114 * Tell the window manager about the content and visible insets of the
161 * Tell the OS that we've just dragged into a View that is willing to accept the drop
166 * Tell the OS that we've just dragged *off* of a View that was willing to accept the drop
  /bionic/libc/arch-arm/include/machine/
endian.h 74 /* Tell sys/endian.h we have MD variants of the swap macros. */
  /bionic/libc/arch-mips/include/machine/
endian.h 55 /* Tell sys/endian.h we have MD variants of the swap macros. */
  /bionic/libc/bionic/
crtbrand.c 40 * Unfortunately, there is no clean way to tell gcc to use another section type,
  /cts/tests/tests/permission/src/android/permission/cts/
CameraPermissionTest.java 61 // Sure, NOW they tell us (NOTE: this could be a side effect
  /dalvik/vm/jdwp/
JdwpMain.cpp 206 * Tell the JDWP thread to shut down. Frees "state".
328 /* handshake worked, tell the interpreter that we're active */
355 /* tell the interpreter that the debugger is no longer around */
395 * There's no JDWP event we can post to tell the debugger, "we've stopped,
  /dalvik/vm/mterp/
Mterp.cpp 51 * none of the handlers overflows the 64-byte limit. This won't tell
  /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. */

Completed in 814 milliseconds

<<11121314151617181920>>