Home
last modified time | relevance | path

Searched defs:colName (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/dashboard/app/static/
Dcommon.js4 function sortTable(item, colName, conv) { argument
28 function findColumnByName(headers, colName) { argument
/external/perfetto/ui/src/common/
Dprotos.ts75 const colName = col.name || ''; constant
82 const colName = result.columnDescriptors[i].name || ''; constant
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java285 public Array getArray(String colName) throws SQLException { in getArray()
367 public Clob getClob(String colName) throws SQLException { in getClob()
461 public Ref getRef(String colName) throws SQLException { in getRef()