HomeSort by relevance Sort by last modified time
    Searched defs:ns (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
p6.cpp 5 namespace ns { namespace
8 using namespace ns;
12 namespace ns { namespace
  /external/clang/test/PCH/
chain-late-anonymous-namespace.cpp 8 namespace ns {} namespace
14 namespace ns {
36 namespace ns {
  /external/clang/test/SemaCXX/
literal-operators.cpp 10 namespace ns { void operator "" _ns_good (const char *); } namespace
  /frameworks/base/tools/localize/
XMLNode.h 10 string ns; member in struct:XMLAttribute
15 const string& ns, const string& name, const string& def);
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p10.cpp 23 namespace ns { namespace in namespace:test1
27 using ns::foo;
30 namespace ns { namespace in namespace:test1
p11.cpp 14 namespace ns { void foo(); } // expected-note {{target of using declaration}} namespace in namespace:test0
16 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
20 namespace ns { void foo(); } // expected-note {{target of using declaration}} namespace in namespace:test1
21 using ns::foo; //expected-note {{using declaration}}
26 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}} namespace in namespace:test2
29 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
33 using ns::foo; //expected-note {{using declaration}}
39 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}} namespace in namespace:test3
43 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
49 using ns::foo; //expected-note {{using declaration}
56 namespace ns { void foo(); } \/\/ expected-note 2 {{target of using declaration}} namespace in namespace:test4
76 namespace ns { void foo(int); } \/\/ expected-note {{target of using declaration}} namespace in namespace:test5
    [all...]
p8.cpp 8 namespace ns { namespace in namespace:test0
12 using ns::foo;
13 using ns::foo;
19 namespace ns { namespace in namespace:test0
27 using ns::foo;
33 using ns::foo;
38 namespace ns { namespace in namespace:test1
43 using ns::foo;
50 namespace ns { namespace in namespace:test1
59 using ns::foo
    [all...]
  /external/clang/test/SemaTemplate/
dependent-names-no-std.cpp 7 namespace ns { namespace in namespace:PR10053
18 void f(ns::Data); // expected-note {{in namespace 'PR10053::ns'}}
20 A<ns::Data> a; // expected-note {{in instantiation of member function}}
temp_arg_type.cpp 19 namespace ns { namespace
22 A<ns::B> a8; // expected-error{{use of class template ns::B requires template arguments}}
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
util.h 41 int32 ns = 0; local
42 strm.read(reinterpret_cast<char *>(&ns), sizeof(ns));
43 for (int i = 0; i < ns; ++i) {
61 int32 ns = s.size(); local
62 strm.write(reinterpret_cast<const char *>(&ns), sizeof(ns));
63 return strm.write(s.data(), ns);
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) {
prune.h 67 StateId ns = fst->NumStates(); local
68 if (ns == 0) return;
74 idistance = new vector<Weight>(ns, Weight::Zero());
77 idistance->resize(ns, Weight::Zero());
81 fdistance = new vector<Weight>(ns, Weight::Zero());
84 fdistance->resize(ns, Weight::Zero());
92 for (StateId state = 0; state < ns; ++state) {
  /external/flac/include/share/
alloc.h 40 size_t ns = n; local
42 return n == ns ? malloc(ns) : NULL;
49 size_t ns = n; local
51 return n == ns ? malloc(ns) : NULL;
58 size_t ns = n; local
60 return n == ns ? malloc(ns) : NULL;
67 size_t ns = n local
    [all...]
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
NamespaceSupportTest.java 33 NamespaceSupport ns; field in class:NamespaceSupportTest
42 ns = new NamespaceSupport();
43 ns.pushContext();
45 ns.declarePrefix("ak", marketUri);
46 ns.declarePrefix("bk", marketUri);
47 ns.declarePrefix("", defaultUri);
55 ns = new NamespaceSupport();
56 Enumeration<String> prefixes = ns.getDeclaredPrefixes();
67 ns.popContext();
77 ns = new NamespaceSupport()
    [all...]
  /external/clang/test/Parser/
cxx-ambig-paren-expr.cpp 32 namespace ns { namespace
51 if (result((ns::type) i).check())
60 if (result((ns::rec) i).check())
cxx0x-attributes.cpp 27 [[]] namespace ns { int i; } // expected-error {{an attribute list cannot appear here}} namespace
31 [[]] using ns::i; // expected-error {{an attribute list cannot appear here}}
32 [[]] using namespace ns;
  /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);
  /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;
  /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;
  /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/expat/tests/benchmark/
benchmark.c 32 int j = 0, ns = 0; local
39 ns = 1;
73 if (ns)
  /external/libnfc-nxp/Linux_x86/
phOsalNfc.c 187 uint8_t ns = (llc_header & 0x38) >> 3; local
189 snprintf(&llc[0], sizeof(llc), "I %d (%d)", ns, nr);
  /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...]
  /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...]

Completed in 595 milliseconds

1 2 3 4 5 6