HomeSort by relevance Sort by last modified time
    Searched refs:guint64 (Results 26 - 50 of 54) sorted by null

12 3

  /external/bluetooth/glib/gio/
gfileinfo.h 746 guint64 g_file_info_get_attribute_uint64 (GFileInfo *info,
774 guint64 attr_value);
    [all...]
gunixmounts.c 1047 static guint64
1057 return (guint64)buf.st_mtime;
1062 static guint64
1072 return (guint64)buf.st_mtime;
1079 * @time_read: guint64 to contain a timestamp.
1089 g_unix_mounts_get (guint64 *time_read)
1100 * @time_read: guint64 to contain a timestamp.
1110 guint64 *time_read)
1134 * @time_read: guint64 to contain a timestamp.
1144 g_unix_mount_points_get (guint64 *time_read
    [all...]
gfileattribute.c 561 guint64
651 value->u.uint64 = *(guint64 *)value_p;
758 * @value: a #guint64 to set within the type.
764 guint64 value)
    [all...]
gdataoutputstream.c 440 * @data: a #guint64.
450 guint64 data,
gdatainputstream.c 604 guint64
609 guint64 v;
    [all...]
glocalfile.c 738 static guint64 mount_info_hash_cache_time = 0;
769 guint64 cache_time;
947 guint64 block_size;
1010 g_file_info_set_attribute_uint64 (info, G_FILE_ATTRIBUTE_FILESYSTEM_FREE, (guint64)li.QuadPart);
1027 g_file_info_set_attribute_uint64 (info, G_FILE_ATTRIBUTE_FILESYSTEM_SIZE, (guint64)li.QuadPart);
    [all...]
glocalfileinfo.c 139 (guint64) statbuf->st_dev,
140 (guint64) statbuf->st_ino);
147 (guint64) statbuf->st_dev);
    [all...]
gfileinfo.c 836 guint64
1098 guint64 attr_value)
    [all...]
gfile.h     [all...]
  /external/bluetooth/glib/glib/
gthread.c 85 static guint64 gettime (void);
87 guint64 (*g_thread_gettime) (void) = gettime;
596 static guint64
600 guint64 v;
616 return (guint64) tv.tv_sec * G_NSEC_PER_SEC + tv.tv_usec * (G_NSEC_PER_SEC / G_USEC_PER_SEC);
gstrfuncs.c 686 static guint64
706 guint64 cutoff;
707 guint64 cutlim;
708 guint64 ui64;
824 * Converts a string to a #guint64 value.
841 * Return value: the #guint64 value or zero on error.
845 guint64
851 guint64 result;
893 guint64 result;
897 if (negative && result > (guint64) G_MININT64
    [all...]
gscanner.h 118 guint64 v_int64;
gstrfuncs.h 134 guint64 g_ascii_strtoull (const gchar *nptr,
gthread.h 120 GLIB_VAR guint64 (*g_thread_gettime) (void);
  /external/bluetooth/glib/gobject/
gvaluetransform.c 63 DEFINE_CAST (int_uint64, v_int, guint64, v_uint64);
72 DEFINE_CAST (uint_uint64, v_uint, guint64, v_uint64);
81 DEFINE_CAST (long_uint64, v_long, guint64, v_uint64);
89 DEFINE_CAST (ulong_uint64, v_ulong, guint64, v_uint64);
98 DEFINE_CAST (int64_uint64, v_int64, guint64, v_uint64);
126 DEFINE_CAST (float_uint64, v_float, guint64, v_uint64);
135 DEFINE_CAST (double_uint64, v_double, guint64, v_uint64);
gvaluetypes.c 478 type = g_type_register_fundamental (G_TYPE_UINT64, g_intern_static_string ("guint64"), &info, &finfo, 0);
822 guint64 v_uint64)
837 guint64
gparamspecs.c 366 guint64 oval = value->data[0].v_uint64;
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitdownload.cpp 79 guint64 currentSize;
763 guint64 webkit_download_get_total_size(WebKitDownload* download)
773 return MAX(priv->currentSize, static_cast<guint64>(soup_message_headers_get_content_length(message->response_headers)));
786 guint64 webkit_download_get_current_size(WebKitDownload* download)
  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestObj.h 163 WEBKIT_API guint64
167 webkit_dom_test_obj_set_unsigned_long_long_attr(WebKitDOMTestObj* self, guint64 value);
WebKitDOMTestObj.cpp 512 guint64
518 guint64 res = item->unsignedLongLongAttr();
523 webkit_dom_test_obj_set_unsigned_long_long_attr(WebKitDOMTestObj* self, guint64 value)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 392 if (!gst_element_query_duration(m_playBin, &timeFormat, &timeLength) || timeFormat != GST_FORMAT_TIME || static_cast<guint64>(timeLength) == GST_CLOCK_TIME_NONE) {
399 return (float) ((guint64) timeLength / 1000000000.0);
475 guint64 width = 0, height = 0;
514 height = static_cast<guint64>(originalHeight);
518 width = static_cast<guint64>(originalWidth);
522 height = static_cast<guint64>(originalHeight);
955 guint64 decodedFrames = 0;
963 guint64 framesDropped = 0;
    [all...]
WebKitWebSourceGStreamer.cpp 69 guint64 offset;
70 guint64 size;
74 guint64 requestedOffset;
120 static gboolean webKitWebSrcSeekDataCb(GstAppSrc* appsrc, guint64 offset, gpointer userData);
668 static gboolean webKitWebSrcSeekDataCb(GstAppSrc* appsrc, guint64 offset, gpointer userData)
  /external/bluetooth/glib/gthread/
gthread-win32.c 548 static guint64
551 guint64 v;
  /external/bluetooth/glib/tests/gobject/
gvalue-test.c 307 guint64 c = 0;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 589 guint64 defaultQuota = webkit_get_default_web_database_quota();

Completed in 1060 milliseconds

12 3