Searched refs:qb (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
D | SQLiteQueryBuilderTest.java | 284 SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); in testAppendWhereStandalone() local 285 qb.setTables("Employee"); in testAppendWhereStandalone() 286 qb.appendWhereStandalone("A"); in testAppendWhereStandalone() 287 qb.appendWhereStandalone("B"); in testAppendWhereStandalone() 288 qb.appendWhereStandalone("C"); in testAppendWhereStandalone() 290 final String query = qb.buildQuery(null, null, null, null, null, null); in testAppendWhereStandalone() 557 final SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); in testUpdate() local 558 qb.setTables("employee"); in testUpdate() 559 qb.appendWhere("month=3"); in testUpdate() 560 assertEquals(2, qb.update(mDatabase, values, null, null)); in testUpdate() [all …]
|
/cts/tests/tests/content/src/android/content/cts/ |
D | MockContentProvider.java | 271 final SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); in query() local 272 qb.setTables("TestTable1"); in query() 273 qb.setProjectionMap(CTSDBTABLE1_LIST_PROJECTION_MAP); in query() 277 return qb.query(db, projection, null, null, null, null, in query() 295 SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); in query() local 299 qb.setTables("TestTable1"); in query() 300 qb.setProjectionMap(CTSDBTABLE1_LIST_PROJECTION_MAP); in query() 304 qb.setTables("TestTable1"); in query() 305 qb.appendWhere("_id=" + uri.getPathSegments().get(1)); in query() 312 qb.setTables("TestTable1 a, TestTable1 b, TestTable1 c, TestTable1 d, TestTable1 e"); in query() [all …]
|
/cts/tests/tests/security/res/raw/ |
D | cve_2019_2245.ts | 6593 …�3�|81A= ���5��B�&^z�[У$��[G1-�+A�{�����ӯ��x�a��|����P�r�eТ����Jͮ���)���� �"�qb� 6742 ��DP�G1UM�)����1��Mo��qb`%��2蠅n�3A2UCj�ō��u��"8�T'ԇ����QA�\��Нh�.UT�l��^�w��?�z/ڵ 6776 �@{�"��4cZY4q��[YXV�[&H�)�"5�sI*)�qb�>]����eP�D�����5?����l
|
D | cve_2018_13925.ts | 3496 …U��F7���ϟ��|oc^�+W�},�ɷ�l<�aMLԲV��#X�����J�?{�:7h�طZ#}�����#z]Όil��qb�w9�э�z�Q��e+Tg@…
|
D | cve_2019_2244.ts | 3497 …U��F7���ϟ��|oc^�+W�},�ɷ�l<�aMLԲV��#X�����J�?{�:7h�طZ#}�����#z]Όil��qb�w9�э�z�Q��e+Tg@…
|