HomeSort by relevance Sort by last modified time
    Searched refs:userinfo (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/openssl/openssl/apps/
srp.c 96 " -userinfo arg additional info to be set for user\n",
283 char * userinfo = NULL; local
352 else if (strcmp(*argv,"-userinfo") == 0)
355 userinfo= *(++argv);
613 (userinfo && (!(row[DB_srpinfo] = BUF_strdup(userinfo)))) ||
676 (userinfo && (!(row[DB_srpinfo] = BUF_strdup(userinfo)))))
  /external/openssl/apps/
srp.c 96 " -userinfo arg additional info to be set for user\n",
283 char * userinfo = NULL; local
352 else if (strcmp(*argv,"-userinfo") == 0)
355 userinfo= *(++argv);
613 (userinfo && (!(row[DB_srpinfo] = BUF_strdup(userinfo)))) ||
676 (userinfo && (!(row[DB_srpinfo] = BUF_strdup(userinfo)))))
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/
__init__.py 255 The authority component may optionally include userinfo (assumed to be
300 userinfo, hostport = splituser(authority)
301 if userinfo is not None:
302 user, password = splitpasswd(userinfo)
  /external/chromium_org/remoting/webapp/
oauth2_api.js 27 * @return {string} OAuth2 userinfo API URL.
30 return remoting.settings.OAUTH2_API_BASE_URL + '/v1/userinfo';
172 console.error('Invalid "userinfo" response from server:',
oauth2.js 45 'https://www.googleapis.com/auth/userinfo#email';
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 30 * the various components (scheme, host, port, userinfo, path, query
44 * is stored as userinfo.
110 * userinfo can be composed of unreserved, escaped and these
119 /** If specified, stores the userinfo for this URI; otherwise null.
169 * accordingly - setting the scheme, userinfo, host,port, path, query
269 * @param p_userinfo the URI userinfo (cannot be specified if host
301 Utils.messages.createMessage(MsgKey.ER_NO_USERINFO_IF_NO_HOST, null)); //"Userinfo may not be specified if host is not specified!");
614 * Initialize the authority (userinfo, host and port) for this
629 String userinfo = null; local
631 // userinfo is everything up
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 32 * the various components (scheme, host, port, userinfo, path, query
46 * is stored as userinfo.
107 * userinfo can be composed of unreserved, escaped and these
116 /** If specified, stores the userinfo for this URI; otherwise null.
166 * accordingly - setting the scheme, userinfo, host,port, path, query
266 * @param p_userinfo the URI userinfo (cannot be specified if host
298 XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_USERINFO_IF_NO_HOST, null)); //"Userinfo may not be specified if host is not specified!");
634 * Initialize the authority (userinfo, host and port) for this
649 String userinfo = null; local
651 // userinfo is everything up
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 658 The authority component may optionally include userinfo (assumed to be
703 userinfo, hostport = splituser(authority)
704 if userinfo is not None:
705 user, password = splitpasswd(userinfo)
781 # note HTTP URLs do not have a userinfo component
852 # host may be an authority (without userinfo) or a URL with an
907 # http_error_auth_reqed requires that there is no userinfo component in
910 # userinfo.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 658 The authority component may optionally include userinfo (assumed to be
703 userinfo, hostport = splituser(authority)
704 if userinfo is not None:
705 user, password = splitpasswd(userinfo)
781 # note HTTP URLs do not have a userinfo component
852 # host may be an authority (without userinfo) or a URL with an
907 # http_error_auth_reqed requires that there is no userinfo component in
910 # userinfo.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URITest.java 101 // IPv6 authority, with userinfo and port
288 assertNull("wrong userinfo", uri.getUserInfo());
382 assertEquals("wrong userinfo", "us:e@r", uri.getUserInfo());
400 private void construct1(String scheme, String userinfo, String host,
403 URI uri = new URI(scheme, userinfo, host, port, path, query,
475 // test if empty authority is parsed into undefined host, userinfo and
483 assertNull("wrong userinfo", uri.getUserInfo());
568 // different userinfo
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 649 <a href="<?cs var:toroot ?>training/building-userinfo.html">
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 925 milliseconds