HomeSort by relevance Sort by last modified time
    Searched defs:urn (Results 1 - 12 of 12) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAssertedServiceParser.java 42 * P-Asserted-Service: urn:urn-7:3gpp-service.exampletelephony.version1
67 String urn = this.lexer.getBuffer(); local
68 if(urn.contains(ParameterNamesIms.SERVICE_ID)){
70 if(urn.contains(ParameterNamesIms.SERVICE_ID_LABEL))
72 String serviceID = urn.split(ParameterNamesIms.SERVICE_ID_LABEL+".")[1];
76 throw new InvalidArgumentException("URN should atleast have one sub-service");
82 pps.setSubserviceIdentifiers(urn.split(ParameterNamesIms.SERVICE_ID_LABEL)[1]);
84 else if(urn.contains(ParameterNamesIms.APPLICATION_ID_LABEL))
86 String appID = urn.split(ParameterNamesIms.APPLICATION_ID_LABEL+".")[1]
    [all...]
PPreferredServiceParser.java 43 * P-Preferred-Service: urn:urn-7:3gpp-service.exampletelephony.version1
58 * "The URN consists of a hierarchical service identifier or application
65 * the resulting URN is still valid, referring a more generic
80 * 1 sub-service or 1 sub-application is present in the URN declaration.
84 * urn:urn-7:3gpp-service OR urn:urn-7:3gpp-application alone with no sub-services
90 * of the application to make sense of the entire URN holistically. We can only check for th
105 String urn = this.lexer.getBuffer(); local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
OMAConstants.java 26 public static final String LOC_PPS = "urn:wfa:mo:hotspot2dot0-perprovidersubscription";
28 "urn:oma:mo:oma-dm-devinfo:1.0 urn:oma:mo:oma-dm-devdetail";
29 public static final String LOC_DEVDETAIL = "urn:wfa:mo-ext:hotspot2dot0-devdetail-ext";
86 StringBuilder urn = new StringBuilder(); local
92 urn.append((char) b);
94 return urn.toString();
OMANode.java 103 String urn = null; local
106 urn = OMAConstants.readURN(in);
112 return parent.addChild(name, urn, value, null);
115 return parent.addChild(name, urn, null, null);
117 return new OMAConstructed(null, name, urn);
XMLNode.java 70 NodeAttribute urn = mAttributes.get(OMAConstants.ATTR_URN); local
72 mMO = omaParser.parse(mText, urn.getValue());
MOTree.java 28 public MOTree(XMLNode node, String urn) throws IOException, SAXException {
42 mUrn = urn;
52 public MOTree(String urn, String rev, OMAConstructed root) {
53 mUrn = urn;
186 sb.append("MO Tree v").append(mDtdRev).append(", urn ").append(mUrn).append(")\n");
218 String urn = OMAConstants.readURN(in); local
222 return new MOTree(urn, version, root);
  /external/wpa_supplicant_8/hs20/client/
spp_client.c 75 xml_node_t *parent, const char *urn,
90 tnds = mo_to_tnds(ctx, fnode, 0, urn, "syncml:dmddf1.2");
102 xml_node_add_attr(ctx, node, ns, "moURN", urn);
333 char *urn; local
335 urn = get_spp_attr_value(ctx->xml, cmd, "moURN");
336 if (!urn) {
337 wpa_printf(MSG_INFO, "No URN included");
340 wpa_printf(MSG_INFO, "Upload MO request - URN=%s", urn);
341 if (strcasecmp(urn, URN_HS20_PPS) != 0)
378 char *uri, *urn; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 92 urn the UUID as a URN as specified in RFC 4122
110 hyphens, and a URN prefix are all optional. For example, these
115 UUID('urn:uuid:12345678-1234-5678-1234-567812345678')
131 hex = hex.replace('urn:', '').replace('uuid:', '')
271 return 'urn:uuid:' + str(self)
273 urn = property(get_urn) variable in class:UUID
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 92 urn the UUID as a URN as specified in RFC 4122
110 hyphens, and a URN prefix are all optional. For example, these
115 UUID('urn:uuid:12345678-1234-5678-1234-567812345678')
131 hex = hex.replace('urn:', '').replace('uuid:', '')
271 return 'urn:uuid:' + str(self)
273 urn = property(get_urn) variable in class:UUID
  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 1282 milliseconds