HomeSort by relevance Sort by last modified time
    Searched defs:module (Results 301 - 325 of 673) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/linux/
personality.h 73 struct module *module; member in struct:exec_domain
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/linux/
personality.h 73 struct module *module; member in struct:exec_domain
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/linux/
personality.h 73 struct module *module; member in struct:exec_domain
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/linux/
personality.h 73 struct module *module; member in struct:exec_domain
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/linux/
personality.h 73 struct module *module; member in struct:exec_domain
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/linux/
personality.h 73 struct module *module; member in struct:exec_domain
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/
personality.h 73 struct module *module; member in struct:exec_domain
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
personality.h 73 struct module *module; member in struct:exec_domain
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
personality.h 73 struct module *module; member in struct:exec_domain
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
personality.h 73 struct module *module; member in struct:exec_domain
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
personality.h 73 struct module *module; member in struct:exec_domain
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
personality.h 73 struct module *module; member in struct:exec_domain
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
personality.h 73 struct module *module; member in struct:exec_domain
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
personality.h 73 struct module *module; member in struct:exec_domain
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 542 'Cannot import module "pwd"; try running with -n option.' namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 542 'Cannot import module "pwd"; try running with -n option.' namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bisect.py 7 # and the Python implementation of the module.
15 # Now we can import the module and get the pure Python implementation.
22 # This is now the module with the C implementation.
49 module = None variable in class:TestBisect
53 (self.module.bisect_right, [], 1, 0),
54 (self.module.bisect_right, [1], 0, 0),
55 (self.module.bisect_right, [1], 1, 1),
56 (self.module.bisect_right, [1], 2, 1),
57 (self.module.bisect_right, [1, 1], 0, 0),
58 (self.module.bisect_right, [1, 1], 1, 2)
225 module = py_bisect variable in class:TestBisectPython
228 module = c_bisect variable in class:TestBisectC
233 module = None variable in class:TestInsort
262 module = py_bisect variable in class:TestInsortPython
265 module = c_bisect variable in class:TestInsortC
286 module = None variable in class:TestErrorHandling
315 module = py_bisect variable in class:TestErrorHandlingPython
318 module = c_bisect variable in class:TestErrorHandlingC
    [all...]
test_compile.py 475 import __package__.module namespace
503 self.assertTrue(type(ast) == _ast.Module)
517 ast = _ast.Module()
test_cpickle.py 50 module = cPickle variable in class:cPickleTests
test_site.py 285 print>>FILE, "#import @bad module name" namespace
328 for module in (sys, os, __builtin__):
330 self.assertTrue(os.path.isabs(module.__file__), repr(module))
test_xpickle.py 2 # test_cpickle does the same, but via the cPickle module.
3 # This test covers the other two cases, making pickles with one module and
22 # "provides" a pickletester module for older versions of Python that may be
76 module = None variable in class:AbstractCompatTests
82 self.assertTrue(self.module)
104 data = self.module.dumps((proto, obj), proto)
118 return self.module.loads(input)
185 module = cPickle variable in class:.CPicklePython24Compat
190 # nontrivially monkeypatching the pickletester module in the worker.
199 module = pickl variable in class:PicklePython24Compat
210 module = cPickle variable in class:.CPicklePython25Compat
216 module = pickle variable in class:PicklePython25Compat
227 module = cPickle variable in class:.CPicklePython26Compat
233 module = pickle variable in class:PicklePython26Compat
    [all...]
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 542 'Cannot import module "pwd"; try running with -n option.' namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 542 'Cannot import module "pwd"; try running with -n option.' namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bisect.py 7 # and the Python implementation of the module.
15 # Now we can import the module and get the pure Python implementation.
22 # This is now the module with the C implementation.
49 module = None variable in class:TestBisect
53 (self.module.bisect_right, [], 1, 0),
54 (self.module.bisect_right, [1], 0, 0),
55 (self.module.bisect_right, [1], 1, 1),
56 (self.module.bisect_right, [1], 2, 1),
57 (self.module.bisect_right, [1, 1], 0, 0),
58 (self.module.bisect_right, [1, 1], 1, 2)
225 module = py_bisect variable in class:TestBisectPython
228 module = c_bisect variable in class:TestBisectC
233 module = None variable in class:TestInsort
262 module = py_bisect variable in class:TestInsortPython
265 module = c_bisect variable in class:TestInsortC
286 module = None variable in class:TestErrorHandling
315 module = py_bisect variable in class:TestErrorHandlingPython
318 module = c_bisect variable in class:TestErrorHandlingC
    [all...]
test_compile.py 475 import __package__.module namespace
503 self.assertTrue(type(ast) == _ast.Module)
517 ast = _ast.Module()

Completed in 517 milliseconds

<<11121314151617181920>>