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

<<11121314151617181920>>

  /external/chromium_org/net/base/
nss_memio.h 28 4) call memio_SetPeerName to tell NSS about the other end of the connection
71 /* Tell memio how many bytes were read from the network.
89 /* Tell memio how many bytes were sent to the network.
  /external/chromium_org/third_party/libjingle/source/talk/base/
macwindowpicker.cc 138 ss << "tell application \"System Events\"\n"
142 << "tell proc to perform action \"AXRaise\" of window \""
146 << "end tell";
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_PixelFormat.3 90 Pixel formats above 8-bit are an entirely different experience\&. They are considered to be "TrueColor" formats and the color information is stored in the pixels themselves, not in a palette\&. The mask, shift and loss fields tell us how the color information is encoded\&. The mask fields allow us to isolate each color component, the shift fields tell us the number of bits to the right of each component in the pixel value and the loss fields tell us the number of bits lost from each component when packing 8-bit color component in a pixel\&.
  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 132 * callbacks on the service, and tell the client when this is done.
145 * callbacks on the service, and tell the client when this is done.
157 * callbacks on the service, and tell the client when this is done.
  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ImfBaseTestCase.java 83 // Tell the keyboard to go away.
109 // Tell the keyboard to go away.
129 // Tell the keyboard to go away.
  /packages/apps/Nfc/nci/jni/
NativeSecureElement.cpp 67 //tell the controller to power up to get ready for sec elem operations
91 //tell the controller to power down
127 //if nothing is active after this, then tell the controller to power down
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
chunk.py 41 read, close, seek, tell, isatty.
72 self.offset = self.file.tell()
115 def tell(self): member in class:Chunk
wave.py 30 tell() -- return the current position
32 The position returned by tell() and the position given to setpos()
41 The open file pointer must have methods write(), tell(), seek(), and
54 tell() -- return current position in output file
114 available through the tell() method, set through the
187 def tell(self): member in class:Wave_read
245 # "tell" data chunk how much was read
279 _file -- the open file with methods write(), close(), tell(), seek()
413 def tell(self): member in class:Wave_write
468 self._form_length_pos = self._file.tell()
    [all...]
_pyio.py 313 def tell(self): member in class:IOBase
320 Size defaults to the current IO position as reported by tell(). Return
365 If False, seek(), tell() and truncate() will raise IOError.
699 def tell(self): member in class:_BufferedIOMixin
700 pos = self.raw.tell()
702 raise IOError("tell() returned an invalid position")
712 pos = self.tell()
867 def tell(self): member in class:BytesIO
869 raise ValueError("tell on closed file")
1041 def tell(self): member in class:BufferedReader
1140 def tell(self): member in class:BufferedWriter
1257 def tell(self): member in class:BufferedRandom
1701 def tell(self): member in class:TextIOWrapper
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macostools.py 29 # Not guaranteed to be correct or stay correct (Apple doesn't tell you
76 """Tell the finder a file has changed. No-op on MacOSX."""
82 """Tell the finder a file has changed"""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aifc.py 45 self.assertEqual(f.tell(), 0)
48 pos0 = f.tell()
51 pos2 = f.tell()
test_mmap.py 74 self.assertEqual(m.tell(), 0)
76 self.assertEqual(m.tell(), 42)
78 self.assertEqual(m.tell(), len(m))
107 self.assertEqual(f.tell(), 512)
526 self.assertEqual(f.tell(), halfsize + 512)
567 self.assertEqual(m.tell(), i)
569 self.assertEqual(m.tell(), i+1)
575 self.assertEqual(m.tell(), i)
577 self.assertEqual(m.tell(), i+1)
582 self.assertEqual(m.tell(), 6
    [all...]
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/linux-x86/2.7.5/lib/python2.7/
chunk.py 41 read, close, seek, tell, isatty.
72 self.offset = self.file.tell()
115 def tell(self): member in class:Chunk
wave.py 30 tell() -- return the current position
32 The position returned by tell() and the position given to setpos()
41 The open file pointer must have methods write(), tell(), seek(), and
54 tell() -- return current position in output file
114 available through the tell() method, set through the
187 def tell(self): member in class:Wave_read
245 # "tell" data chunk how much was read
279 _file -- the open file with methods write(), close(), tell(), seek()
413 def tell(self): member in class:Wave_write
468 self._form_length_pos = self._file.tell()
    [all...]
_pyio.py 313 def tell(self): member in class:IOBase
320 Size defaults to the current IO position as reported by tell(). Return
365 If False, seek(), tell() and truncate() will raise IOError.
699 def tell(self): member in class:_BufferedIOMixin
700 pos = self.raw.tell()
702 raise IOError("tell() returned an invalid position")
712 pos = self.tell()
867 def tell(self): member in class:BytesIO
869 raise ValueError("tell on closed file")
1041 def tell(self): member in class:BufferedReader
1140 def tell(self): member in class:BufferedWriter
1257 def tell(self): member in class:BufferedRandom
1701 def tell(self): member in class:TextIOWrapper
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aifc.py 45 self.assertEqual(f.tell(), 0)
48 pos0 = f.tell()
51 pos2 = f.tell()
test_mmap.py 74 self.assertEqual(m.tell(), 0)
76 self.assertEqual(m.tell(), 42)
78 self.assertEqual(m.tell(), len(m))
107 self.assertEqual(f.tell(), 512)
526 self.assertEqual(f.tell(), halfsize + 512)
567 self.assertEqual(m.tell(), i)
569 self.assertEqual(m.tell(), i+1)
575 self.assertEqual(m.tell(), i)
577 self.assertEqual(m.tell(), i+1)
582 self.assertEqual(m.tell(), 6
    [all...]
  /external/chromium/base/
message_pump_libevent.cc 177 // Tell libevent which message pump this socket will belong to when we add it.
204 // Tell libevent to break out of inner loop.
268 // Tell both libevent and Run that they should break out of their loops.
274 // Tell libevent (in a threadsafe way) that it should break out of its loop.
351 // Tell libevent to break out of inner loop.
  /external/chromium_org/android_webview/common/
print_messages.h 414 // Tell the browser printing failed.
418 // Tell the browser print preview failed.
422 // Tell the browser print preview was cancelled.
426 // Tell the browser print preview found the selected printer has invalid
436 // Tell the browser to show the print preview, when the document is sufficiently
  /external/chromium_org/base/message_loop/
message_pump_libevent.cc 185 // Tell libevent which message pump this socket will belong to when we add it.
212 // Tell libevent to break out of inner loop.
284 // Tell both libevent and Run that they should break out of their loops.
290 // Tell libevent (in a threadsafe way) that it should break out of its loop.
371 // Tell libevent to break out of inner loop.
  /external/chromium_org/chrome/common/
print_messages.h 411 // Tell the browser printing failed.
415 // Tell the browser print preview failed.
419 // Tell the browser print preview was cancelled.
423 // Tell the browser print preview found the selected printer has invalid
433 // Tell the browser to show the print preview, when the document is sufficiently
  /external/chromium_org/content/browser/
startup_task_runner_unittest.cc 134 // Nothing should run until we tell them to.
172 // Nothing should run until we tell them to.
207 // Nothing should run until we tell them to.
248 // Nothing should run until we tell them to.
295 // Nothing should run until we tell them to.
  /external/tcpdump/
print-arp.c 213 ND_PRINT((ndo, " tell %s", ipaddr_string(ATMSPA(ap))));
227 ND_PRINT((ndo, " tell "));
292 ND_PRINT((ndo, " tell %s", ipaddr_string(SPA(ap))));
301 ND_PRINT((ndo, "rarp who-is %s tell %s",
313 ND_PRINT((ndo, "invarp who-is %s tell %s",
  /external/llvm/lib/MC/
MachObjectWriter.cpp 136 uint64_t Start = OS.tell();
151 assert(OS.tell() - Start ==
166 uint64_t Start = OS.tell();
194 assert(OS.tell() - Start == SegmentLoadCommandSize);
214 uint64_t Start = OS.tell();
243 assert(OS.tell() - Start == (is64Bit() ? macho::Section64Size :
253 uint64_t Start = OS.tell();
263 assert(OS.tell() - Start == macho::SymtabLoadCommandSize);
276 uint64_t Start = OS.tell();
300 assert(OS.tell() - Start == macho::DysymtabLoadCommandSize)
    [all...]

Completed in 784 milliseconds

<<11121314151617181920>>