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

1 2 3 4

  /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/icu4c/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 49 # Managing module exports and imports.
70 # imports it.
82 # IMPORTANT: Imports are transitive, i.e. when module A imports B,
83 # it automatically imports anything imported by B too.
107 $(eval _emugl.$(_mod).imports :=) \
124 # Called to indicate that a module imports the exports of another module
143 $(if $(filter-out $(_emugl.$(_mod).imports),$1),\
144 $(eval _emugl.$(_mod).imports += $1)\
145 $(foreach _sub,$(_emugl.$1.imports),\
    [all...]
  /sdk/emulator/opengl/
common.mk 51 # Managing module exports and imports.
72 # imports it.
84 # IMPORTANT: Imports are transitive, i.e. when module A imports B,
85 # it automatically imports anything imported by B too.
109 $(eval _emugl.$(_mod).imports :=) \
126 # Called to indicate that a module imports the exports of another module
145 $(if $(filter-out $(_emugl.$(_mod).imports),$1),\
146 $(eval _emugl.$(_mod).imports += $1)\
147 $(foreach _sub,$(_emugl.$1.imports),\
    [all...]
  /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) !>
ST4ObjC.stg 32 @outputFile.imports() ::= <<
33 <@super.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()>
Dbg.stg 32 @outputFile.imports() ::= <<
33 <@super.imports()>
72 <if(grammar.grammarIsRoot)> <! grammar imports other grammar(s) !>
  /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());
  /external/libxslt/libxslt/
imports.c 2 * imports.c: Implementation of the XSLT imports
45 #include "imports.h"
62 * by the master, together with any imports within that.
71 for (res = style->imports; res != NULL; res = res->next) {
152 res->next = style->imports;
153 style->imports = res;
291 if (cur->imports != NULL)
292 return(cur->imports);
  /external/libxslt/
Android.mk 16 libxslt/imports.c \
  /build/tools/
java-layers.py 213 imports = []
218 imports.append(m.group(1))
222 print "'%s' --> %s" % (pkg, imports)
229 for imp in imports:
  /external/chromium/base/win/
pe_image_unittest.cc 92 imports, enumerator in enum:base::win::Value
183 EXPECT_GT(count, GetExpectedValue(imports, os) - 20);
184 EXPECT_LT(count, GetExpectedValue(imports, os) + 100);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 253 @imports = []
272 :token_vocab, :imports, :imported_grammars,
392 @imported_grammars = @imports.map do | imp |
421 @imports.concat( list.split( /\s*,\s*/ ) )
430 @imports = []
  /frameworks/base/tools/aidl/
aidl_language_y.y 38 | imports { }
39 | package imports { }
46 imports: label
48 | IMPORT imports { g_callbacks->import(&($1.buffer)); }

Completed in 1593 milliseconds

1 2 3 4