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

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
CameraTestResultPrinter.java 35 private static final String KEY_NUM_ATTEMPTS = "numAttempts"; // Total number of iterations
58 public void printStatus(int numAttempts, int iteration, String cameraId) throws Exception {
59 Log.v(TAG, String.format("Print status: numAttempts=%d iteration=%d cameraId=%s",
60 numAttempts, iteration, cameraId));
62 sendInstrumentationStatus(numAttempts, iteration, cameraId);
65 writeToFile(numAttempts, iteration, cameraId);
72 public void printStatus(int numAttempts, int iteration) throws Exception {
73 printStatus(numAttempts, iteration, "");
79 private void sendInstrumentationStatus(int numAttempts, int iteration, String cameraId)
82 output.putString(KEY_NUM_ATTEMPTS, String.valueOf(numAttempts));
    [all...]
  /device/generic/goldfish/camera/
EmulatedCameraFactory.cpp 447 int numAttempts = 100;
450 for (int i = 0; i < numAttempts; ++i) {
458 ALOGE("timeout (%dms) waiting for property qemu.sf.fake_camera to be set\n", 5 * numAttempts);
  /packages/apps/Settings/src/com/android/settings/
ConfirmDeviceCredentialBaseFragment.java 285 protected void updateErrorMessage(int numAttempts) {
288 if (maxAttempts > 0 && numAttempts > 0) {
289 int remainingAttempts = maxAttempts - numAttempts;
304 numAttempts, maxAttempts);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConnectivityManagerTest.java 404 int numAttempts = 0;
417 numAttempts++;
427 verify(mWifiStateMachine, times(numAttempts)).startConnectToNetwork(
443 int numAttempts = 0;
456 numAttempts++;
465 numAttempts++;
468 verify(mWifiStateMachine, times(numAttempts)).startConnectToNetwork(
483 int numAttempts = 0;
496 numAttempts++;
508 numAttempts++
    [all...]
HalDeviceManagerTest.java     [all...]
  /frameworks/multidex/library/src/android/support/multidex/
MultiDexExtractor.java 252 int numAttempts = 0;
254 while (numAttempts < MAX_EXTRACT_ATTEMPTS && !isExtractionSuccessful) {
255 numAttempts++;
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 220 const int numAttempts = 100;
304 for (int ndx = 0; ndx < numAttempts; ++ndx)
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 333 const int numAttempts = 100;
438 for (int ndx = 0; ndx < numAttempts; ++ndx)
  /prebuilts/sdk/current/multidex/library/
android-support-multidex.jar 
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 506 const int numAttempts = 100;
590 for (int ndx = 0; ndx < numAttempts; ++ndx)
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 409 const int numAttempts = 300;
518 for (int ndx = 0; ndx < numAttempts; ++ndx)
  /external/deqp/modules/egl/
teglRenderTests.cpp 196 int numAttempts = 0;
213 if (++numAttempts > maxAttempts)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 911 const int numAttempts = 300;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp     [all...]

Completed in 2559 milliseconds