HomeSort by relevance Sort by last modified time
    Searched refs:finish (Results 226 - 250 of 800) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssl/crypto/conf/
conf_mod.c 85 /* Finish function */
86 conf_finish_func *finish; member in struct:conf_module_st
306 tmod->finish = ffunc;
399 /* We've started the module so we'd better finish it */
400 if (pmod->finish && init_called)
401 pmod->finish(imod);
454 /* finish and free up all modules instances */
468 /* finish a module instance */
472 if (imod->pmod->finish)
473 imod->pmod->finish(imod)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodHelperActivity.java 121 // Not yet ready to finish- wait until the result comes back
125 finish(); method
145 finish(); method
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
ApplicationRestrictionsTest.java 103 finish(); method
195 private void finish() { method in class:ApplicationRestrictionsTest
196 startTestActivity(ApplicationRestrictionActivity.FINISH);
  /cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
SequentialRWTest.java 97 long finish = System.currentTimeMillis(); local
99 ReportLog.calcRatePerSec((double)fileSize / 1024 / 1024, finish - start),
  /cts/tests/app/src/android/app/cts/
SearchManagerStubActivity.java 157 finish(); method
162 finish(); method
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 77 mActivity.finish();
89 mActivity.finish();
100 activity.finish();
108 a.finish();
116 activity.finish();
123 activity.finish();
385 activity.finish();
400 activity.finish();
  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 122 result.finish();
160 result.finish();
  /developers/build/prebuilts/gradle/DelayedConfirmation/Wearable/src/main/java/com/example/android/wearable/delayedconfirmation/
MainActivity.java 97 finish(); method
109 finish(); method
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 122 result.finish();
160 result.finish();
  /developers/samples/android/wearable/wear/DelayedConfirmation/Wearable/src/main/java/com/example/android/wearable/delayedconfirmation/
MainActivity.java 97 finish(); method
109 finish(); method
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
GetRestrictionsReceiver.java 122 result.finish();
160 result.finish();
  /development/samples/browseable/DelayedConfirmation/Wearable/src/com.example.android.wearable.delayedconfirmation/
MainActivity.java 97 finish(); method
109 finish(); method
  /external/chromium_org/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/
ChromiumLinkerTestActivity.java 122 finish(); method
137 finish(); method
  /external/chromium_org/native_client_sdk/src/examples/api/core/
test.js 26 test.log('Waiting 1 second for test to finish.');
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketDeflateFramer.cpp 179 if (!m_deflater->addBytes(frame.payload, frame.payloadLength) || !m_deflater->finish()) {
206 if (!m_inflater->addBytes(frame.payload, frame.payloadLength) || !m_inflater->finish()) {
WebSocketPerMessageDeflate.cpp 195 if (frame.final && !m_deflater->finish()) {
196 m_failureReason = "Failed to finish compression";
243 if (frame.final && !m_inflater->finish()) {
244 m_failureReason = "Failed to finish decompression";
  /external/chromium_org/third_party/icu/source/extra/uconv/
uwmsg.c 60 if(U_FAILURE(*status)) goto finish;
81 finish:
  /external/chromium_org/third_party/skia/tests/
PathOpsOpCubicThreadedTest.cpp 80 if (!reporter->allowExtendedTest()) goto finish;
83 finish:
PathOpsOpRectThreadedTest.cpp 87 if (!reporter->allowExtendedTest()) goto finish;
90 finish:
PathOpsQuadLineIntersectionThreadedTest.cpp 122 if (!reporter->allowExtendedTest()) goto finish;
125 finish:
PathOpsSimplifyDegenerateThreadedTest.cpp 87 if (!reporter->allowExtendedTest()) goto finish;
90 finish:
PathOpsSimplifyQuadThreadedTest.cpp 87 if (!reporter->allowExtendedTest()) goto finish;
91 finish:
PathOpsSimplifyQuadralateralsThreadedTest.cpp 88 if (!reporter->allowExtendedTest()) goto finish;
92 finish:
PathOpsSimplifyTrianglesThreadedTest.cpp 96 if (!reporter->allowExtendedTest()) goto finish;
99 finish:
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
DeqpInstrumentation.java 139 finish(0, new Bundle());
148 finish(1, new Bundle());

Completed in 1279 milliseconds

1 2 3 4 5 6 7 8 91011>>