HomeSort by relevance Sort by last modified time
    Searched defs:newrow (Results 1 - 7 of 7) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Callback.java 17 * public boolean newrow(String cols[]) {
67 public boolean newrow(String rowdata[]); method in interface:Callback
TableResult.java 124 public boolean newrow(String rowdata[]) { method in class:TableResult
Shell.java 174 public boolean newrow(String args[]) { method in class:Shell
649 public boolean newrow(String args[]) { method in class:DBDump
  /libcore/luni/src/test/java/tests/support/
MockCallback.java 32 public boolean newrow(String cols[]) { method in class:MockCallback
  /external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
UnwindAssemblyInstEmulation.cpp 101 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 = new UnwindPlan::Row
257 UnwindPlan::Row *newrow = new UnwindPlan::Row; local
    [all...]
  /external/lldb/source/Symbol/
DWARFCallFrameInfo.cpp 466 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 = new UnwindPlan::Row local
558 UnwindPlan::Row *newrow = new UnwindPlan::Row; local
633 UnwindPlan::Row *newrow = new UnwindPlan::Row; local
    [all...]
  /external/lldb/source/Plugins/UnwindAssembly/x86/
UnwindAssembly-x86.cpp 537 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 = new UnwindPlan::Row
801 UnwindPlan::Row *newrow = new UnwindPlan::Row; local
    [all...]

Completed in 127 milliseconds