Home
last modified time | relevance | path

Searched defs:success (Results 1 – 25 of 42) sorted by relevance

12

/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
Dutils.cpp32 GLint success; in CompileShader() local
50 GLint success; in LinkProgram() local
/cts/tests/tests/nativemedia/aaudio/src/
Dutils.cpp85 void StreamBuilderHelper::createAndVerifyStream(bool *success) { in createAndVerifyStream()
171 void InputStreamBuilderHelper::createAndVerifyStream(bool *success) { in createAndVerifyStream()
191 void OutputStreamBuilderHelper::createAndVerifyStream(bool *success) { in createAndVerifyStream()
/cts/tests/tests/location/src/android/location/cts/
DGnssLocationValuesTest.java74 success); in testAccuracyFields() local
133 success); in testLocationRegularFields() local
DGnssMeasurementValuesTest.java92 success); in testListenForGnssMeasurements() local
DGnssStatusTest.java53 success); in checkGnssChange() local
DGnssNavigationMessageTest.java91 success); in testGnssNavigationMessageMandatoryFieldRanges() local
/cts/tests/tests/appwidget/packages/src/android/appwidget/cts/packages/
DAppWidgetConfirmPin.java73 private void sendSetupReply(boolean success) { in sendSetupReply()
/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_LinkerNamespacesTest.cpp131 bool success = true; in check_path() local
170 bool success = true; in jobject_array_to_set() local
218 bool success = true; in Java_android_jni_cts_LinkerNamespacesHelper_runAccessibilityTestImpl() local
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
DIsolatedServiceTest.java82 Boolean success = mActivity.getSuccess(); in runServiceTest() local
DPermissionTestService.java87 protected void onPostExecute(Boolean success) { in onPostExecute()
135 private void testNetworkAccessDone(boolean success) { in testNetworkAccessDone()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DSinglePaymentEmulatorActivity.java39 void onPaymentDefaultResult(ComponentName component, boolean success) { in onPaymentDefaultResult()
DDynamicAidEmulatorActivity.java50 void onPaymentDefaultResult(ComponentName component, boolean success) { in onPaymentDefaultResult()
DForegroundPaymentEmulatorActivity.java46 void onPaymentDefaultResult(ComponentName component, boolean success) { in onPaymentDefaultResult()
DDualPaymentEmulatorActivity.java54 void onPaymentDefaultResult(ComponentName component, boolean success) { in onPaymentDefaultResult()
DPrefixPaymentEmulator2Activity.java53 void onPaymentDefaultResult(ComponentName component, boolean success) { in onPaymentDefaultResult()
DPrefixPaymentEmulatorActivity.java53 void onPaymentDefaultResult(ComponentName component, boolean success) { in onPaymentDefaultResult()
DChangeDefaultEmulatorActivity.java81 void onPaymentDefaultResult(ComponentName component, boolean success) { in onPaymentDefaultResult()
/cts/tests/openglperf2/jni/reference/
DGLReference.cpp37 bool success = renderer->eglSetUp(); in Java_android_opengl2_cts_reference_GLGameActivity_startBenchmark() local
/cts/tests/openglperf2/jni/primitive/
DGLPrimitive.cpp49 bool success = gRenderer->setUp(workload); in Java_android_opengl2_cts_primitive_GLPrimitiveActivity_startBenchmark() local
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DGyroscopeIntegrationVerification.java85 Assert.assertTrue(builder.toString(), success); in verify() local
/cts/tests/tests/view/src/android/view/cts/
DTextureViewSnapshotTestActivity.java55 Boolean success = false; in waitForCompletion() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCamera2Focuser.java73 void onAutoFocusLocked(boolean success); in onAutoFocusLocked()
284 private void dispatchAutoFocusStatusLocked(final boolean success) { in dispatchAutoFocusStatusLocked()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DOffBodySensorTestActivity.java399 success); in runOffbodyDetectResponseTimeTest() local
448 success); in runOnbodyDetectResponseTimeTest() local
498 success); in runWakeAPOffbodyDetectTest() local
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
DTestCompanion.java68 protected void success() { in success() method in TestCompanion
/cts/tests/openglperf2/src/android/opengl2/cts/primitive/
DGLPrimitiveActivity.java118 private volatile boolean success = true; field in GLPrimitiveActivity.Worker

12