/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...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
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
|
/external/python/cpython3/Lib/ |
uuid.py | 97 urn the UUID as a URN as specified in RFC 4122 115 hyphens, and a URN prefix are all optional. For example, these 120 UUID('urn:uuid:12345678-1234-5678-1234-567812345678') 137 hex = hex.replace('urn:', '').replace('uuid:', '') 285 def urn(self): member in class:UUID 286 return 'urn:uuid:' + str(self)
|
/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/gdb/darwin-x86/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/gdb/linux-x86/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/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
|
/external/python/cpython2/Lib/ |
uuid.py | 94 urn the UUID as a URN as specified in RFC 4122 112 hyphens, and a URN prefix are all optional. For example, these 117 UUID('urn:uuid:12345678-1234-5678-1234-567812345678') 133 hex = hex.replace('urn:', '').replace('uuid:', '') 273 return 'urn:uuid:' + str(self) 275 urn = property(get_urn) variable in class:UUID
|
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/ |
PpsMoParser.java | 60 * <DDFName>urn:wfa:mo:hotspot2dot0perprovidersubscription:1.0</DDFName> 221 * URN (Unique Resource Name) for PerProviderSubscription Management Object Tree. 224 "urn:wfa:mo:hotspot2dot0-perprovidersubscription:1.0"; 447 // Parse and verify URN stored in the RT (Run Time) Properties. 448 String urn = parseUrn(child); local 449 if (!TextUtils.equals(urn, PPS_MO_URN)) { 450 throw new ParsingException("Unknown URN: " + urn); 464 * Parse the URN stored in the RTProperties. Below is the format of the RTPProperties node: 468 * <DDFName>urn:...</DDFName [all...] |
/prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/ |
xml-resolver-1.2.jar | |
/prebuilts/tools/common/m2/repository/javax/servlet/servlet-api/2.3/ |
servlet-api-2.3.jar | |
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/ |
htmlunit-2.14.jar | |
/external/guice/extensions/struts2/lib/ |
jsp-api-2.1.jar | |
/prebuilts/misc/common/robolectric/android-all/ |
android-all-6.0.1_r3-robolectric-0.jar | |
android-all-7.0.0_r1-robolectric-r1.jar | |
android-all-7.1.0_r7-robolectric-0.jar | |
android-all-7.1.0_r7-robolectric-r1.jar | |
android-all-8.0.0_r4-robolectric-0.jar | |
android-all-8.0.0_r4-robolectric-r1.jar | |
android-all-8.1.0-robolectric-r4458339.jar | |
android-all-o-preview-4-robolectric-0.jar | |