Searched refs:finish (Results 126 - 150 of 567) sorted by relevance

1234567891011>>

/external/openssl/crypto/dsa/
H A Ddsa_lib.c113 if (mtmp->finish) mtmp->finish(dsa);
214 if(r->meth->finish)
215 r->meth->finish(r);
/external/openssl/crypto/rsa/
H A Drsa_lib.c122 if (mtmp->finish) mtmp->finish(rsa);
234 if (r->meth->finish)
235 r->meth->finish(r);
/external/openssl/include/openssl/
H A Dcomp.h18 void (*finish)(COMP_CTX *ctx); member in struct:comp_method_st
/external/skia/dm/
H A DDMTask.h37 void finish();
/external/skia/src/utils/
H A DSkBitmapHasher.cpp47 out.finish(digest);
/external/svox/pico/src/com/svox/pico/
H A DGetSampleText.java64 finish();
/external/chromium_org/mojo/public/js/bindings/
H A Dcodec_unittests.js34 var message = builder.finish();
104 var message = builder.finish();
167 var reader = new codec.MessageReader(builder.finish());
182 var message = builder.finish();
240 var message = builder.finish();
/external/openssl/crypto/conf/
H A Dconf_mod.c86 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);
/external/chromium_org/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/
H A DChromiumLinkerTestActivity.java122 finish();
137 finish();
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationPlayer.h88 void finish(ExceptionState&);
95 DEFINE_ATTRIBUTE_EVENT_LISTENER(finish);
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketDeflateFramer.cpp179 if (!m_deflater->addBytes(frame.payload, frame.payloadLength) || !m_deflater->finish()) {
206 if (!m_inflater->addBytes(frame.payload, frame.payloadLength) || !m_inflater->finish()) {
H A DWebSocketPerMessageDeflate.cpp195 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/
H A Duwmsg.c60 if(U_FAILURE(*status)) goto finish;
81 finish:
/external/chromium_org/third_party/skia/tests/
H A DPathOpsOpCubicThreadedTest.cpp80 if (!reporter->allowExtendedTest()) goto finish;
83 finish:
H A DPathOpsOpRectThreadedTest.cpp87 if (!reporter->allowExtendedTest()) goto finish;
90 finish:
H A DPathOpsQuadLineIntersectionThreadedTest.cpp122 if (!reporter->allowExtendedTest()) goto finish;
125 finish:
H A DPathOpsSimplifyDegenerateThreadedTest.cpp87 if (!reporter->allowExtendedTest()) goto finish;
90 finish:
H A DPathOpsSimplifyQuadThreadedTest.cpp87 if (!reporter->allowExtendedTest()) goto finish;
91 finish:
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp88 if (!reporter->allowExtendedTest()) goto finish;
92 finish:
H A DPathOpsSimplifyTrianglesThreadedTest.cpp96 if (!reporter->allowExtendedTest()) goto finish;
99 finish:
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DDeqpInstrumentation.java139 finish(0, new Bundle());
148 finish(1, new Bundle());
/external/icu/icu4c/source/extra/uconv/
H A Duwmsg.c60 if(U_FAILURE(*status)) goto finish;
81 finish:
/external/lldb/scripts/Python/
H A Dmodify-python-lldb.py281 def finish(self): member in class:NewContent
432 new_content.finish()
/external/llvm/utils/lit/lit/
H A DTestingConfig.py110 self.finish(litConfig)
129 def finish(self, litConfig): member in class:TestingConfig
130 """finish() - Finish this config object, after loading is complete."""
/external/openssl/crypto/ecdh/
H A Dech_lib.c120 if (mtmp->finish)
121 mtmp->finish(eckey);

Completed in 1390 milliseconds

1234567891011>>