Searched defs:authority (Results 1 - 25 of 35) sorted by relevance

12

/external/libxml2/include/libxml/
H A Duri.h36 char *authority; /* the authority part */ member in struct:_xmlURI
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPeriodicSync.java17 public void __constructor__(Account account, String authority, Bundle extras, long period) throws Exception { argument
19 setField("authority", authority);
H A DShadowUriMatcher.java34 public void addURI(String authority, String path, int code) { argument
35 MatchNode authNode = rootNode.map.get(authority);
38 rootNode.map.put(authority, authNode);
H A DShadowContentResolver.java168 public ContentProviderResult[] applyBatch(String authority, ArrayList<ContentProviderOperation> operations) { argument
169 contentProviderOperations.put(authority, operations);
174 public static void requestSync(Account account, String authority, Bundle extras) { argument
176 Status status = getStatus(account, authority, true);
182 public static void setIsSyncable(Account account, String authority, int syncable) { argument
183 getStatus(account, authority, true).state = syncable;
187 public static int getIsSyncable(Account account, String authority) { argument
188 return getStatus(account, authority, true).state;
192 public static boolean getSyncAutomatically(Account account, String authority) { argument
193 return getStatus(account, authority, tru
197 setSyncAutomatically(Account account, String authority, boolean sync) argument
202 addPeriodicSync(Account account, String authority, Bundle extras, long pollFrequency) argument
210 removePeriodicSync(Account account, String authority, Bundle extras) argument
217 getPeriodicSyncs(Account account, String authority) argument
260 registerProvider(String authority, ContentProvider provider) argument
264 getStatus(Account account, String authority) argument
268 getStatus(Account account, String authority, boolean create) argument
322 getContentProviderOperations(String authority) argument
[all...]
/external/openssh/openbsd-compat/
H A Dgetrrsetbyname.c171 struct dns_rr *authority; member in struct:dns_response
430 /* parse authority section */
431 resp->authority = parse_dns_rrsection(answer, size, &cp,
433 if (resp->header.nscount && resp->authority == NULL) {
593 free_dns_rr(p->authority);
/external/lzma/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp287 UInt32 authority = GetBe32(p + 4); local
289 if (p[2] == 0 && p[3] == 0 && authority == 5 && num >= 1)
337 ConvertUInt32ToString(authority, sz);
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DSipUri.java67 protected Authority authority; field in class:SipUri
115 if (this.authority != null) {
116 UserInfo userInfo = authority.getUserInfo();
122 /** Get the authority.
125 return this.authority;
243 if (authority != null)
244 authority.encode(buffer);
273 if (authority.getUserInfo() != null)
274 user = authority.getUserInfo().getUser();
276 String host = authority
561 setAuthority(Authority authority) argument
[all...]
/external/curl/lib/
H A Dhttp2.c1493 /* Index where :authority header field will appear in request header
1671 nva[i].name = (unsigned char *)":authority";
1716 /* :authority must come before non-pseudo header fields */
1718 nghttp2_nv authority = nva[authority_idx]; local
1722 nva[i] = authority;
/external/robolectric/v1/src/main/java/android/net/
H A DUri__FromAndroid.java89 ambiguous in terms of differentiating between an authority component
93 matching. In other words, the authority component wins."
96 <scheme>://<authority><path>?<query>
190 * Gets the decoded authority part of this URI. For
191 * server addresses, the authority is structured as follows:
196 * @return the authority for this URI or null if not present
201 * Gets the encoded authority part of this URI. For
202 * server addresses, the authority is structured as follows:
207 * @return the authority for this URI or null if not present
212 * Gets the decoded user information from the authority
514 private Part authority; field in class:Uri__FromAndroid.StringUri
1085 private final Part authority; field in class:Uri__FromAndroid.HierarchicalUri
1090 HierarchicalUri(String scheme, Part authority, PathPart path, Part query, Part fragment) argument
1265 private Part authority; field in class:Uri__FromAndroid.Builder
1308 authority(Part authority) argument
1319 authority(String authority) argument
1326 encodedAuthority(String authority) argument
[all...]
/external/libevent/
H A Dhttp.c4245 /* 2. Optionally, "//" then an 'authority' part. */
4247 char *authority; local
4249 authority = readp;
4251 if (parse_authority(uri, authority, path) < 0)
4282 /* If you didn't get an authority, the path can't begin with "//" */
4285 /* If you did get an authority, the path must begin with "/" or be
H A Devdns.c286 int n_authority; /* how many authority RRs have been set? */
290 struct server_reply_item *authority; /* linked list of authority RRs */ member in struct:server_request
1008 u16 trans_id, questions, answers, authority, additional, datalength; local
1021 GET16(authority);
1023 (void) authority; /* suppress "unused variable" warnings. */
1158 for (i = 0; i < authority; ++i) {
1209 u16 trans_id, flags, questions, answers, authority, additional; local
1219 GET16(authority);
1223 (void)authority;
[all...]
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
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.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.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/robolectric/v3/
H A Dshadows-httpclient-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/robolectric/ org/robolectric/shadows/ ...
H A Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/shadows/ org/robolectric/manifest/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/caliper/lib/
H A Djersey-core-1.11.jar ... .UriBuilder { private String scheme private String ssp private String authority private String userInfo private String host private int port private ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1410 milliseconds

12