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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/sync/android/
DEPS 2 "+third_party/cacheinvalidation", # For imports in sync/notifier.
3 "+net", # For imports in sync/signin.
  /ndk/tests/build/import-static/
README 1 The purpose of this check is to verify that static library imports
2 are transitive, i.e. that if foo imports a static library bar, which
3 imports another static library zoo, then libfoo.so will be linked
  /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...]
fix_imports2.py 1 """Fix incompatible imports and module references that must be fixed after
fix_future.py 1 """Remove __future__ imports
7 # Local imports
fix_basestring.py 4 # Local imports
fix_standarderror.py 6 # Local imports
  /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...]
fix_imports2.py 1 """Fix incompatible imports and module references that must be fixed after
fix_future.py 1 """Remove __future__ imports
7 # Local imports
fix_basestring.py 4 # Local imports
fix_standarderror.py 6 # Local imports
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
import.apt 4 as imports in your main .g files, you need to place the imported grammar
5 files in the imports directory beneath the root directory of your grammar
8 For a default layout, place your import grammars in the directory: <<<src/main/antlr3/imports>>>
  /external/chromium_org/build/temp_gyp/
README.chromium 2 Chromium imports an upstream revision with these files. Contact mark for
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/imports/
Ruleb.g 4 // own imports directory: src/main/antlr3/imports
  /external/chromium_org/chrome/browser/extensions/
shared_module_service.h 26 // No imports needed.
29 // Imports are needed, but can be satisfied (i.e., there are missing or
30 // outdated imports for a webstore extension).
33 // Imports are needed, and can't be satisfied (i.e., missing or outdated
34 // imports for an extension not in the webstore).
41 // Checks an extension's imports. Imports that are not installed are stored
42 // in |missing_modules|, and imports that are out of date are stored in
49 // Checks an extension's shared module imports to see if they are satisfied.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_all_fixers.py 8 # Python imports
11 # Local imports
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_all_fixers.py 8 # Python imports
11 # Local imports
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/META-INF/maven/
archetype-metadata.xml 15 <exclude>**/imports/*.*</exclude>
19 <directory>src/main/antlr3/imports</directory>
  /external/clang/test/Modules/
submodules.m 6 // Note: transitively imports Module.Sub2.
  /ndk/tests/build/import-install/path1/
Android.mk 2 # by the main project's binary. Note that it imports
  /ndk/tests/build/multi-module-path/path1/foo/
Android.mk 1 # A simple module used to demonstrate multi-path NDK_MODULE_PATH imports.
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemApplyImport.java 30 * Implement xsl:apply-imports.
32 * <!ELEMENT xsl:apply-imports EMPTY>
34 * @see <a href="http://www.w3.org/TR/xslt#apply-imports">apply-imports in XSLT Specification</a>
45 * @return Token ID for xsl:apply-imports element types
63 * Execute the xsl:apply-imports transformation.
77 XSLTErrorResources.ER_NO_APPLY_IMPORT_IN_FOR_EACH); //"xsl:apply-imports not allowed in a xsl:for-each");
90 XSLTErrorResources.ER_NULL_SOURCENODE_APPLYIMPORTS); //"sourceNode is null in xsl:apply-imports!");
96 * <!ELEMENT xsl:apply-imports EMPTY>
100 * @return null, xsl:apply-Imports cannot have children
    [all...]
  /external/chromium_org/chrome/
chrome.user32.delay.imports 11 # The DLL to bind to - we delay load these imports.
19 'imports': [
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pygram.py 6 # Python imports
9 # Local imports

Completed in 644 milliseconds

1 2 3 4 5 6 7 8 91011>>