/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
D | closurizednamespacesinfo.py | 138 namespace = tokenutil.Search(token, TokenType.STRING_TEXT).string 140 base_namespace = namespace.split('.', 1)[0] 149 if namespace == created_namespace or namespace == created_identifier: 167 namespace = tokenutil.Search(token, TokenType.STRING_TEXT).string 169 base_namespace = namespace.split('.', 1)[0] 173 if namespace in self._ignored_extra_namespaces: 179 if namespace in self._suppressed_requires: 184 parts = namespace.split('.') 190 if namespace == used_namespace or namespace == used_identifier: 206 for namespace, identifier in self._created_namespaces: [all …]
|
/external/clang/test/Modules/Inputs/ |
D | namespaces-right.h | 3 namespace N2 { } 5 namespace N2 { } 7 namespace N2 { } 9 namespace N2 { } 11 namespace N2 { 15 namespace N3 { 19 namespace N5 { 23 namespace N6 { 27 namespace N7 { 31 namespace N8 { [all …]
|
D | namespaces-left.h | 3 namespace N1 { } 5 namespace N1 { 9 namespace N2 { 17 namespace N5 { 21 namespace N6 { 25 namespace N7 { 29 namespace N8 { 33 namespace N9 { 37 namespace N10 { 41 namespace N11 { [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 …]
|
D | ExpandedNameTable.java | 156 public int getExpandedTypeID(String namespace, String localName, int type) in getExpandedTypeID() argument 158 return getExpandedTypeID(namespace, localName, type, false); in getExpandedTypeID() 179 public int getExpandedTypeID(String namespace, String localName, int type, boolean searchOnly) in getExpandedTypeID() argument 181 if (null == namespace) in getExpandedTypeID() 182 namespace = ""; in getExpandedTypeID() 187 int hash = type + namespace.hashCode() + localName.hashCode(); in getExpandedTypeID() 190 hashET.redefine(type, namespace, localName, hash); in getExpandedTypeID() 219 ExtendedType newET = new ExtendedType(type, namespace, localName, hash); in getExpandedTypeID() 319 String namespace = m_extendedTypes[ExpandedNameID].getNamespace(); in getNamespace() local 320 return (namespace.equals("") ? null : namespace); in getNamespace()
|
/external/clang/test/SemaCXX/ |
D | warn-using-namespace-in-header.h | 8 namespace warn_in_header_in_global_context {} 9 using namespace warn_in_header_in_global_context; 13 namespace dont_warn_here { 14 using namespace warn_in_header_in_global_context; 18 namespace warn_inside_linkage {} 20 using namespace warn_inside_linkage; 27 using namespace warn_inside_linkage; 33 namespace dont_warn_here { 35 using namespace warn_in_header_in_global_context; 41 using namespace warn_in_header_in_global_context; in foo() [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/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/stlport/doc/ |
D | stlport_namespaces.txt | 1 This document present the STLport namespace schema and give additionnal 5 1. What is the STLport namespace ? 7 As STLport is a C++ Standard library implementation the STLport namespace 20 namespace std 50 instance that is not in the std namespace. The good news is that this drawback is easy 54 those headers will replace std with the STLport namespace. 56 The advantage of this macro replacement is that we can customize the STLport namespace 60 this option the namespace is different so that it will generate link time error rather 63 3. Why not having use namespace injection ? 66 use namespace injection: [all …]
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_file.h | 43 namespace google { 44 namespace protobuf { 46 namespace io { 49 namespace compiler { 54 namespace protobuf { 55 namespace compiler { 56 namespace javamicro {
|
D | javamicro_enum.h | 44 namespace google { 45 namespace protobuf { 46 namespace io { 51 namespace protobuf { 52 namespace compiler { 53 namespace javamicro {
|
D | javamicro_message.h | 43 namespace google { 44 namespace protobuf { 45 namespace io { 50 namespace protobuf { 51 namespace compiler { 52 namespace javamicro {
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_file.h | 42 namespace google { 43 namespace protobuf { 45 namespace io { 48 namespace compiler { 53 namespace protobuf { 54 namespace compiler { 55 namespace java {
|
D | java_extension.h | 42 namespace google { 43 namespace protobuf { 45 namespace io { 50 namespace protobuf { 51 namespace compiler { 52 namespace java {
|
D | java_enum.h | 42 namespace google { 43 namespace protobuf { 44 namespace io { 49 namespace protobuf { 50 namespace compiler { 51 namespace java {
|
D | java_message.h | 42 namespace google { 43 namespace protobuf { 44 namespace io { 49 namespace protobuf { 50 namespace compiler { 51 namespace java {
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/ |
D | SubtitleSampleEntry.java | 21 private String namespace; field in SubtitleSampleEntry 31 … long contentSize = 8 + namespace.length() + schemaLocation.length() + imageMimeType.length() + 3; in getContentSize() 38 namespace = IsoTypeReader.readString(content); in _parseDetails() 47 IsoTypeWriter.writeUtf8String(byteBuffer, namespace); in getContent() 53 return namespace; in getNamespace() 56 public void setNamespace(String namespace) { in setNamespace() argument 57 this.namespace = namespace; in setNamespace()
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
D | FuncExtElementAvailable.java | 51 String namespace; in execute() local 60 namespace = Constants.S_XSLNAMESPACEURL; in execute() 66 namespace = xctxt.getNamespaceContext().getNamespaceForPrefix(prefix); in execute() 67 if (null == namespace) in execute() 72 if (namespace.equals(Constants.S_XSLNAMESPACEURL) in execute() 73 || namespace.equals(Constants.S_BUILTIN_EXTENSIONS_URL)) in execute() 79 new QName(namespace, methName)) in execute() 91 return extProvider.elementAvailable(namespace, methName) in execute()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_extension.h | 41 namespace google { 42 namespace protobuf { 44 namespace io { 49 namespace protobuf { 50 namespace compiler { 51 namespace cpp {
|
D | cpp_enum.h | 41 namespace google { 42 namespace protobuf { 43 namespace io { 48 namespace protobuf { 49 namespace compiler { 50 namespace cpp {
|
D | cpp_file.h | 43 namespace google { 44 namespace protobuf { 46 namespace io { 51 namespace protobuf { 52 namespace compiler { 53 namespace cpp {
|
D | cpp_service.h | 43 namespace google { 44 namespace protobuf { 45 namespace io { 50 namespace protobuf { 51 namespace compiler { 52 namespace cpp {
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_util.h | 44 namespace google { 45 namespace protobuf { 46 namespace io { 51 namespace protobuf { 52 namespace internal {
|
/external/llvm/include/llvm/Support/ |
D | CodeGen.h | 18 namespace llvm { 21 namespace Reloc { 26 namespace CodeModel { 31 namespace TLSModel { 41 namespace CodeGenOpt {
|