Searched refs:finish (Results 1 - 25 of 406) sorted by last modified time

1234567891011>>

/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DCaptureActivity.java134 finish();
166 finish();
213 finish();
H A DCaptureActivityHandler.java92 activity.finish();
H A DFinishListener.java45 activityToFinish.finish();
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c420 rsa_meth->finish = cryptoapi_finish;
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c420 rsa_meth->finish = cryptoapi_finish;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c420 rsa_meth->finish = cryptoapi_finish;
/external/xmlwriter/src/org/jheer/
H A DXMLWriter.java49 * Finally, call either the {@link #finish()} or {@link #finish(String)}
400 public void finish() throws IOException { method in class:XMLWriter
410 public void finish(String footer) throws IOException { method in class:XMLWriter
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/vogar/src/vogar/monitor/
H A DHostMonitor.java133 handler.finish(new Outcome(currentOutcome, currentResult, output.toString()));
162 void finish(Outcome outcome); method in interface:HostMonitor.Handler
/external/vogar/src/vogar/tasks/
H A DRunActionTask.java204 @Override public void finish(Outcome outcome) { method in class:RunActionTask
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp91 //If we can finish in one iteration without exceeding either (2 to the MAX_SPLITS) or n bins, do so
1004 update_offset(RandomAccessIter first, RandomAccessIter finish, unsigned &char_offset) argument
1016 } while(++curr != finish);
1026 update_offset(RandomAccessIter first, RandomAccessIter finish, unsigned &char_offset, get_char getchar, get_length length) argument
1038 } while(++curr != finish);
1113 RandomAccessIter finish = last - 1; local
1115 for(;(*finish).size() <= char_offset; --finish) { }
1116 ++finish;
1118 update_offset(first, finish, char_offse
1290 RandomAccessIter finish = last - 1; local
1377 RandomAccessIter finish = last - 1; local
[all...]
/external/valgrind/callgrind/
H A Dglobal.h633 void (*finish)(void); member in struct:cachesim_if
H A Dmain.c1879 void finish(void) function
1885 CLG_DEBUG(0, "finish()\n");
1887 (*CLG_(cachesim).finish)();
1943 finish();
H A Dsim.c1709 .finish = cachesim_finish,
/external/valgrind/exp-bbv/tests/amd64-linux/
H A Dll.S415 je almost_done # ! if so, finish
/external/valgrind/exp-bbv/tests/x86-linux/
H A Dll.S415 je almost_done # if so, finish
/external/v8/test/mjsunit/tools/
H A Dtickprocessor.js359 PrintMonitor.prototype.finish = function() {
390 pm.finish();
/external/v8/test/webkit/fast/js/kde/
H A Dmd5-1.js347 function finish() { function
403 finish();
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js1280 function finish(byteArray) {
1291 plugin['handle'](byteArray, fullname, finish, function() {
1298 if (!handled) finish(byteArray);
4070 function finish(audio) {
4090 audio.addEventListener('canplaythrough', function() { finish(audio) }, false); // use addEventListener due to chromium bug 124926
4119 finish(audio); // we don't wait for confirmation this worked - but it's worth trying
4124 finish(audio); // try to use it even though it is not necessarily ready to play
[all...]
/external/v8/src/compiler/
H A Dchange-lowering-unittest.cc158 Node* finish = reduction.replacement(); local
161 finish,
H A Dinstruction-selector-unittest.cc188 Node* finish = m.NewNode(m.common()->Finish(1), param, m.graph()->start()); local
189 m.Return(finish);
203 EXPECT_EQ(finish->id(), s.ToVreg(s[1]->Output()));
204 EXPECT_TRUE(s.IsReference(finish->id()));
/external/v8/src/x87/
H A Dlithium-codegen-x87.cc4026 Label slow, done, smi, finish; local
4072 __ jmp(&finish);
4079 __ bind(&finish);
4241 Label slow, done, smi, finish; local
4287 __ jmp(&finish);
4294 __ bind(&finish);
/external/tinyxml/
H A Dtinystr.cpp79 memmove(finish(), str, len);
H A Dtinystr.h208 char* finish() const { return rep_->str + rep_->size; }
/external/tcpdump/
H A Dprint-rx.c1076 goto finish;
1081 goto finish;
1106 goto finish;
1114 goto finish;
1120 goto finish;
1128 goto finish;
1131 finish:
2731 * ack list, and if we got a range we need to finish it up.

Completed in 892 milliseconds

1234567891011>>