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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
using-decl-1.cpp 66 namespace ns { namespace in namespace:test0
76 void test(ns::Foo *p) {
100 namespace ns { int foo; } namespace in namespace:test2
101 template <class T> using ns::foo; // expected-error {{cannot template a using declaration}}
enum-scoped.cpp 125 namespace ns { namespace in namespace:E1::E2::Redeclare5::test5
129 enum ns::A : ns::Atype {
  /frameworks/base/opengl/java/android/opengl/
Material.java 34 private float ns; field in class:Material
57 Math.min(Math.max(ns, 0), 128));
69 // Math.min(Math.max(ns, 0), 128));
101 this.ns = dis.readFloat();
112 "ns=" + ns + "," +
  /frameworks/base/services/sensorservice/
LinearAccelerationSensor.h 44 virtual status_t setDelay(void* ident, int handle, int64_t ns);
OrientationSensor.h 43 virtual status_t setDelay(void* ident, int handle, int64_t ns);
SensorDevice.cpp 235 nsecs_t ns = info.selectDelay(); local
236 mSensorDevice->setDelay(mSensorDevice, handle, ns);
242 status_t SensorDevice::setDelay(void* ident, int handle, int64_t ns)
247 status_t err = info.setDelayForIdent(ident, ns);
249 ns = info.selectDelay();
250 return mSensorDevice->setDelay(mSensorDevice, handle, ns);
255 status_t SensorDevice::Info::setDelayForIdent(void* ident, int64_t ns)
259 LOGE("Info::setDelayForIdent(ident=%p, ns=%lld) failed (%s)",
260 ident, ns, strerror(-index));
263 rates.editValueAt(index) = ns;
269 nsecs_t ns = rates.valueAt(0); local
    [all...]
CorrectedGyroSensor.cpp 64 status_t CorrectedGyroSensor::setDelay(void* ident, int handle, int64_t ns) {
65 mSensorDevice.setDelay(this, mGyro.getHandle(), ns);
66 return mSensorFusion.setDelay(this, ns);
  /system/core/nexus/
PropertyManager.cpp 43 PropertyNamespace *PropertyManager::lookupNamespace_UNLOCKED(const char *ns) {
47 if (!strcasecmp(ns, (*ns_it)->getName()))
54 Property *PropertyManager::lookupProperty_UNLOCKED(PropertyNamespace *ns, const char *name) {
57 for (it = ns->getProperties()->begin();
58 it != ns->getProperties()->end(); ++it) {
67 PropertyNamespace *ns; local
71 if (!(ns = lookupNamespace_UNLOCKED(ns_name))) {
73 ns = new PropertyNamespace(ns_name);
74 mNamespaces->push_back(ns);
77 if (lookupProperty_UNLOCKED(ns, p->getName()))
91 PropertyNamespace *ns; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiseq_selection.h 167 difference_type* ns = new difference_type[m];
172 ns[0] = std::distance(begin_seqs[0].first, begin_seqs[0].second);
173 nmax = ns[0];
176 ns[i] = std::distance(begin_seqs[i].first, begin_seqs[i].second);
177 nmax = std::max(nmax, ns[i]);
182 // Pad all lists to this length, at least as long as any ns[i],
194 // 0 <= a[i] <= ns[i], 0 <= b[i] <= l
202 if (n < ns[i]) //sequence long enough
207 if (n >= ns[i]) //sequence too short, conceptual infinity
213 for (j = 0; j < localrank && ((n + 1) <= ns[sample[j].second]); ++j
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionNamespacesManager.java 131 String ns = (String)m_unregisteredExtensions.get(i); local
132 ExtensionNamespaceSupport extNsSpt = defineJavaNamespace(ns);
148 * @param ns The extension namespace URI.
155 public ExtensionNamespaceSupport defineJavaNamespace(String ns)
157 return defineJavaNamespace(ns, ns);
159 public ExtensionNamespaceSupport defineJavaNamespace(String ns, String classOrPackage)
161 if(null == ns || ns.trim().length() == 0) // defensive. I don't think it's needed. -sb
184 ns,
    [all...]
  /external/clang/test/SemaTemplate/
dependent-names.cpp 209 namespace ns { namespace in namespace:PR10053::my_file2
213 std::ostream& operator<<(std::ostream& out, ns::Data data) { // expected-note {{should be declared prior to the call site or in namespace 'PR10053::my_file2::ns'}}
218 Dump(ns::Data()); // expected-note {{here}}
228 namespace ns { namespace in namespace:PR10053::my_file2_a
236 std::ostream &print(std::ostream &out, ns::Data); // expected-note {{should be declared prior to the call site or in namespace 'PR10053::my_file2_a::ns'}}
238 std::ostream &print(std::ostream &out, std::pair<ns::Data, ns2::Data>); // expected-note {{should be declared prior to the call site or in an associated namespace of one of its arguments}}
242 Dump(ns::Data()); // expected-note {{requested here}}
244 Dump(std::pair<ns::Data, ns2::Data>()); // expected-note {{requested here}
254 namespace ns { namespace in namespace:PR10053::unary
    [all...]
  /external/libxml2/include/libxml/
pattern.h 80 const xmlChar *ns,
85 const xmlChar *ns);
89 const xmlChar *ns);
  /external/libxml2/
tree.c 52 xmlNsPtr xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns);
247 * [NS 5] QName ::= (Prefix ':')? LocalPart
249 * [NS 6] Prefix ::= NCName
251 * [NS 7] LocalPart ::= NCName
774 * @ns: a namespace pointer
779 xmlSetNs(xmlNodePtr node, xmlNsPtr ns) {
787 node->ns = ns;
801 "xmlFreeNs : ns == NULL\n");
822 "xmlFreeNsList : ns == NULL\n")
3929 xmlNsPtr ns; local
4167 xmlNsPtr ns; local
4831 xmlNsPtr ns; local
4903 xmlNsPtr ns; local
5048 xmlNsPtr ns; local
5795 xmlNsPtr ns; local
6668 xmlNsPtr ns; local
7746 xmlNsPtr ns; local
7828 xmlNsPtr ns; local
7856 xmlNsPtr ns; local
7992 xmlNsPtr ns; local
8125 xmlNsPtr ns, prevns; local
8225 xmlNsPtr ns; local
8508 xmlNsPtr ns, prevns; local
8777 xmlNsPtr ns = NULL; local
9144 xmlNsPtr ns; local
9669 xmlNsPtr ns = NULL; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TreeWalker2Result.java 128 for (int ns = dtm.getFirstNamespaceNode(node, true);
129 DTM.NULL != ns; ns = dtm.getNextNamespaceNode(node, ns, true))
131 SerializerUtils.ensureNamespaceDeclDeclared(m_handler,dtm, ns);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
verify.h 39 StateId ns = 0; local
43 ++ns;
45 if (start == kNoStateId && ns > 0) {
48 } else if (start >= ns) {
90 } else if (arc.nextstate >= ns) {
  /external/chromium/third_party/libevent/
evdns.c 169 struct nameserver *ns; /* the server which we last sent it */ member in struct:request
325 static void nameserver_send_probe(struct nameserver *const ns);
450 struct nameserver *const ns = (struct nameserver *) arg; local
454 nameserver_send_probe(ns);
461 nameserver_probe_failed(struct nameserver *const ns) {
463 (void) evtimer_del(&ns->timeout_event);
464 if (ns->state == 1) {
471 &global_nameserver_timeouts[MIN(ns->failed_times,
473 ns->failed_times++;
475 if (evtimer_add(&ns->timeout_event, (struct timeval *) timeout) < 0)
1269 struct nameserver *ns = (struct nameserver *) arg; local
1986 struct nameserver *const ns = (struct nameserver *) arg; local
2117 struct nameserver *ns; local
2846 IP_ADDR_STRING *ns; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/serialize/
SerializerUtils.java 65 String ns = dtm.getNamespaceURI(attr);
67 if (ns == null)
68 ns = "";
74 ns,
261 NamespaceMappings ns = handler.getNamespaceMappings(); local
262 if (ns != null)
265 foundURI = ns.lookupNamespace(prefix);
  /frameworks/base/tools/localize/
XMLHandler.cpp 72 XMLNamespaceMap::Get(const string& ns) const
74 if (ns == "xml") {
75 return ns;
77 map<string,string>::const_iterator it = m_map.find(ns);
86 XMLNamespaceMap::GetPrefix(const string& ns) const
88 if (ns == "") {
91 map<string,string>::const_iterator it = m_map.find(ns);
128 :ns(that.ns),
135 :ns(n)
    [all...]
  /device/moto/stingray/sensors/
AkmSensor.h 46 virtual int setDelay(int32_t handle, int64_t ns);
SensorBase.h 58 virtual int setDelay(int32_t handle, int64_t ns);
  /device/samsung/crespo/libsensors/
AkmSensor.h 46 virtual int setDelay(int32_t handle, int64_t ns);
GyroSensor.h 49 virtual int setDelay(int32_t handle, int64_t ns);
SensorBase.h 59 virtual int setDelay(int32_t handle, int64_t ns);
  /device/samsung/tuna/libsensors/
SamsungSensorBase.h 56 virtual int setDelay(int32_t handle, int64_t ns);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
AttList.java 107 String ns = m_dh.getNamespaceOfNode(((Attr) m_attrs.item(index))); local
108 if(null == ns)
109 ns = "";
110 return ns;

Completed in 458 milliseconds

1 23 4 5 6 7 8 91011>>