Searched refs:g_bytes_new_static (Results 1 – 21 of 21) sorted by relevance
/third_party/glib/glib/tests/ |
D | bytes.c | 75 bytes = g_bytes_new_static (data, 4); in test_new_static() 108 GBytes *bytes = g_bytes_new_static ("Some stupid data", strlen ("Some stupid data") + 1); in test_new_from_bytes_slice() 145 GBytes *bytes = g_bytes_new_static ("Some data", strlen ("Some data") + 1); in test_new_from_bytes_shared_ref() 310 bytes = g_bytes_new_static (NYAN, N_NYAN); in test_to_data_non_malloc() 397 bytes = g_bytes_new_static (NYAN, N_NYAN); in test_to_array_non_malloc()
|
D | checksum.c | 1105 input = g_bytes_new_static (FIXED_STR, length); in test_checksum_bytes()
|
/third_party/glib/glib/ |
D | gbytes.h | 43 GBytes * g_bytes_new_static (gconstpointer data,
|
D | gbytes.c | 148 g_bytes_new_static (gconstpointer data, in g_bytes_new_static() function
|
D | gvariant.c | 6032 bytes = g_bytes_new_static (data, size); in g_variant_new_from_data()
|
/third_party/glib/gio/tests/ |
D | memory-input-stream.c | 278 bytes = g_bytes_new_static (data, 4096); in test_from_bytes()
|
D | gsubprocess.c | 440 input_buf = g_bytes_new_static ("hello, world!", strlen ("hello, world!")); in test_cat_utf8() 790 input = g_bytes_new_static (hellostring, strlen (hellostring)); in test_communicate_async() 833 input = g_bytes_new_static (hellostring, strlen (hellostring)); in test_communicate() 876 input = g_bytes_new_static (hellostring, strlen (hellostring)); in on_test_communicate_cancelled_idle() 994 input = g_bytes_new_static (hellostring, strlen (hellostring)); in test_communicate_cancelled_async()
|
D | resources.c | 375 bytes = g_bytes_new_static (data, sizeof (data)); in test_resource_data_corrupt() 393 bytes = g_bytes_new_static (NULL, 0); in test_resource_data_empty()
|
D | memory-output-stream.c | 288 bytes = g_bytes_new_static ("hello world!", strlen ("hello world!") + 1); in test_write_bytes()
|
D | g-icon.c | 582 bytes = g_bytes_new_static (data, strlen (data)); in test_bytes_icon()
|
/third_party/glib/gio/ |
D | ginputstream.c | 332 return g_bytes_new_static ("", 0); in g_input_stream_read_bytes() 897 bytes = g_bytes_new_static ("", 0); in read_bytes_callback()
|
D | gresource-tool.c | 237 bytes = g_bytes_new_static (contents + page_offset, shdr->sh_size); in resource_from_section()
|
D | gresource.c | 1373 GBytes *bytes = g_bytes_new_static (list->data, list->data_len); in register_lazy_static_resources_unlocked()
|
D | gfile.c | 7727 bytes = g_bytes_new_static (contents, length); in g_file_replace_contents_async()
|
/third_party/libsoup/libsoup/ |
D | soup-websocket-connection.c | 488 filtered_bytes = g_bytes_new_static (data, length); in send_message() 1073 filtered_bytes = g_bytes_new_static (payload, payload_len); in process_frame()
|
/third_party/libsoup/tests/ |
D | websocket-test.c | 490 sent = g_bytes_new_static (TEST_STRING_WITH_NULL, sizeof (TEST_STRING_WITH_NULL)); in test_send_client_to_server() 521 sent = g_bytes_new_static (TEST_STRING_WITH_NULL, sizeof (TEST_STRING_WITH_NULL)); in test_send_server_to_client() 1002 message = g_bytes_new_static ("another test because", strlen ("another test because")); in test_message_after_closing()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
D | amf.c | 43 empty_bytes = g_bytes_new_static ("", 0); in init_static()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstbuffer.c | 910 GBytes *bytes = g_bytes_new_static (ro_memory, sizeof (ro_memory)); in GST_START_TEST()
|
/third_party/glib/gobject/tests/ |
D | signals.c | 983 GBytes *bytes = g_bytes_new_static ("Blah", 5); in test_all_types()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2988 g_bytes_new_static
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 1967 GBytes *data = g_bytes_new_static (test_string, strlen (test_string)); in have_data_channel_transfer_data()
|