Home
last modified time | relevance | path

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

1234

/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/clang/test/Modules/
Ddecldef.mm22 a->ivar = 17; // expected-error{{definition of 'A' must be imported before it is required}}
26 B b; // expected-error{{definition of 'B' must be imported before it is required}}
Dredecl-merge.m91 // FIXME: Should complain about definition not having been 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.txt61 // imported variables
97 2) The flags field is set to zero unless there are variables imported into the block that need help…
144imported as const copies. Variables of "__block" storage class are imported as a pointer to an en…
148 Automatic storage variables not marked with __block are imported as const copies.
187 In summary, scalars, structures, unions, and function pointers are generally imported as const copi…
191imported. In this case both a copy_helper function and a dispose_helper function are needed. The…
434 Blocks may contain Block literal expressions. Any variables used within inner blocks are imported
DBlockLanguageSpec.txt82 Local automatic (stack) variables referenced within the compound statement of a Block are imported
129 …o imported into the lexical scope of the compound statement. These variables are implicitly qualif…
/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/protobuf/src/google/protobuf/
Dunittest_import.proto35 // A proto file which is imported by unittest.proto to test importing.
/external/webkit/Source/WebCore/loader/icon/
DIconDatabase.h203 bool imported();
/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/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DNameSpaceChecker.java136 rule.imported = true; in lookForReferencesToUndefinedSymbols()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DDbg.stg56 <else> <! imported grammar !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DDbg.stg62 <else> <! imported grammar !>

1234