Searched refs:ns (Results 251 - 275 of 346) sorted by relevance

<<11121314

/external/libnfc-nxp/src/
H A DphFriNfc_LlcpTransport_Connection.c243 psLlcpSocket->sSequence.ns = psLlcpSocket->socket_VS;
326 pLlcpSocket->sSequence.ns = 0;
367 pLlcpSocket->sSequence.ns = 0x00;
948 /*if(sLlcpLocalSequence.ns != psLocalLlcpSocket->socket_VR)
954 if(sLlcpLocalSequence.ns >= psLocalLlcpSocket->socket_VRA)
956 rw_offset = sLlcpLocalSequence.ns - psLocalLlcpSocket->socket_VRA;
960 rw_offset = 16 - (psLocalLlcpSocket->socket_VRA - sLlcpLocalSequence.ns);
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
H A DShadowDOM.js2065 function matchesLocalNameOnly(el, ns, localName) {
2068 function matchesNameSpace(el, ns) {
2069 return el.namespaceURI === ns;
2071 function matchesLocalNameNS(el, ns, localName) {
2072 return el.namespaceURI === ns && el.localName === localName;
2154 function getElementsByTagNameNSFiltered(p, index, result, ns, localName) {
2159 return findElements(this, index, result, p, ns, localName);
2161 list = originalElementGetElementsByTagNameNS.call(target, ns, localName);
2163 list = originalDocumentGetElementsByTagNameNS.call(target, ns, localName);
2165 return findElements(this, index, result, p, ns, localNam
[all...]
H A Dwebcomponents.js2097 function matchesLocalNameOnly(el, ns, localName) {
2100 function matchesNameSpace(el, ns) {
2101 return el.namespaceURI === ns;
2103 function matchesLocalNameNS(el, ns, localName) {
2104 return el.namespaceURI === ns && el.localName === localName;
2186 function getElementsByTagNameNSFiltered(p, index, result, ns, localName) {
2191 return findElements(this, index, result, p, ns, localName);
2193 list = originalElementGetElementsByTagNameNS.call(target, ns, localName);
2195 list = originalDocumentGetElementsByTagNameNS.call(target, ns, localName);
2197 return findElements(this, index, result, p, ns, localNam
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
H A Dparse5.js378 exports.isMathMLTextIntegrationPoint = function (tn, ns) {
379 return ns === NS.MATHML && (tn === $.MI || tn === $.MO || tn === $.MN || tn === $.MS || tn === $.MTEXT);
382 exports.isHtmlIntegrationPoint = function (tn, ns, attrs) {
383 if (ns === NS.MATHML && tn === $.ANNOTATION_XML) {
393 return ns === NS.SVG && (tn === $.FOREIGN_OBJECT || tn === $.DESC || tn === $.TITLE);
916 ns = this.treeAdapter.getNamespaceURI(node),
917 qualifiedTn = (ns === NS.HTML || ns === NS.SVG || ns === NS.MATHML) ? tn : (ns
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSet.java467 * @param ns NodeSet whose members should be merged into this NodeSet.
471 public void addNodes(NodeSet ns) argument
477 addNodes((NodeIterator) ns);
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java1108 java.lang.String ns = (java.lang.String) getTokenQueue().elementAt(getOp(opPos));
1121 Function extension = new FuncExtFunction(ns, funcName, String.valueOf(getNextMethodId()));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DTnaf.java287 BigInteger ns = k.shiftRight(m - _k - 2 + a);
289 BigInteger gs = s.multiply(ns);
/external/cmockery/cmockery_0_1_2/
H A Dconfig.sub148 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
536 basic_machine=ns32k-ns
1449 *-ns)
1534 vendor=ns
/external/google-tv-pairing-protocol/cpp/
H A Dconfig.sub151 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
587 basic_machine=ns32k-ns
1563 *-ns)
1648 vendor=ns
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java489 long ns = millis * 1000 * 1000;
495 long d = ns - (System.nanoTime() - startTime);
/external/harfbuzz_ng/test/shaping/
H A Dhb_test_tools.py221 def print_ngrams (f, ns=(1,2,3)):
222 gens = tuple (Ngram.generator (n) for n in ns)
/external/libexif/
H A Dconfig.sub154 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
593 basic_machine=ns32k-ns
1575 *-ns)
1660 vendor=ns
/external/libmtp/
H A Dconfig.sub150 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
560 basic_machine=ns32k-ns
1528 *-ns)
1613 vendor=ns
/external/libogg/
H A Dconfig.sub150 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
547 basic_machine=ns32k-ns
1478 *-ns)
1563 vendor=ns
/external/libpcap/
H A Dconfig.sub155 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
594 basic_machine=ns32k-ns
1578 *-ns)
1663 vendor=ns
/external/libunwind/aux/
H A Dconfig.sub146 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
463 basic_machine=ns32k-ns
1319 *-ns)
1404 vendor=ns
/external/libusb/
H A Dconfig.sub150 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
560 basic_machine=ns32k-ns
1546 *-ns)
1631 vendor=ns
/external/libusb-compat/
H A Dconfig.sub150 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
560 basic_machine=ns32k-ns
1546 *-ns)
1631 vendor=ns
/external/libvorbis/
H A Dconfig.sub150 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
547 basic_machine=ns32k-ns
1478 *-ns)
1563 vendor=ns
/external/srtp/
H A Dconfig.sub147 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
519 basic_machine=ns32k-ns
1425 *-ns)
1510 vendor=ns
/external/tcpdump/
H A Dconfig.sub155 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
594 basic_machine=ns32k-ns
1578 *-ns)
1663 vendor=ns
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DParseRDF.java214 // quick hack, ns declarations do not appear in C++
390 String ns = (String) it.next();
391 attributes.removeNamedItem(ns);
776 * <ns:Prop1/> <!-- a simple property with an empty value -->
777 * <ns:Prop2 rdf:resource="http: *www.adobe.com/"/> <!-- a URI value -->
778 * <ns:Prop3 rdf:value="..." ns:Qual="..."/> <!-- a simple qualified property -->
779 * <ns:Prop4 ns:Field1="..." ns
[all...]
/external/clang/test/SemaCXX/
H A Ddllimport.cpp89 namespace ns { __declspec(dllimport) int ExternalGlobal; } namespace
155 namespace ns { template<typename T> __declspec(dllimport) int ExternalVarTmpl; } namespace
295 namespace ns { __declspec(dllimport) void externalFunc(); } namespace
376 namespace ns { template<typename T> __declspec(dllimport) void externalFuncTmpl(); } namespace
/external/expat/lib/
H A Dxmltok.c1620 #define ns(x) x macro
1625 #undef ns macro
1630 #define ns(x) x ## _ns macro
1637 #undef ns macro
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DStylesheetHandler.java765 // String ns = m_stylesheet.getNamespaceFromStack(target);
769 String prefix="",ns="", localName=target;
773 ns=getNamespaceForPrefix(prefix=target.substring(0,colon));
790 ns.equals("org.apache.xalan.xslt.extensions.Redirect") )
801 //System.out.println("JJK***** Recognized <? {"+ns+"}"+prefix+":"+localName+" "+data+"?>");

Completed in 1836 milliseconds

<<11121314