Home
last modified time | relevance | path

Searched refs:localList (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dproxydetect.cc1104 SecKeychainAttributeList *localList; in p_putPasswordInProxyInfo() local
1111 &localList, in p_putPasswordInProxyInfo()
1129 if (1 <= localList->attr->length) { in p_putPasswordInProxyInfo()
1131 static_cast<const char*>(localList->attr->data), in p_putPasswordInProxyInfo()
1132 localList->attr->length); in p_putPasswordInProxyInfo()
1142 SecKeychainItemFreeAttributesAndData(localList, data); in p_putPasswordInProxyInfo()
/external/libvncserver/webclients/java-applet/ssl/
Dultravnc-102-JavaViewer-ssl-etc.patch148 private Vector localList = null;
620 localList = new Vector(0);
622 localFileTable = new JList(localList);
960 if (localList.contains(sFileName))
990 if (localList.contains(sFileName))
1185 localList.clear();
1432 localList.clear();
1434 localList.addElement(" [..]");
1476 // localList.addElement("[" + contents[i] + "]");
1483 // localList.addElement(contents[i]);
[all …]