/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
D | closurizednamespacesinfo.py | 44 def __init__(self, namespace, identifier, token, alias_definition): argument 54 self.namespace = namespace 164 namespace = tokenutil.GetStringAfterToken(token) 166 if self.GetClosurizedNamespace(namespace) is None: 174 if namespace == created_namespace or namespace == created_identifier: 189 namespace = tokenutil.GetStringAfterToken(token) 191 if self.GetClosurizedNamespace(namespace) is None: 194 if namespace in self._ignored_extra_namespaces: 200 if namespace in self._suppressed_requires: 205 parts = namespace.split('.') [all …]
|
/external/clang/test/Modules/Inputs/ |
D | namespaces-right.h | 6 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 …]
|
D | namespaces-left.h | 1 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 …]
|
D | cxx-inline-namespace.h | 1 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 {
|
D | namespaces-top.h | 1 namespace N1 { 5 namespace N2 { 9 namespace N3 { 13 namespace N12 { } 15 namespace N13 { 21 namespace AddAndReexportBeforeImport { 25 namespace Empty {}
|
/external/v8/test/webkit/ |
D | class-syntax-extends-expected.txt | 39 PASS namespace = {}; namespace.A = class { }; namespace.B = class extends namespace.A { } did not t… 40 PASS namespace = {}; namespace.A = class A { }; namespace.B = class B extends namespace.A { } did n… 41 PASS namespace = {}; namespace.A = class { constructor() { } }; namespace.B = class extends namespa… 42 PASS namespace = {}; namespace.A = class A { constructor() { } }; namespace.B = class B extends nam… 43 PASS namespace = {}; namespace.A = class { constructor() { } }; namespace.B = class extends (namesp… 44 PASS namespace = {}; namespace.A = class { constructor() { } }; namespace.B = class extends namespa… 45 PASS namespace = {}; namespace.A = class { constructor() { } }; function getClassA() { return names… 46 PASS namespace = {}; namespace.A = class { constructor() { } }; function getClass(prop) { return na… 47 PASS namespace = {}; namespace.A = class { constructor() { } }; namespace.B = class extends (false|… 48 PASS namespace = {}; namespace.A = class { constructor() { } }; namespace.B = class extends false||… [all …]
|
/external/cros/system_api/dbus/ |
D | service_constants.h | 23 namespace dbus { 46 namespace imageburn { 57 namespace speech_synthesis { 69 namespace chromium { 76 namespace chromeos { 97 namespace cromo { 115 namespace modemmanager { 140 namespace wimax_manager { 167 namespace bluetooth_plugin { 177 namespace bluetooth_plugin_device { [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | ExtendedType.java | 30 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/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/ |
D | _base.py | 49 def emptyTag(self, namespace, name, attrs, hasChildren=False): argument 50 assert namespace is None or isinstance(namespace, string_types), type(namespace) 52 assert all((namespace is None or isinstance(namespace, string_types)) and 55 for (namespace, name), value in attrs.items()) 58 "namespace": to_text(namespace), 63 def startTag(self, namespace, name, attrs): argument 64 assert namespace is None or isinstance(namespace, string_types), type(namespace) 66 assert all((namespace is None or isinstance(namespace, string_types)) and 69 for (namespace, name), value in attrs.items()) 73 "namespace": to_text(namespace), [all …]
|
/external/emma/core/java12/com/vladium/util/exception/ |
D | ExceptionCommon.java | 89 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/clang/test/PCH/Inputs/ |
D | namespaces.h | 3 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/cmockery/cmockery_0_1_2/m4/ |
D | google_namespace.m4 | 1 # 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/ |
D | CharInfo.h | 18 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 …]
|
D | TargetBuiltins.h | 23 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/serialization/ |
D | SoapPrimitive.java | 37 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/bison/darwin-lib/ |
D | c++defs.h | 103 namespace GNULIB_NAMESPACE \ 120 namespace GNULIB_NAMESPACE \ 146 namespace GNULIB_NAMESPACE \ 163 namespace GNULIB_NAMESPACE \ 187 namespace GNULIB_NAMESPACE \ 206 # define _GL_CXXALIASWARN_1(func,namespace) \ argument 207 _GL_CXXALIASWARN_2 (func, namespace) 211 # define _GL_CXXALIASWARN_2(func,namespace) \ argument 214 "Use " #namespace "::" #func " instead.") 216 # define _GL_CXXALIASWARN_2(func,namespace) \ argument [all …]
|
/external/bison/linux-lib/ |
D | c++defs.h | 103 namespace GNULIB_NAMESPACE \ 120 namespace GNULIB_NAMESPACE \ 146 namespace GNULIB_NAMESPACE \ 163 namespace GNULIB_NAMESPACE \ 187 namespace GNULIB_NAMESPACE \ 206 # define _GL_CXXALIASWARN_1(func,namespace) \ argument 207 _GL_CXXALIASWARN_2 (func, namespace) 211 # define _GL_CXXALIASWARN_2(func,namespace) \ argument 214 "Use " #namespace "::" #func " instead.") 216 # define _GL_CXXALIASWARN_2(func,namespace) \ argument [all …]
|
/external/bison/build-aux/snippet/ |
D | c++defs.h | 119 namespace GNULIB_NAMESPACE \ 136 namespace GNULIB_NAMESPACE \ 162 namespace GNULIB_NAMESPACE \ 179 namespace GNULIB_NAMESPACE \ 203 namespace GNULIB_NAMESPACE \ 222 # define _GL_CXXALIASWARN_1(func,namespace) \ argument 223 _GL_CXXALIASWARN_2 (func, namespace) 227 # define _GL_CXXALIASWARN_2(func,namespace) \ argument 230 "Use " #namespace "::" #func " instead.") 232 # define _GL_CXXALIASWARN_2(func,namespace) \ argument [all …]
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/ |
D | Element.java | 35 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/ |
D | thread_restrictions.h | 23 namespace cc { 27 namespace chromeos { 29 namespace system { 33 namespace chrome_browser_net { 36 namespace content { 49 namespace dbus { 52 namespace disk_cache { 56 namespace gles2 { 59 namespace mojo { 60 namespace common { [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLTElementDef.java | 55 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/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/ |
D | TestAttributeSet.java | 54 …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/ |
D | java_shared_code_generator.h | 44 namespace google { 45 namespace protobuf { 47 namespace compiler { 49 namespace java { 53 namespace io { 58 namespace protobuf { 59 namespace compiler { 60 namespace java {
|
D | java_enum.h | 42 namespace google { 43 namespace protobuf { 44 namespace compiler { 45 namespace java { 50 namespace io { 55 namespace protobuf { 56 namespace compiler { 57 namespace java {
|
/external/bison/darwin-lib/sys/ |
D | wait.h | 141 namespace GNULIB_NAMESPACE \ 158 namespace GNULIB_NAMESPACE \ 184 namespace GNULIB_NAMESPACE \ 201 namespace GNULIB_NAMESPACE \ 225 namespace GNULIB_NAMESPACE \ 244 # define _GL_CXXALIASWARN_1(func,namespace) \ argument 245 _GL_CXXALIASWARN_2 (func, namespace) 249 # define _GL_CXXALIASWARN_2(func,namespace) \ argument 252 "Use " #namespace "::" #func " instead.") 254 # define _GL_CXXALIASWARN_2(func,namespace) \ argument [all …]
|