HomeSort by relevance Sort by last modified time
    Searched full:goffset (Results 1 - 25 of 32) sorted by null

1 2

  /external/bluetooth/glib/gio/
gseekable.h 63 goffset (* tell) (GSeekable *seekable);
67 goffset offset,
74 goffset offset,
83 goffset g_seekable_tell (GSeekable *seekable);
86 goffset offset,
92 goffset offset,
gfileoutputstream.h 64 goffset (* tell) (GFileOutputStream *stream);
67 goffset offset,
73 goffset size,
gfileoutputstream.c 60 static goffset g_file_output_stream_seekable_tell (GSeekable *seekable);
63 goffset offset,
69 goffset offset,
315 static goffset
319 goffset offset;
332 static goffset
367 goffset offset,
406 goffset offset,
444 goffset size,
482 goffset size
    [all...]
gfileinputstream.c 56 static goffset g_file_input_stream_seekable_tell (GSeekable *seekable);
59 goffset offset,
65 goffset offset,
270 static goffset
274 goffset offset;
287 static goffset
322 goffset offset,
361 goffset offset,
378 goffset offset,
gmemoryoutputstream.c 53 goffset pos;
91 static goffset g_memory_output_stream_tell (GSeekable *seekable);
94 goffset offset,
100 goffset offset,
282 goffset size,
503 static goffset
523 goffset offset,
530 goffset absolute;
589 goffset offset,
gseekable.c 88 goffset
123 * @offset: a #goffset.
141 goffset offset,
178 * @offset: a #goffset.
197 goffset offset,
gfileinputstream.h 64 goffset (* tell) (GFileInputStream *stream);
67 goffset offset,
glocalfileinputstream.c 66 static goffset g_local_file_input_stream_tell (GFileInputStream *stream);
69 goffset offset,
243 static goffset
294 goffset offset,
gmemoryinputstream.c 100 static goffset g_memory_input_stream_tell (GSeekable *seekable);
103 goffset offset,
109 goffset offset,
437 static goffset
457 goffset offset,
464 goffset absolute;
514 goffset offset,
giotypes.h 137 typedef void (*GFileProgressCallback) (goffset current_num_bytes,
138 goffset total_num_bytes,
155 goffset file_size,
glocalfileoutputstream.c 89 static goffset g_local_file_output_stream_tell (GFileOutputStream *stream);
92 goffset offset,
98 goffset size,
351 static goffset
402 goffset offset,
437 goffset size,
gfileinfo.c     [all...]
gfileinfo.h 794 goffset g_file_info_get_size (GFileInfo *info);
823 goffset size);
    [all...]
gbufferedoutputstream.c 59 goffset pos;
  /external/bluetooth/glib/glib/
gfileutils.h 108 char *g_format_size_for_display (goffset size);
gfileutils.c     [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
limits.sgml 203 The minimum value which can be held in a #goffset.
210 The maximum value which can be held in a #goffset.
types.sgml 268 <!-- ##### TYPEDEF goffset ##### -->
279 This macro is used to insert #goffset 64-bit integer literals into the source code.
macros_misc.sgml 613 and printing values of type #goffset. It is a string literal. See also
623 printing values of type #goffset. See also #G_GINT64_FORMAT.
  /external/bluetooth/glib/gio/win32/
gwinhttpfileoutputstream.c 42 goffset offset;
  /external/webkit/WebCore/platform/graphics/skia/
SkiaFontWin.h 88 const GOFFSET* offsets,
SkiaFontWin.cpp 272 const GOFFSET* offsets,
303 const GOFFSET* offsets,
  /external/bluetooth/glib/
glibconfig.h 75 typedef gint64 goffset; typedef
glibconfig.h.win32.in 101 typedef gint64 goffset;
  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelper.h 291 Vector<GOFFSET, UNISCRIBE_HELPER_STACK_CHARS> m_offsets;

Completed in 275 milliseconds

1 2