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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/base/platform/
condition-variable-unittest.cc 85 // Tell the nth thread to quit.
181 // Tell all threads to quit.
187 // Tell the nth thread to quit.
  /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.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RadioCapability.java 73 * Tell modem the action transaction of set radio capability is
79 * tell modem the action transaction of set radio capability is fail
124 * @param status tell modem the action transaction of
  /ndk/sources/cxx-stl/gabi++/tests/
malloc_lockup.cpp 40 // - Tell all the threads to stop, wait for them to complete.
81 // Increment global thread counter and tell the main thread about this.
128 // Wait until they all ran, then tell them to exit.
  /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...]
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
  /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...]
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...]
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.h 154 * If you want to tell the compiler to generate code that targets one of
160 * These are equivalent and tell GCC to use VFPv2 instructions for
168 * Tell GCC to use VFPv3 instructions (using only 16 FPU registers).
175 * Tell GCC to use VFPv3 instructions with 32 FPU registers.
179 * Tell GCC to use VFPv3 instructions with 32 FPU registers, and
  /external/tcpdump/
print-arp.c 254 ND_PRINT((ndo, "tell %s", ipaddr_string(ATMSPA(ap))));
267 ND_PRINT((ndo, " tell "));
366 ND_PRINT((ndo, " tell %s", ipaddr_string(SPA(ap))));
376 ND_PRINT((ndo, "who-is %s tell %s",
388 ND_PRINT((ndo, "who-is %s tell %s",
  /ndk/sources/android/cpufeatures/
cpu-features.h 151 * If you want to tell the compiler to generate code that targets one of
157 * These are equivalent and tell GCC to use VFPv2 instructions for
165 * Tell GCC to use VFPv3 instructions (using only 16 FPU registers).
172 * Tell GCC to use VFPv3 instructions with 32 FPU registers.
176 * Tell GCC to use VFPv3 instructions with 32 FPU registers, and
  /external/fonttools/Lib/fontTools/ttLib/
sfnt.py 126 self.file.write(b'\0' * (self.nextTableOffset - self.file.tell()))
162 self.file.write(b'\0' * (self.nextTableOffset - self.file.tell()))
163 assert self.nextTableOffset == self.file.tell()
197 self.metaOffset = self.file.tell()
206 off = self.file.tell()
209 self.privOffset = self.file.tell()
216 self.length = self.file.tell()
  /external/tcpdump/tests/
QinQpacketv.out 1 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length 46
28 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length 46
107 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length 46
108 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length 46
109 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length 46
110 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length 46
111 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length 46
138 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length 46
217 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length 46
218 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length 4
    [all...]
  /frameworks/base/core/java/android/webkit/
WebChromeClient.java 30 * Tell the host application the current progress of loading a page.
156 * Tell the client to display a javascript alert dialog. If the client
171 * Tell the client to display a confirm dialog to the user. If the client
189 * Tell the client to display a prompt dialog to the user. If the client
208 * Tell the client to display a dialog to confirm navigation away from the
229 * Tell the client that the quota has been exceeded for the Web SQL Database
326 * Tell the client that a JavaScript execution timeout has occured. And the
399 * Tell the client to show a file chooser.
504 * Tell the client to open a file chooser.
522 * Tell the client that the page being viewed has an autofillabl
    [all...]

Completed in 1030 milliseconds

1 2 3 4 5 6 7 8 91011>>