HomeSort by relevance Sort by last modified time
    Searched refs:ns (Results 76 - 100 of 327) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/utils/
AttList.java 98 String ns = m_dh.getNamespaceOfNode(((Attr) m_attrs.item(index))); local
99 if(null == ns)
100 ns = "";
101 return ns;
QName.java 273 NameSpace ns = (NameSpace) namespaces.elementAt(i); local
275 while (null != ns)
277 if ((null != ns.m_prefix) && prefix.equals(ns.m_prefix))
279 namespace = ns.m_uri;
285 ns = ns.m_next;
517 * prefix if available, or the '{ns}foo' notation if not. Performs
533 * the '{ns}foo' notation. Performs
581 * @param ns Namespace URI to compare t
    [all...]
  /external/chromium/chrome/common/extensions/
update_manifest.cc 51 if (node->ns != expected_namespace) {
114 for (xmlNs* ns = node->ns; ns != NULL; ns = ns->next) {
115 if (ns->href && !xmlStrcmp(ns->href, href)) {
116 return ns;
  /frameworks/base/include/gui/
ISensorEventConnection.h 40 virtual status_t setEventRate(int handle, nsecs_t ns) = 0;
  /frameworks/base/libs/gui/
ISensorEventConnection.cpp 65 virtual status_t setEventRate(int handle, nsecs_t ns)
70 data.writeInt64(ns);
101 int ns = data.readInt64(); local
102 status_t result = setEventRate(handle, ns);
  /frameworks/base/services/sensorservice/
CorrectedGyroSensor.h 44 virtual status_t setDelay(void* ident, int handle, int64_t ns);
GravitySensor.h 44 virtual status_t setDelay(void* ident, int handle, int64_t ns);
RotationVectorSensor.cpp 59 status_t RotationVectorSensor::setDelay(void* ident, int handle, int64_t ns) {
60 return mSensorFusion.setDelay(this, ns);
108 status_t GyroDriftSensor::setDelay(void* ident, int handle, int64_t ns) {
109 return mSensorFusion.setDelay(this, ns);
LinearAccelerationSensor.cpp 57 status_t LinearAccelerationSensor::setDelay(void* ident, int handle, int64_t ns) {
58 return mGravitySensor.setDelay(this, handle, ns);
  /hardware/invensense/libsensors/
SensorBase.h 59 virtual int setDelay(int32_t handle, int64_t ns);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 100 double lz,ms,ns,mn,m,n,lz_through2; local
144 ns=lz_through2*lz_through2-c0;
147 if((ms>=0.0)&&(ns>=0.0))
150 n=sqrt(ns)*db_sign(mn);
172 double lz,ms,ns,mn,m,n,lz_through2; local
216 ns=lz_through2*lz_through2-c0;
220 if(ns<0.0) ns=0.0;
223 n=sqrt(ns)*db_sign(mn);
  /external/libxslt/libxslt/
xslt.c 473 xmlNsPtr ns,
478 if ((cctxt == NULL) || (doc == NULL) || (ns == NULL))
490 ret->ns = ns;
491 ret->origNsName = ns->href;
699 * Global list of excluded result ns-decls.
935 * Restore changed ns-decls before freeing the document.
1313 xmlNsPtr ns; local
1577 xmlNsPtr ns; local
1713 xmlNsPtr ns; local
1762 xmlNsPtr ns; local
1808 xmlNsPtr ns; local
1854 xmlNsPtr ns; local
2027 xmlNsPtr ns, tmpns; local
2504 xmlNsPtr *list = NULL, ns; local
2617 xmlNsPtr ns; local
3499 xmlNsPtr ns = cur->nsDef, prev = NULL, next; local
3648 xmlNsPtr ns = cur->nsDef; local
6916 xmlNsPtr ns; local
    [all...]
templates.h 36 const xmlChar *ns);
41 const xmlChar *ns,
preproc.c 73 if ((style == NULL) || (inst == NULL) || (inst->ns == NULL))
85 if ((parent->ns == NULL) || (parent->type != XML_ELEMENT_NODE) ||
86 ((parent->ns != inst->ns) &&
87 (!xmlStrEqual(parent->ns->href, inst->ns->href))) ||
113 if ((style == NULL) || (inst == NULL) || (inst->ns == NULL) ||
127 if (((parent->ns == inst->ns) ||
128 ((parent->ns != NULL) &
925 xmlNsPtr ns; local
1046 xmlNsPtr ns; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMTreeWalker.java 259 String ns = dtm.getNamespaceURI(node); local
260 if(null == ns)
261 ns = "";
279 this.m_contentHandler.startElement(ns,
372 String ns = m_dtm.getNamespaceURI(node); local
373 if(null == ns)
374 ns = "";
375 this.m_contentHandler.endElement(ns,
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
p3.cpp 75 namespace ns { namespace in namespace:test5
83 A::foo(); // expected-error {{'foo' is a private member of 'test5::ns::A'}}
88 ns::A::foo(); // expected-error {{'foo' is a private member of 'test5::ns::A'}}
  /external/clang/test/CodeGenCXX/
visibility-inlines-hidden.cpp 89 namespace ns __attribute__((visibility("default"))) { namespace in namespace:test2
95 ns::foo<arg>();
  /external/clang/test/SemaCXX/
friend.cpp 10 namespace ns { namespace in namespace:test0
15 friend void ns::f(int a);
using-directive.cpp 130 namespace ns { typedef int test1; } namespace in namespace:test1
131 template <class T> using namespace ns; // expected-error {{cannot template a using directive}}
  /external/clang/test/SemaTemplate/
instantiate-using-decl.cpp 53 namespace ns { namespace in namespace:test2
58 using ns::foo;
  /external/kernel-headers/original/linux/
time.h 166 * @ns: unsigned nanoseconds value to be added
168 static inline void timespec_add_ns(struct timespec *a, u64 ns)
170 ns += a->tv_nsec;
171 while(unlikely(ns >= NSEC_PER_SEC)) {
172 ns -= NSEC_PER_SEC;
175 a->tv_nsec = ns;
  /external/libxml2/
xmlreader.c 920 if ((node->ns == NULL) || (node->ns->prefix == NULL)) {
927 qname = xmlStrdup(node->ns->prefix);
1011 if ((node->ns == NULL) || (node->ns->prefix == NULL)) {
1018 qname = xmlStrdup(node->ns->prefix);
2302 xmlNsPtr ns; local
2350 xmlNsPtr ns; local
2422 xmlNsPtr ns; local
2518 xmlNsPtr ns; local
2546 xmlNsPtr ns; local
2595 xmlNsPtr ns; local
2700 xmlNsPtr ns; local
2795 xmlNsPtr ns = (xmlNsPtr) reader->curnode; local
2860 xmlNsPtr ns = (xmlNsPtr) reader->curnode; local
2926 xmlNsPtr ns; local
3079 xmlNsPtr ns = (xmlNsPtr) node; local
3110 xmlNsPtr ns = (xmlNsPtr) node; local
3177 xmlNsPtr ns = (xmlNsPtr) node; local
3248 xmlNsPtr ns = (xmlNsPtr) node; local
3283 xmlNsPtr ns = (xmlNsPtr) node; local
3315 xmlNsPtr ns = (xmlNsPtr) node; local
    [all...]
pattern.c 91 const xmlChar *ns; /* second string value */ member in struct:_xmlStreamStep
529 if (node->ns == NULL) {
532 } else if (node->ns->href != NULL) {
535 if (!xmlStrEqual(step->value2, node->ns->href))
575 if (node->ns == NULL) {
579 if (!xmlStrEqual(step->value2, node->ns->href))
601 if (node->ns == NULL) {
604 } else if (node->ns->href != NULL) {
607 if (!xmlStrEqual(step->value2, node->ns->href))
638 if (node->ns == NULL)
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
dfa.c 110 int ns = nfa_states[i]; local
111 register int type = state_type[ns];
112 register int ar = assoc_rule[ns];
250 register int stkpos, ns, tsp; local
313 ns = t[nstate];
318 if ( ! IS_MARKED(ns) )
320 PUT_ON_STACK(ns)
321 CHECK_ACCEPT(ns)
322 hashval += ns;
328 ns = stk[stkpos]
928 int ns, tsp, sym, i, j, lenccl, ch, numstates, ccllist; local
1017 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich; local
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 221 const uint16_t* ns = inXml->getElementNamespace(&nslen); local
222 if (ns == NULL) {
223 ns = (const uint16_t*)"\0\0";
226 const String8 nspace(String16(ns, nslen));
278 const uint16_t* ns = inXml->getElementNamespace(&nslen); local
279 if (ns == NULL) {
280 ns = (const uint16_t*)"\0\0";
283 const String8 nspace(String16(ns, nslen));
390 const uint16_t* ns)
393 if (ns != NULL)
436 String8 ns = build_namespace(namespaces, ns16); local
469 namespace_entry ns; local
484 const namespace_entry& ns = namespaces.top(); local
    [all...]

Completed in 965 milliseconds

1 2 34 5 6 7 8 91011>>