Searched refs:finish (Results 101 - 125 of 441) sorted by relevance

1234567891011>>

/external/harfbuzz_ng/util/
H A Dhb-ot-shape-closure.cc90 void finish (const font_options_t *font_opts) function in struct:shape_closure_consumer_t
H A Dmain-font-text.hh67 consumer.finish (&font_opts);
/external/llvm/lib/CodeGen/
H A DSpillPlacement.h14 // finish() which are called by the register allocator.
132 /// finish - Compute the optimal spill code placement given the
139 bool finish();
/external/openssl/crypto/comp/
H A Dcomp.h18 void (*finish)(COMP_CTX *ctx); member in struct:comp_method_st
/external/openssl/crypto/dh/
H A Ddh_lib.c102 if (mtmp->finish) mtmp->finish(dh);
204 if (r->meth->finish)
205 r->meth->finish(r);
/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/src/utils/
H A DSkBitmapHasher.cpp47 out.finish(digest);
/external/svox/pico/src/com/svox/pico/
H A DGetSampleText.java64 finish();
/external/chromium_org/third_party/openssl/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/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/skia/tests/
H A DSkpSkGrTest.cpp387 goto finish;
403 goto finish;
416 goto finish;
438 goto finish;
452 goto finish;
470 finish:
H A DPathOpsOpCubicThreadedTest.cpp82 if (!reporter->allowExtendedTest()) goto finish;
85 finish:
H A DPathOpsOpRectThreadedTest.cpp87 if (!reporter->allowExtendedTest()) goto finish;
90 finish:
H A DPathOpsQuadLineIntersectionThreadedTest.cpp124 if (!reporter->allowExtendedTest()) goto finish;
127 finish:
H A DPathOpsSimplifyDegenerateThreadedTest.cpp87 if (!reporter->allowExtendedTest()) goto finish;
90 finish:
H A DPathOpsSimplifyQuadThreadedTest.cpp88 if (!reporter->allowExtendedTest()) goto finish;
92 finish:
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp88 if (!reporter->allowExtendedTest()) goto finish;
92 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/openssl/openssl/crypto/ecdh/
H A Dech_lib.c120 if (mtmp->finish)
121 mtmp->finish(eckey);
/external/icu4c/extra/uconv/
H A Duwmsg.c60 if(U_FAILURE(*status)) goto finish;
81 finish:
/external/llvm/utils/lit/lit/
H A DTestingConfig.py84 config.finish(litConfig)
119 def finish(self, litConfig): member in class:TestingConfig
120 """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 3605 milliseconds

1234567891011>>