/external/clang/test/Modules/ |
D | build-fail-notes.m | 6 // CHECK: While building module 'DependsOnModule' imported from 7 // CHECK: While building module 'Module' imported from 17 // CHECK-REDEF: In module 'DependsOnModule' imported from 18 // CHECK-REDEF: In module 'Module' imported from 25 // CHECK-SDIAG: build-fail-notes.m:4:9: note: while building module 'DependsOnModule' imported from 26 // CHECK-SDIAG: DependsOnModule.h:1:10: note: while building module 'Module' imported from 30 // CHECK-SDIAG: build-fail-notes.m:4:9: note: while building module 'DependsOnModule' imported from
|
D | epic-fail.m | 7 // CHECK: While building module 'Module' imported from 11 // CHECK: While building module 'DependsOnModule' imported from
|
D | decldef.mm | 25 …a->ivar = 17; // expected-error{{definition of 'A' must be imported from module 'decldef.Def' befo…
|
D | decldef.m | 19 …a->ivar = 17; // expected-error{{definition of 'A' must be imported from module 'decldef.Def' befo…
|
D | redecl-merge.m | 111 // FIXME: Should complain about definition not having been imported.
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
D | nodegetbaseuri11.js | 94 var imported; 109 imported = doc.importNode(newPI,true); 110 appendedChild = doc.appendChild(imported); 111 baseURI = imported.baseURI;
|
D | nodereplacechild14.js | 98 var imported; 115 imported = newDoc.importNode(elem,true); 118 appendedChild = docElem.appendChild(imported); 120 replaced = docElem.replaceChild(imported,elem2);
|
D | documentadoptnode14.js | 101 var imported; 119 imported = newDoc.importNode(docElem,true); 122 appendedChild = docElem.appendChild(imported);
|
/external/openssh/regress/ |
D | keygen-convert.sh | 24 ${SSHKEYGEN} -q -i -f $OBJ/$t-key-rfc >$OBJ/$t-rfc-imported || \ 28 cmp $OBJ/$t-key-nocomment.pub $OBJ/$t-rfc-imported || \ 32 $OBJ/$t-rfc-imported $OBJ/$t-key-nocomment.pub
|
/external/elfutils/libdw/ |
D | libdw_visit_scopes.c | 56 enum die_class { ignore, match, match_inline, walk, imported }; enumerator 89 return imported; in classify_die() 143 case imported:
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | StylesheetRoot.java | 277 StylesheetComposed imported = getGlobalImport(i); in recompose() local 278 imported.recompose(recomposableElements); in recompose() 336 StylesheetComposed imported = this.getGlobalImport(i); in recompose() local 337 int includedCount = imported.getIncludeCountComposed(); in recompose() 340 Stylesheet included = imported.getIncludeComposed(j); in recompose() 410 Stylesheet imported = stylesheet.getImport(i); in addImports() local 412 addImports(imported, true, importList); in addImports()
|
D | ElemExtensionCall.java | 120 Stylesheet imported = stylesheet.getGlobalImport(i); in getElemExtensionDecl() local 122 for (ElemTemplateElement child = imported.getFirstChildElem(); in getElemExtensionDecl()
|
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/imports/ |
D | Ruleb.g | 1 // A single rule in a grammar that must be imported by the demo
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/ |
D | import.apt | 4 as imports in your main .g files, you need to place the imported grammar
|
D | libraries.apt | 13 location of your imported grammars and ANTLR will not find any vocab files in
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/ |
D | usage.apt.vm | 11 +--- imports/ .g files that are imported by other grammars. 147 is smart enough to realize that imported grammars should be included but 184 Location for imported token files, e.g. <code>.tokens</code> and imported grammars.
|
D | index.apt | 49 +--- imports/ .g files that are imported by other grammars. 60 any grammar files that are imported by other grammar files (do not make subdirectories here.)
|
/external/clang/docs/ |
D | Block-ABI-Apple.rst | 56 // imported variables 117 b. The ``flags`` field is set to zero unless there are variables imported 185 Variables of ``auto`` storage class are imported as ``const`` copies. Variables 186 of ``__block`` storage class are imported as a pointer to an enclosing data 188 imported. 193 Automatic storage variables not marked with ``__block`` are imported as 240 imported as ``const`` copies with no need for helper functions. 246 case of when a ``Block`` itself is imported. In this case both a 250 actually do the copy operation on the imported fields within the ``Block``. The 568 inner blocks are imported into all enclosing ``Block`` scopes even if the
|
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/ |
D | TParser.g | 30 // simle demo parser. We do the import to show where imported grammars should be
|
/external/clang/test/SemaObjC/ |
D | method-undef-category-warn-1.m | 56 // Don't warn when a category does not implemented a method imported
|
/external/webkit/Source/WebCore/loader/icon/ |
D | IconDatabase.h | 203 bool imported();
|
/external/protobuf/src/google/protobuf/ |
D | unittest_import.proto | 35 // A proto file which is imported by unittest.proto to test importing.
|
/external/expat/win32/ |
D | README.txt | 18 can be opened and imported in VS.NET without problems.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/ |
D | en.stg | 218 "tokenVocab option ignored in imported grammar <arg>" 222 "no lexer rules contributed to <arg> from imported grammar <arg2>" 224 …"combined grammar <arg.name> and imported <arg2.grammarTypeString> grammar <arg2.name> both genera…
|
/external/clang/test/Index/skip-parsed-bodies/ |
D | compile_commands.json | 51 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: some_val | {{.*}} | loc: ./imported.h…
|