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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py 251 newfunc = func_strip_path(func)
252 if len(func_std_string(newfunc)) > max_name_len:
253 max_name_len = len(func_std_string(newfunc))
258 if newfunc in newstats:
259 newstats[newfunc] = add_func_stats(
260 newstats[newfunc],
263 newstats[newfunc] = (cc, nc, tt, ct, newcallers)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pstats.py 251 newfunc = func_strip_path(func)
252 if len(func_std_string(newfunc)) > max_name_len:
253 max_name_len = len(func_std_string(newfunc))
258 if newfunc in newstats:
259 newstats[newfunc] = add_func_stats(
260 newstats[newfunc],
263 newstats[newfunc] = (cc, nc, tt, ct, newcallers)
  /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.6/include/
bfd.h 373 struct bfd_hash_entry *(*newfunc)
367 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfd.h 378 struct bfd_hash_entry *(*newfunc)
372 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h 373 struct bfd_hash_entry *(*newfunc)
367 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
bfd.h 378 struct bfd_hash_entry *(*newfunc)
372 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
bfd.h 373 struct bfd_hash_entry *(*newfunc)
367 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/
bfd.h 378 struct bfd_hash_entry *(*newfunc)
372 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/
bfd.h 373 struct bfd_hash_entry *(*newfunc)
367 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/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.6/include/
bfd.h 373 struct bfd_hash_entry *(*newfunc)
367 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/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-linux-androideabi-4.6/include/
bfd.h 373 struct bfd_hash_entry *(*newfunc)
367 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/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/mips/mipsel-linux-android-4.6/include/
bfd.h 373 struct bfd_hash_entry *(*newfunc)
367 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/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/x86/i686-linux-android-4.6/include/
bfd.h 373 struct bfd_hash_entry *(*newfunc)
367 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/
bfd.h 378 struct bfd_hash_entry *(*newfunc)
372 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]

Completed in 3122 milliseconds