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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_functools.py 11 def newfunc(*fargs, **fkeywords): function in function:PythonPartial
15 newfunc.func = func
16 newfunc.args = args
17 newfunc.keywords = keywords
18 return newfunc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_functools.py 11 def newfunc(*fargs, **fkeywords): function in function:PythonPartial
15 newfunc.func = func
16 newfunc.args = args
17 newfunc.keywords = keywords
18 return newfunc
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 321 typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *); typedef
390 newfunc tp_new;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 321 typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *); typedef
390 newfunc tp_new;
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 378 struct bfd_hash_entry *(*newfunc)
372 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
bfd.h 376 struct bfd_hash_entry *(*newfunc)
370 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 378 struct bfd_hash_entry *(*newfunc)
372 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]

Completed in 321 milliseconds