Searched defs:finished (Results 1 - 22 of 22) sorted by relevance

/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/chromium/third_party/icu/source/tools/genprops/misc/
H A Ducdmerge.c76 int finished; local
79 finished=0;
93 finished=1;
127 if(finished) {
/external/dbus/dbus/
H A Ddbus-marshal-recursive.h48 dbus_uint32_t finished : 1; /**< marks we're at end iterator for cases member in struct:DBusTypeReader
H A Ddbus-signature.c36 unsigned int finished : 1; /**< true if we are at the end iter */ member in struct:__anon1799
71 real_iter->finished = FALSE;
166 if (real_iter->finished)
174 real_iter->finished = TRUE;
185 real_iter->finished = TRUE;
/external/icu4c/tools/genprops/misc/
H A Ducdmerge.c76 int finished; local
79 finished=0;
93 finished=1;
127 if(finished) {
/external/icu4c/tools/genprops/
H A Ducdmerge.c76 int finished; local
79 finished=0;
93 finished=1;
127 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/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/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/ppp/pppd/
H A Dfsm.h108 void (*finished) /* Called when we don't want the lower layer */ member in struct:fsm_callbacks
/external/webkit/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.cpp111 connect(m_mediaObject, SIGNAL(finished()), this, SLOT(finished()));
467 void MediaPlayerPrivate::finished() function in class:WebCore::MediaPlayerPrivate
/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/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/bluetooth/bluez/src/
H A Dstorage.c702 int i, finished = 0; local
704 for (i = 0; !finished; i++) {
706 finished = 1;
/external/freetype/src/pshinter/
H A Dpshalgo.c1041 FT_Int finished = 0; local
1099 finished = 1;
1128 } while ( !finished );
/external/webkit/WebCore/html/
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
/external/chromium/net/third_party/nss/ssl/
H A Dssl3prot.h160 finished = 20, enumerator in enum:__anon1144
/external/qemu/android/
H A Dconsole.c103 char finished; member in struct:ControlClientRec_
270 client->finished = 0;
471 if (client->finished)
533 if (client->finished) {
649 client->finished = 1;
/external/v8/src/
H A Dheap.cc3075 bool finished = false; local
3104 finished = true;
3109 return finished;
/external/chromium/third_party/icu/source/i18n/
H A Ducol.cpp2853 // Unless we have a discontiguous contraction, we have finished
4346 * here, at least one sort key is finished now, but the other one
4351 /* src1 is not finished, therefore *src2==0, and src1 is appended */
4904 UBool finished = FALSE; local
4918 finished = TRUE;
5149 finished = TRUE;
5163 finished = TRUE;
5169 if(finished) {
5526 UBool finished = FALSE; local
5542 finished
[all...]
/external/icu4c/i18n/
H A Ducol.cpp2716 // Unless we have a discontiguous contraction, we have finished
4187 * here, at least one sort key is finished now, but the other one
4192 /* src1 is not finished, therefore *src2==0, and src1 is appended */
4727 UBool finished = FALSE; local
4741 finished = TRUE;
4969 finished = TRUE;
4977 finished = TRUE;
4991 finished = TRUE;
4997 if(finished) {
5329 UBool finished local
[all...]

Completed in 2066 milliseconds