Searched refs:make_py_source (Results  1 – 3 of 3) sorted by relevance
| /external/python/cffi/testing/cffi1/ | 
| D | test_dlopen.py | 3 from cffi.recompiler import make_py_source11     make_py_source(ffi, 'test_simple', str(target))
 26     make_py_source(ffi, 'test_valid_global_constant', str(target))
 47     e = py.test.raises(VerificationError, make_py_source, ffi,
 56     make_py_source(ffi, 'test_typename', str(target))
 71     make_py_source(ffi, 'test_enum', str(target))
 87     make_py_source(ffi, 'test_struct', str(target))
 103     make_py_source(ffi, 'test_include', str(target))
 117     make_py_source(ffi2, 'test2_include', str(target2))
 133     make_py_source(ffi, 'test_negative_constant', str(target))
 [all …]
 
 | 
| /external/python/cffi/cffi/ | 
| D | setuptools_ext.py | 162         updated = recompiler.make_py_source(ffi, module_name, py_file)
 | 
| D | recompiler.py | 1455 def make_py_source(ffi, module_name, target_py_file, verbose=False):  function1575         updated = make_py_source(ffi, module_name, c_file,
 
 |