Home
last modified time | relevance | path

Searched refs:table2 (Results 1 – 3 of 3) sorted by relevance

/external/dbus/dbus/
Ddbus-hash.c1765 DBusHashTable *table2; in _dbus_hash_test() local
1808 table2 = _dbus_hash_table_new (DBUS_HASH_INT, in _dbus_hash_test()
1810 if (table2 == NULL) in _dbus_hash_test()
1848 if (!_dbus_hash_table_insert_int (table2, in _dbus_hash_test()
1872 _dbus_assert (count_entries (table2) == i + 1); in _dbus_hash_test()
1880 value = _dbus_hash_table_lookup_int (table2, i); in _dbus_hash_test()
1901 _dbus_hash_table_remove_int (table2, i); in _dbus_hash_test()
1909 _dbus_assert (count_entries (table2) == i); in _dbus_hash_test()
1917 _dbus_hash_table_ref (table2); in _dbus_hash_test()
1921 _dbus_hash_table_unref (table2); in _dbus_hash_test()
[all …]
/external/webkit/Source/WebKit/gtk/tests/
Dtestatk.c1369 AtkObject* table2 = atk_object_ref_accessible_child(object, 1); in testWebkitAtkLayoutAndDataTables() local
1370 g_assert(ATK_IS_TABLE(table2)); in testWebkitAtkLayoutAndDataTables()
1371 AtkAttributeSet* set2 = atk_object_get_attributes(table2); in testWebkitAtkLayoutAndDataTables()
1378 g_object_unref(table2); in testWebkitAtkLayoutAndDataTables()
/external/sqlite/dist/
Dsqlite3.c.orig82779 ** If the SELECT clause is of the restricted form "SELECT * FROM <table2>" -
82782 ** if <table2> and <table1> are distinct tables but have identical
82784 ** is invoked that copies raw records from <table2> over to <table1>.
82789 ** open read cursor on <table2>
82790 ** transfer all records in <table2> over to <table>
82794 ** open a read cursor on the corresponding <table2> index
82965 ** INSERT INTO <table1> SELECT * FROM <table2>;
96462 ** the all terms are of the form "table1.column=table2.column". It
96464 ** or table2.column as the LHS if either is common to every term of