/cts/tests/tests/database/src/android/database/sqlite/cts/ |
D | SQLiteFtsTest.java | 104 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/ |
D | cts_result.css | 26 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/ |
D | GridLayoutTest.java | 170 View[][] table = new View[N + 1][M + 1]; in populate() local 188 table[row][0] = v; in populate() 199 table[0][col] = v; in populate() 213 table[row][col] = v; in populate() 216 return table; in populate() 227 private void test(GridLayout p, View[][] table) { in test() argument 237 View v0 = table[0][col]; in test() 241 testAlignment(row, col, alignment, v0, table[row][col], "column"); in test() 248 View v0 = table[row][0]; in test() 252 testAlignment(row, col, alignment, v0, table[row][col], "row"); in test() [all …]
|
/cts/tools/signature-tools/templates/ |
D | Table.st | 1 <table summary="$name$" border="1" width="100%"> 8 </table>
|
D | Header.st | 6 <table> 19 </table>
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
D | bootstrap.css | 146 display: table; 190 display: table; 283 display: table; 359 display: table; 372 display: table; 1016 display: table; 1246 display: table; 1274 table { selector 1280 .table { 1284 .table th, [all …]
|
D | bootstrap-responsive.css | 17 display: table; 208 display: table; 301 display: table; 444 display: table; 537 display: table;
|
D | docs.css | 496 h2 + table, 497 h3 + table, 498 h4 + table, 566 /* Responsive table 708 table code {
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/command/ |
D | CtsConsole.java | 208 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/ |
D | MockContentProvider.java | 197 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/tests/tests/provider/src/android/provider/cts/ |
D | SettingsTest.java | 128 private void tryBadTableAccess(String table, String goodtable, String name) { in tryBadTableAccess() argument 131 Uri uri = Uri.parse("content://settings/" + table); in tryBadTableAccess()
|
/cts/tools/dasm/src/java_cup/ |
D | parser.cup | 119 /** 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/keystore/src/android/keystore/cts/ |
D | TestUtils.java | 336 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/ |
D | parser.cup | 735 // packed-switch <table> 736 // sparse-switch <table>
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
D | RobustnessTest.java | 1022 for (int[][] table : tables) { in sanityCheckConfigurationTables() 1024 for (int[] row : table) { in sanityCheckConfigurationTables()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | jquery.js | 1505 var container, outer, inner, table, td, offsetSupport, 5908 domManip: function( args, table, callback ) { argument 5916 jQuery(this).domManip( args, table, callback, true ); 5923 args[0] = value.call(this, i, table ? self.html() : undefined); 5924 self.domManip( args, table, callback ); 5948 table = table && jQuery.nodeName( first, "tr" ); 5952 table ?
|
/cts/tools/signature-tools/lib/ |
D | stringtemplate.jar | META-INF/
META-INF/MANIFEST.MF
org/antlr/stringtemplate/AttributeRenderer. ... |
D | antlr-2.7.7.jar | META-INF/
META-INF/MANIFEST.MF
antlr/
antlr/ActionElement.class
ActionElement ... |
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 7283 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
|