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

1 23 4 5 6 7 8 9

  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
netware.bat 38 echo IMPORT @%IMPORTS%\clib.imp >> mttest.def
39 echo IMPORT @%IMPORTS%\threads.imp >> mttest.def
40 echo IMPORT @%IMPORTS%\ws2nlm.imp >> mttest.def
  /external/openssl/crypto/threads/
netware.bat 38 echo IMPORT @%IMPORTS%\clib.imp >> mttest.def
39 echo IMPORT @%IMPORTS%\threads.imp >> mttest.def
40 echo IMPORT @%IMPORTS%\ws2nlm.imp >> mttest.def
  /external/pixman/pixman/
pixman-arm-simd.c 83 arm_simd_fill (pixman_implementation_t *imp,
128 arm_simd_blt (pixman_implementation_t *imp,
251 pixman_implementation_t *imp = _pixman_implementation_create (fallback, arm_simd_fast_paths); local
253 imp->blt = arm_simd_blt;
254 imp->fill = arm_simd_fill;
256 return imp;
pixman-mips-dspr2.h 60 mips_composite_##name (pixman_implementation_t *imp, \
98 mips_composite_##name (pixman_implementation_t *imp, \
107 imp, src_image, dest_image->bits.format); \
136 mips_composite_##name (pixman_implementation_t *imp, \
146 imp, src_image, dest_image->bits.format); \
178 mips_composite_##name (pixman_implementation_t *imp, \
188 imp, mask_image, dest_image->bits.format); \
221 mips_composite_##name (pixman_implementation_t *imp, \
pixman-private.h 419 typedef void (*pixman_combine_32_func_t) (pixman_implementation_t *imp,
426 typedef void (*pixman_combine_float_func_t) (pixman_implementation_t *imp,
433 typedef void (*pixman_composite_func_t) (pixman_implementation_t *imp,
435 typedef pixman_bool_t (*pixman_blt_func_t) (pixman_implementation_t *imp,
448 typedef pixman_bool_t (*pixman_fill_func_t) (pixman_implementation_t *imp,
457 typedef pixman_bool_t (*pixman_iter_init_func_t) (pixman_implementation_t *imp,
460 void _pixman_setup_combiner_functions_32 (pixman_implementation_t *imp);
461 void _pixman_setup_combiner_functions_float (pixman_implementation_t *imp);
493 _pixman_image_get_solid (pixman_implementation_t *imp,
514 _pixman_implementation_lookup_combiner (pixman_implementation_t *imp,
    [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...]
pixman-arm-common.h 65 cputype##_composite_##name (pixman_implementation_t *imp, \
93 cputype##_composite_##name (pixman_implementation_t *imp, \
102 imp, src_image, dest_image->bits.format); \
129 cputype##_composite_##name (pixman_implementation_t *imp, \
139 imp, src_image, dest_image->bits.format); \
168 cputype##_composite_##name (pixman_implementation_t *imp, \
178 imp, mask_image, dest_image->bits.format); \
209 cputype##_composite_##name (pixman_implementation_t *imp, \
pixman-mips-dspr2.c 167 mips_dspr2_fill (pixman_implementation_t *imp,
213 mips_dspr2_blt (pixman_implementation_t *imp,
432 mips_dspr2_combine_over_u (pixman_implementation_t *imp,
450 pixman_implementation_t *imp = local
453 imp->combine_32[PIXMAN_OP_OVER] = mips_dspr2_combine_over_u;
455 imp->blt = mips_dspr2_blt;
456 imp->fill = mips_dspr2_fill;
458 return imp;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pyclbr.py 43 import imp namespace
138 f, fname, (_s, _m, ty) = imp.find_module(module, path)
140 f, fname, (_s, _m, ty) = imp.find_module(module, path + sys.path)
141 if ty == imp.PKG_DIRECTORY:
144 f, fname, (_s, _m, ty) = imp.find_module('__init__', [fname])
146 if ty != imp.PY_SOURCE:
runpy.py 13 import imp namespace
16 from imp import get_loader
28 self.module = imp.new_module(mod_name)
184 # as imp.get_importer instead of reimplementing it in Python?
207 importer = imp.NullImporter(path_name)
236 if isinstance(importer, imp.NullImporter):
py_compile.py 7 import imp namespace
13 MAGIC = imp.get_magic()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pyclbr.py 43 import imp namespace
138 f, fname, (_s, _m, ty) = imp.find_module(module, path)
140 f, fname, (_s, _m, ty) = imp.find_module(module, path + sys.path)
141 if ty == imp.PKG_DIRECTORY:
144 f, fname, (_s, _m, ty) = imp.find_module('__init__', [fname])
146 if ty != imp.PY_SOURCE:
runpy.py 13 import imp namespace
16 from imp import get_loader
28 self.module = imp.new_module(mod_name)
184 # as imp.get_importer instead of reimplementing it in Python?
207 importer = imp.NullImporter(path_name)
236 if isinstance(importer, imp.NullImporter):
py_compile.py 7 import imp namespace
13 MAGIC = imp.get_magic()
  /external/chromium_org/tools/telemetry/telemetry/core/
util.py 5 import imp namespace
50 return imp.load_source(_GetUniqueModuleName(), file_path)
  /build/tools/
java-layers.py 48 def matches(self, imp):
50 if imp.startswith(d):
229 for imp in imports:
230 if dep.matches(imp):
232 % (filename, pkg, imp))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 2 import imp namespace
70 mod = sys.modules.setdefault(fullname,imp.new_module(fullname))
118 file, filename, stuff = imp.find_module(subname, path)
132 mod = imp.load_module(fullname, self.file, self.filename, self.stuff)
183 imp.reload(reloadmodule)
test_pdb.py 4 import imp namespace
244 mod = imp.new_module('module_to_skip')
test_pkgutil.py 4 import imp namespace
97 mod = sys.modules.setdefault(fullname, imp.new_module(fullname))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 2 import imp namespace
70 mod = sys.modules.setdefault(fullname,imp.new_module(fullname))
118 file, filename, stuff = imp.find_module(subname, path)
132 mod = imp.load_module(fullname, self.file, self.filename, self.stuff)
183 imp.reload(reloadmodule)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 129 imp = Node(syms.import_from, children)
130 return imp
399 imp = node.children[1]
400 if imp.type == syms.dotted_as_names:
401 for child in imp.children:
407 elif imp.type == syms.dotted_as_name:
408 last = imp.children[-1]
411 elif imp.type == token.NAME and imp.value == name:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 129 imp = Node(syms.import_from, children)
130 return imp
399 imp = node.children[1]
400 if imp.type == syms.dotted_as_names:
401 for child in imp.children:
407 elif imp.type == syms.dotted_as_name:
408 last = imp.children[-1]
411 elif imp.type == token.NAME and imp.value == name:
  /external/chromium_org/tools/telemetry/telemetry/util/
bootstrap.py 18 import imp namespace
37 davclient = imp.new_module('davclient')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PathBrowser.py 3 import imp namespace
73 suffixes = imp.get_suffixes()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PathBrowser.py 3 import imp namespace
73 suffixes = imp.get_suffixes()

Completed in 453 milliseconds

1 23 4 5 6 7 8 9