HomeSort by relevance Sort by last modified time
    Searched refs:check_basic_callback (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_weakref.py 63 self.check_basic_callback(C)
64 self.check_basic_callback(create_function)
65 self.check_basic_callback(create_bound_method)
66 self.check_basic_callback(create_unbound_method)
122 def check_basic_callback(self, factory): member in class:ReferencesTestCase
    [all...]
  /external/python/cpython2/Lib/test/
test_weakref.py 86 self.check_basic_callback(C)
87 self.check_basic_callback(create_function)
88 self.check_basic_callback(create_bound_method)
89 self.check_basic_callback(create_unbound_method)
147 def check_basic_callback(self, factory): member in class:ReferencesTestCase
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_weakref.py 84 self.check_basic_callback(C)
85 self.check_basic_callback(create_function)
86 self.check_basic_callback(create_bound_method)
87 self.check_basic_callback(create_unbound_method)
143 def check_basic_callback(self, factory): member in class:ReferencesTestCase
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_weakref.py 84 self.check_basic_callback(C)
85 self.check_basic_callback(create_function)
86 self.check_basic_callback(create_bound_method)
87 self.check_basic_callback(create_unbound_method)
143 def check_basic_callback(self, factory): member in class:ReferencesTestCase
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 84 self.check_basic_callback(C)
85 self.check_basic_callback(create_function)
86 self.check_basic_callback(create_bound_method)
87 self.check_basic_callback(create_unbound_method)
143 def check_basic_callback(self, factory): member in class:ReferencesTestCase
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 84 self.check_basic_callback(C)
85 self.check_basic_callback(create_function)
86 self.check_basic_callback(create_bound_method)
87 self.check_basic_callback(create_unbound_method)
143 def check_basic_callback(self, factory): member in class:ReferencesTestCase
    [all...]
  /external/python/cpython3/Lib/test/
test_weakref.py 116 self.check_basic_callback(C)
117 self.check_basic_callback(create_function)
118 self.check_basic_callback(create_bound_method)
130 self.check_basic_callback(create_cfunction)
188 def check_basic_callback(self, factory): member in class:ReferencesTestCase
    [all...]

Completed in 108 milliseconds