HomeSort by relevance Sort by last modified time
    Searched defs:AUTH (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/apache-http/src/org/apache/http/auth/
AUTH.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/AUTH.java $
32 package org.apache.http.auth;
46 public final class AUTH {
68 private AUTH() {
  /system/core/adb/
adb_trace.h 38 AUTH,
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
UriMatcherTest.java 19 static final String AUTH = "com.foo";
27 URI = Uri.parse("content://" + AUTH);
43 matcher.addURI(AUTH, path, 1);
44 assertThat(node.map.keySet(), hasItem(AUTH));
46 node = node.map.get(AUTH);
57 matcher.addURI(AUTH, "#", 1);
58 matcher.addURI(AUTH, "*", 2);
59 MatchNode node = root.map.get(AUTH);
66 matcher.addURI(AUTH, "bar", 1);
69 matcher.addURI(AUTH, "bar/#", 2)
    [all...]
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/
PinnedSliceStateTest.java 46 private static final String AUTH = "my.authority";
47 private static final Uri TEST_URI = Uri.parse("content://" + AUTH + "/path");
78 mContext.getContentResolver().addProvider(AUTH, mContentProvider);
SliceManagerServiceTest.java 61 private static final String AUTH = "com.android.services.uitests";
62 private static final Uri TEST_URI = maybeAddUserId(Uri.parse("content://" + AUTH + "/path"), 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
auth.h 2 * auth.h, Authentication interface.
34 * is required to pass a AUTH * to routines that create rpc
83 enum_t oa_flavor; /* flavor of auth */
84 caddr_t oa_base; /* address of more auth stuff */
89 * Auth handle, interface to client side authenticators.
91 typedef struct AUTH AUTH;
92 struct AUTH {
97 void (*ah_nextverf) (AUTH *);
98 int (*ah_marshal) (AUTH *, XDR *); /* nextverf & serialize *
    [all...]
  /external/python/cpython3/Lib/test/
test_smtplib.py 643 AUTH = 99 # Add protocol state to enable auth testing.
651 # AUTH related stuff. It would be nice if support for this were in smtpd.
653 if self.smtp_state == self.AUTH:
670 if not self.extended_smtp or 'AUTH' not in self._extrafeatures:
671 self.push('500 Error: command "AUTH" not recognized')
679 self.push('501 Syntax: AUTH <mechanism> [initial-response]')
688 self.smtp_state = self.AUTH
744 # end AUTH related stuff.
    [all...]
  /external/ppp/pppd/plugins/radius/
radiusclient.h 42 #define AUTH 0
  /system/netd/server/
XfrmController.cpp 527 saInfo.auth = XfrmAlgo{
814 nlattr_algo_auth auth{};
826 AUTH,
844 {&auth, 0}, // adjust size if auth algo is present
856 if (!record.aead.name.empty() && (!record.auth.name.empty() || !record.crypt.name.empty())) {
862 if (record.aead.key.size() > MAX_KEY_LENGTH || record.auth.key.size() > MAX_KEY_LENGTH ||
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-socks/4.1.6.Final/
netty-codec-socks-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /external/robolectric/v1/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
httpclient-4.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/
httpclient-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/
httpclient-4.0.3.jar 
  /external/caliper/lib/
jersey-client-1.11.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/
aether-api-1.0.2.v20150114.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 

Completed in 132 milliseconds

1 2 3