HomeSort by relevance Sort by last modified time
    Searched refs:g_assert (Results 51 - 75 of 131) sorted by null

1 23 4 5 6

  /external/bluetooth/glib/tests/
slist-test.c 52 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2));
76 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2));
99 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2));
125 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2));
148 g_assert (*((gint*) st->data) == (9 - i));
170 g_assert (*((gint*) st->data) == i);
qsort-test.c 27 g_assert (array[i] <= array[i+1]);
spawn-test.c 90 g_assert (output != NULL);
116 g_assert (output != NULL);
117 g_assert (erroutput != NULL);
161 g_assert (output != NULL);
162 g_assert (erroutput != NULL);
errorcheck-mutex-test.c 64 g_assert (thread != NULL);
83 g_assert (thread != NULL);
  /external/webkit/Source/WebKit/gtk/tests/
testkeyevents.c 96 g_assert(!handled);
165 g_assert(JSValueIsString(context, value));
167 g_assert(inputString);
188 g_assert(context);
192 g_assert(imContext);
197 g_assert(element_text_equal_to(context, ""));
199 g_assert(element_text_equal_to(context, "a"));
201 g_assert(element_text_equal_to(context, "ab"));
203 g_assert(element_text_equal_to(context, "abc"));
219 g_assert(context)
    [all...]
testapplicationcache.c 37 g_assert(maxSize == webkit_application_cache_get_maximum_size());
testmimehandling.c 56 g_assert(!error);
65 g_assert(!error);
76 g_assert(!error);
85 g_assert(!error);
108 g_assert(!webkit_web_view_can_show_mime_type(view, mime_type));
111 g_assert(webkit_web_view_can_show_mime_type(view, mime_type));
117 g_assert(message);
126 g_assert(webkit_web_view_can_show_mime_type(view, mime_type));
129 g_assert(webkit_web_view_can_show_mime_type(view, mime_type));
testwebhistoryitem.c 35 g_assert(fixture->item != NULL);
41 g_assert(fixture->item != NULL);
testcopyandpaste.c 91 g_assert(text || !fixture->info->expectedContent);
92 g_assert(!text || !strcmp(text, fixture->info->expectedContent));
101 g_assert(strlen(markupPrefix) <= strlen(markup));
102 g_assert(!strncmp(markupPrefix, markup, strlen(markupPrefix)));
106 g_assert(!gtk_clipboard_wait_is_uris_available(clipboard));
107 g_assert(!gtk_clipboard_wait_is_image_available(clipboard));
167 g_assert(JSValueIsString(context, value));
169 g_assert(!exception || !*exception);
170 g_assert(currentFixture->info->expectedContent);
172 g_assert(JSStringIsEqual(expected, actual))
    [all...]
testdownload.c 43 g_assert(webkit_download_get_network_request(download) == request);
44 g_assert(g_strrstr(uri, webkit_download_get_suggested_filename(download)));
45 g_assert(webkit_download_get_status(download) == WEBKIT_DOWNLOAD_STATUS_CREATED);
46 g_assert(!webkit_download_get_total_size(download));
47 g_assert(!webkit_download_get_current_size(download));
48 g_assert(!webkit_download_get_progress(download));
49 g_assert(!webkit_download_get_elapsed_time(download));
  /external/bluetooth/glib/gio/inotify/
ginotifydirectorymonitor.c 89 g_assert (dirname != NULL);
93 g_assert (_ih_startup ());
98 g_assert (sub != NULL);
99 g_assert (_ih_sub_add (sub));
ginotifyfilemonitor.c 104 g_assert (filename != NULL);
111 g_assert (_ih_startup ());
117 g_assert (sub != NULL);
118 g_assert (_ih_sub_add (sub));
inotify-path.c 113 g_assert (path && dir);
122 g_assert (dir && sub);
133 g_assert (wd >= 0 && dir);
146 g_assert (sub);
147 g_assert (!sub->cancelled);
148 g_assert (sub->dirname);
186 g_assert (path && dir);
199 g_assert (wd >= 0 && dir);
213 g_assert (wd >= 0);
222 g_assert (sub && dir)
    [all...]
inotify-kernel.c 222 g_assert (event);
238 g_assert (buffer);
287 g_assert (path != NULL);
288 g_assert (inotify_instance_fd >= 0);
301 g_assert (wd >= 0);
309 g_assert (wd >= 0);
310 g_assert (inotify_instance_fd >= 0);
502 g_assert (event1 && event2);
504 g_assert (event1->event->cookie == event2->event->cookie);
506 g_assert (event1->pair == NULL && event2->pair == NULL)
    [all...]
  /external/bluetooth/glib/tests/gobject/
ifacecheck.c 129 g_assert (strcmp (iface->history->str, "A") == 0);
138 g_assert (strcmp (iface->history->str, "AB") == 0);
147 g_assert (strcmp (iface->history->str, "B") == 0);
163 g_assert (strcmp (iface->history->str, "B") == 0);
override.c 104 g_assert (g_signal_get_invocation_hint (self)->signal_id == foo_signal_id);
123 g_assert (object == G_OBJECT (self));
124 g_assert (GPOINTER_TO_INT (pointer) == 23);
189 g_assert (g_signal_get_invocation_hint (self)->signal_id == foo_signal_id);
205 g_assert (g_signal_get_invocation_hint (self)->signal_id == bar_signal_id);
220 g_assert (object == G_OBJECT (self));
221 g_assert (GPOINTER_TO_INT (pointer) == 23);
277 g_assert (g_signal_get_invocation_hint (self)->signal_id == foo_signal_id);
293 g_assert (g_signal_get_invocation_hint (self)->signal_id == bar_signal_id);
308 g_assert (object == G_OBJECT (self))
    [all...]
accumulator.c 205 g_assert (strcmp (string_result, "<before><default><after>") == 0);
215 g_assert (bool_result == TRUE);
218 g_assert (bool_result == TRUE);
221 g_assert (bool_result == TRUE);
224 g_assert (bool_result == FALSE);
ifaceinherit.c 217 g_assert (interface_is_base (DERIVED_TYPE_OBJECT, TEST_TYPE_IFACE1));
218 g_assert (interface_is_base (DERIVED_TYPE_OBJECT, TEST_TYPE_IFACE2));
219 g_assert (interface_is_base (DERIVED_TYPE_OBJECT, TEST_TYPE_IFACE3));
220 g_assert (interface_is_base (DERIVED_TYPE_OBJECT, TEST_TYPE_IFACE4));
224 g_assert (interface_is_derived (DERIVED_TYPE_OBJECT, TEST_TYPE_IFACE5));
  /external/bluetooth/glib/tests/refcount/
closures.c 213 g_assert (data == TEST_POINTER2);
214 g_assert (test->test_pointer1 == TEST_POINTER1);
225 g_assert (closure->ref_count == 0);
283 g_assert (seen_thread1 != FALSE);
284 g_assert (seen_thread2 != FALSE);
285 g_assert (seen_test_int1 != FALSE);
286 g_assert (seen_test_int2 != FALSE);
287 g_assert (seen_signal_handler != FALSE);
288 g_assert (seen_cleanup != FALSE);
  /external/bluetooth/glib/glib/
giochannel.c 944 g_assert (channel->encoded_read_buf->len == 0 || !channel->do_encode);
985 g_assert (channel->encoded_read_buf->len == 0 || !channel->do_encode);
1025 g_assert (this_time > 0);
    [all...]
  /external/bluetooth/glib/gio/fen/
fen-data.c 70 g_assert (parent);
80 g_assert (node);
96 g_assert (x >= 0 && y >= 0);
210 g_assert (childf);
294 g_assert (node);
312 g_assert (FN_IS_PASSIVE(f));
328 g_assert (deleting_data_id > 0);
350 g_assert (data);
371 g_assert (g_list_find_custom (f->subs, sub, (GCompareFunc)fdata_sub_find) == NULL);
380 g_assert (g_list_find_custom (f->subs, sub, (GCompareFunc)fdata_sub_find) != NULL)
    [all...]
fen-helper.c 79 g_assert (childf);
122 g_assert (filename);
123 g_assert (sub);
128 g_assert (f);
180 g_assert (filename);
181 g_assert (sub);
187 g_assert (f);
189 g_assert (data);
fen-missing.c 92 g_assert (!is_ported (f));
107 g_assert (scan_missing_source_id > 0);
  /external/bluetooth/glib/gio/tests/
unix-streams.c 61 g_assert (nwrote > 0 || err != NULL);
103 g_assert (err == NULL);
110 g_assert (!g_cancellable_is_cancelled (reader_cancel));
146 g_assert (err == NULL);
170 g_assert (err == NULL);
213 g_assert (pipe (writer_pipe) == 0 && pipe (reader_pipe) == 0);
  /external/bluetooth/glib/gobject/
gvaluetypes.c 399 g_assert (type == G_TYPE_CHAR);
401 g_assert (type == G_TYPE_UCHAR);
419 g_assert (type == G_TYPE_BOOLEAN);
437 g_assert (type == G_TYPE_INT);
439 g_assert (type == G_TYPE_UINT);
457 g_assert (type == G_TYPE_LONG);
459 g_assert (type == G_TYPE_ULONG);
477 g_assert (type == G_TYPE_INT64);
479 g_assert (type == G_TYPE_UINT64);
497 g_assert (type == G_TYPE_FLOAT)
    [all...]

Completed in 71 milliseconds

1 23 4 5 6