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

1234567891011>>

/external/tinyxml/
H A Dtinystr.cpp79 memmove(finish(), str, len);
/external/icu/icu4c/source/samples/date/
H A Ddate.c272 if(s == 0) goto finish;
275 if(U_FAILURE(*status)) goto finish;
283 finish:
/external/llvm/lib/Support/
H A Dregcomp.c751 char start, finish; local
794 finish = '-';
796 finish = p_b_symbol(p);
798 finish = start;
800 REQUIRE(start <= finish, REG_ERANGE);
801 for (i = start; i <= finish; i++)
988 sopno finish = HERE(); local
1002 DROP(finish-start); /* drop the operand */
1027 copy = dupl(p, start+1, finish+1);
1028 assert(copy == finish
1321 dupl(struct parse *p, sopno start, sopno finish) argument
[all...]
/external/deqp/modules/egl/
H A DteglSwapBuffersTests.cpp344 gl.finish();
362 gl.finish();
383 gl.finish();
397 gl.finish();
403 gl.finish();
/external/skia/src/gpu/
H A DGrStencilAndCoverTextContext.cpp165 this->finish();
217 this->finish();
236 builder.finish();
471 void GrStencilAndCoverTextContext::finish() { function in class:GrStencilAndCoverTextContext
483 GrTextContext::finish();
H A DGrTextContext.h86 void finish() { fDrawTarget = NULL; } function in class:GrTextContext
/external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/
H A Dstorage_api.py734 self._flush(finish=False)
750 self._flush(finish=True)
760 def _flush(self, finish=False):
765 the file with finish=True.
767 while ((finish and self._buffered >= 0) or
768 (not finish and self._buffered >= self._blocksize)):
782 if not finish and (
802 if finish and not self._buffered:
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DCaptureActivity.java134 finish();
166 finish();
213 finish();
/external/boringssl/include/openssl/
H A Ddh.h219 /* finish is called before |dh| is destructed. */
220 void (*finish)(DH *dh); member in struct:dh_method
/external/boringssl/src/include/openssl/
H A Ddh.h219 /* finish is called before |dh| is destructed. */
220 void (*finish)(DH *dh); member in struct:dh_method
/external/harfbuzz_ng/util/
H A Dhb-shape.cc107 void finish (const font_options_t *font_opts) function in struct:output_buffer_t
/external/jetty/src/java/org/eclipse/jetty/servlets/
H A DGzipFilter.java310 wrappedResponse.finish();
440 * thread safe when thread A calls finish, but thread B is writing
441 * @see java.util.zip.GZIPOutputStream#finish()
444 public synchronized void finish() throws IOException
446 super.finish();
511 wrappedResponse.finish();
/external/llvm/test/MC/ARM/
H A Deh-compact-pr1.s46 @ 0xB0 = finish
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt.h120 void (*finish)( struct draw_pt_middle_end * ); member in struct:draw_pt_middle_end
/external/okhttp/okio/okio/src/main/java/okio/
H A DDeflaterSink.java119 deflater.finish();
/external/skia/tests/
H A DSHA1Test.cpp44 context.finish(digest);
/external/svox/pico/src/com/svox/pico/
H A DCheckVoiceData.java110 finish();
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DOrientationSensorExampleActivity.java203 redrawer.finish();
210 finish();
/external/boringssl/src/crypto/dh/
H A Ddh.c123 if (dh->meth->finish) {
124 dh->meth->finish(dh);
/external/chromium-trace/trace-viewer/tracing/build/
H A Ddev_server.py81 def finish(self): member in class:DevServerHandler
83 SimpleHTTPServer.SimpleHTTPRequestHandler.finish(self)
/external/harfbuzz_ng/src/
H A Dhb-common.cc229 void finish (void) { free ((void *) lang); } function in struct:hb_language_item_t
243 langs->finish ();
H A Dhb-private.hh429 inline void finish (void) function in struct:hb_prealloced_array_t
442 ~hb_auto_array_t (void) { hb_prealloced_array_t<Type>::finish (); }
464 old.finish ();
489 old.finish ();
520 inline void finish (lock_t &l) function in struct:hb_lockable_set_t
524 items.finish ();
532 old.finish ();
535 items.finish ();
/external/jetty/src/java/org/eclipse/jetty/http/gzip/
H A DCompressedResponseWrapper.java340 * @see org.eclipse.jetty.http.gzip.CompressedResponseWrapper#finish()
342 public void finish() throws IOException method in class:CompressedResponseWrapper
347 _compressedStream.finish();
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DGzipHandler.java278 wrappedResponse.finish();
296 wrappedResponse.finish();
/external/llvm/utils/vim/
H A Dtablegen.vim9 finish

Completed in 7822 milliseconds

1234567891011>>