/libcore/luni/src/test/java/tests/SQLite/ |
D | StmtTest.java | 144 st.step(); in testStmt() 224 st.step(); in testStep() 233 st.step(); in testStep() 260 st.step(); in testClose() 282 st.step(); in testReset() 287 st.step(); in testReset() 330 st.step(); in testBindIntInt() 334 st.step(); in testBindIntInt() 338 st.step(); in testBindIntInt() 383 st.step(); in testBindIntLong() [all …]
|
D | FunctionContextTest.java | 185 st.step(); in testSet_resultByteArray() 230 st.step(); in testSet_result_zeroblob() 301 public void step(FunctionContext fc, String[] args) { in step() method in FunctionContextTest.TestFCError 322 public void step(FunctionContext fc, String[] args) { in step() method in FunctionContextTest.TestFCCount 342 public void step(FunctionContext fc, String[] args) { in step() method in FunctionContextTest.TestFCZeroBlob 363 public void step(FunctionContext fc, String[] args) { in step() method in FunctionContextTest.TestFCString 384 public void step(FunctionContext fc, String[] args) { in step() method in FunctionContextTest.TestFCInt 405 public void step(FunctionContext fc, String[] args) { in step() method in FunctionContextTest.TestFCByteArray 427 public void step(FunctionContext fc, String[] args) { in step() method in FunctionContextTest.SinFunc
|
D | DatabaseTest.java | 1141 s.step(); in testFunction_type() 1271 stat.step(); in testSet_encoding() 1518 st.step(); in testPrepare() 1600 statement2.step(); in testOpen_blob() 1694 while (vm.step(prog)) { in testProgress_handler() 1713 vm2.step(progBoundary); in testProgress_handler() 1744 public void step(FunctionContext fc, String[] args) { in step() method in DatabaseTest.SinFunc
|
/libcore/luni/src/test/resources/systemid/ |
D | recipt.dtd | 9 <!ELEMENT preparation (step*)> 10 <!ELEMENT step (#PCDATA)> element
|
/libcore/luni/src/test/resources/ |
D | recipt.dtd | 9 <!ELEMENT preparation (step*)> 10 <!ELEMENT step (#PCDATA)> element
|
/libcore/sqlite-jdbc/src/main/java/SQLite/ |
D | Function.java | 49 public void step(FunctionContext fc, String args[]); in step() method
|
D | Vm.java | 47 public native boolean step(Callback cb) throws SQLite.Exception; in step() method in Vm
|
D | Database.java | 310 while (ret.nrows < ret.maxrows && vm.step(ret)) { in get_table() 314 while (vm.step(ret)) { in get_table() 363 while (ret.nrows < ret.maxrows && vm.step(ret)) { in get_table() 367 while (vm.step(ret)) { in get_table() 417 while (tbl.nrows < tbl.maxrows && vm.step(tbl)) { in get_table() 421 while (vm.step(tbl)) { in get_table()
|
D | Stmt.java | 69 public native boolean step() throws SQLite.Exception; in step() method in Stmt
|
/libcore/luni/src/test/java/tests/support/ |
D | MockFunction.java | 42 public void step(FunctionContext fc, String args[]) { in step() method in MockFunction
|
/libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
D | ByteBufferTest.java | 2686 int nbytes = 4, bigHead, step; in bytes2int() local 2689 step = 1; in bytes2int() 2692 step = -1; in bytes2int() 2699 p += step; in bytes2int() 2705 int nbytes = 8, bigHead, step; in bytes2long() local 2708 step = 1; in bytes2long() 2711 step = -1; in bytes2long() 2718 p += step; in bytes2long() 2724 int nbytes = 2, bigHead, step; in bytes2short() local 2727 step = 1; in bytes2short() [all …]
|
/libcore/luni/src/test/java/com/google/coretests/ |
D | CoreTestSuite.java | 157 public CoreTestSuite(Test suite, int flags, int step, TestCase victim) { in CoreTestSuite() argument 161 fStep = step; in CoreTestSuite()
|
/libcore/luni/src/main/java/org/apache/xpath/ |
D | XPathVisitor.java | 84 public boolean visitStep(ExpressionOwner owner, NodeTest step) in visitStep() argument
|
/libcore/luni/src/main/java/org/apache/xpath/axes/ |
D | WalkerFactory.java | 830 StepPattern step = null; in loadSteps() local 836 step = createDefaultStepPattern(compiler, stepOpCodePos, mpi, analysis, in loadSteps() 841 firstStep = step; in loadSteps() 847 step.setRelativePathPattern(prevStep); in loadSteps() 850 prevStep = step; in loadSteps() 859 StepPattern tail = step; in loadSteps() 860 for (StepPattern pat = step; null != pat; in loadSteps() 950 System.out.println("Done loading steps: "+step.toString()); in loadSteps() 954 return step; // start from last pattern?? //firstStep; in loadSteps()
|
/libcore/luni/src/test/java/tests/java/sql/ |
D | QueryTimeoutTest.java | 686 public void step(FunctionContext fc, String[] args) { in step() method in QueryTimeoutTest.Delay
|