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

  /prebuilts/gdb/darwin-x86/include/python2.7/
import.h 55 PyAPI_FUNC(int) PyImport_ExtendInittab(struct _inittab *newtab);
  /prebuilts/gdb/linux-x86/include/python2.7/
import.h 55 PyAPI_FUNC(int) PyImport_ExtendInittab(struct _inittab *newtab);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
import.h 55 PyAPI_FUNC(int) PyImport_ExtendInittab(struct _inittab *newtab);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
import.h 55 PyAPI_FUNC(int) PyImport_ExtendInittab(struct _inittab *newtab);
  /external/selinux/sepolgen/src/sepolgen/
lex.py 122 newtab = { }
133 newtab[key] = newre
134 c.lexstatere = newtab
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
lex.py 122 newtab = { }
133 newtab[key] = newre
134 c.lexstatere = newtab
    [all...]
  /external/strace/
strace.c 701 struct tcb **newtab = xreallocarray(tcbtab, tcbtabsize * 2, local
704 tcbtab = newtab;
    [all...]

Completed in 1083 milliseconds