HomeSort by relevance Sort by last modified time
    Searched refs:imports (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_itertools_imports.py 1 """ Fixer for imports of itertools.(imap|ifilter|izip|ifilterfalse) """
3 # Local imports
11 import_from< 'from' 'itertools' 'import' imports=any >
15 imports = results['imports']
16 if imports.type == syms.import_as_name or not imports.children:
17 children = [imports]
19 children = imports.children
40 children = imports.children[:] or [imports
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_itertools_imports.py 1 """ Fixer for imports of itertools.(imap|ifilter|izip|ifilterfalse) """
3 # Local imports
11 import_from< 'from' 'itertools' 'import' imports=any >
15 imports = results['imports']
16 if imports.type == syms.import_as_name or not imports.children:
17 children = [imports]
19 children = imports.children
40 children = imports.children[:] or [imports
    [all...]
  /ndk/tests/build/multi-module-path/path1/foo/
Android.mk 1 # A simple module used to demonstrate multi-path NDK_MODULE_PATH imports.
  /ndk/tests/build/import-install/path1/
Android.mk 2 # by the main project's binary. Note that it imports
  /external/ltrace/
prototype.h 87 * found here. Note that due to the way imports are stored,
90 struct vect imports; member in struct:protolib
127 /* Lookup prototype named NAME in PLIB. If none is found and IMPORTS
128 * is true, look recursively in each of the imports. Returns the
131 const char *name, bool imports);
137 /* Lookup type named NAME in PLIB. If none is found and IMPORTS is
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
    [all...]
prototype.c 145 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)
305 return protolib_lookup(plib, name, &get_prototypes, imports);
    [all...]
  /external/libxml2/xstc/
fixup-tests.py 20 imports = []
23 imports.append(sub)
24 if len(imports) != 0:
25 dictXSD[mainXSD] = imports
58 debugMsg(" imports '%s'" % loc)
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
ResourceExpr.java 62 final Map<String, String> imports = getModel().getImports(); local
65 imports));
67 imports));
70 imports));
72 imports));
75 imports));
77 imports));
79 imports));
81 modelAnalyzer.findClass("android.view.animation.Interpolator", imports));
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
AnnotationAnalyzer.java 80 public AnnotationClass findClass(String className, Map<String, String> imports) {
94 TypeElement typeElement = getTypeElement(className, imports);
104 TypeElement typeElement = getTypeElement(baseClassName, imports);
113 final AnnotationClass clazz = findClass(templateParameters.get(i), imports);
135 private TypeElement getTypeElement(String className, Map<String, String> imports) {
138 if (!hasDot && imports != null) {
139 // try the imports
140 String importedClass = imports.get(className);
159 if (typeElement == null && hasDot && imports != null) {
161 TypeElement parent = getTypeElement(className.substring(0, lastDot), imports);
    [all...]
  /external/icu/icu4c/source/test/depstest/
depstest.py 79 _obj_files[lib_obj_name] = {"imports": obj_imports, "exports": obj_exports}
98 imports = set()
106 imports |= obj_file["imports"]
108 imports -= exports | _ignored_symbols
118 if files and imports.isdisjoint(dep_exports) and imports.isdisjoint(dep_system_symbols):
121 # to satisfy local imports.
126 imports -= exports | system_symbols
127 for symbol in imports
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetComposed.java 29 * imports. It has methods on it that
37 * the imports.</li>
174 /* The count of imports composed for this stylesheet */
192 // Now get the count of composed imports from this stylesheet's imports
201 // Now get the count of composed imports from this stylesheet's
206 int imports = getIncludeComposed(--count).getImportCount(); local
207 m_endImportCountComposed += imports;
208 while (imports > 0)
209 m_endImportCountComposed +=getIncludeComposed(count).getImport(--imports).getEndImportCountComposed()
    [all...]
  /device/generic/goldfish/opengl/
common.mk 48 # Managing module exports and imports.
69 # imports it.
81 # IMPORTANT: Imports are transitive, i.e. when module A imports B,
82 # it automatically imports anything imported by B too.
106 $(eval _emugl.$(_mod).imports :=) \
123 # Called to indicate that a module imports the exports of another module
142 $(if $(filter-out $(_emugl.$(_mod).imports),$1),\
143 $(eval _emugl.$(_mod).imports += $1)\
144 $(foreach _sub,$(_emugl.$1.imports),\
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
ModelAnalyzer.java 134 public String applyImports(String className, Map<String, String> imports) {
152 generic = applyImports(className.substring(open + 1, lastCharIndex), imports);
165 final String expandedQualifier = imports.get(qualifier);
174 result = result + "<" + applyImports(generic, imports) + ">";
210 public abstract ModelClass findClass(String className, Map<String, String> imports);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
Dbg.stg 37 @outputFile.imports() ::= <<
38 <@super.imports()>
51 <if(grammar.grammarIsRoot)><! grammar imports other grammar(s) !>
ST.stg 35 @outputFile.imports() ::= <<
36 <@super.imports()>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
Dbg.stg 36 @outputFile.imports() ::= <<
37 <@super.imports()>
50 <if(grammar.grammarIsRoot)><! grammar imports other grammar(s) !>
ST.stg 36 @outputFile.imports() ::= <<
37 <@super.imports()>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
Dbg.stg 31 @headerFile.imports() ::= <<
32 <@super.imports()>
51 <if(grammar.grammarIsRoot)> <! grammar imports other grammar(s) !>
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
parse_html_deps_unittest.py 20 self.assertEquals([], module.imports)
28 self.assertEquals([], module.imports)
45 self.assertEquals([], module.imports)
65 self.assertEquals(['x-foo.html'], module.imports)
83 self.assertEquals([], module.imports)
116 self.assertEquals([], module.imports)
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
BuildDependencyGenerator.java 143 List<Grammar> imports = local
145 for (Grammar g : imports) {
167 List<Grammar> imports = local
169 for (Grammar g : imports) {
GrammarSpelunker.java 35 * 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(); method
130 protected void imports() throws IOException { method in class:GrammarSpelunker
248 System.out.println("imports="+g.importedGrammars);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ST.stg 32 @outputFile.imports() ::= <<
33 <@super.imports()>
Dbg.stg 31 @outputFile.imports() ::= <<
32 <@super.imports()>
47 <if(grammar.grammarIsRoot)> <! grammar imports other grammar(s) !>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ST.stg 32 @outputFile.imports() ::= <<
33 <@super.imports()>
  /external/javassist/sample/preproc/
Compiler.java 258 CtClass[] imports = a.assist(classPool, importname, args); local
259 s = imports.length;
264 output.write(imports[0].getName());
268 output.write(imports[1].getName());

Completed in 928 milliseconds

1 2 3 4 5 6