Searched refs:imp (Results 1 - 25 of 63) sorted by relevance

123

/external/autotest/client/cros/
H A Dfactory_setup_modules.py9 import imp, logging, os, sys namespace
22 cros = imp.load_module('cros', None, '', ('', '', imp.PKG_DIRECTORY))
25 cros.factory = imp.load_module(
27 *imp.find_module('cros/factory', sys.path + extra_path))
/external/autotest/site_utils/autoupdate/
H A Dimport_common.py7 import imp namespace
21 return imp.load_module(module_name, *imp.find_module(module_name))
30 return imp.load_module(module_name, *imp.find_module(module_name))
/external/icu/icu4c/source/test/intltest/
H A Dsimplethread.cpp145 Win32ThreadImplementation *imp = new Win32ThreadImplementation; local
146 imp->fHandle = 0;
147 fImplementation = imp;
155 Win32ThreadImplementation *imp = (Win32ThreadImplementation*)fImplementation; local
156 if (imp != 0) {
157 if (imp->fHandle != 0) {
158 CloseHandle(imp->fHandle);
159 imp->fHandle = 0;
167 Win32ThreadImplementation *imp = (Win32ThreadImplementation*)fImplementation; local
168 if(imp
196 Win32ThreadImplementation *imp = (Win32ThreadImplementation*)fImplementation; local
230 PosixThreadImplementation *imp = new PosixThreadImplementation; local
236 PosixThreadImplementation *imp = (PosixThreadImplementation*)fImplementation; local
247 PosixThreadImplementation *imp = (PosixThreadImplementation*)fImplementation; local
276 PosixThreadImplementation *imp = (PosixThreadImplementation*)fImplementation; local
[all...]
/external/libcxx/test/std/strings/basic.string/string.cons/
H A Dcopy_alloc.pass.cpp46 alloc_imp<T> *imp; member in struct:poca_alloc
48 poca_alloc(alloc_imp<T> *imp_) : imp (imp_) {}
51 poca_alloc(const poca_alloc<U>& other) : imp(other.imp) {}
53 T* allocate (std::size_t n) { return imp->allocate(n);}
54 void deallocate(T* p, std::size_t n) { imp->deallocate(p, n); }
60 return lhs.imp == rhs.imp;
66 return lhs.imp != rhs.imp;
[all...]
/external/autotest/client/cros/cellular/mbim_compliance/
H A Dmbim_test_runner.py11 import imp namespace
43 test_module = imp.load_source(subtest_name, module_name)
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
H A Dutil.py4 import imp namespace
27 same as imp.find_module, but handles dotted names
34 result = imp.find_module(name, path)
57 return imp.find_module(name, [path_item])
71 yield name, (None, None, ("", "", imp.C_BUILTIN))
81 res = (fp, res.path, ('.py', 'rU', imp.PY_SOURCE))
84 fp = BytesIO(imp.get_magic() + b'\0\0\0\0' + marshal.dumps(co))
85 res = (fp, res.path, ('.pyc', 'rb', imp.PY_COMPILED))
88 res = (None, loader.path, (os.path.splitext(loader.path)[-1], 'rb', imp.C_EXTENSION))
H A Dmodulegraph.py15 import imp namespace
147 imp.get_magic() + b'\0\0\0\0' + marshal.dumps(co))
152 A version of imp.find_module that works with zipped packages.
198 description = ('.pyc', 'rb', imp.PY_COMPILED)
209 description = ('.py', _READ_MODE, imp.PY_SOURCE)
213 for _sfx, _mode, _type in imp.get_suffixes():
214 if _type == imp.C_EXTENSION and filename.endswith(_sfx):
215 description = (_sfx, 'rb', imp.C_EXTENSION)
218 description = ('', '', imp.PKG_DIRECTORY)
225 description = ('.pyc', 'rb', imp
[all...]
H A Dfind_modules.py14 import imp namespace
302 _triple[0] for _triple in imp.get_suffixes()
303 if _triple[2] == imp.C_EXTENSION
/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/generate/
H A Dgenerator_unittest.py5 import imp namespace
21 imp.find_module("mojom")
H A Dmodule_unittest.py5 import imp namespace
21 imp.find_module("mojom")
H A Dpack_unittest.py5 import imp namespace
23 imp.find_module("mojom")
/external/boringssl/src/util/bot/go/
H A Denv.py24 import imp namespace
30 bootstrap = imp.load_source(
/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/
H A Dfileutil_unittest.py5 import imp namespace
23 imp.find_module("mojom")
/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/parse/
H A Dtranslate_unittest.py5 import imp namespace
21 imp.find_module("mojom")
H A Dast_unittest.py5 import imp namespace
21 imp.find_module("mojom")
H A Dlexer_unittest.py5 import imp namespace
21 imp.find_module("ply")
27 imp.find_module("mojom")
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3-0x.cpp47 auto imp = m.getImplementation<int, int, int>(); local
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dtemplate_expander.py8 import imp namespace
26 imp.find_module("jinja2")
/external/antlr/antlr-3.4/runtime/Python/
H A Dsetup.py91 import imp namespace
110 = imp.find_module(testID, [testDir])
112 testMod = imp.load_module(
179 import imp namespace
244 = imp.find_module(testID, [testDir])
246 testMod = imp.load_module(
/external/chromium-trace/catapult/telemetry/telemetry/core/
H A Dutil.py5 import imp namespace
57 return imp.load_source(_GetUniqueModuleName(), file_path)
/external/curl/docs/examples/
H A DMakefile.netware225 IMPORTS = @$(CURL_LIB)/libcurl.imp
233 IMPORTS += @$(LIBSSH2_PATH)/nw/libssh2.imp
254 IMPORTS += $(AXTLS_PATH)/lib/libaxtls.imp
264 IMPORTS += @$(ZLIB_PATH)/nw/$(LIBARCH)/libz.imp
382 @echo $(DL)import @$(NDK_CLIB)/imports/clib.imp$(DL) >> $@
383 @echo $(DL)import @$(NDK_CLIB)/imports/threads.imp$(DL) >> $@
384 @echo $(DL)import @$(NDK_CLIB)/imports/nlmlib.imp$(DL) >> $@
385 @echo $(DL)import @$(NDK_CLIB)/imports/socklib.imp$(DL) >> $@
388 @echo $(DL)import @$(NDK_LDAP)/clib/imports/ldapsdk.imp$(DL) >> $@
389 @echo $(DL)import @$(NDK_LDAP)/clib/imports/ldapssl.imp
[all...]
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dlexer.py5 import imp namespace
20 imp.find_module("ply")
/external/libxml2/os400/dlfcn/
H A Ddlfcn.c298 Qmh_Rtvm_RTVM0300_t * imp; local
310 imp = offset_by(Qmh_Rtvm_RTVM0300_t, rtvmbuf, 0);
317 if (i = imp->Length_Message_Returned)
318 cp = offset_by(char, imp, imp->Offset_Message_Returned);
319 else if (i = imp->Length_Help_Returned)
320 cp = offset_by(char, imp, imp->Offset_Help_Returned);
/external/chromium-trace/catapult/devil/devil/utils/
H A Dmarkdown.py7 import imp namespace
167 r = imp.find_module(package_name, d)
169 module = imp.load_module(full_module_name, *r)
/external/libcap-ng/libcap-ng-0.7/bindings/python/
H A Dcapng.py13 import imp namespace
16 fp, pathname, description = imp.find_module('_capng', [dirname(__file__)])
22 _mod = imp.load_module('_capng', fp, pathname, description)

Completed in 590 milliseconds

123