Home
last modified time | relevance | path

Searched refs:namespace (Results 1 – 25 of 8165) sorted by relevance

12345678910>>...327

/external/clang/test/Modules/Inputs/
Dnamespaces-right.h6 namespace LookupBeforeImport {
10 namespace N2 { }
12 namespace N2 { }
14 namespace N2 { }
16 namespace N2 { }
18 namespace N2 {
22 namespace N3 {
26 namespace N5 {
30 namespace N6 {
34 namespace N7 {
[all …]
Dnamespaces-left.h1 namespace RedeclAcrossImport {
5 namespace AddAndReexportBeforeImport {
12 namespace RedeclAcrossImport {
19 namespace LookupBeforeImport {
23 namespace N1 { }
25 namespace N1 {
29 namespace N2 {
37 namespace N5 {
41 namespace N6 {
45 namespace N7 {
[all …]
Dcxx-inline-namespace.h1 namespace std {
2 inline namespace __1 {
3 namespace __is_function_imp {}
7 namespace std {
8 inline namespace __1 {
13 namespace X {
14 inline namespace Y {
Dnamespaces-top.h1 namespace N1 {
5 namespace N2 {
9 namespace N3 {
13 namespace N12 { }
15 namespace N13 {
21 namespace AddAndReexportBeforeImport {
25 namespace Empty {}
/external/cros/system_api/dbus/
Dservice_constants.h28 namespace dbus {
51 namespace imageburn {
62 namespace imageloader {
78 namespace speech_synthesis {
90 namespace chromium {
97 namespace chromeos {
181 namespace cromo {
199 namespace media_perception {
211 namespace modemmanager {
238 namespace wimax_manager {
[all …]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DExtendedType.java30 private String namespace; field in ExtendedType
42 public ExtendedType (int nodetype, String namespace, String localName) in ExtendedType() argument
45 this.namespace = namespace; in ExtendedType()
47 this.hash = nodetype + namespace.hashCode() + localName.hashCode(); in ExtendedType()
59 public ExtendedType (int nodetype, String namespace, String localName, int hash) in ExtendedType() argument
62 this.namespace = namespace; in ExtendedType()
72 protected void redefine(int nodetype, String namespace, String localName) in redefine() argument
75 this.namespace = namespace; in redefine()
77 this.hash = nodetype + namespace.hashCode() + localName.hashCode(); in redefine()
85 protected void redefine(int nodetype, String namespace, String localName, int hash) in redefine() argument
[all …]
/external/emma/core/java12/com/vladium/util/exception/
DExceptionCommon.java89 public static ResourceBundle addExceptionResource (final Class namespace, in addExceptionResource() argument
92 if ((namespace != null) && (messageResourceBundleName != null) in addExceptionResource()
97 if (! ABSTRACT_EXCEPTION.isAssignableFrom (namespace) in addExceptionResource()
98 && ! ABSTACT_RUNTIME_EXCEPTION.isAssignableFrom (namespace)) in addExceptionResource()
100 throw new Error ("addExceptionResource(): class [" + namespace + in addExceptionResource()
111 nameInNamespace = getNameInNamespace (namespace, messageResourceBundleName); in addExceptionResource()
115 ClassLoader loader = namespace.getClassLoader (); in addExceptionResource()
132 (ResourceBundle) s_exceptionCodeMap.get (namespace); in addExceptionResource()
137 s_exceptionCodeMap.put (namespace, temprb); in addExceptionResource()
259 static String getMessage (final Class namespace, final String code) in getMessage() argument
[all …]
/external/tensorflow/tensorflow/go/op/
Dscope.go38 namespace string member
81 if s.namespace != "" {
82 args.Name = s.namespace + "/" + args.Name
95 func (s *Scope) SubScope(namespace string) *Scope {
96 namespace = s.uniqueName(namespace)
97 if s.namespace != "" {
98 namespace = s.namespace + "/" + namespace
103 namespace: namespace,
124 namespace: s.namespace,
158 if s.namespace == "" {
[all …]
/external/cmockery/cmockery_0_1_2/m4/
Dgoogle_namespace.m41 # Allow users to override the namespace we define our application's classes in
2 # Arg $1 is the default namespace to use if --enable-namespace isn't present.
5 # unique namespace that is not likely to conflict with anyone else. However,
12 # actually in the google namespace, and not some other namespace that
13 # the namespace rules might kick in.
17 AC_ARG_ENABLE(namespace, [ --enable-namespace=FOO to define these Google optenable
18 classes in the FOO namespace. --disable-namespace
19 to define them in the global namespace. Default
20 is to define them in namespace $1.],
29 ac_google_start_namespace="namespace $google_namespace {"
[all …]
/external/clang/include/clang/Basic/
DCharInfo.h18 namespace clang {
19 namespace charinfo {
51 using namespace charinfo;
61 using namespace charinfo;
72 using namespace charinfo; in isHorizontalWhitespace()
80 using namespace charinfo; in isVerticalWhitespace()
89 using namespace charinfo; in isWhitespace()
95 using namespace charinfo; in isDigit()
101 using namespace charinfo; in isLowercase()
107 using namespace charinfo; in isUppercase()
[all …]
DTargetBuiltins.h23 namespace clang {
25 namespace NEON {
35 namespace ARM {
46 namespace AArch64 {
57 namespace PPC {
67 namespace NVPTX {
77 namespace AMDGPU {
87 namespace X86 {
140 namespace Hexagon {
150 namespace Mips {
[all …]
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
DElement.java35 protected String namespace; field in Element
65 String namespace, in createElement() argument
69 ? super.createElement(namespace, name) in createElement()
70 : this.parent.createElement(namespace, name); in createElement()
96 public String getAttributeValue(String namespace, String name) { in getAttributeValue() argument
99 && (namespace == null || namespace.equals(getAttributeNamespace(i)))) { in getAttributeValue()
134 return namespace; in getNamespace()
227 public void setAttribute(String namespace, String name, String value) { in setAttribute() argument
231 if (namespace == null) in setAttribute()
232 namespace = ""; in setAttribute()
[all …]
/external/libchrome/base/threading/
Dthread_restrictions.h17 namespace cc {
21 namespace chromeos {
23 namespace system {
27 namespace chrome_browser_net {
30 namespace content {
43 namespace dbus {
46 namespace disk_cache {
50 namespace gpu {
53 namespace mojo {
55 namespace edk {
[all …]
/external/clang/test/PCH/Inputs/
Dnamespaces.h3 namespace N1 {
7 namespace N1 {
15 namespace N2 {
18 namespace Inner {
23 namespace {
28 namespace N3 {
29 namespace {
34 namespace Alias1 = N2::Inner;
36 using namespace N2::Inner;
42 inline namespace N4 {
/external/libxml2/result/XPath/tests/
Dnssimple3 Expression: /doc/elem/namespace::node()/..
7 namespace ns2 href=nsuri2
10 Expression: /doc/elem/namespace::*/self::node()[true()]
13 1 namespace xml href=http://www.w3.org/XML/1998/namespace
14 2 namespace ns1 href=nsuri1
15 3 namespace ns2 href=nsuri2
18 Expression: //*[namespace::ns1]
22 namespace ns1 href=nsuri1
25 namespace ns2 href=nsuri2
29 Expression: /doc/elem/namespace::ns2/following::*
[all …]
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapPrimitive.java37 String namespace; field in SoapPrimitive
41 public SoapPrimitive(String namespace, String name, String value) { in SoapPrimitive() argument
42 this.namespace = namespace; in SoapPrimitive()
53 && (namespace == null ? p.namespace == null : namespace.equals(p.namespace)) in equals()
59 return name.hashCode() ^ (namespace == null ? 0 : namespace.hashCode()); in hashCode()
67 return namespace; in getNamespace()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTElementDef.java55 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef() argument
59 build(namespace, name, nameAlias, elements, attributes, contentHandler, in XSLTElementDef()
61 if ( (null != namespace) in XSLTElementDef()
62 && (namespace.equals(Constants.S_XSLNAMESPACEURL) in XSLTElementDef()
63 || namespace.equals(Constants.S_BUILTIN_EXTENSIONS_URL) in XSLTElementDef()
64 || namespace.equals(Constants.S_BUILTIN_OLD_EXTENSIONS_URL))) in XSLTElementDef()
66 schema.addAvailableElement(new QName(namespace, name)); in XSLTElementDef()
68 schema.addAvailableElement(new QName(namespace, nameAlias)); in XSLTElementDef()
84 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef() argument
89 build(namespace, name, nameAlias, elements, attributes, contentHandler, in XSLTElementDef()
[all …]
/external/libcxx/include/experimental/
D__config20 #define _LIBCPP_BEGIN_NAMESPACE_EXPERIMENTAL namespace std { namespace experimental {
24 #define _LIBCPP_BEGIN_NAMESPACE_LFTS _LIBCPP_BEGIN_NAMESPACE_EXPERIMENTAL inline namespace fundamen…
28 #define _LIBCPP_BEGIN_NAMESPACE_LFTS_V2 _LIBCPP_BEGIN_NAMESPACE_EXPERIMENTAL inline namespace funda…
32 #define _LIBCPP_BEGIN_NAMESPACE_LFTS_PMR _LIBCPP_BEGIN_NAMESPACE_LFTS namespace pmr {
37 namespace chrono { namespace experimental { inline namespace fundamentals_v1 {
41 _LIBCPP_BEGIN_NAMESPACE_EXPERIMENTAL namespace filesystem { \
42 inline namespace v1 {
48 _LIBCPP_BEGIN_NAMESPACE_EXPERIMENTAL inline namespace coroutines_v1 {
Dstring17 namespace std {
18 namespace experimental {
19 inline namespace fundamentals_v1 {
20 namespace pmr {
22 // basic_string using polymorphic allocator in namespace pmr
27 // basic_string typedef names using polymorphic allocator in namespace
34 } // namespace pmr
35 } // namespace fundamentals_v1
36 } // namespace experimental
37 } // namespace std
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/
DTestAttributeSet.java54 …public boolean getAttributeBooleanValue(String namespace, String attribute, boolean defaultValue) { in getAttributeBooleanValue() argument
55 String value = getAttributeValueInMap(namespace, attribute); in getAttributeBooleanValue()
60 public String getAttributeValue(String namespace, String attribute) { in getAttributeValue() argument
61 return getAttributeValueInMap(namespace, attribute); in getAttributeValue()
65 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue() argument
66 String value = getAttributeValueInMap(namespace, attribute); in getAttributeIntValue()
101 …public int getAttributeListValue(String namespace, String attribute, String[] options, int default… in getAttributeListValue() argument
106 public int getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) { in getAttributeUnsignedIntValue() argument
111 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) { in getAttributeFloatValue() argument
112 String value = getAttributeValueInMap(namespace, attribute); in getAttributeFloatValue()
[all …]
/external/protobuf/src/google/protobuf/compiler/java/
Djava_message_builder_lite.h42 namespace google {
43 namespace protobuf {
44 namespace compiler {
45 namespace java {
50 namespace io {
55 namespace protobuf {
56 namespace compiler {
57 namespace java {
Djava_enum.h42 namespace google {
43 namespace protobuf {
44 namespace compiler {
45 namespace java {
50 namespace io {
55 namespace protobuf {
56 namespace compiler {
57 namespace java {
Djava_shared_code_generator.h47 namespace google {
48 namespace protobuf {
50 namespace compiler {
52 namespace java {
56 namespace io {
61 namespace protobuf {
62 namespace compiler {
63 namespace java {
Djava_enum_lite.h42 namespace google {
43 namespace protobuf {
44 namespace compiler {
45 namespace java {
50 namespace io {
55 namespace protobuf {
56 namespace compiler {
57 namespace java {
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DXmlResourceParserImpl.java223 String namespace = currentNode != null ? currentNode.getNamespaceURI() : null; in getNamespace() local
224 if (namespace == null) { in getNamespace()
228 return maybeReplaceNamespace(namespace); in getNamespace()
250 public String getAttribute(String namespace, String name) { in getAttribute() argument
256 if (element.hasAttributeNS(namespace, name)) { in getAttribute()
257 return element.getAttributeNS(namespace, name).trim(); in getAttribute()
258 } else if (applicationNamespace.equals(namespace) in getAttribute()
275 private String maybeReplaceNamespace(String namespace) { in maybeReplaceNamespace() argument
276 if (AttributeResource.RES_AUTO_NS_URI.equals(namespace)) { in maybeReplaceNamespace()
279 return namespace; in maybeReplaceNamespace()
[all …]

12345678910>>...327