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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
classobject.h 27 PyObject *in_dict; /* A dictionary */ member in struct:__anon62230
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
classobject.h 27 PyObject *in_dict; /* A dictionary */ member in struct:__anon62353
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSUtil.py 27 def _DeepCopySomeKeys(in_dict, keys):
28 """Performs a partial deep-copy on |in_dict|, only copying the keys in |keys|.
31 in_dict: The dictionary to copy.
33 |in_dict| this is not an error.
39 if key not in in_dict:
41 d[key] = copy.deepcopy(in_dict[key])
  /external/chromium_org/third_party/pymock/
mock.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdb.py 459 'Ensure that a PyInstanceObject with with a NULL in_dict is handled'
466 'set ((PyInstanceObject*)op)->in_dict = 0',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdb.py 459 'Ensure that a PyInstanceObject with with a NULL in_dict is handled'
466 'set ((PyInstanceObject*)op)->in_dict = 0',

Completed in 332 milliseconds