OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cstmt
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/test/java/libcore/java/sql/
OldConnectionTest.java
884
CallableStatement
cstmt
= null;
local
890
cstmt
= conn.prepareCall("call welcomeAnimal(3, 'Petya', 'Cock')");
895
cstmt
.execute();
908
cstmt
.close();
943
CallableStatement
cstmt
= null;
local
948
cstmt
= conn.prepareCall(query, ResultSet.TYPE_FORWARD_ONLY,
957
cstmt
= conn.prepareCall(query, ResultSet.TYPE_FORWARD_ONLY,
959
cstmt
.execute("select id, name from zoo");
960
rs =
cstmt
.getResultSet();
980
cstmt
.close()
1056
CallableStatement
cstmt
= null;
local
[
all
...]
/external/clang/lib/Analysis/
UninitializedValues.cpp
171
const CFGStmt *
cstmt
= block->front().getAs<CFGStmt>();
local
172
if (!
cstmt
)
175
const BinaryOperator *b = dyn_cast_or_null<BinaryOperator>(
cstmt
->getStmt());
Completed in 63 milliseconds