HomeSort by relevance Sort by last modified time
    Searched defs:ns (Results 151 - 175 of 960) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionsTable.java 101 * @param ns the URI of namespace in which the function is needed
108 public boolean functionAvailable(String ns, String funcName)
113 if (null != ns)
116 (ExtensionHandler) m_extensionFunctionNamespaces.get(ns);
125 * @param ns the URI of namespace in which the function is needed
132 public boolean elementAvailable(String ns, String elemName)
136 if (null != ns)
139 (ExtensionHandler) m_extensionFunctionNamespaces.get(ns);
148 * @param ns the URI of namespace in which the function is needed
161 public Object extFunction(String ns, String funcName,
213 String ns = extFunction.getNamespace(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemCopy.java 115 String ns = dtm.getNamespaceURI(sourceNode); local
117 transformer.getResultTreeHandler().endElement(ns, localName,
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
ClonerToResultTree.java 80 // String ns = dtm.getNamespaceURI(node);
83 // m_rth.startElement(ns, localName, dtm.getNodeNameX(node), null);
154 String ns = dtm.getNamespaceURI(node); local
155 if (ns==null) ns="";
157 // rth.startElement(ns, localName, dtm.getNodeNameX(node), null);
160 rth.startElement(ns, localName, dtm.getNodeNameX(node));
  /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'}}
98 namespace ns { namespace in namespace:test6
113 ns::B::foo(); // expected-error {{'foo' is a private member of 'test6::ns::B'}}
121 namespace ns { namespace in namespace:test7a
125 using namespace ns;
131 class ns::A
138 namespace ns { namespace in namespace:test7b
    [all...]
  /external/clang/test/Index/
comment-cplus-decls.cpp 88 namespace ns { namespace in namespace:test0
96 friend void ns::f(int a);
  /external/clang/test/Misc/
diag-aka-types.cpp 33 namespace ns { namespace
43 void helper(callback cb) {} // expected-note{{candidate function not viable: no known conversion from 'void (*)(struct data *)' (aka 'void (*)(ns::data *)') to 'callback' (aka 'void (*)(struct data *)') for 1st argument}}
46 helper(&ns::str::method); // expected-error{{no matching function for call to 'helper'}}
  /external/clang/test/OpenMP/
threadprivate_messages.cpp 71 namespace ns { namespace
76 #pragma omp threadprivate (ns::m)
77 #pragma omp threadprivate (ns:m) // expected-error {{unexpected ':' in nested name specifier; did you mean '::'?}}
  /external/clang/test/SemaTemplate/
ms-delayed-default-template-args.cpp 60 template <typename T = ns::Bar> // expected-error {{use of undeclared identifier 'ns'}}
64 namespace ns { typedef int Bar; } namespace in namespace:test_scope_spec
  /external/curl/lib/
escape.c 83 char *ns; local
97 ns = malloc(alloc);
98 if(!ns)
107 ns[strindex++] = in;
113 testing_ptr = Curl_saferealloc(ns, alloc);
116 ns = testing_ptr;
122 free(ns);
126 snprintf(&ns[strindex], 4, "%%%02X", in);
132 ns[strindex] = 0; /* terminate it */
133 return ns;
152 char *ns = malloc(alloc); local
    [all...]
  /external/expat/tests/benchmark/
benchmark.c 66 int j = 0, ns = 0; local
73 ns = 1;
107 if (ns)
  /external/flatbuffers/src/
code_generators.cpp 77 const Namespace &ns) {
81 auto &namespaces = ns.components;
89 std::string BaseGenerator::NamespaceDir(const Namespace &ns) const {
90 return BaseGenerator::NamespaceDir(parser_, path_, ns);
94 const Namespace &ns) {
96 auto &namespaces = ns.components;
104 std::string BaseGenerator::LastNamespacePart(const Namespace &ns) {
105 if (!ns.components.empty())
106 return ns.components.back();
113 std::string BaseGenerator::WrapInNameSpace(const Namespace *ns,
128 const Namespace *ns = def.defined_namespace; local
    [all...]
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/xml/
HasXPathTest.java 38 private final NamespaceContext ns = new NamespaceContext() { field in class:HasXPathTest
85 assertMatches(hasXPath("//cheese:emptySomething", ns), xml);
90 assertDoesNotMatch(hasXPath("/root/something[3]/cheese", ns, equalTo("Cheddar")), xml);
91 assertDoesNotMatch(hasXPath("//something[@id='c']/cheese", ns), xml);
102 assertMatches(hasXPath("//cheese:foreignSomething", ns), xml);
103 assertMatches(hasXPath("//cheese:foreignSomething/@milk", ns, equalTo("camel")), xml);
104 assertMatches(hasXPath("//cheese:foreignSomething/text()", ns, equalTo("Caravane")), xml);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBNFChinesePostProcessor.java 103 int ns = 0; local
105 ns = (nn > 0 && buf.charAt(nn-1) != '*') ? 2 : 1;
110 switch (s*3+ns) {
112 s = ns; // redundant
116 s = ns;
120 s = ns;
124 s = ns;
134 s = ns;
138 s = ns;
147 s = ns;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBNFChinesePostProcessor.java 102 int ns = 0; local
104 ns = (nn > 0 && buf.charAt(nn-1) != '*') ? 2 : 1;
109 switch (s*3+ns) {
111 s = ns; // redundant
115 s = ns;
119 s = ns;
123 s = ns;
133 s = ns;
137 s = ns;
146 s = ns;
    [all...]
  /external/libese/libese-hw/nxp/pn80t/
linux_spidev.c 179 struct NxpState *ns = NXP_PN80T_STATE(ese); local
180 struct Handle *handle = ns->handle;
208 struct NxpState *ns = NXP_PN80T_STATE(ese); local
209 struct Handle *handle = ns->handle;
nq_nci.c 119 struct NxpState *ns = NXP_PN80T_STATE(ese); local
130 const struct PlatformHandle *handle = ns->handle;
150 struct NxpState *ns = NXP_PN80T_STATE(ese); local
152 if (!ns) {
161 const struct PlatformHandle *handle = ns->handle;
  /external/libxml2/
testC14N.c 35 "Usage: %s <mode> <xml-file> [<xpath-expr>] [<inclusive-ns-list>]\n",
245 xmlNsPtr ns; local
297 ns = node->nsDef;
298 while(ns != NULL) {
299 if(xmlXPathRegisterNs(ctx, ns->prefix, ns->href) != 0) {
300 fprintf(stderr,"Error: unable to register NS with prefix=\"%s\" and href=\"%s\"\n", ns->prefix, ns->href);
306 ns = ns->next
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_psi_ops.cpp 73 vvec &ns = n.src; local
75 int sz = ns.size();
87 ns.erase(ns.begin(), ns.begin() + i + 1);
91 value* val = ns[i];
92 value* predsel = ns[i-1];
103 ns.insert(ns.begin() + i + 1, ds.begin(), ds.end());
104 ns.erase(ns.begin() + i - 2, ns.begin() + i + 1)
    [all...]
  /frameworks/av/media/libnbaio/
MonoPipe.cpp 91 uint32_t ns; local
103 ns = written * ( 500000000 / Format_sampleRate(mFormat));
106 ns = written * ( 750000000 / Format_sampleRate(mFormat));
109 ns = written * (1000000000 / Format_sampleRate(mFormat));
112 ns = written * (1150000000 / Format_sampleRate(mFormat));
115 ns = written * (1350000000 / Format_sampleRate(mFormat));
118 ns = written * (1750000000 / Format_sampleRate(mFormat));
121 ns = count * (1350000000 / Format_sampleRate(mFormat));
123 if (ns > 999999999) {
124 ns = 999999999
    [all...]
  /frameworks/layoutlib/bridge/src/android/util/
BridgeXmlPullAttributes.java 83 String ns = mParser.getAttributeNamespace(index); local
85 if (BridgeConstants.NS_RESOURCES.equals(ns)) {
92 if (mContext.getLayoutlibCallback().getNamespace().equals(ns)) {
  /frameworks/native/libs/sensor/
ISensorEventConnection.cpp 75 virtual status_t setEventRate(int handle, nsecs_t ns)
80 data.writeInt64(ns);
146 nsecs_t ns = data.readInt64(); local
147 status_t result = setEventRate(handle, ns);
  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioEffects.java 29 // NoiseSuppressor (NS). Calling enable() will active all effects that are
56 private NoiseSuppressor ns = null; field in class:WebRtcAudioEffects
81 // Checks if the device implements Noise Suppression (NS).
82 // Returns true if the device implements NS, false otherwise.
110 // Returns true if the device is blacklisted for HW NS usage.
116 Logging.w(TAG, Build.MODEL + " is blacklisted for HW NS usage!");
147 // Returns true if the platform NS should be excluded based on its UUID.
190 // Returns true if all conditions for supporting the HW NS are fulfilled.
191 // It will not be possible to enable the HW NS if this method returns false.
205 // Return null if VoIP effects (AEC, AGC and NS) are not supported
    [all...]
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
ToArrayOpTest.java 127 Number[] ns = exerciseTerminalOps(data, f, s -> s.toArray(Number[]::new)); local
128 assertEquals(ns.getClass(), Number[].class);
193 Number[] ns = withData(data).terminal(f, s -> s.toArray(Number[]::new))
196 assertEquals(ns.getClass(), Number[].class);
  /art/runtime/native/
java_lang_Thread.cc 181 static void Thread_sleep(JNIEnv* env, jclass, jobject java_lock, jlong ms, jint ns) {
184 Monitor::Wait(Thread::Current(), lock.Ptr(), ms, ns, true, kSleeping); local
  /bionic/libc/dns/resolv/
res_init.c 630 int ns; local
637 for (ns = 0; ns < statp->_u._ext.nscount; ns++) {
638 if (statp->_u._ext.nssocks[ns] != -1) {
639 (void) close(statp->_u._ext.nssocks[ns]);
640 statp->_u._ext.nssocks[ns] = -1;

Completed in 952 milliseconds

1 2 3 4 5 67 8 91011>>