HomeSort by relevance Sort by last modified time
    Searched defs:imp (Results 101 - 125 of 150) sorted by null

1 2 3 45 6

  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 13 import imp namespace
16 fp, pathname, description = imp.find_module('_capng', [dirname(__file__)])
22 _mod = imp.load_module('_capng', fp, pathname, description)
  /external/pixman/pixman/
pixman-vmx.c 267 vmx_combine_over_u (pixman_implementation_t *imp,
360 vmx_combine_over_reverse_u (pixman_implementation_t *imp,
449 vmx_combine_in_u (pixman_implementation_t *imp,
540 vmx_combine_in_reverse_u (pixman_implementation_t *imp,
630 vmx_combine_out_u (pixman_implementation_t *imp,
722 vmx_combine_out_reverse_u (pixman_implementation_t *imp,
821 vmx_combine_atop_u (pixman_implementation_t *imp,
920 vmx_combine_atop_reverse_u (pixman_implementation_t *imp,
1019 vmx_combine_xor_u (pixman_implementation_t *imp,
1108 vmx_combine_add_u (pixman_implementation_t *imp,
1618 pixman_implementation_t *imp = _pixman_implementation_create (fallback, vmx_fast_paths); local
    [all...]
pixman-fast-path.c 110 fast_composite_over_x888_8_8888 (pixman_implementation_t *imp,
160 fast_composite_in_n_8_8 (pixman_implementation_t *imp,
171 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format);
228 fast_composite_in_8_8 (pixman_implementation_t *imp,
265 fast_composite_over_n_8_8888 (pixman_implementation_t *imp,
275 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format);
313 fast_composite_add_n_8888_8888_ca (pixman_implementation_t *imp,
323 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format);
359 fast_composite_over_n_8888_8888_ca (pixman_implementation_t *imp,
369 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format)
2351 pixman_implementation_t *imp = _pixman_implementation_create (fallback, c_fast_paths); local
    [all...]
pixman-mmx.c 724 mmx_combine_over_u (pixman_implementation_t *imp,
756 mmx_combine_over_reverse_u (pixman_implementation_t *imp,
783 mmx_combine_in_u (pixman_implementation_t *imp,
812 mmx_combine_in_reverse_u (pixman_implementation_t *imp,
840 mmx_combine_out_u (pixman_implementation_t *imp,
869 mmx_combine_out_reverse_u (pixman_implementation_t *imp,
899 mmx_combine_atop_u (pixman_implementation_t *imp,
929 mmx_combine_atop_reverse_u (pixman_implementation_t *imp,
961 mmx_combine_xor_u (pixman_implementation_t *imp,
992 mmx_combine_add_u (pixman_implementation_t *imp,
4048 pixman_implementation_t *imp = _pixman_implementation_create (fallback, mmx_fast_paths); local
    [all...]
pixman-sse2.c 727 sse2_combine_over_u (pixman_implementation_t *imp,
741 sse2_combine_over_reverse_u (pixman_implementation_t *imp,
831 sse2_combine_in_u (pixman_implementation_t *imp,
892 sse2_combine_in_reverse_u (pixman_implementation_t *imp,
953 sse2_combine_out_reverse_u (pixman_implementation_t *imp,
1022 sse2_combine_out_u (pixman_implementation_t *imp,
1102 sse2_combine_atop_u (pixman_implementation_t *imp,
1186 sse2_combine_atop_reverse_u (pixman_implementation_t *imp,
1270 sse2_combine_xor_u (pixman_implementation_t *imp,
1347 sse2_combine_add_u (pixman_implementation_t *imp,
6396 pixman_implementation_t *imp = _pixman_implementation_create (fallback, sse2_fast_paths); local
    [all...]
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 124 ImageType imp; local
131 imp = im + j * input_w;
136 *outp++ = *(imp + i);
143 imp = im + j * input_w;
148 *outp++ = *(imp + i);
155 imp = im + j * input_w;
160 *outp++ = *(imp + i);
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 124 ImageType imp; local
131 imp = im + j * input_w;
136 *outp++ = *(imp + i);
143 imp = im + j * input_w;
148 *outp++ = *(imp + i);
155 imp = im + j * input_w;
160 *outp++ = *(imp + i);
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 168 import imp namespace
    [all...]
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_sys.py 754 # imp.NullImporter
755 import imp namespace
756 check(imp.NullImporter(self.file.name), size(''))
test_unicode.py 1050 import imp namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 168 import imp namespace
    [all...]
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_sys.py 754 # imp.NullImporter
755 import imp namespace
756 check(imp.NullImporter(self.file.name), size(''))
test_unicode.py 1050 import imp namespace
    [all...]
  /external/chromium_org/third_party/jinja2/
environment.py 637 import imp, marshal namespace
638 py_header = imp.get_magic() + \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 4 import imp namespace
37 """Version of imp.find_module() that handles hierarchical module names"""
43 (file, filename, descr) = imp.find_module(tgt, path)
44 if descr[2] == imp.PY_SOURCE:
46 module = imp.load_module(tgt, file, filename, descr)
51 if descr[2] != imp.PY_SOURCE:
65 descr = filename, None, imp.PY_SOURCE
666 if type != imp.PY_SOURCE:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 4 import imp namespace
37 """Version of imp.find_module() that handles hierarchical module names"""
43 (file, filename, descr) = imp.find_module(tgt, path)
44 if descr[2] == imp.PY_SOURCE:
46 module = imp.load_module(tgt, file, filename, descr)
51 if descr[2] != imp.PY_SOURCE:
65 descr = filename, None, imp.PY_SOURCE
666 if type != imp.PY_SOURCE:
    [all...]
  /external/chromium_org/third_party/cython/src/
runtests.py 364 import imp namespace
365 return imp.load_dynamic(module_name, file_path)
1003 import imp namespace
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 1 import imp namespace
123 MAGIC = imp.get_magic()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 48 # - imp.load_module() cannot be prevented from clobbering existing
55 import sys, imp, os, re, types, inspect, __builtin__, pkgutil, warnings namespace
224 try: module = imp.load_module('__temp__', file, filename, info[1:])
251 magic = imp.get_magic()
254 kind = imp.PY_COMPILED
256 kind = imp.PY_SOURCE
262 module = imp.load_module(name, file, path, (ext, 'r', kind))
358 (object.__name__ in ('errno', 'exceptions', 'gc', 'imp',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 1 import imp namespace
123 MAGIC = imp.get_magic()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 48 # - imp.load_module() cannot be prevented from clobbering existing
55 import sys, imp, os, re, types, inspect, __builtin__, pkgutil, warnings namespace
224 try: module = imp.load_module('__temp__', file, filename, info[1:])
251 magic = imp.get_magic()
254 kind = imp.PY_COMPILED
256 kind = imp.PY_SOURCE
262 module = imp.load_module(name, file, path, (ext, 'r', kind))
358 (object.__name__ in ('errno', 'exceptions', 'gc', 'imp',
    [all...]
  /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...]

Completed in 1259 milliseconds

1 2 3 45 6