Searched refs:imported (Results 1 - 25 of 47) sorted by relevance

12

/external/clang/test/Modules/
H A Dcxx-decls.cpp6 @import cxx_decls.imported;
/external/openssh/regress/
H A 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 || \
29 fail "$t imported differs from original"
32 $OBJ/$t-rfc-imported $OBJ/$t-key-nocomment.pub
/external/elfutils/libdw/
H A Dlibdw_visit_scopes.c56 enum die_class { ignore, match, match_inline, walk, imported }; enumerator in enum:die_class
89 return imported;
143 case imported:
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdtmain.asm15 [EXTERN _strcmp] ; strcmp is an imported function
16 [EXTERN _message] ; imported data
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemExtensionCall.java120 Stylesheet imported = stylesheet.getGlobalImport(i);
122 for (ElemTemplateElement child = imported.getFirstChildElem();
H A DStylesheetRoot.java230 * the combination of imported and included stylesheets. This
231 * method determines the proper import precedence of all imported
277 StylesheetComposed imported = getGlobalImport(i);
278 imported.recompose(recomposableElements);
336 StylesheetComposed imported = this.getGlobalImport(i);
337 int includedCount = imported.getIncludeCountComposed();
340 Stylesheet included = imported.getIncludeComposed(j);
410 Stylesheet imported = stylesheet.getImport(i);
412 addImports(imported, true, importList);
449 * @return The total number of imported stylesheet
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DDbg.stg56 <else> <! imported grammar !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DDbg.stg62 <else><! imported grammar !>
H A DAST.stg36 <! tree parser would already have imported !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DDbg.stg61 <else><! imported grammar !>
H A DAST.stg37 <! tree parser would already have imported !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DDbg.stg62 <else> <! imported grammar !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DDbg.stg58 <else> <! imported grammar !>
H A DAST.stg31 <if(!TREE_PARSER)><! tree parser would already have imported !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DDbg.stg88 <else> <! imported grammar !>
H A DAST.stg40 <if(!TREE_PARSER)><! tree parser would already have imported !>
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DNameSpaceChecker.java134 if ( localRule==null && rule!=null ) { // imported rule?
136 rule.imported = true;
H A DRule.java158 public boolean imported = false; field in class:Rule
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_locally_managed_user_creation.css221 .import-pod.imported .import-pod-name {
306 .import-pod.imported.focused {
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxclient.h284 GLboolean imported; member in struct:glx_context
/external/mesa3d/src/glx/
H A Dglxclient.h284 GLboolean imported; member in struct:glx_context
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DAST.stg32 <if(!TREE_PARSER)><! tree parser would already have imported !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DAST.stg34 <@super.imports()><if(!TREE_PARSER)><! tree parser would already have imported !> Antlr.Runtime.Tree,<\n><endif>
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java1205 StylesheetComposed imported = stylesheet.getGlobalImport(i);
1206 int includedCount = imported.getIncludeCountComposed();
1210 Stylesheet included = imported.getIncludeComposed(j);
1990 // imported stylesheets), we need to indicate that there is no matching template.
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_beos.h520 NSPR_API(void) _MD_init_fd_inheritable(PRFileDesc *fd, PRBool imported);

Completed in 703 milliseconds

12