OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numupdated
(Results
1 - 4
of
4
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsProvider.java
204
int
numUpdated
= db.update(TABLE_NAME, values, selection, selectionArgs);
205
if (
numUpdated
> 0) {
209
return
numUpdated
;
238
int
numUpdated
= resolver.update(uri, values,
242
if (
numUpdated
== 0) {
PassFailButtons.java
393
int
numUpdated
= resolver.update(
395
if (
numUpdated
== 0) {
/external/llvm/lib/IR/
ConstantsContext.h
643
Constant *To, unsigned
NumUpdated
= 0,
653
if (
NumUpdated
== 1) {
Constants.cpp
[
all
...]
Completed in 1061 milliseconds