/external/dropbear/ |
H A D | cli-auth.c | 239 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 D | ucdmerge.c | 76 int finished; local 79 finished=0; 93 finished=1; 127 if(finished) {
|
/external/dbus/dbus/ |
H A D | dbus-marshal-recursive.h | 48 dbus_uint32_t finished : 1; /**< marks we're at end iterator for cases member in struct:DBusTypeReader
|
H A D | dbus-signature.c | 36 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 D | ucdmerge.c | 76 int finished; local 79 finished=0; 93 finished=1; 127 if(finished) {
|
/external/icu4c/tools/genprops/ |
H A D | ucdmerge.c | 76 int finished; local 79 finished=0; 93 finished=1; 127 if(finished) {
|
/external/webkit/WebCore/wml/ |
H A D | WMLVariables.cpp | 87 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 D | bio_enc.c | 80 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 D | bio_ok.c | 151 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 D | bio_ber.c | 97 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 D | fsm.h | 108 void (*finished) /* Called when we don't want the lower layer */ member in struct:fsm_callbacks
|
/external/webkit/WebCore/platform/graphics/qt/ |
H A D | MediaPlayerPrivatePhonon.cpp | 111 connect(m_mediaObject, SIGNAL(finished()), this, SLOT(finished())); 467 void MediaPlayerPrivate::finished() function in class:WebCore::MediaPlayerPrivate
|
/external/blktrace/ |
H A D | blkiomon.c | 274 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 D | picotrns.c | 444 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 D | storage.c | 702 int i, finished = 0; local 704 for (i = 0; !finished; i++) { 706 finished = 1;
|
/external/freetype/src/pshinter/ |
H A D | pshalgo.c | 1041 FT_Int finished = 0; local 1099 finished = 1; 1128 } while ( !finished );
|
/external/webkit/WebCore/html/ |
H A D | HTMLParser.cpp | 1130 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 D | ssl3prot.h | 160 finished = 20, enumerator in enum:__anon1144
|
/external/qemu/android/ |
H A D | console.c | 103 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 D | heap.cc | 3075 bool finished = false; local 3104 finished = true; 3109 return finished;
|
/external/chromium/third_party/icu/source/i18n/ |
H A D | ucol.cpp | 2853 // 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 D | ucol.cpp | 2716 // 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...] |