Home
last modified time | relevance | path

Searched refs:table (Results 1 – 17 of 17) sorted by relevance

/cts/common/host-side/tradefed/res/report/
Dcompatibility_result.css26 table.title {
34 table.summary {
42 table.summary th {
48 table.summary td {
57 table.testsummary {
64 table.testsummary th {
70 table.testsummary td {
76 table.testdetails {
88 table.testdetails th {
97 table.testdetails td {
[all …]
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteFtsTest.java104 private void prepareFtsTable(String table, String ftsType, String options) in prepareFtsTable() argument
107 "CREATE VIRTUAL TABLE " + table + " USING " + ftsType in prepareFtsTable()
115 mDatabase.insert(table, null, values); in prepareFtsTable()
119 private Cursor queryFtsTable(String table, String match) { in queryFtsTable() argument
120 return mDatabase.query(table, new String[] { "snippet(" + table + ")" }, in queryFtsTable()
/cts/tools/tradefed-host/res/report/
Dcts_result.css26 table.title {
34 table.summary {
42 table.summary th {
48 table.summary td {
57 table.testsummary {
64 table.testsummary th {
70 table.testsummary td {
76 table.testdetails {
88 table.testdetails th {
97 table.testdetails td {
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DGridLayoutTest.java188 View[][] table = new View[N + 1][M + 1]; in populate() local
206 table[row][0] = v; in populate()
217 table[0][col] = v; in populate()
231 table[row][col] = v; in populate()
234 return table; in populate()
245 private void test(GridLayout p, View[][] table) { in test() argument
255 View v0 = table[0][col]; in test()
259 testAlignment(row, col, alignment, v0, table[row][col], "column"); in test()
266 View v0 = table[row][0]; in test()
270 testAlignment(row, col, alignment, v0, table[row][col], "row"); in test()
[all …]
/cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
DCtsConsole.java208 List<List<String>> table = new ArrayList<List<String>>(); in listResults() local
209 table.add(Arrays.asList("Session","Pass", "Fail","Not Executed","Start time","Plan name", in listResults()
213 table.add(Arrays.asList(Integer.toString(result.getId()), in listResults()
221 tableFormatter.displayTable(table, new PrintWriter(System.out, true)); in listResults()
/cts/tests/tests/content/src/android/content/cts/
DMockContentProvider.java197 String table; in insert() local
210 table = "TestTable1"; in insert()
214 table = "TestTable2"; in insert()
222 rowID = db.insert(table, "key", values); in insert()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java312 List<List<String>> table = new ArrayList<>(); in listResults() local
338 table.add(Arrays.asList( in listResults()
353table.add(0, Arrays.asList("Session", "Pass", "Fail", "Modules Complete", "Result Directory", in listResults()
355 tableFormatter.displayTable(table, new PrintWriter(System.out, true)); in listResults()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dluts_for_speedup_f32.rsh10 // A lookup table that heuristically computes the probability that a layer with
62 // A lookup table that pre-computes x coordinate of the intersection between a
Dlayered_filter_f32_helper.rsh76 // Gets the visibility probability lookup table for the target layer depth.
Dlayered_filter_d1new_helper.rsh136 // Gets the visibility probability lookup table for the target layer depth.
/cts/tools/dasm/src/java_cup/
Dparser.cup119 /** table of declared symbols -- contains production parts indexed by name */
122 /** table of just non terminals -- contains non_terminals indexed by name */
561 /* build a production_part and put it in the table */
586 /* put it in the non_terms table */
589 /* build a production_part and put it in the symbols table */
/cts/tests/tests/provider/src/android/provider/cts/
DSettingsTest.java136 private void tryBadTableAccess(String table, String goodtable, String name) { in tryBadTableAccess() argument
139 Uri uri = Uri.parse("content://settings/" + table); in tryBadTableAccess()
/cts/tests/tests/keystore/src/android/keystore/cts/
DTestUtils.java336 private static <T> List<T> frequencyTableToValues(Map<T, Integer> table) { in frequencyTableToValues() argument
337 if (table.isEmpty()) { in frequencyTableToValues()
343 for (Map.Entry<T, Integer> entry : table.entrySet()) { in frequencyTableToValues()
/cts/tools/dasm/src/dasm/
Dparser.cup735 // packed-switch <table>
736 // sparse-switch <table>
/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java1148 for (int[][] table : tables) { in sanityCheckConfigurationTables()
1150 for (int[] row : table) { in sanityCheckConfigurationTables()
/cts/tools/dex-tools/dex/
Dclasses0.out.dex7283 java.util.Hashtable table
19671 private java.lang.Object[] table
38786 private static java.util.Hashtable table
50282 transient java.util.concurrent.ConcurrentHashMap$HashEntry[] table
88282 private static final char[] table
88825 private static final char[] table
94998 private org.bouncycastle.asn1.OrderedTable table
104179 private short[] table
105025 protected java.util.Hashtable table
Dclasses.out.dex126600 static java.util.ArrayList table