Searched refs:newrow (Results 1 - 7 of 7) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DCallback.java17 * public boolean newrow(String cols[]) {
67 public boolean newrow(String rowdata[]); method in interface:Callback
H A DTableResult.java124 public boolean newrow(String rowdata[]) { method in class:TableResult
/external/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp537 UnwindPlan::Row *newrow = new UnwindPlan::Row; local
538 *newrow = *row.get();
539 row.reset(newrow);
571 newrow = new UnwindPlan::Row;
572 *newrow = *row.get();
573 row.reset(newrow);
583 newrow = new UnwindPlan::Row;
584 *newrow = *row.get();
585 row.reset(newrow);
612 newrow
801 UnwindPlan::Row *newrow = new UnwindPlan::Row; local
[all...]
/external/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp466 UnwindPlan::Row *newrow = new UnwindPlan::Row; local
467 *newrow = *row.get();
468 row.reset (newrow);
519 UnwindPlan::Row *newrow = new UnwindPlan::Row; local
520 *newrow = *row.get();
521 row.reset (newrow);
532 UnwindPlan::Row *newrow = new UnwindPlan::Row; local
533 *newrow = *row.get();
534 row.reset (newrow);
545 UnwindPlan::Row *newrow local
558 UnwindPlan::Row *newrow = new UnwindPlan::Row; local
633 UnwindPlan::Row *newrow = new UnwindPlan::Row; local
[all...]
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp101 UnwindPlan::Row *newrow = new UnwindPlan::Row; local
103 *newrow = *last_row.get();
104 m_curr_row.reset(newrow);
166 UnwindPlan::Row *newrow = new UnwindPlan::Row; local
167 *newrow = *m_curr_row.get();
168 m_curr_row.reset(newrow);
228 UnwindPlan::Row *newrow = new UnwindPlan::Row; local
229 *newrow = *prologue_completed_row.get();
230 m_curr_row.reset(newrow);
234 newrow
257 UnwindPlan::Row *newrow = new UnwindPlan::Row; local
[all...]
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java558 tr.newrow(row);
568 tr.newrow(row);
579 tr.newrow(row);
582 tr.newrow(row);
678 tr.newrow(row);
819 tr.newrow(row);
835 tr.newrow(row);
932 tr.newrow(row);
975 tr.newrow(row);
1018 out.newrow(ro
[all...]
H A DJDBCResultSet.java858 tr.newrow(rowbuf);

Completed in 158 milliseconds