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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
infinite_reload.py 6 import imp
8 imp.reload(infinite_reload)
test_imp.py 1 import imp
11 self.assertEqual(imp.lock_held(), expected,
12 "expected imp.lock_held() to be %r" % expected)
18 lock_held_at_start = imp.lock_held()
22 imp.acquire_lock()
26 imp.release_lock()
33 imp.release_lock()
42 """Very basic tests to make sure that imp.reload() operates just like
55 imp.reload(os)
60 imp.reload(time)
    [all...]
  /external/python/cpython2/Lib/test/
infinite_reload.py 6 import imp
8 imp.reload(infinite_reload)
test_imp.py 1 import imp
16 self.assertEqual(imp.lock_held(), expected,
17 "expected imp.lock_held() to be %r" % expected)
23 lock_held_at_start = imp.lock_held()
27 imp.acquire_lock()
31 imp.release_lock()
38 imp.release_lock()
47 """Very basic tests to make sure that imp.reload() operates just like
60 imp.reload(os)
65 imp.reload(time
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
infinite_reload.py 6 import imp
8 imp.reload(infinite_reload)
test_imp.py 1 import imp
11 self.assertEqual(imp.lock_held(), expected,
12 "expected imp.lock_held() to be %r" % expected)
18 lock_held_at_start = imp.lock_held()
22 imp.acquire_lock()
26 imp.release_lock()
33 imp.release_lock()
42 """Very basic tests to make sure that imp.reload() operates just like
55 imp.reload(os)
60 imp.reload(time
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
infinite_reload.py 6 import imp
8 imp.reload(infinite_reload)
test_imp.py 1 import imp
11 self.assertEqual(imp.lock_held(), expected,
12 "expected imp.lock_held() to be %r" % expected)
18 lock_held_at_start = imp.lock_held()
22 imp.acquire_lock()
26 imp.release_lock()
33 imp.release_lock()
42 """Very basic tests to make sure that imp.reload() operates just like
55 imp.reload(os)
60 imp.reload(time
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
infinite_reload.py 6 import imp
8 imp.reload(infinite_reload)
test_imp.py 1 import imp
11 self.assertEqual(imp.lock_held(), expected,
12 "expected imp.lock_held() to be %r" % expected)
18 lock_held_at_start = imp.lock_held()
22 imp.acquire_lock()
26 imp.release_lock()
33 imp.release_lock()
42 """Very basic tests to make sure that imp.reload() operates just like
55 imp.reload(os)
60 imp.reload(time
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
infinite_reload.py 6 import imp
8 imp.reload(infinite_reload)
test_imp.py 1 import imp
11 self.assertEqual(imp.lock_held(), expected,
12 "expected imp.lock_held() to be %r" % expected)
18 lock_held_at_start = imp.lock_held()
22 imp.acquire_lock()
26 imp.release_lock()
33 imp.release_lock()
42 """Very basic tests to make sure that imp.reload() operates just like
55 imp.reload(os)
60 imp.reload(time
    [all...]
  /external/autotest/client/cros/
factory_setup_modules.py 9 import imp, logging, os, sys
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/icu/icu4c/source/test/intltest/
simplethread.cpp 145 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->fHandle != NULL)
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
_qpol.py 3 import sys, pkg_resources, imp
6 imp.load_dynamic(__name__,__file__)
  /external/python/cpython3/Lib/test/
test_imp.py 15 import imp
20 imp.load_dynamic()."""
22 return unittest.skipIf(not hasattr(imp, 'load_dynamic'),
23 'imp.load_dynamic() required')(meth)
32 self.assertEqual(imp.lock_held(), expected,
33 "expected imp.lock_held() to be %r" % expected)
39 lock_held_at_start = imp.lock_held()
43 imp.acquire_lock()
47 imp.release_lock()
54 imp.release_lock(
    [all...]
  /test/framework/host_setup/
fabfile.py 17 import imp
42 hosts_module = imp.load_source('hosts_module', hosts_file_path)
55 ip_addresses_module = imp.load_source('ip_addresses_module',
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_import.py 42 import_from< 'from' imp=any 'import' ['('] any [')'] >
44 import_name< 'import' imp=any >
54 imp = results['imp']
61 while not hasattr(imp, 'value'):
62 imp = imp.children[0]
63 if self.probably_a_local_import(imp.value):
64 imp.value = u"." + imp.value
    [all...]
  /external/libcxx/test/std/strings/basic.string/string.cons/
copy_alloc.pass.cpp 46 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/python/cpython2/Lib/lib2to3/fixes/
fix_import.py 42 import_from< 'from' imp=any 'import' ['('] any [')'] >
44 import_name< 'import' imp=any >
54 imp = results['imp']
61 while not hasattr(imp, 'value'):
62 imp = imp.children[0]
63 if self.probably_a_local_import(imp.value):
64 imp.value = u"." + imp.valu
    [all...]
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_import.py 42 import_from< 'from' imp=any 'import' ['('] any [')'] >
44 import_name< 'import' imp=any >
54 imp = results['imp']
61 while not hasattr(imp, 'value'):
62 imp = imp.children[0]
63 if self.probably_a_local_import(imp.value):
64 imp.value = "." + imp.valu
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_import.py 42 import_from< 'from' imp=any 'import' ['('] any [')'] >
44 import_name< 'import' imp=any >
54 imp = results['imp']
61 while not hasattr(imp, 'value'):
62 imp = imp.children[0]
63 if self.probably_a_local_import(imp.value):
64 imp.value = u"." + imp.valu
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_import.py 42 import_from< 'from' imp=any 'import' ['('] any [')'] >
44 import_name< 'import' imp=any >
54 imp = results['imp']
61 while not hasattr(imp, 'value'):
62 imp = imp.children[0]
63 if self.probably_a_local_import(imp.value):
64 imp.value = u"." + imp.valu
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.cons/
copy_alloc.pass.cpp 46 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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 42 import_from< 'from' imp=any 'import' ['('] any [')'] >
44 import_name< 'import' imp=any >
54 imp = results['imp']
61 while not hasattr(imp, 'value'):
62 imp = imp.children[0]
63 if self.probably_a_local_import(imp.value):
64 imp.value = u"." + imp.valu
    [all...]

Completed in 539 milliseconds

1 2 3 4 5 6 7 8 91011>>