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

  /prebuilts/go/darwin-x86/test/
closure.go 81 func newfunc() func(int) int { return func(x int) int { return x } } func
102 x, y := newfunc(), newfunc()
104 println("newfunc returned broken funcs")
110 println("newfunc allocated unexpectedly")
  /prebuilts/go/linux-x86/test/
closure.go 81 func newfunc() func(int) int { return func(x int) int { return x } } func
102 x, y := newfunc(), newfunc()
104 println("newfunc returned broken funcs")
110 println("newfunc allocated unexpectedly")
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
compat.py 108 def newfunc(*fargs, **fkeywords): function in function:.partial
112 return newfunc
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
funcobject.c 372 PyFunctionObject *newfunc; local
426 newfunc = (PyFunctionObject *)PyFunction_New((PyObject *)code,
428 if (newfunc == NULL)
433 Py_DECREF(newfunc->func_name);
434 newfunc->func_name = name;
438 newfunc->func_defaults = defaults;
442 newfunc->func_closure = closure;
445 return (PyObject *)newfunc;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
funcobject.c 372 PyFunctionObject *newfunc; local
426 newfunc = (PyFunctionObject *)PyFunction_New((PyObject *)code,
428 if (newfunc == NULL)
433 Py_DECREF(newfunc->func_name);
434 newfunc->func_name = name;
438 newfunc->func_defaults = defaults;
442 newfunc->func_closure = closure;
445 return (PyObject *)newfunc;
  /external/python/cpython2/Lib/test/
test_functools.py 12 def newfunc(*fargs, **fkeywords): function in function:PythonPartial
16 newfunc.func = func
17 newfunc.args = args
18 newfunc.keywords = keywords
19 return newfunc
  /external/python/cpython2/Objects/
funcobject.c 370 PyFunctionObject *newfunc; local
424 newfunc = (PyFunctionObject *)PyFunction_New((PyObject *)code,
426 if (newfunc == NULL)
431 Py_SETREF(newfunc->func_name, name);
435 newfunc->func_defaults = defaults;
439 newfunc->func_closure = closure;
442 return (PyObject *)newfunc;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
sysctl.h 119 int (*newfunc)(struct sysctl_req *, void *, size_t); member in struct:sysctl_req
151 #define SYSCTL_IN(r, p, l) (r->newfunc)(r, p, l)
  /toolchain/binutils/binutils-2.25/bfd/
bfd-in.h 366 struct bfd_hash_entry *(*newfunc)
360 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
elflink.c 916 bfd_boolean newweak, oldweak, newfunc, oldfunc;
913 bfd_boolean newweak, oldweak, newfunc, oldfunc; local
    [all...]
bfd-in2.h 373 struct bfd_hash_entry *(*newfunc)
367 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 321 typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *); typedef
390 newfunc tp_new;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 321 typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *); typedef
390 newfunc tp_new;
    [all...]
  /external/python/cpython2/Include/
object.h 321 typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *); typedef
390 newfunc tp_new;
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 321 typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *); typedef
390 newfunc tp_new;
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 321 typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *); typedef
390 newfunc tp_new;
    [all...]
  /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/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 995 milliseconds