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

<<11121314151617181920>>

  /external/chromium_org/base/win/
pe_image_unittest.cc 102 imports, enumerator in enum:base::win::Value
235 EXPECT_GT(count, GetExpectedValue(imports, os) - 20);
236 EXPECT_LT(count, GetExpectedValue(imports, os) + 100);
  /external/chromium_org/mojo/public/tools/bindings/generators/
mojom_js_generator.py 168 "imports": self.GetImports(),
183 for each in self.module.imports:
186 return self.module.imports
  /external/chromium_org/mojo/public/tools/bindings/
mojom_bindings_generator.py 72 """Make a (human-readable) message listing a chain of imports. (Returned
117 # Process all our imports first and collect the module object for each.
119 for import_data in mojom['imports']:
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportLoader.cpp 32 #include "core/html/imports/HTMLImportLoader.h"
38 #include "core/html/imports/HTMLImportChild.h"
39 #include "core/html/imports/HTMLImportsController.h"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py 11 # Testing imports
15 # Python imports
19 # Local imports
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py 11 # Testing imports
15 # Python imports
19 # Local imports
  /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 = []
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/
usage.apt.vm 11 +--- imports/ .g files that are imported by other grammars.
44 <libDirectory>src/main/antlr3/imports</libDirectory>
192 default-value="<<<${basedir}/src/main/antlr3/imports>>>"
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
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/ObjC/
Dbg.stg 31 @headerFile.imports() ::= <<
32 <@super.imports()>
51 <if(grammar.grammarIsRoot)> <! grammar imports other grammar(s) !>
  /external/chromium_org/tools/android/checkstyle/
chromium-style-5.0.xml 18 <message key="import.redundant" value="Redundant import: {0}. Use :JavaImportOrganize (ECLIM) or Ctrl+Shift+O (Eclipse) to sort imports"/>
24 <message key="import.unused" value="Unused import: {0}. Use :JavaImportOrganize (ECLIM) or Ctrl+Shift+O (Eclipse) to sort imports"/>
130 <message key="import.ordering" value="Wrong order for {0} import. Use :JavaImportOrganize (ECLIM) or Ctrl+Shift+O (Eclipse) to sort imports"/>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 13 # Python imports
17 # Fairly local imports
20 # Really local imports
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 13 # Python imports
17 # Fairly local imports
20 # Really local imports
  /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/antlr/antlr-3.4/runtime/Python/
pylintrc 128 # * unused variables / imports
257 # * relative / wildcard imports
258 # * cyclic imports
261 [IMPORTS]
  /external/chromium_org/build/win/importlibs/
filter_export_list.py 29 against a master list of imports built from e.g.
  /external/chromium_org/chrome/browser/chromeos/policy/
network_configuration_updater.h 55 // Imports the certificates part of the policy.
  /external/chromium_org/chrome/browser/resources/pdf/
index.html 5 <!-- TODO(raymes): Turn these <include>s into HTML imports once they are
  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_header_panel.cc 249 const std::vector<extensions::SharedModuleInfo::ImportInfo>& imports = local
252 service->GetExtensionById(imports[0].extension_id, true);
267 const std::vector<extensions::SharedModuleInfo::ImportInfo>& imports = local
270 service->GetExtensionById(imports[0].extension_id, true);
  /external/chromium_org/chrome/installer/linux/common/
rpmrepo.cron 47 # the cron job imports the key, Yast will grab the key from our server and
  /external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win.cc 136 // Imports address or credit card data from the given registry |key| into the
176 // Imports address data from the given registry |key| into the given |profile|,
197 // Imports profiles from the IE toolbar and stores them. Asynchronous
243 // Imports Autofill profiles and credit cards from IE Toolbar if present and not
  /external/chromium_org/content/browser/service_worker/
service_worker_context_request_handler.cc 73 // We only write imports that occur during the initial eval.
  /external/chromium_org/extensions/common/manifest_handlers/
shared_module_info.h 58 // Optional list of module imports of other extensions.
  /external/chromium_org/native_client_sdk/src/build_tools/
test_projects.py 144 # browser_tester imports tools/valgrind/memcheck_analyze, which imports
145 # tools/valgrind/common. Well, it tries to, anyway, but instead imports
149 # Clear the PYTHONPATH so it imports the correct file.
  /external/chromium_org/net/cert/
cert_database_nss.cc 67 // also imports the certificate if the private key exists. This

Completed in 1417 milliseconds

<<11121314151617181920>>