OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AuthInfo
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/core/java/android/accounts/
ChooseAccountTypeActivity.java
48
private HashMap<String,
AuthInfo
> mTypeToAuthenticatorInfo = new HashMap<String,
AuthInfo
>();
49
private ArrayList<
AuthInfo
> mAuthenticatorInfosToDisplay;
76
mAuthenticatorInfosToDisplay = new ArrayList<
AuthInfo
>(mTypeToAuthenticatorInfo.size());
77
for (Map.Entry<String,
AuthInfo
> entry: mTypeToAuthenticatorInfo.entrySet()) {
79
final
AuthInfo
info = entry.getValue();
149
AuthInfo
authInfo
= new
AuthInfo
(desc, name, icon);
150
mTypeToAuthenticatorInfo.put(desc.type,
authInfo
);
[
all
...]
/external/chromium_org/chrome/browser/ui/login/
login_prompt_browsertest.cc
44
auth_map_["foo"] =
AuthInfo
("testuser", "foopassword");
45
auth_map_["bar"] =
AuthInfo
("testuser", "barpassword");
46
auth_map_["testrealm"] =
AuthInfo
(username_basic_, password_);
50
struct
AuthInfo
{
54
AuthInfo
() {}
56
AuthInfo
(const std::string& username,
61
typedef std::map<std::string,
AuthInfo
> AuthMap;
83
const
AuthInfo
& info = i->second;
[
all
...]
/external/mdnsresponder/mDNSCore/
uDNS.c
319
*p = info->next; // Cut DomainAuthInfo from list *before* scanning our question list updating
AuthInfo
pointers
321
if (q->
AuthInfo
== info)
323
q->
AuthInfo
= GetAuthInfoForName_direct(m, &q->qname);
324
debugf("GetAuthInfoForName_internal updated q->
AuthInfo
from %##s to %##s for %##s (%s)",
325
info->domain.c, q->
AuthInfo
? q->
AuthInfo
->domain.c : mDNSNULL, q->qname.c, DNSTypeName(q->qtype));
401
if (q->
AuthInfo
!= newinfo)
403
debugf("mDNS_SetSecretForDomain updating q->
AuthInfo
from %##s to %##s for %##s (%s)",
404
q->
AuthInfo
? q->
AuthInfo
->domain.c : mDNSNULL
[
all
...]
mDNS.c
[
all
...]
mDNSEmbeddedAPI.h
[
all
...]
/external/mdnsresponder/mDNSShared/
uds_daemon.c
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mprapi.h
[
all
...]
ntsecapi.h
373
PUCHAR
AuthInfo
;
[
all
...]
Completed in 408 milliseconds