HomeSort by relevance Sort by last modified time
    Searched refs:dispatch_table (Results 1 - 25 of 31) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
copy_reg.py 12 dispatch_table = {} variable
20 dispatch_table[ob_type] = pickle_function
copy.py 53 from copy_reg import dispatch_table
82 reductor = dispatch_table.get(cls)
176 reductor = dispatch_table.get(cls)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
copy_reg.py 12 dispatch_table = {} variable
20 dispatch_table[ob_type] = pickle_function
copy.py 53 from copy_reg import dispatch_table
82 reductor = dispatch_table.get(cls)
176 reductor = dispatch_table.get(cls)
pickle.py 30 from copy_reg import dispatch_table
298 # Check copy_reg.dispatch_table
299 reduce = dispatch_table.get(t)
    [all...]
  /external/python/cpython2/Lib/
copy_reg.py 12 dispatch_table = {} variable
20 dispatch_table[ob_type] = pickle_function
copy.py 53 from copy_reg import dispatch_table
82 reductor = dispatch_table.get(cls)
176 reductor = dispatch_table.get(cls)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
copy_reg.py 12 dispatch_table = {} variable
20 dispatch_table[ob_type] = pickle_function
copy.py 53 from copy_reg import dispatch_table
82 reductor = dispatch_table.get(cls)
176 reductor = dispatch_table.get(cls)
  /prebuilts/gdb/linux-x86/lib/python2.7/
copy_reg.py 12 dispatch_table = {} variable
20 dispatch_table[ob_type] = pickle_function
copy.py 53 from copy_reg import dispatch_table
82 reductor = dispatch_table.get(cls)
176 reductor = dispatch_table.get(cls)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
copy_reg.py 12 dispatch_table = {} variable
20 dispatch_table[ob_type] = pickle_function
copy.py 53 from copy_reg import dispatch_table
82 reductor = dispatch_table.get(cls)
176 reductor = dispatch_table.get(cls)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
copy_reg.py 12 dispatch_table = {} variable
20 dispatch_table[ob_type] = pickle_function
copy.py 53 from copy_reg import dispatch_table
82 reductor = dispatch_table.get(cls)
176 reductor = dispatch_table.get(cls)
  /external/vulkan-validation-layers/layers/
core_validation.cpp 100 VkLayerInstanceDispatchTable dispatch_table; member in struct:core_validation::instance_layer_data
133 VkLayerDispatchTable dispatch_table; member in struct:core_validation::layer_data
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c 116 /* copy_reg.dispatch_table, {type_object: pickling_function} */
117 static PyObject *dispatch_table; variable
351 PyObject *dispatch_table; member in struct:Picklerobject
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c 116 /* copy_reg.dispatch_table, {type_object: pickling_function} */
117 static PyObject *dispatch_table; variable
353 PyObject *dispatch_table; member in struct:Picklerobject
    [all...]
  /external/python/cpython2/Modules/
cPickle.c 116 /* copy_reg.dispatch_table, {type_object: pickling_function} */
117 static PyObject *dispatch_table; variable
351 PyObject *dispatch_table; member in struct:Picklerobject
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py     [all...]
  /external/python/cpython2/Lib/test/
regrtest.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
regrtest.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
regrtest.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py     [all...]

Completed in 403 milliseconds

1 2