/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...] |
/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">
|
/external/chromium_org/tools/grit/grit/tool/ |
android2grd_unittest.py | 57 '<string xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" '
|
/external/chromium_org/third_party/libxml/src/ |
catalog.c | 68 #define XML_URN_PUBID "urn:publicid:" 810 * @urn: an "urn:publicid:" to unwrap 812 * Expand the URN into the equivalent Public Identifier 818 xmlCatalogUnWrapURN(const xmlChar *urn) { 822 if (xmlStrncmp(urn, BAD_CAST XML_URN_PUBID, sizeof(XML_URN_PUBID) - 1)) 824 urn += sizeof(XML_URN_PUBID) - 1; 826 while (*urn != 0) { 829 if (*urn == '+') { 831 urn++ [all...] |
/external/libxml2/ |
catalog.c | 68 #define XML_URN_PUBID "urn:publicid:" 810 * @urn: an "urn:publicid:" to unwrap 812 * Expand the URN into the equivalent Public Identifier 818 xmlCatalogUnWrapURN(const xmlChar *urn) { 822 if (xmlStrncmp(urn, BAD_CAST XML_URN_PUBID, sizeof(XML_URN_PUBID) - 1)) 824 urn += sizeof(XML_URN_PUBID) - 1; 826 while (*urn != 0) { 829 if (*urn == '+') { 831 urn++ [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...] |
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/auth/ |
AuthenticationManager.java | 152 PacketUserauthRequestNone urn = new PacketUserauthRequestNone("ssh-connection", user); local 153 tm.sendMessage(urn.getPayload());
|
/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/chromium_org/third_party/flot/ |
excanvas.min.js | 1 if(!document.createElement("canvas").getContext){(function(){var ab=Math;var n=ab.round;var l=ab.sin;var A=ab.cos;var H=ab.abs;var N=ab.sqrt;var d=10;var f=d/2;var z=+navigator.userAgent.match(/MSIE ([\d.]+)?/)[1];function y(){return this.context_||(this.context_=new D(this))}var t=Array.prototype.slice;function g(j,m,p){var i=t.call(arguments,2);return function(){return j.apply(m,i.concat(t.call(arguments)))}}function af(i){return String(i).replace(/&/g,"&").replace(/"/g,""")}function Y(m,j,i){if(!m.namespaces[j]){m.namespaces.add(j,i,"#default#VML")}}function R(j){Y(j,"g_vml_","urn:schemas-microsoft-com:vml");Y(j,"g_o_","urn:schemas-microsoft-com:office:office");if(!j.styleSheets.ex_canvas_){var i=j.createStyleSheet();i.o (…)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
javax.servlet.jsp_2.0.0.v200806031607.jar | |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
code-load.js | 226 urn a.apply(this,b)}};goog.mixin=function(a,b){for(var c in b)a[c]=b[c]};goog.n\ 390 urn a==null?String(a):I[C.call(a)]||\"object\"},isPlainObject:function(a){if(!a\ 422 urn h.concat.apply([],h)},guid:1,proxy:function(a,c){if(typeof c==\"string\"){v\ [all...] |
/external/chromium_org/remoting/webapp/ |
client_session.js | 512 'xmlns="urn:xmpp:jingle:1" ' + [all...] |
/external/chromium_org/net/base/registry_controlled_domains/ |
effective_tld_names.cc | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
string-unpack-code.js | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
string-unpack-code.js | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
string-unpack-code.js | [all...] |
/external/chromium/net/base/ |
effective_tld_names.cc | [all...] |