Home
last modified time | relevance | path

Searched refs:imported (Results 1 – 25 of 110) sorted by relevance

12345

/external/clang/test/Modules/
Dbuild-fail-notes.m6 // 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
Depic-fail.m7 // CHECK: While building module 'Module' imported from
11 // CHECK: While building module 'DependsOnModule' imported from
Ddecldef.mm25 …a->ivar = 17; // expected-error{{definition of 'A' must be imported from module 'decldef.Def' befo…
Ddecldef.m19 …a->ivar = 17; // expected-error{{definition of 'A' must be imported from module 'decldef.Def' befo…
Dredecl-merge.m111 // FIXME: Should complain about definition not having been imported.
/external/webkit/LayoutTests/dom/xhtml/level3/core/
Dnodegetbaseuri11.js94 var imported;
109 imported = doc.importNode(newPI,true);
110 appendedChild = doc.appendChild(imported);
111 baseURI = imported.baseURI;
Dnodereplacechild14.js98 var imported;
115 imported = newDoc.importNode(elem,true);
118 appendedChild = docElem.appendChild(imported);
120 replaced = docElem.replaceChild(imported,elem2);
Ddocumentadoptnode14.js101 var imported;
119 imported = newDoc.importNode(docElem,true);
122 appendedChild = docElem.appendChild(imported);
/external/openssh/regress/
Dkeygen-convert.sh24 ${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/
Dlibdw_visit_scopes.c56 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/
DStylesheetRoot.java277 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()
DElemExtensionCall.java120 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/
DRuleb.g1 // 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/
Dimport.apt4 as imports in your main .g files, you need to place the imported grammar
Dlibraries.apt13 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/
Dusage.apt.vm11 +--- 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.
Dindex.apt49 +--- 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/
DBlock-ABI-Apple.rst56 // 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/
DTParser.g30 // simle demo parser. We do the import to show where imported grammars should be
/external/clang/test/SemaObjC/
Dmethod-undef-category-warn-1.m56 // Don't warn when a category does not implemented a method imported
/external/webkit/Source/WebCore/loader/icon/
DIconDatabase.h203 bool imported();
/external/protobuf/src/google/protobuf/
Dunittest_import.proto35 // A proto file which is imported by unittest.proto to test importing.
/external/expat/win32/
DREADME.txt18 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/
Den.stg218 "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/
Dcompile_commands.json51 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: some_val | {{.*}} | loc: ./imported.h…

12345