OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oldID
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/test/java/tests/java/sql/
MultiThreadAccessTest.java
177
int
oldID
= 5;
179
threadPool.runTask(createTask6(
oldID
, newID));
202
result = statement.executeQuery(selectQuery +
oldID
);
424
private static Runnable createTask6(final int
oldID
, final int newID) {
433
+ ", field3=" + newID + " WHERE id=" +
oldID
;
/libcore/luni/src/test/java/tests/SQLite/
DatabaseTest.java
570
int
oldID
= 5;
572
threadPool.runTask(createTask3(
oldID
, dbFile.getPath(), newID,
696
int
oldID
= 5;
698
threadPool.runTask(createTask3(
oldID
, dbFile.getPath(), newID,
[
all
...]
Completed in 185 milliseconds