Home
last modified time | relevance | path

Searched refs:urn (Results 1 – 25 of 46) sorted by relevance

12

/third_party/ffmpeg/tests/ref/fate/
Dimf2 urn:uuid:8713c020-2489-45f5-a9f7-87be539e20b5
18 urn:uuid:6f768ca4-c89e-4dac-9056-a29425d40ba1
20 urn:uuid:f3b263b3-096b-4360-a952-b1a9623cd0ca
25 urn:uuid:381dadd2-061e-46cc-a63a-e3d58ce7f488
27 urn:uuid:2484d613-bb7d-4bcc-8b0f-2e65938f0535
31 urn:uuid:381dadd2-061e-46cc-a63a-e3d58ce7f488
33 urn:uuid:2484d613-bb7d-4bcc-8b0f-2e65938f0535
38 …Compare urn:uuid:b5d674b8-c6ce-4bce-3bdf-be045dfdb2d0 to urn:uuid:b5d674b8-c6ce-4bce-3bdf-be045dfd…
41 …Compare urn:uuid:ec3467ec-ab2a-4f49-c8cb-89caa3761f4a to urn:uuid:ec3467ec-ab2a-4f49-c8cb-89caa376…
44 …Compare urn:uuid:5cf5b5a7-8bb3-4f08-eaa6-3533d4b77fa6 to urn:uuid:5cf5b5a7-8bb3-4f08-eaa6-3533d4b7…
[all …]
/third_party/node/deps/npm/tap-snapshots/test/lib/utils/
Dsbom-cyclonedx.js.test.cjs13 "serialNumber": "urn:uuid:00000000-0000-0000-0000-000000000000",
105 "serialNumber": "urn:uuid:00000000-0000-0000-0000-000000000000",
153 "serialNumber": "urn:uuid:00000000-0000-0000-0000-000000000000",
205 "serialNumber": "urn:uuid:00000000-0000-0000-0000-000000000000",
257 "serialNumber": "urn:uuid:00000000-0000-0000-0000-000000000000",
309 "serialNumber": "urn:uuid:00000000-0000-0000-0000-000000000000",
362 "serialNumber": "urn:uuid:00000000-0000-0000-0000-000000000000",
409 "serialNumber": "urn:uuid:00000000-0000-0000-0000-000000000000",
457 "serialNumber": "urn:uuid:00000000-0000-0000-0000-000000000000",
505 "serialNumber": "urn:uuid:00000000-0000-0000-0000-000000000000",
[all …]
/third_party/lzma/CPP/7zip/UI/Console/
DConsole.manifest1 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
6 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"><application>
13 <application xmlns="urn:schemas-microsoft-com:asm.v3">
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
Dspp_client.c75 xml_node_t *parent, const char *urn, in add_mo_container() argument
90 tnds = mo_to_tnds(ctx, fnode, 0, urn, "syncml:dmddf1.2"); in add_mo_container()
102 xml_node_add_attr(ctx, node, ns, "moURN", urn); in add_mo_container()
333 char *urn; in hs20_spp_upload_mo() local
335 urn = get_spp_attr_value(ctx->xml, cmd, "moURN"); in hs20_spp_upload_mo()
336 if (!urn) { in hs20_spp_upload_mo()
340 wpa_printf(MSG_INFO, "Upload MO request - URN=%s", urn); in hs20_spp_upload_mo()
341 if (strcasecmp(urn, URN_HS20_PPS) != 0) { in hs20_spp_upload_mo()
343 xml_node_get_attr_value_free(ctx->xml, urn); in hs20_spp_upload_mo()
346 xml_node_get_attr_value_free(ctx->xml, urn); in hs20_spp_upload_mo()
[all …]
Doma_dm_client.c202 static char * mo_str(struct hs20_osu_client *ctx, const char *urn, in mo_str() argument
211 tnds = mo_to_tnds(ctx->xml, fnode, 0, urn, "syncml:dmddf1.2"); in mo_str()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
Dspp_client.c75 xml_node_t *parent, const char *urn, in add_mo_container() argument
90 tnds = mo_to_tnds(ctx, fnode, 0, urn, "syncml:dmddf1.2"); in add_mo_container()
102 xml_node_add_attr(ctx, node, ns, "moURN", urn); in add_mo_container()
333 char *urn; in hs20_spp_upload_mo() local
335 urn = get_spp_attr_value(ctx->xml, cmd, "moURN"); in hs20_spp_upload_mo()
336 if (!urn) { in hs20_spp_upload_mo()
340 wpa_printf(MSG_INFO, "Upload MO request - URN=%s", urn); in hs20_spp_upload_mo()
341 if (strcasecmp(urn, URN_HS20_PPS) != 0) { in hs20_spp_upload_mo()
343 xml_node_get_attr_value_free(ctx->xml, urn); in hs20_spp_upload_mo()
346 xml_node_get_attr_value_free(ctx->xml, urn); in hs20_spp_upload_mo()
[all …]
Doma_dm_client.c202 static char * mo_str(struct hs20_osu_client *ctx, const char *urn, in mo_str() argument
211 tnds = mo_to_tnds(ctx->xml, fnode, 0, urn, "syncml:dmddf1.2"); in mo_str()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dxml-utils.c262 const char *urn) in add_ddfname() argument
272 xml_node_create_text(ctx, node, NULL, "DDFName", urn); in add_ddfname()
278 int use_path, const char *urn, const char *ns_uri) in mo_to_tnds() argument
296 if (urn) in mo_to_tnds()
297 add_ddfname(ctx, node, urn); in mo_to_tnds()
Dxml-utils.h91 int use_path, const char *urn, const char *ns_uri);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dxml-utils.c262 const char *urn) in add_ddfname() argument
272 xml_node_create_text(ctx, node, NULL, "DDFName", urn); in add_ddfname()
278 int use_path, const char *urn, const char *ns_uri) in mo_to_tnds() argument
296 if (urn) in mo_to_tnds()
297 add_ddfname(ctx, node, urn); in mo_to_tnds()
Dxml-utils.h91 int use_path, const char *urn, const char *ns_uri);
/third_party/curl/src/
Dcurl.rc89 "<assembly xmlns=""urn:schemas-microsoft-com:asm.v1"" manifestVersion=""1.0"">"
94 "<compatibility xmlns=""urn:schemas-microsoft-com:compatibility.v1"">"
103 "<trustInfo xmlns=""urn:schemas-microsoft-com:asm.v3"">"
/third_party/node/deps/npm/lib/utils/
Dcmd-list.js137 urn: 'run-script', property
/third_party/node/test/doctool/
Dtest-local-md-file-reference-regex.mjs32 'urn:isbn:9780307476463.md',
/third_party/python/Lib/test/
Dtest_uuid.py37 for (string, curly, hex, bytes, bytes_le, fields, integer, urn,
171 self.uuid.UUID(urn)]:
186 equal(u.urn, urn)
/third_party/node/deps/npm/tap-snapshots/test/lib/commands/
Dcompletion.js.test.cjs167 urn
/third_party/parse5/test/data/parser-feedback/
Dtests16.test1802 …"description": "<!doctype html><style><!--<br><html xmlns:v=\"urn:schemas-microsoft-com:vml\"><!--…
1803 …"input": "<!doctype html><style><!--<br><html xmlns:v=\"urn:schemas-microsoft-com:vml\"><!--[if !m…
1819 "<!--<br><html xmlns:v=\"urn:schemas-microsoft-com:vml\"><!--[if !mso]><style>"
3837 …"description": "<style><!--<br><html xmlns:v=\"urn:schemas-microsoft-com:vml\"><!--[if !mso]><styl…
3838 …"input": "<style><!--<br><html xmlns:v=\"urn:schemas-microsoft-com:vml\"><!--[if !mso]><style></st…
3847 "<!--<br><html xmlns:v=\"urn:schemas-microsoft-com:vml\"><!--[if !mso]><style>"
/third_party/python/Doc/library/
Duuid.rst59 UUID('urn:uuid:12345678-1234-5678-1234-567812345678')
129 .. attribute:: UUID.urn
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DREADME-P2P416 p2p_serv_disc_req 00:00:00:00:00:00 upnp 10 urn:schemas-upnp-org:device:InternetGatewayDevice:1
441 p2p_serv_disc_req 00:00:00:00:00:00 upnp 10 urn:schemas-upnp-org:service:ContentDirectory:2
443 p2p_serv_disc_req 00:00:00:00:00:00 upnp 10 urn:schemas-upnp-org:device:InternetGatewayDevice:1
541 p2p_service_add upnp 10 uuid:1122de4e-8574-59ab-9322-333456789044::urn:schemas-upnp-org:service:Con…
542 p2p_service_add upnp 10 uuid:5566d33e-9774-09ab-4822-333456785632::urn:schemas-upnp-org:service:Con…
543 p2p_service_add upnp 10 uuid:6859dede-8574-59ab-9332-123456789012::urn:schemas-upnp-org:device:Inte…
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DREADME-P2P416 p2p_serv_disc_req 00:00:00:00:00:00 upnp 10 urn:schemas-upnp-org:device:InternetGatewayDevice:1
441 p2p_serv_disc_req 00:00:00:00:00:00 upnp 10 urn:schemas-upnp-org:service:ContentDirectory:2
443 p2p_serv_disc_req 00:00:00:00:00:00 upnp 10 urn:schemas-upnp-org:device:InternetGatewayDevice:1
541 p2p_service_add upnp 10 uuid:1122de4e-8574-59ab-9322-333456789044::urn:schemas-upnp-org:service:Con…
542 p2p_service_add upnp 10 uuid:5566d33e-9774-09ab-4822-333456785632::urn:schemas-upnp-org:service:Con…
543 p2p_service_add upnp 10 uuid:6859dede-8574-59ab-9332-123456789012::urn:schemas-upnp-org:device:Inte…
/third_party/python/Lib/
Duuid.py338 def urn(self): member in UUID
/third_party/node/deps/npm/docs/content/commands/
Dnpm-sbom.md26 "serialNumber": "urn:uuid:09f55116-97e1-49cf-b3b8-44d0207e7730",
Dnpm-run-script.md12 aliases: run, rum, urn
/third_party/icu/docs/userguide/locale/
Dlocalizing.md179 <xliff version = "1.1" xmlns='urn:oasis:names:tc:xliff:document:1.1'
181 xsi:schemaLocation='urn:oasis:names:tc:xliff:document:1.1
Dresources.md853 <xliff version = "1.1 "xmlns = 'urn:oasis:names:tc:xliff:document:1.1'
855 xsi:schemaLocation='urn:oasis:names:tc:xliff:document:1.1
883 <xliff version = "1.1" xmlns='urn:oasis:names:tc:xliff:document:1.1'
885 xsi:schemaLocation='urn:oasis:names:tc:xliff:document:1.1

12