Searched refs:auths (Results 1 - 12 of 12) sorted by relevance

/external/ppp/pppd/plugins/radius/
H A Dradrealms.c47 SERVER *accts, *auths, *s; local
51 auths = (SERVER *) malloc(sizeof(SERVER));
52 auths->max = 0;
93 s = auths;
135 if (auths->max)
136 *authserver = auths;
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dgcs_json_media.py278 auths = ([(auth.depth(request_uri), auth) for auth in self.authorizations
280 auth = auths and sorted(auths)[0][1] or None
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/
H A D__init__.py1021 auths = [(auth.depth(request_uri), auth) for auth in self.authorizations if auth.inscope(host, request_uri)]
1022 auth = auths and sorted(auths)[0][1] or None
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
H A D__init__.py1312 auths = [(auth.depth(request_uri), auth) for auth in self.authorizations if auth.inscope(host, request_uri)]
1313 auth = auths and sorted(auths)[0][1] or None
/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DStandardDescriptorProcessor.java1407 XmlParser.Node auths = node.get("auth-constraint");
1409 if (auths != null)
1413 Iterator<XmlParser.Node> iter = auths.iterator("role-name");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jar ... iter2 org.mortbay.xml.XmlParser$Node auths org.mortbay.xml.XmlParser$Node data ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 255 milliseconds