HomeSort by relevance Sort by last modified time
    Searched refs:removeCount (Results 1 - 25 of 71) sorted by null

1 2 3

  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
WifiConfigLockdownTest.java 102 int removeCount = 0;
107 ++removeCount;
111 " Instead removed: " + removeCount, 2, removeCount);
142 int removeCount = 0;
147 ++removeCount;
151 " Instead tried to remove: " + removeCount, 1, removeCount);
  /external/replicaisland/src/com/replica/replicaisland/
ChangeComponentsComponent.java 117 final int removeCount = mComponentsToRemove.getCount();
118 for (int x = 0; x < removeCount; x++) {
  /external/mesa3d/src/mesa/program/
prog_optimize.c 175 GLint i, removeEnd = 0, removeCount = 0;
182 if (removeCount == 0) {
185 removeCount = 1;
189 removeCount++;
196 if (removeCount > 0) {
197 GLint removeStart = removeEnd - removeCount + 1;
198 _mesa_delete_instructions(prog, removeStart, removeCount);
199 removeStart = removeCount = 0; /* reset removal info */
204 if (removeCount > 0) {
205 GLint removeStart = removeEnd - removeCount + 1
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Vector.java     [all...]
ArrayList.java     [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
valuetest.cpp 877 size_t removeCount = last - first;
878 EXPECT_EQ(n - removeCount, x.Size());
881 for (unsigned i = first; i < n - removeCount; i++)
882 EXPECT_EQ(i + removeCount, x[i][0].GetUint());
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Multisets.java 763 int removeCount = occurrencesToRemove.count(entry.getElement());
764 if (removeCount >= entry.getCount()) {
767 } else if (removeCount > 0) {
768 multisetToModify.remove(entry.getElement(), removeCount);
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /external/dagger2/lib/
auto-value-1.0.jar 
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
guava-17.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar 

Completed in 1098 milliseconds

1 2 3