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

1 2 3 4 5

  /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++) {
  /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/mesa3d/src/mesa/program/
prog_optimize.c 165 GLint i, removeEnd = 0, removeCount = 0;
172 if (removeCount == 0) {
175 removeCount = 1;
179 removeCount++;
186 if (removeCount > 0) {
187 GLint removeStart = removeEnd - removeCount + 1;
188 _mesa_delete_instructions(prog, removeStart, removeCount, mem_ctx);
189 removeStart = removeCount = 0; /* reset removal info */
194 if (removeCount > 0) {
195 GLint removeStart = removeEnd - removeCount + 1
    [all...]
  /libcore/ojluni/src/main/java/java/util/
ArrayList.java     [all...]
Vector.java     [all...]
  /prebuilts/tools/common/m2/repository/me/leolin/ShortcutBadger/1.1.13/
ShortcutBadger-1.1.13.jar 
  /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 
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3/
auto-value-1.3.jar 

Completed in 243 milliseconds

1 2 3 4 5