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

1 2 34 5 6 7 8 91011>>

  /external/junit/src/org/junit/runner/notification/
RunNotifier.java 77 * Invoke to tell listeners that an atomic test is about to start.
93 * Invoke to tell listeners that an atomic test failed.
106 * Invoke to tell listeners that an atomic test flagged that it assumed
123 * Invoke to tell listeners that an atomic test was ignored.
136 * Invoke to tell listeners that an atomic test finished. Always invoke
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fileio.py 36 self.assertEqual(self.f.tell(), p.tell())
39 self.assertRaises(ReferenceError, getattr, p, 'tell')
43 self.assertEqual(self.f.tell(), 20)
45 self.assertEqual(self.f.tell(), 0)
47 self.assertEqual(self.f.tell(), 10)
49 self.assertEqual(self.f.tell(), 15)
51 self.assertEqual(self.f.tell(), 10)
53 self.assertEqual(self.f.tell(), 15)
130 'seek', 'tell', 'truncate', 'write', 'seekable'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fileio.py 36 self.assertEqual(self.f.tell(), p.tell())
39 self.assertRaises(ReferenceError, getattr, p, 'tell')
43 self.assertEqual(self.f.tell(), 20)
45 self.assertEqual(self.f.tell(), 0)
47 self.assertEqual(self.f.tell(), 10)
49 self.assertEqual(self.f.tell(), 15)
51 self.assertEqual(self.f.tell(), 10)
53 self.assertEqual(self.f.tell(), 15)
130 'seek', 'tell', 'truncate', 'write', 'seekable'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 10 pos = f.tell() # get current position
63 def tell(self): member in class:DBRecIO
162 length = f.tell()
168 here = f.tell()
178 f.seek(f.tell() - len(line))
183 print 'File length =', f.tell()
184 if f.tell() != length:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
multifile.py 50 self.start = self.fp.tell()
53 def tell(self): member in class:MultiFile
56 return self.fp.tell() - self.start
59 here = self.tell()
106 self.lastpos = self.tell() - len(line)
130 self.start = self.fp.tell()
139 self.start = self.fp.tell()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 10 pos = f.tell() # get current position
63 def tell(self): member in class:DBRecIO
162 length = f.tell()
168 here = f.tell()
178 f.seek(f.tell() - len(line))
183 print 'File length =', f.tell()
184 if f.tell() != length:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
multifile.py 50 self.start = self.fp.tell()
53 def tell(self): member in class:MultiFile
56 return self.fp.tell() - self.start
59 here = self.tell()
106 self.lastpos = self.tell() - len(line)
130 self.start = self.fp.tell()
139 self.start = self.fp.tell()
  /external/chromium/chrome/browser/ui/cocoa/
url_drop_target.mm 15 // Tell the window controller to hide the drop indicator.
49 // Just tell the window controller to update the indicator.
70 // Tell the window controller about the dropped URL(s).
  /dalvik/vm/mterp/armv5te/
alt_stub.S 5 * rIBASE updates won't be seen until a refresh, and we can tell we have a
  /dalvik/vm/mterp/mips/
alt_stub.S 5 * rIBASE updates won't be seen until a refresh, and we can tell we have a
  /external/ceres-solver/internal/ceres/
stringprintf.h 50 // Tell the compiler to do printf format string checking if the compiler
67 // Tell the compiler to do printf format string checking.
72 // Tell the compiler to do printf format string checking.
77 // Tell the compiler to do printf format string checking.
  /external/chromium_org/components/nacl/loader/
nacl_helper_linux.h 16 // Used by Helper to tell Zygote it has started successfully.
  /external/chromium_org/content/public/browser/
invalidate_type.h 10 // Flags passed to the WebContentsDelegate.NavigationStateChanged to tell it
  /external/chromium_org/ppapi/proxy/
proxy_module.h 24 // necessary. (Currently, we can't do this easily, since we can't tell from
  /external/chromium_org/third_party/ots/test/
file-stream.h 45 off_t Tell() const {
  /frameworks/ex/variablespeed/jni/
ring_buffer.cc 74 int64 RingBuffer::Tell(int reader) const {
102 int pos = Tell(reader) % size_;
117 int pos = Tell(reader) % size_;
137 int pos = Tell(reader) % size_;
  /packages/apps/Browser/src/com/android/browser/
EventLogTags.logtags 11 # and how long it took to load the page. Could maybe also tell the kind of connection (2g, 3g, WiFi)?
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NoOpConsumer.java 26 // Tell the caller that we haven't taken ownership of this result.
  /external/chromium/chrome/common/
utility_messages.h 56 // Tell the utility process to unpack the given extension file in its
61 // Tell the utility process to parse the given JSON data and verify its
66 // Tell the utility process to parse the given xml document.
70 // Tell the utility process to decode the given image data.
74 // Tell the utility process to decode the given image data, which is base64
79 // Tell the utility process to render the given PDF into a metafile.
87 // Tell the utility process to extract the given IDBKeyPath from the
99 // Tell the utility process to parse a JSON string into a Value object.
  /external/chromium_org/third_party/ots/include/
ots-memory-stream.h 38 virtual off_t Tell() const {
92 off_t Tell() const {
  /external/libvpx/libvpx/examples/includes/geshi/docs/
README 27 please tell me about it! It's worth a link to you, and I can give
32 please tell me about it! Perhaps you've made a good improvement that
  /external/libvpx/libvpx/
tools_common.h 18 /* MSVS doesn't define off_t, and uses _f{seek,tell}i64. */
23 /* MinGW defines off_t as long and uses f{seek,tell}o64/off64_t for large
  /frameworks/base/tests/RenderScriptTests/HelloWorld/src/com/example/android/rs/helloworld/
helloworld.rs 17 // Tell which java package name the reflected files should belong to
38 // Tell the runtime what the font color should be
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
id3_parser.js 99 frame.value = this.readString_(reader, frame.encoding, end - reader.tell());
120 end - reader.tell());
125 end - reader.tell());
137 frame.format = reader.readNullTerminatedString(3, end - reader.tell());
141 end - reader.tell());
145 frame.imageUrl = reader.readNullTerminatedString(end - reader.tell());
147 frame.imageUrl = reader.readImage(end - reader.tell());
161 frame.mime = reader.readNullTerminatedString(end - reader.tell());
166 end - reader.tell());
169 frame.imageUrl = reader.readNullTerminatedString(end - reader.tell());
    [all...]
  /external/chromium_org/chrome/common/
chrome_utility_messages.h 116 // Tell the utility process to unpack the given extension file in its
124 // Tell the utility process to parse the given JSON data and verify its
129 // Tell the utility process to parse the given xml document.
133 // Tell the utility process to decode the given image data.
137 // Tell the utility process to decode the given image data, which is base64
142 // Tell the utility process to render the given PDF into a metafile.
150 // Tell the utility process to render the given PDF into a PWGRaster.
156 // Tell the utility process to decode the given JPEG image data with a robust
161 // Tell the utility process to parse a JSON string into a Value object.
173 // Tell the utility process to create a zip file on the given list of files
    [all...]

Completed in 1525 milliseconds

1 2 34 5 6 7 8 91011>>