OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numFound
(Results
1 - 13
of
13
) sorted by null
/external/deqp/framework/delibs/depool/
dePoolSet.c
82
int
numFound
= 0;
89
numFound
++;
92
DE_TEST_ASSERT(
numFound
== deTestSet_getNumElements(set));
dePoolHash.c
98
int
numFound
= 0;
107
numFound
++;
110
DE_TEST_ASSERT(
numFound
== deTestHash_getNumElements(hash));
/external/gptfdisk/
gptcl.cc
543
int
numFound
= 0;
547
while ((
numFound
< itemNum) && (!foundLast)) {
549
numFound
++;
553
} else if (
numFound
< itemNum) {
557
if ((
numFound
== itemNum) && (
numFound
> 0))
basicmbr.cc
636
int
numFound
= 0;
646
numFound
++;
654
return
numFound
;
[
all
...]
gpt.cc
588
int i, found,
numFound
= 0;
605
numFound
++;
618
return
numFound
;
[
all
...]
/system/extras/procrank/
procrank.c
70
unsigned int
numFound
= 0;
122
while (*p && (
numFound
< (sizeof(tagsLen) / sizeof(tagsLen[0])))) {
135
numFound
++;
/frameworks/base/core/jni/
android_util_Process.cpp
591
size_t
numFound
= 0;
595
while (*p &&
numFound
< num) {
609
numFound
++;
617
return
numFound
> 0 ? mem : -1;
[
all
...]
android_os_Debug.cpp
683
size_t
numFound
= 0;
741
while (*p &&
numFound
< (sizeof(tagsLen) / sizeof(tagsLen[0]))) {
754
numFound
++;
[
all
...]
/frameworks/base/services/core/java/com/android/server/
DropBoxManagerService.java
391
int
numFound
= 0, numArgs = searchArgs.size();
404
numFound
++;
478
if (
numFound
== 0) out.append("(No entries found.)\n");
[
all
...]
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.plexus-0.0.0.M5.jar
/prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/
org.eclipse.sisu.plexus-0.0.0.M5.jar
/external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 1058 milliseconds