Searched defs:imports (Results 1 - 18 of 18) sorted by relevance

/external/ltrace/
H A Dprototype.h87 * found here. Note that due to the way imports are stored,
90 struct vect imports; member in struct:protolib
128 * is true, look recursively in each of the imports. Returns the
131 const char *name, bool imports);
138 * true, look recursively in each of the imports. Returns the
141 const char *name, bool imports);
157 /* Fake module for implicit imports. This is populated by all
161 struct protolib imports; member in struct:protolib_cache
191 * imports:
H A Dprototype.c145 VECT_INIT(&plib->imports, struct protolib *);
167 VECT_DESTROY(&plib->imports, struct prototype *, NULL, NULL);
181 return VECT_EACH(&plib->imports, struct protolib *,
208 return VECT_PUSHBACK(&plib->imports, &import) < 0 ? -1 : 0;
248 bool imports; member in struct:lookup
278 if (lookup->imports && each_import(*plibp, NULL, &protolib_lookup_rec,
290 bool imports)
293 struct lookup lookup = { name, getter, imports, NULL };
302 protolib_lookup_prototype(struct protolib *plib, const char *name, bool imports) argument
305 return protolib_lookup(plib, name, &get_prototypes, imports);
288 protolib_lookup(struct protolib *plib, const char *name, struct dict *(*getter)(struct protolib *), bool imports) argument
309 protolib_lookup_type(struct protolib *plib, const char *name, bool imports) argument
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
H A Dparse_html_deps.py97 def imports(self): member in class:HTMLModuleParserResults
123 # Remove all imports.
124 imports = soup.findAll('link', rel='import')
125 for imp in imports:
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dgrammar.rb153 def imports method in class:ANTLR3.Test.Grammar
159 imports.map! do |delegate|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarSpelunker.java35 * of interest. Currently: name, type, imports, tokenVocab, language option.
43 * First ':' or '@' indicates we can stop looking for imports/options.
81 // scan until imports or options
94 if ( token.equals("import") ) imports();
130 protected void imports() throws IOException { method in class:GrammarSpelunker
248 System.out.println("imports="+g.importedGrammars);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb289 def imports( *grammar_names ) method in class:ANTLR3.Scope.Recognizer
296 private :imports
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djdepend-2.9.jarMETA-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/framework/AbstractParser.class AbstractParser. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 325 milliseconds