OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numFound
(Results
1 - 5
of
5
) sorted by null
/system/extras/procrank/
procrank.c
52
int
numFound
= 0;
91
while (*p &&
numFound
< 6) {
104
numFound
++;
/frameworks/base/core/jni/
android_util_Process.cpp
444
int
numFound
= 0;
448
while (*p &&
numFound
< num) {
462
numFound
++;
470
return
numFound
> 0 ? mem : -1;
android_os_Debug.cpp
568
int
numFound
= 0;
616
while (*p &&
numFound
< 8) {
629
numFound
++;
/frameworks/base/services/java/com/android/server/
DropBoxManagerService.java
351
int
numFound
= 0, numArgs = searchArgs.size();
364
numFound
++;
433
if (
numFound
== 0) out.append("(No entries found.)\n");
/frameworks/base/core/java/android/content/pm/
PackageParser.java
[
all
...]
Completed in 249 milliseconds