• Home
  • Raw
  • Download

Lines Matching refs:g_assert_true

388   g_assert_true (g_variant_iter_next (iter, "i", &i1));  in test_complex_types()
390 g_assert_true (g_variant_iter_next (iter, "i", &i1)); in test_complex_types()
392 g_assert_true (g_variant_iter_next (iter, "i", &i1)); in test_complex_types()
394 g_assert_true (g_variant_iter_next (iter, "i", &i1)); in test_complex_types()
396 g_assert_true (g_variant_iter_next (iter, "i", &i1)); in test_complex_types()
398 g_assert_true (g_variant_iter_next (iter, "i", &i1)); in test_complex_types()
405 g_assert_true (g_variant_iter_next (iter, "{&s@au}", &s, &v)); in test_complex_types()
409 g_assert_true (g_variant_iter_next (iter, "{&s@au}", &s, &v)); in test_complex_types()
450 g_assert_true (changed_cb_called); in test_changes()
457 g_assert_true (changed_cb_called); in test_changes()
509 g_assert_true (changed_cb_called); in test_delay_apply()
518 g_assert_true (changed_cb_called); in test_delay_apply()
527 g_assert_true (changed_cb_called); in test_delay_apply()
531 g_assert_true (writable); in test_delay_apply()
548 g_assert_true (g_settings_get_has_unapplied (settings)); in test_delay_apply()
557 g_assert_true (changed_cb_called2); in test_delay_apply()
616 g_assert_true (g_settings_get_has_unapplied (settings)); in test_delay_revert()
651 g_assert_true (delay); in test_delay_child()
682 g_assert_true ((keys[0] == g_quark_from_static_string ("greeting") && in keys_changed_cb()
1449 g_assert_true (b); in test_bind_writable()
1781 g_assert_true (writable); in test_keyfile()
1793 g_assert_true (g_key_file_load_from_file (keyfile, store_path, 0, NULL)); in test_keyfile()
1807 g_assert_true (g_key_file_load_from_file (keyfile, store_path, 0, NULL)); in test_keyfile()
1904 g_assert_true (g_settings_get_boolean (settings, "test-boolean")); in test_keyfile_no_path()
1907 g_assert_true (writable); in test_keyfile_no_path()
1917 g_assert_true (g_key_file_load_from_file (keyfile, store_path, 0, NULL)); in test_keyfile_no_path()
1919 g_assert_true (g_key_file_get_boolean (keyfile, test_data->keyfile_group, "test-boolean", NULL)); in test_keyfile_no_path()
1926 g_assert_true (g_key_file_load_from_file (keyfile, store_path, 0, NULL)); in test_keyfile_no_path()
2012 g_assert_true (g_settings_is_writable (settings, "child/test-boolean")); in test_keyfile_no_root_group()
2077 g_assert_true (strinfo_builder_append_alias (builder, "baz", "bar")); in test_strinfo()
2091 g_assert_true (strinfo_enum_from_string (strinfo, length, "foo", &result)); in test_strinfo()
2093 g_assert_true (strinfo_enum_from_string (strinfo, length, "bar", &result)); in test_strinfo()
2103 g_assert_true (strinfo_is_string_valid (strinfo, length, "foo")); in test_strinfo()
2104 g_assert_true (strinfo_is_string_valid (strinfo, length, "bar")); in test_strinfo()
2372 g_assert_true (g_settings_range_check (settings, "val", value)); in test_range()
2441 g_assert_true (strv_set_equal (children, "basic-types", "complex-types", "localized", NULL)); in test_list_items()
2442 g_assert_true (strv_set_equal (keys, "greeting", "farewell", NULL)); in test_list_items()
2462 g_assert_true (strv_set_equal ((gchar **)relocs, in test_list_schemas()
2468 g_assert_true (strv_set_equal ((gchar **)schemas, in test_list_schemas()
2635 g_assert_true (enabled); in test_schema_source()
2672 g_assert_true (strv_set_equal ((gchar **)keys, in test_schema_list_keys()
2705 g_assert_true (c1 && c2 && !c3); in test_actions()
2710 g_assert_true (c1 && c2 && !c3); in test_actions()
2715 g_assert_true (c1 && c2 && !c3); in test_actions()
2719 g_assert_true (g_settings_get_boolean (settings, "test-boolean")); in test_actions()
2720 g_assert_true (c1 && !c2 && c3); in test_actions()
2725 g_assert_true (c1 && !c2 && c3); in test_actions()
2736 g_assert_true (g_variant_type_equal (param_type, G_VARIANT_TYPE_STRING)); in test_actions()
2737 g_assert_true (enabled); in test_actions()
2738 g_assert_true (g_variant_type_equal (state_type, G_VARIANT_TYPE_STRING)); in test_actions()
2796 g_assert_true (G_IS_SETTINGS_BACKEND (backend)); in test_memory_backend()
2851g_assert_true (g_variant_type_equal (g_settings_schema_key_get_value_type (key), G_VARIANT_TYPE_ST… in test_default_value()
2989 g_assert_true (strv_set_equal (keys, "int32", "string", "another-int32", NULL)); in test_extended_schema()
3043 g_assert_true (g_spawn_command_line_sync (GLIB_MKENUMS " " in main()
3048 g_assert_true (g_file_set_contents ("org.gtk.test.enums.xml", enums, -1, NULL)); in main()
3051g_assert_true (g_file_get_contents (SRCDIR "/org.gtk.test.gschema.xml.orig", &schema_text, NULL, N… in main()
3052 g_assert_true (g_file_set_contents ("org.gtk.test.gschema.xml", schema_text, -1, NULL)); in main()
3055g_assert_true (g_file_get_contents (SRCDIR "/org.gtk.test.gschema.override.orig", &override_text, … in main()
3056g_assert_true (g_file_set_contents ("org.gtk.test.gschema.override", override_text, -1, NULL)); in main()
3061 g_assert_true (g_spawn_command_line_sync (GLIB_COMPILE_SCHEMAS " --targetdir=. " in main()
3070 g_assert_true (g_spawn_command_line_sync (GLIB_COMPILE_SCHEMAS " --targetdir=schema-source " in main()