HomeSort by relevance Sort by last modified time
    Searched refs:foundCount (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/net/src/android/net/cts/
ConnectivityManagerTest.java 155 int foundCount = 0;
157 if (i.getType() == type) foundCount++;
159 if (foundCount != desiredFoundCount) {
163 assertTrue("Unexpected foundCount of " + foundCount + " for type " + type,
164 foundCount == desiredFoundCount);
  /frameworks/base/core/jni/
android_util_Process.cpp 543 int foundCount = 0;
546 while (*p && foundCount < count) {
564 foundCount++;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 91 milliseconds