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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
dictobject.c 310 lookdict() is general-purpose, and may return NULL if (and only if) a
320 lookdict(PyDictObject *mp, PyObject *key, register long hash) function
356 return lookdict(mp, key, hash);
388 return lookdict(mp, key, hash);
399 * Hacked up version of lookdict which can assume keys are always strings;
425 mp->ma_lookup = lookdict;
426 return lookdict(mp, key, hash);
634 as lookdict needs at least one virgin slot to
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
dictobject.c 310 lookdict() is general-purpose, and may return NULL if (and only if) a
320 lookdict(PyDictObject *mp, PyObject *key, register long hash) function
356 return lookdict(mp, key, hash);
388 return lookdict(mp, key, hash);
399 * Hacked up version of lookdict which can assume keys are always strings;
425 mp->ma_lookup = lookdict;
426 return lookdict(mp, key, hash);
623 as lookdict needs at least one virgin slot to
    [all...]
  /external/python/cpython2/Objects/
dictobject.c 310 lookdict() is general-purpose, and may return NULL if (and only if) a
320 lookdict(PyDictObject *mp, PyObject *key, register long hash) function
356 return lookdict(mp, key, hash);
388 return lookdict(mp, key, hash);
399 * Hacked up version of lookdict which can assume keys are always strings;
425 mp->ma_lookup = lookdict;
426 return lookdict(mp, key, hash);
634 as lookdict needs at least one virgin slot to
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
yacc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
yacc.py     [all...]
  /external/libmojo/third_party/ply/
yacc.py     [all...]
  /external/ply/ply/ply/
yacc.py     [all...]

Completed in 1835 milliseconds