HomeSort by relevance Sort by last modified time
    Searched full:xxmodule (Results 1 - 25 of 37) sorted by null

1 2

  /external/python/cpython2/Lib/distutils/tests/
support.py 149 """Helper for tests that need the xxmodule.c source file.
155 self.assertIn('xxmodule.c', os.listdir(self.tmpdir))
162 raise unittest.SkipTest('cannot find xxmodule.c (test must run in '
169 # us find the xxmodule.c file
173 os.path.join(os.path.dirname(__file__), 'xxmodule.c'),
175 os.path.join(srcdir, 'Modules', 'xxmodule.c'),
179 os.path.join(srcdir, '..', '..', '..', 'Modules', 'xxmodule.c'),
test_install.py 202 Extension('xx', ['xxmodule.c'])])
test_build_ext.py 48 xx_c = os.path.join(self.tmp_dir, 'xxmodule.c')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 149 """Helper for tests that need the xxmodule.c source file.
155 self.assertIn('xxmodule.c', os.listdir(self.tmpdir))
162 raise unittest.SkipTest('cannot find xxmodule.c (test must run in '
169 # us find the xxmodule.c file
173 os.path.join(os.path.dirname(__file__), 'xxmodule.c'),
175 os.path.join(srcdir, 'Modules', 'xxmodule.c'),
179 os.path.join(srcdir, '..', '..', '..', 'Modules', 'xxmodule.c'),
xxmodule.c 101 "xxmodule.Xxo", /*tp_name*/
219 "xxmodule.Str", /*tp_name*/
274 "xxmodule.Null", /*tp_name*/
test_install.py 204 Extension('xx', ['xxmodule.c'])])
test_build_ext.py 48 xx_c = os.path.join(self.tmp_dir, 'xxmodule.c')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 149 """Helper for tests that need the xxmodule.c source file.
155 self.assertIn('xxmodule.c', os.listdir(self.tmpdir))
162 raise unittest.SkipTest('cannot find xxmodule.c (test must run in '
169 # us find the xxmodule.c file
173 os.path.join(os.path.dirname(__file__), 'xxmodule.c'),
175 os.path.join(srcdir, 'Modules', 'xxmodule.c'),
179 os.path.join(srcdir, '..', '..', '..', 'Modules', 'xxmodule.c'),
xxmodule.c 101 "xxmodule.Xxo", /*tp_name*/
219 "xxmodule.Str", /*tp_name*/
274 "xxmodule.Null", /*tp_name*/
test_install.py 204 Extension('xx', ['xxmodule.c'])])
test_build_ext.py 48 xx_c = os.path.join(self.tmp_dir, 'xxmodule.c')
  /external/python/cpython3/Lib/distutils/tests/
support.py 141 """Helper for tests that need the xxmodule.c source file.
147 self.assertIn('xxmodule.c', os.listdir(self.tmpdir))
154 raise unittest.SkipTest('cannot find xxmodule.c (test must run in '
163 os.path.join(os.path.dirname(__file__), 'xxmodule.c'),
165 os.path.join(srcdir, 'Modules', 'xxmodule.c'),
169 os.path.join(srcdir, '..', '..', '..', 'Modules', 'xxmodule.c'),
test_install.py 205 Extension('xx', ['xxmodule.c'])])
test_build_ext.py 49 xx_c = os.path.join(self.tmp_dir, 'xxmodule.c')
  /external/python/cpython3/Modules/
xxmodule.c 101 "xxmodule.Xxo", /*tp_name*/
219 "xxmodule.Str", /*tp_name*/
274 "xxmodule.Null", /*tp_name*/
382 static struct PyModuleDef xxmodule = { variable in typeref:struct:PyModuleDef
399 return PyModuleDef_Init(&xxmodule);
xxlimited.c 287 static struct PyModuleDef xxmodule = { variable in typeref:struct:PyModuleDef
304 return PyModuleDef_Init(&xxmodule);
Setup.dist 393 # xx xxmodule.c
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
xxmodule.c 101 "xxmodule.Xxo", /*tp_name*/
219 "xxmodule.Str", /*tp_name*/
274 "xxmodule.Null", /*tp_name*/
  /external/python/cpython2/Modules/
xxmodule.c 101 "xxmodule.Xxo", /*tp_name*/
219 "xxmodule.Str", /*tp_name*/
274 "xxmodule.Null", /*tp_name*/
Setup.dist 496 # xx xxmodule.c
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_ext.py 24 return os.path.join(sysconfig.project_base, 'Modules', 'xxmodule.c')
25 return os.path.join(srcdir, 'Modules', 'xxmodule.c')
73 'xxmodule.c not found')
76 xx_c = os.path.join(self.tmp_dir, 'xxmodule.c')
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Setup 497 # xx xxmodule.c
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Setup 497 # xx xxmodule.c
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Setup 497 # xx xxmodule.c
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Setup 497 # xx xxmodule.c

Completed in 1673 milliseconds

1 2