/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/clang/test/Modules/ |
D | decldef.mm | 22 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}}
|
D | redecl-merge.m | 91 // FIXME: Should complain about definition not having been 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.txt | 61 // imported variables 97 2) The flags field is set to zero unless there are variables imported into the block that need help… 144 …imported 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… 191 …imported. 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 …
|
D | BlockLanguageSpec.txt | 82 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/ |
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/protobuf/src/google/protobuf/ |
D | unittest_import.proto | 35 // A proto file which is imported by unittest.proto to test importing.
|
/external/webkit/Source/WebCore/loader/icon/ |
D | IconDatabase.h | 203 bool imported();
|
/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/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | NameSpaceChecker.java | 136 rule.imported = true; in lookForReferencesToUndefinedSymbols()
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | Dbg.stg | 56 <else> <! imported grammar !>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
D | Dbg.stg | 62 <else> <! imported grammar !>
|