Searched refs:finished (Results 1 - 25 of 41) sorted by relevance

12

/external/webkit/WebKit/qt/docs/webkitsnippets/webpage/
H A Dmain.cpp33 void finished();
50 QObject::connect(&thumbnail, SIGNAL(finished()),
78 emit finished();
/external/dropbear/
H A Dcli-auth.c239 int finished = 0; local
245 * As soon as "finished" is set for one, we don't do any more. */
248 finished = cli_auth_pubkey();
254 if (!finished && ses.authstate.authtypes & AUTH_TYPE_INTERACT) {
256 finished = 0;
260 finished = 1;
266 if (!finished && ses.authstate.authtypes & AUTH_TYPE_PASSWORD) {
268 finished = 1;
275 if (!finished) {
/external/webkit/WebCore/wml/
H A DWMLVariables.cpp87 bool finished = false; local
91 while (!finished) {
95 finished = true;
108 finished = true;
123 finished = true;
140 finished = true;
147 finished = true;
154 finished = true;
/external/icu4c/tools/genprops/misc/
H A Ducdmerge.c76 int finished; local
79 finished=0;
93 finished=1;
127 if(finished) {
/external/ppp/pppd/
H A Dfsm.c232 if( f->callbacks->finished )
233 (*f->callbacks->finished)(f);
294 if( f->callbacks->finished )
295 (*f->callbacks->finished)(f);
311 if( (f->flags & OPT_PASSIVE) == 0 && f->callbacks->finished )
312 (*f->callbacks->finished)(f);
651 if( f->callbacks->finished )
652 (*f->callbacks->finished)(f);
657 if( f->callbacks->finished )
658 (*f->callbacks->finished)(
[all...]
H A Dfsm.h108 void (*finished) /* Called when we don't want the lower layer */ member in struct:fsm_callbacks
/external/openssl/crypto/pkcs7/
H A Dbio_ber.c97 int finished; /* No more read data */ member in struct:bio_ber_struct
238 if (ctx->finished) return(0);
261 ctx->finished=1;
341 ctx->finished=0;
375 if (!ctx->finished)
377 ctx->finished=1;
/external/dbus/dbus/
H A Ddbus-signature.c36 unsigned int finished : 1; /**< true if we are at the end iter */ member in struct:__anon756
71 real_iter->finished = FALSE;
166 if (real_iter->finished)
174 real_iter->finished = TRUE;
185 real_iter->finished = TRUE;
H A Ddbus-marshal-recursive.h48 dbus_uint32_t finished : 1; /**< marks we're at end iterator for cases member in struct:DBusTypeReader
/external/openssl/crypto/evp/
H A Dbio_enc.c80 int cont; /* <= 0 when finished */
81 int finished; member in struct:enc_struct
119 ctx->finished=0;
300 ctx->finished=0;
331 if (!ctx->finished)
333 ctx->finished=1;
H A Dbio_ok.c151 int cont; /* <= 0 when finished */
152 int finished; member in struct:ok_struct
189 ctx->finished=0;
362 ctx->finished=0;
394 ctx->finished=1;
/external/webkit/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.h124 void finished();
H A DMediaPlayerPrivatePhonon.cpp111 connect(m_mediaObject, SIGNAL(finished()), this, SLOT(finished()));
467 void MediaPlayerPrivate::finished() function in class:WebCore::MediaPlayerPrivate
/external/svox/pico/lib/
H A Dpicotrns.c444 initialized by 'StartTransduction'. Repeat calls to this procedure until '*finished' returns true.
461 picoos_bool * finished)
472 (*finished) = 0;
497 /* not finished; do regular step */
552 (*finished) = 1;
569 picoos_bool finished; local
586 finished = 0;
588 while (!finished) {
590 inSeq,inSeqLen,outSeq,outSeqLen,maxOutSeqLen,&finished);
456 TransductionStep(picokfst_FST fst, struct picotrns_transductionState * transductionState, picotrns_altDesc_t altDesc[], picoos_uint16 maxAltDescLen, picoos_bool firstSolOnly, picotrns_printSolutionFct printSolution, const picotrns_possym_t inSeq[], picoos_uint16 inSeqLen, picotrns_possym_t outSeq[], picoos_uint16 * outSeqLen, picoos_uint16 maxOutSeqLen, picoos_bool * finished) argument
/external/blktrace/
H A Dblkiomon.c274 int finished; local
287 finished = dstat_curr;
291 head = dstat_list[finished];
294 dstat_list[finished] = NULL;
295 dstat_tree[finished] = RB_ROOT;
/external/webkit/JavaScriptCore/wtf/qt/
H A DThreadingQt.cpp176 QObject::connect(thread, SIGNAL(finished()), ThreadMonitor::instance(), SLOT(threadFinished()));
/external/webkit/WebCore/html/
H A DHTMLParser.h70 void finished();
H A DHTMLParser.cpp1130 bool finished = false; local
1136 while (!finished && (iterationCount++ < cResidualStyleIterationLimit)) {
1144 finished = true;
1151 finished = false;
1274 finished = true;
1293 if (!finished) {
1650 void HTMLParser::finished() function in class:WebCore::HTMLParser
H A DHTMLTokenizer.cpp438 // Reset m_currentScriptTagStartLineNumber to indicate that we've finished parsing the current script element
1849 // The part needs to know that the tokenizer has finished with its data,
1897 m_parser->finished();
2062 bool finished = false;
2065 while (!finished && m_pendingScripts.first()->isLoaded()) {
2102 finished = m_pendingScripts.isEmpty();
2103 if (finished) {
2108 printf("external script finished execution at %d\n", m_doc->elapsedTime());
2113 finished = true;
/external/webkit/WebCore/inspector/front-end/
H A DResource.js303 get finished()
308 set finished(x)
317 this.dispatchEventToListeners("finished");
/external/webkit/WebKit/chromium/src/js/
H A DProfilerProcessor.js301 * @param {function(devtools.profiler.ProfileView)} finished Finished
304 devtools.profiler.Processor.prototype.setCallbacks = function(started, processing, finished)
308 this.finishedProfileProcessing_ = finished;
H A DDevTools.js345 if (resource && resource.mainResource && resource.finished)
/external/qemu/android/
H A Dconsole.c100 char finished; member in struct:ControlClientRec_
267 client->finished = 0;
468 if (client->finished)
530 if (client->finished) {
646 client->finished = 1;
/external/bluetooth/bluez/src/
H A Dstorage.c637 int i, finished = 0; local
639 for (i = 0; !finished; i++) {
641 finished = 1;
/external/freetype/src/autofit/
H A Dafhints.c400 FT_Int finished = 0; local
455 finished = 1;
486 } while ( !finished );

Completed in 260 milliseconds

12