Searched refs:picked (Results 1 - 10 of 10) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/code/
H A DDominatorTree.java123 int picked = -1;
127 picked = j;
134 if (j == picked) {
/external/ltp/testcases/open_posix_testsuite/scripts/
H A Dlocate-test24 Filenames need to follow some standarized format for them to be picked
26 picked up are:
/external/curl/lib/
H A Dhttp.c325 * return TRUE if one was picked
329 bool picked; local
332 picked = TRUE;
337 pick->picked = CURLAUTH_NEGOTIATE;
339 pick->picked = CURLAUTH_DIGEST;
341 pick->picked = CURLAUTH_NTLM;
343 pick->picked = CURLAUTH_NTLM_WB;
345 pick->picked = CURLAUTH_BASIC;
347 pick->picked = CURLAUTH_PICKNONE; /* we select to use nothing */
348 picked
[all...]
H A Dtransfer.c1351 /* In case the handle is re-used and an authentication method was picked
1354 data->state.authhost.picked &= data->state.authhost.want;
1355 data->state.authproxy.picked &= data->state.authproxy.want;
H A Durldata.h1272 unsigned long picked; member in struct:auth
H A Durl.c1149 * NULL, custom headers for proxies are only picked from this list.
6586 if((data->state.authhost.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) &&
6588 infof(data, "NTLM picked AND auth done set, clear picked!\n");
6589 data->state.authhost.picked = CURLAUTH_NONE;
6593 if((data->state.authproxy.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) &&
6595 infof(data, "NTLM-proxy picked AND auth done set, clear picked!\n");
6596 data->state.authproxy.picked = CURLAUTH_NONE;
/external/libunwind/doc/
H A Dlibunwind-ptrace.tex62 use. Of course, the addresses of these routines could also be picked
/external/libevent/
H A Devdns.c1322 struct nameserver *started_at = base->server_head, *picked; local
1337 picked = base->server_head;
1339 return picked;
1348 picked = base->server_head;
1350 return picked;
/external/openssh/contrib/redhat/
H A Dopenssh.spec617 - Rework the nopam patch to use be picked up by autoconf.
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3176 ScheduleData *picked = *ReadyInsts.begin(); local
3181 ScheduleData *BundleMember = picked;
3193 BS->schedule(picked, ReadyInsts);

Completed in 518 milliseconds