HomeSort by relevance Sort by last modified time
    Searched refs:imp (Results 126 - 150 of 204) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium_org/tools/
bisect_utils.py 10 import imp namespace
121 extra_src = imp.load_source('data', path_to_file)
run-bisect-perf-regression.py 15 import imp namespace
24 bisect = imp.load_source('bisect-perf-regression',
  /external/chromium_org/tools/telemetry/telemetry/util/
find_dependencies.py 6 import imp namespace
47 imp.load_source(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socketserver.py 6 import imp namespace
312 if imp.lock_held():
test_import.py 2 import imp namespace
92 imp.reload(mod)
176 # Verify that the imp module can correctly load and find .py files
188 x = imp.find_module("os")
189 new_os = imp.load_module("os", *x)
263 self.assertRaises(ZeroDivisionError, imp.reload, mod)
319 import imp
332 imp.find_module, TESTFN, ["."])
test_traceback.py 7 from imp import reload
test_zipimport.py 4 import imp namespace
36 pyc = imp.get_magic() + struct.pack("<i", int(mtime)) + data
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socketserver.py 6 import imp namespace
312 if imp.lock_held():
test_import.py 2 import imp namespace
92 imp.reload(mod)
176 # Verify that the imp module can correctly load and find .py files
188 x = imp.find_module("os")
189 new_os = imp.load_module("os", *x)
263 self.assertRaises(ZeroDivisionError, imp.reload, mod)
319 import imp
332 imp.find_module, TESTFN, ["."])
test_traceback.py 7 from imp import reload
test_zipimport.py 4 import imp namespace
36 pyc = imp.get_magic() + struct.pack("<i", int(mtime)) + data
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 167 /// automatic IMP caching and speculative inlining.
579 /// The GCC ABI message lookup function. Returns an IMP pointing to the
584 /// arguments. Returns the IMP for the corresponding method.
594 llvm::CallSite imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); variable
595 imp->setMetadata(msgSendMDKind, node);
596 return imp.getInstruction();
607 // IMP objc_msg_lookup(id, SEL);
610 // IMP objc_msg_lookup_super(struct objc_super*, SEL);
618 /// that contains (among other things) the IMP.
675 llvm::Value *imp = variable
802 llvm::CallSite imp; variable
1296 llvm::Value *imp = LookupIMPSuper(CGF, ObjCSuper, cmd, MSI); local
1390 llvm::Value *imp; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
ia64-mont.pl 146 brp.loop.imp .L1st_ctop,.L1st_cend-16
213 brp.loop.imp .Linner_ctop,.Linner_cend-16
304 brp.loop.imp .Lsub_ctop,.Lsub_cend-16
333 brp.loop.imp .Lcopy_ctop,.Lcopy_cend-16
487 brp.loop.imp .Louter_8_ctop,.Louter_8_cend-16
  /external/openssl/crypto/bn/asm/
ia64-mont.pl 146 brp.loop.imp .L1st_ctop,.L1st_cend-16
213 brp.loop.imp .Linner_ctop,.Linner_cend-16
304 brp.loop.imp .Lsub_ctop,.Lsub_cend-16
333 brp.loop.imp .Lcopy_ctop,.Lcopy_cend-16
487 brp.loop.imp .Louter_8_ctop,.Louter_8_cend-16
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 36 import imp, marshal namespace
237 MAGIC = imp.get_magic()
263 import imp, sys, os
270 mod = imp.load_dynamic("%(name)s", path)
730 SUFFIXES = [_suf for _suf, _mode, _tp in imp.get_suffixes()]
738 fp, path, (ext, mode, tp) = imp.find_module(head, searchpath)
742 if tp == imp.PKG_DIRECTORY and path:
    [all...]
buildtools.py 10 import imp namespace
28 MAGIC = imp.get_magic()
  /external/lzma/C/
Lzma2Enc.c 313 CMtCallbackImp *imp = (CMtCallbackImp *)pp; local
314 CLzma2Enc *mainEncoder = imp->lzma2Enc;
  /external/chromium_org/third_party/openssl/openssl/crypto/
ia64cpuid.S 57 brp.loop.imp .L_wipe_top,.L_wipe_end-16
  /external/openssl/crypto/
ia64cpuid.S 57 brp.loop.imp .L_wipe_top,.L_wipe_end-16
  /external/doclava/src/com/google/doclava/
InfoBuilder.java     [all...]
  /external/chromium_org/v8/tools/push-to-trunk/
common_includes.py 31 import imp namespace
475 googlers = imp.load_source('googlers_mapping',
  /external/pixman/pixman/
pixman-image.c 895 _pixman_image_get_solid (pixman_implementation_t *imp,
922 imp, &iter, image, 0, 0, 1, 1,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sysconfig.py 330 import imp namespace
331 module = imp.new_module(name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sysconfig.py 330 import imp namespace
331 module = imp.new_module(name)
  /build/tools/releasetools/
common.py 19 import imp namespace
811 info = imp.find_module("releasetools", [path])
817 info = imp.find_module(f, [d])
819 self.module = imp.load_module("device_specific", *info)
    [all...]

Completed in 933 milliseconds

1 2 3 4 56 7 8 9