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

1 2 3

  /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/base/wifi/java/android/net/wifi/
PasspointManagementObjectDefinition.java 33 public PasspointManagementObjectDefinition(String baseUri, String urn, String moTree) {
35 mUrn = urn;
71 in.readString(), /* URN */
  /external/python/cpython2/Lib/distutils/tests/
test_msvc9compiler.py 16 <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
18 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
41 <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
43 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
71 <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
73 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  /external/python/cpython3/Lib/distutils/tests/
test_msvc9compiler.py 16 <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
18 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
41 <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
43 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
71 <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
73 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_msvc9compiler.py 16 <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
18 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
41 <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
43 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
71 <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
73 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_msvc9compiler.py 16 <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
18 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
41 <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
43 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
71 <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
73 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  /prebuilts/go/darwin-x86/src/encoding/xml/
atom_test.go 15 ID: "urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6",
21 ID: "urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a",
31 `<id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>` +
36 `<id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>` +
  /prebuilts/go/linux-x86/src/encoding/xml/
atom_test.go 15 ID: "urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6",
21 ID: "urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a",
31 `<id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>` +
36 `<id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>` +
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_msvc9compiler.py 12 <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
14 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
42 <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
44 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  /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...]
  /frameworks/opt/net/wifi/tests/wifitests/assets/
r1.PerProviderSubscription.conf 1 tree 3:1.2(urn:wfa:mo:hotspot2dot0-perprovidersubscription:1.0)
2 17:PerProviderSubscription(urn:wfa:mo:hotspot2dot0-perprovidersubscription:1.0)+
r2.PerProviderSubscription.conf 1 tree 3:1.2(urn:wfa:mo:hotspot2dot0-perprovidersubscription:1.0)
3 17:PerProviderSubscription(urn:wfa:mo:hotspot2dot0-perprovidersubscription:1.0)+
ruckus.PerProviderSubscription.conf 1 tree 3:1.2(urn:wfa:mo:hotspot2dot0-perprovidersubscription:1.0)
3 17:PerProviderSubscription(urn:wfa:mo:hotspot2dot0-perprovidersubscription:1.0)+
  /external/libxml2/python/tests/
reader.py 78 f = str_io("""<test xmlns:dt="urn:datatypes" dt:type="int"/>""")
86 if reader.GetAttributeNo(0) != "urn:datatypes" or \
88 reader.GetAttributeNs("type", "urn:datatypes") != "int" or \
96 f = str_io("""<root xmlns:a="urn:456">
107 if reader.LookupNamespace("a") != "urn:456":
119 f = str_io("""<testattr xmlns="urn:1" xmlns:a="urn:2" b="b" a:b="a:b"/>""")
132 if reader.Value() != "urn:1":
141 if reader.Value() != "urn:2":
171 if reader.Value() != "urn:1"
    [all...]
  /external/wpa_supplicant_8/src/utils/
xml-utils.c 260 const char *urn)
270 xml_node_create_text(ctx, node, NULL, "DDFName", urn);
276 int use_path, const char *urn, const char *ns_uri)
294 if (urn)
295 add_ddfname(ctx, node, urn);
xml-utils.h 91 int use_path, const char *urn, const char *ns_uri);
  /external/libxml2/
catalog.c 70 #define XML_URN_PUBID "urn:publicid:"
819 * @urn: an "urn:publicid:" to unwrap
821 * Expand the URN into the equivalent Public Identifier
827 xmlCatalogUnWrapURN(const xmlChar *urn) {
831 if (xmlStrncmp(urn, BAD_CAST XML_URN_PUBID, sizeof(XML_URN_PUBID) - 1))
833 urn += sizeof(XML_URN_PUBID) - 1;
835 while (*urn != 0) {
838 if (*urn == '+') {
840 urn++
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_uuid.py 19 for (string, curly, hex, bytes, bytes_le, fields, integer, urn,
28 'urn:uuid:00000000-0000-0000-0000-000000000000',
37 'urn:uuid:00010203-0405-0607-0809-0a0b0c0d0e0f',
46 'urn:uuid:02d9e6d5-9467-382e-8f9b-9300a64ac3cd',
55 'urn:uuid:12345678-1234-5678-1234-567812345678',
64 'urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8',
73 'urn:uuid:6ba7b811-9dad-11d1-80b4-00c04fd430c8',
82 'urn:uuid:6ba7b812-9dad-11d1-80b4-00c04fd430c8',
91 'urn:uuid:6ba7b814-9dad-11d1-80b4-00c04fd430c8',
100 'urn:uuid:7d444840-9dc0-11d1-b245-5ffdce74fad2',
    [all...]
  /external/python/cpython2/Lib/test/
test_uuid.py 18 for (string, curly, hex, bytes, bytes_le, fields, integer, urn,
27 'urn:uuid:00000000-0000-0000-0000-000000000000',
36 'urn:uuid:00010203-0405-0607-0809-0a0b0c0d0e0f',
45 'urn:uuid:02d9e6d5-9467-382e-8f9b-9300a64ac3cd',
54 'urn:uuid:12345678-1234-5678-1234-567812345678',
63 'urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8',
72 'urn:uuid:6ba7b811-9dad-11d1-80b4-00c04fd430c8',
81 'urn:uuid:6ba7b812-9dad-11d1-80b4-00c04fd430c8',
90 'urn:uuid:6ba7b814-9dad-11d1-80b4-00c04fd430c8',
99 'urn:uuid:7d444840-9dc0-11d1-b245-5ffdce74fad2'
    [all...]
  /external/python/cpython3/Lib/test/
test_uuid.py 21 for (string, curly, hex, bytes, bytes_le, fields, integer, urn,
30 'urn:uuid:00000000-0000-0000-0000-000000000000',
39 'urn:uuid:00010203-0405-0607-0809-0a0b0c0d0e0f',
48 'urn:uuid:02d9e6d5-9467-382e-8f9b-9300a64ac3cd',
57 'urn:uuid:12345678-1234-5678-1234-567812345678',
66 'urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8',
75 'urn:uuid:6ba7b811-9dad-11d1-80b4-00c04fd430c8',
84 'urn:uuid:6ba7b812-9dad-11d1-80b4-00c04fd430c8',
93 'urn:uuid:6ba7b814-9dad-11d1-80b4-00c04fd430c8',
102 'urn:uuid:7d444840-9dc0-11d1-b245-5ffdce74fad2'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_uuid.py 19 for (string, curly, hex, bytes, bytes_le, fields, integer, urn,
28 'urn:uuid:00000000-0000-0000-0000-000000000000',
37 'urn:uuid:00010203-0405-0607-0809-0a0b0c0d0e0f',
46 'urn:uuid:02d9e6d5-9467-382e-8f9b-9300a64ac3cd',
55 'urn:uuid:12345678-1234-5678-1234-567812345678',
64 'urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8',
73 'urn:uuid:6ba7b811-9dad-11d1-80b4-00c04fd430c8',
82 'urn:uuid:6ba7b812-9dad-11d1-80b4-00c04fd430c8',
91 'urn:uuid:6ba7b814-9dad-11d1-80b4-00c04fd430c8',
100 'urn:uuid:7d444840-9dc0-11d1-b245-5ffdce74fad2'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_uuid.py 19 for (string, curly, hex, bytes, bytes_le, fields, integer, urn,
28 'urn:uuid:00000000-0000-0000-0000-000000000000',
37 'urn:uuid:00010203-0405-0607-0809-0a0b0c0d0e0f',
46 'urn:uuid:02d9e6d5-9467-382e-8f9b-9300a64ac3cd',
55 'urn:uuid:12345678-1234-5678-1234-567812345678',
64 'urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8',
73 'urn:uuid:6ba7b811-9dad-11d1-80b4-00c04fd430c8',
82 'urn:uuid:6ba7b812-9dad-11d1-80b4-00c04fd430c8',
91 'urn:uuid:6ba7b814-9dad-11d1-80b4-00c04fd430c8',
100 'urn:uuid:7d444840-9dc0-11d1-b245-5ffdce74fad2'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uuid.py 19 for (string, curly, hex, bytes, bytes_le, fields, integer, urn,
28 'urn:uuid:00000000-0000-0000-0000-000000000000',
37 'urn:uuid:00010203-0405-0607-0809-0a0b0c0d0e0f',
46 'urn:uuid:02d9e6d5-9467-382e-8f9b-9300a64ac3cd',
55 'urn:uuid:12345678-1234-5678-1234-567812345678',
64 'urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8',
73 'urn:uuid:6ba7b811-9dad-11d1-80b4-00c04fd430c8',
82 'urn:uuid:6ba7b812-9dad-11d1-80b4-00c04fd430c8',
91 'urn:uuid:6ba7b814-9dad-11d1-80b4-00c04fd430c8',
100 'urn:uuid:7d444840-9dc0-11d1-b245-5ffdce74fad2'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uuid.py 19 for (string, curly, hex, bytes, bytes_le, fields, integer, urn,
28 'urn:uuid:00000000-0000-0000-0000-000000000000',
37 'urn:uuid:00010203-0405-0607-0809-0a0b0c0d0e0f',
46 'urn:uuid:02d9e6d5-9467-382e-8f9b-9300a64ac3cd',
55 'urn:uuid:12345678-1234-5678-1234-567812345678',
64 'urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8',
73 'urn:uuid:6ba7b811-9dad-11d1-80b4-00c04fd430c8',
82 'urn:uuid:6ba7b812-9dad-11d1-80b4-00c04fd430c8',
91 'urn:uuid:6ba7b814-9dad-11d1-80b4-00c04fd430c8',
100 'urn:uuid:7d444840-9dc0-11d1-b245-5ffdce74fad2'
    [all...]

Completed in 969 milliseconds

1 2 3