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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/services/sensorservice/
SensorFusion.cpp 109 status_t SensorFusion::setDelay(void* ident, int64_t ns) {
110 mSensorDevice.setDelay(ident, mAcc.getHandle(), ns);
  /device/moto/stingray/sensors/
SensorBase.cpp 71 int SensorBase::setDelay(int32_t handle, int64_t ns) {
  /device/samsung/crespo/libsensors/
SensorBase.cpp 76 int SensorBase::setDelay(int32_t handle, int64_t ns) {
AkmSensor.cpp 175 int AkmSensor::setDelay(int32_t handle, int64_t ns)
179 if (ns < 0)
191 return akm_set_delay(sensor_type, ns);
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.h 156 void ProcessScan( int* idx, int ns, uchar* data, int step, int color );
  /hardware/invensense/libsensors/
SensorBase.cpp 76 int SensorBase::setDelay(int32_t handle, int64_t ns) {
  /hardware/libhardware/include/hardware/
sensors.h 457 int handle, int64_t ns);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestSuite.java 141 serializer.startTag(CtsXmlResultReporter.ns, TAG);
142 serializer.attribute(CtsXmlResultReporter.ns, "name", mName);
151 serializer.endTag(CtsXmlResultReporter.ns, TAG);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemVariable.java 498 java.lang.String ns = m_qname.getNamespaceURI(); local
499 if((null != ns) && ns.equals(RedundentExprEliminator.PSUEDOVARNAMESPACE))
ElemLiteralResult.java 366 String ns = avt.getURI(); local
368 if ((null != ns) && (ns.length() > 0))
371 stylesheet.getNamespaceAliasComposed(m_namespace); // %REVIEW% ns?
429 * @param ns The Namespace URI, or the empty string if the
432 public void setNamespace(String ns)
434 if(null == ns) // defensive, shouldn't have to do this.
435 ns = "";
436 m_namespace = ns;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java 377 java.lang.String ns = m_qname.getNamespaceURI(); local
378 if((null != ns) && ns.equals(PSUEDOVARNAMESPACE))
  /external/clang/test/CXX/class.access/class.friend/
p1.cpp 196 namespace ns { namespace in namespace:test5
200 class ns::A {
205 namespace ns { namespace in namespace:test5
292 namespace NS {
301 NS::bar->foo();
305 NS::bar->foo(); // expected-error {{private member}}
  /external/libxslt/libxslt/
numbers.c 578 if ((node->ns == cur->ns) ||
579 ((node->ns != NULL) &&
580 (cur->ns != NULL) &&
581 (xmlStrEqual(node->ns->href,
582 cur->ns->href) )))
673 if ((preceding->ns == ancestor->ns) ||
674 ((preceding->ns != NULL) &&
675 (ancestor->ns != NULL) &
    [all...]
pattern.c 694 if (node->ns == NULL) {
697 } else if (node->ns->href != NULL) {
700 if (!xmlStrEqual(step->value2, node->ns->href))
714 if (node->ns == NULL) {
718 if (!xmlStrEqual(step->value2, node->ns->href))
740 if (node->ns == NULL) {
743 } else if (node->ns->href != NULL) {
746 if (!xmlStrEqual(step->value2, node->ns->href))
756 /* added NS, ID and KEY as a result of bug 168208 */
788 if (node->ns == NULL)
1566 xmlNsPtr ns; local
    [all...]
imports.c 348 if (node->ns != NULL) {
350 xmlHashLookup2(style->stripSpaces, node->name, node->ns->href);
354 node->ns->href);
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserFactoryTest.java 47 static HashMap<String, String> ns; field in class:SAXParserFactoryTest
58 ns = new HashMap<String, String>();
383 ns.put(qName, uri);
  /external/libxml2/
xpath.c 3401 xmlNsPtr ns = (xmlNsPtr) val; local
3588 xmlNsPtr ns = (xmlNsPtr) val; local
3640 xmlNsPtr ns = (xmlNsPtr) val; local
3751 xmlNsPtr ns = (xmlNsPtr) n2; local
3920 xmlNsPtr ns = (xmlNsPtr) n2; local
6355 xmlNodeSetPtr ns; local
6410 xmlNodeSetPtr ns; local
6606 xmlNodeSetPtr ns; local
6665 xmlNodeSetPtr ns; local
7879 xmlNsPtr ns = (xmlNsPtr) ctxt->context->node; local
7952 xmlNsPtr ns = (xmlNsPtr) ctxt->context->node; local
7996 xmlNsPtr ns = (xmlNsPtr) ctxt->context->node; local
8517 xmlNodeSetPtr ns; local
12351 xmlNsPtr ns = (xmlNsPtr) cur; local
14476 xmlNsPtr ns; local
    [all...]
catalog.c 529 * @ns: the current namespace
536 xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) {
556 node = xmlNewDocNode(doc, ns, BAD_CAST "nextCatalog", NULL);
563 node = xmlNewDocNode(doc, ns, BAD_CAST "group", NULL);
582 xmlDumpXMLCatalogNode(cur->next, node, doc, ns, cur);
586 node = xmlNewDocNode(doc, ns, BAD_CAST "public", NULL);
592 node = xmlNewDocNode(doc, ns, BAD_CAST "system", NULL);
598 node = xmlNewDocNode(doc, ns, BAD_CAST "rewriteSystem", NULL);
604 node = xmlNewDocNode(doc, ns, BAD_CAST "delegatePublic", NULL);
610 node = xmlNewDocNode(doc, ns, BAD_CAST "delegateSystem", NULL)
656 xmlNsPtr ns; local
    [all...]
  /external/icu4c/i18n/
numfmt.cpp 1094 NumberingSystem *ns = NULL; local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 686 struct ntfs_super_block *ns; local
698 ns = (struct ntfs_super_block *) buf;
700 bytes_per_sector = ns->bios_parameter_block[0] +
701 (ns->bios_parameter_block[1] << 8);
702 sectors_per_cluster = ns->bios_parameter_block[2];
707 if (ns->cluster_per_mft_record < 0)
708 mft_record_size = 1 << (0-ns->cluster_per_mft_record);
710 mft_record_size = ns->cluster_per_mft_record *
712 nr_clusters = blkid_le64(ns->number_of_sectors) / sectors_per_cluster;
714 if ((blkid_le64(ns->mft_cluster_location) > nr_clusters) |
    [all...]
  /external/webrtc/src/modules/audio_processing/main/test/process_test/
apmtest.m 17 % 'ns' The NS test set.
61 tests = {'apm','apmm','aec','aecm','agc','ns','vad'};
106 ' -ns --ns_moderate -vad'];
118 ' -ns --ns_moderate -vad'];
123 opt = ['-aec --drift_compensation -agc --fixed_digital -hpf -ns ' ...
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java 178 ScheduledFutureTask(Runnable r, V result, long ns) {
180 this.time = ns;
188 ScheduledFutureTask(Runnable r, V result, long ns, long period) {
190 this.time = ns;
198 ScheduledFutureTask(Callable<V> callable, long ns) {
200 this.time = ns;
    [all...]
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.cc 84 #define SET_EXTENSION(ns, field, fn) \
86 if (specifics.HasExtension(ns::field)) { \
87 value->Set(#field, fn(specifics.GetExtension(ns::field))); \
  /system/core/toolbox/
schedtop.c 41 #define NS_TO_S_D(ns) \
42 (uint32_t)((ns) / 1000000000), time_dp, ((uint32_t)((ns) % 1000000000) / time_div)
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc 102 SessionManager* manager, const std::string &ns)
103 : jid_(jid), session_manager_(manager), namespace_(ns), shutdown_(false) {
207 const std::string &ns)
208 : TunnelSessionClientBase(jid, manager, ns) {

Completed in 1010 milliseconds

1 2 3 4 5 6 78 91011>>