HomeSort by relevance Sort by last modified time
    Searched refs:tell (Results 1 - 25 of 30) sorted by null

1 2

  /external/bluetooth/glib/gio/
gseekable.h 49 * @tell: Tells the current location within a stream.
63 goffset (* tell) (GSeekable *seekable); member in struct:_GSeekableIface
gfileinputstream.h 64 goffset (* tell) (GFileInputStream *stream); member in struct:_GFileInputStreamClass
gfileoutputstream.h 64 goffset (* tell) (GFileOutputStream *stream); member in struct:_GFileOutputStreamClass
gseekable.c 97 return (* iface->tell) (seekable);
gfileinputstream.c 99 iface->tell = g_file_input_stream_seekable_tell;
281 if (class->tell)
282 offset = class->tell (stream);
gfileoutputstream.c 102 iface->tell = g_file_output_stream_seekable_tell;
326 if (class->tell)
327 offset = class->tell (stream);
glocalfileinputstream.c 102 file_stream_class->tell = g_local_file_input_stream_tell;
gmemoryinputstream.c 173 iface->tell = g_memory_input_stream_tell;
gmemoryoutputstream.c 148 iface->tell = g_memory_output_stream_tell;
glocalfileoutputstream.c 132 file_stream_class->tell = g_local_file_output_stream_tell;
  /external/libpcap/lbl/
os-sunos4.h 181 long tell(int);
  /external/tcpdump/lbl/
os-sunos4.h 181 long tell(int);
  /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/sonivox/jet_tools/JetCreator/
midifile.py 207 stream.error_loc = stream.tell()
261 stream.error_loc = stream.tell()
629 pos = stream.tell()
661 pos = stream.tell()
694 pos = stream.tell()
992 self.start = stream.tell()
1004 pos = stream.tell()
    [all...]
JetFile.py 459 header_pos = output_file.tell()
462 start_pos = output_file.tell()
469 end_pos = output_file.tell()
487 file_size = lib_file.tell()
499 file_size = output_file.tell()
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
standalone-pre.js 40 // the only way to tell 0 from -0 in JS is the fact that 1/-0 is
js-test-pre.js 50 // the only way to tell 0 from -0 in JS is the fact that 1/-0 is
  /external/skia/
Android.mk 12 # need a flag to tell the C side when we're on devices with large memory
  /build/core/
java.mk 185 # tell proguard to load emma jar
  /external/iproute2/doc/
api-ip6-flowlabels.tex 138 In order to tell kernel that application
ip-tunnels.tex 56 connected network has not any exceptions. You may tell kernel, that
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/genext2fs/
configure 416 echo Please tell autoconf@gnu.org about your system,
    [all...]
  /external/libpcap/
configure 417 echo Please tell autoconf@gnu.org about your system,
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 501 milliseconds

1 2