/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
pygram.py | 6 # Python imports 9 # Local imports
|
/external/chromium_org/build/win/importlibs/ |
create_importlib_win.py | 19 Usage: %prog [options] [imports-file] 21 Creates an import library from imports-file. 65 # Slurp the imports file. 85 def _CreateObj(self, dll_name, imports): 113 self._WriteStubsFile(imports, stubs_file) 122 def _CreateImportLib(self, dll_name, imports, architecture, output_file): 123 """Creates an import lib binding imports to dll_name for architecture. 132 obj_file = self._CreateObj(dll_name, imports) 139 self._WriteDefFile(dll_name, imports, def_file) 161 # Read the imports file [all...] |
create_import_lib.gypi | 14 # 'foo.imports', 15 # 'bar.imports', 36 'extension': 'imports',
|
/external/chromium_org/tools/site_compare/drivers/ |
__init__.py | 5 """Imports a set of drivers appropriate to the current OS."""
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_getcwdu.py | 6 # Local imports
|
fix_long.py | 7 # Local imports
|
fix_nonzero.py | 4 # Local imports
|
fix_raw_input.py | 4 # Local imports
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_getcwdu.py | 6 # Local imports
|
fix_long.py | 7 # Local imports
|
fix_nonzero.py | 4 # Local imports
|
fix_raw_input.py | 4 # Local imports
|
/external/chromium_org/third_party/openssl/openssl/crypto/threads/ |
netware.bat | 25 if "%IMPORTS%" == "" goto imports_error 38 echo IMPORT @%IMPORTS%\clib.imp >> mttest.def 39 echo IMPORT @%IMPORTS%\threads.imp >> mttest.def 40 echo IMPORT @%IMPORTS%\ws2nlm.imp >> mttest.def 70 echo Environment variable IMPORTS is not set - see install.nw
|
/external/openssl/crypto/threads/ |
netware.bat | 25 if "%IMPORTS%" == "" goto imports_error 38 echo IMPORT @%IMPORTS%\clib.imp >> mttest.def 39 echo IMPORT @%IMPORTS%\threads.imp >> mttest.def 40 echo IMPORT @%IMPORTS%\ws2nlm.imp >> mttest.def 70 echo Environment variable IMPORTS is not set - see install.nw
|
/external/chromium_org/chrome_elf/ |
elf_imports_unittest.cc | 37 std::vector<std::string>* imports) { 38 ASSERT_TRUE(imports != NULL); 45 pe_image_data.EnumImportChunks(ELFImportsTest::ImportsCallback, imports); 57 // Check that ELF has imports. 72 // Make sure all of ELF's imports are in the valid imports list. 91 // Check that chrome.exe has imports.
|
/external/chromium_org/chrome/browser/extensions/ |
shared_module_service.cc | 45 const ImportInfoVector& imports = SharedModuleInfo::GetImports(extension); local 46 for (ImportInfoVector::const_iterator iter = imports.begin(); 47 iter != imports.end(); 144 const ImportInfoVector& imports = SharedModuleInfo::GetImports(extension); local 145 for (ImportInfoVector::const_iterator iter = imports.begin(); 146 iter != imports.end();
|
/external/chromium_org/extensions/common/manifest_handlers/ |
shared_module_manifest_unittest.cc | 119 const std::vector<SharedModuleInfo::ImportInfo>& imports = local 121 ASSERT_EQ(2U, imports.size()); 122 EXPECT_EQ(imports[0].extension_id, kImportId1); 123 EXPECT_EQ(imports[0].minimum_version, ""); 124 EXPECT_EQ(imports[1].extension_id, kImportId2); 125 EXPECT_TRUE(base::Version(imports[1].minimum_version).IsValid());
|
/external/chromium_org/net/test/ |
cert_test_util.h | 22 // Imports all of the certificates in |cert_file|, a file in |certs_dir|, 28 // Imports all of the certificates in |cert_file|, a file in |certs_dir|, into 37 // Imports a single certificate from |cert_file|.
|
/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/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/META-INF/maven/ |
archetype.xml | 10 <resource>src\main\antlr3\imports\Ruleb.g</resource>
|
/external/chromium_org/chrome/browser/install_verification/win/ |
imported_module_verification.h | 15 // Verifies module imports using the provided |loaded_modules| info and the
|
/external/chromium_org/content/test/data/webkit/resources/ |
xslt-bad-import-uri.xsl | 8 <xsl:apply-imports/>
|
/external/chromium_org/sandbox/win/src/ |
policy_broker.h | 17 // Sets up imports from NTDLL for the given target process so the interceptions
|
/external/chromium_org/third_party/WebKit/Source/core/html/imports/ |
HTMLImportStateResolver.cpp | 32 #include "core/html/imports/HTMLImportStateResolver.h" 34 #include "core/html/imports/HTMLImport.h" 35 #include "core/html/imports/HTMLImportChild.h" 36 #include "core/html/imports/HTMLImportLoader.h"
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/ |
testtype.h | 10 /*Deals with imports and exports of the dynamic library*/
|