Searched refs:in_dict (Results 1 - 12 of 12) sorted by relevance

/external/freetype/src/psaux/
H A Dcffdecode.h55 FT_Bool in_dict );
H A Dcffdecode.c483 /* in_dict :: Set to 1 if function is called from top or */
493 FT_Bool in_dict )
827 if ( in_dict )
900 set_width_ok = in_dict
1617 if ( in_dict )
/external/python/cpython2/Include/
H A Dclassobject.h27 PyObject *in_dict; /* A dictionary */ member in struct:__anon19223
/external/pdfium/third_party/pymock/
H A Dmock.py1576 `in_dict` can be a dictionary or a mapping like container. If it is a
1580 `in_dict` can also be a string specifying the name of the dictionary, which
1600 def __init__(self, in_dict, values=(), clear=False, **kwargs):
1601 if isinstance(in_dict, basestring):
1602 in_dict = _importer(in_dict)
1603 self.in_dict = in_dict
1630 decorator = _patch_dict(self.in_dict, self.values, self.clear)
1643 in_dict
[all...]
/external/python/cpython2/Lib/test/
H A D_mock_backport.py1524 `in_dict` can be a dictionary or a mapping like container. If it is a
1528 `in_dict` can also be a string specifying the name of the dictionary, which
1548 def __init__(self, in_dict, values=(), clear=False, **kwargs):
1549 if isinstance(in_dict, str):
1550 in_dict = _importer(in_dict)
1551 self.in_dict = in_dict
1578 decorator = _patch_dict(self.in_dict, self.values, self.clear)
1591 in_dict
[all...]
/external/python/cpython3/Lib/unittest/
H A Dmock.py1556 `in_dict` can be a dictionary or a mapping like container. If it is a
1560 `in_dict` can also be a string specifying the name of the dictionary, which
1580 def __init__(self, in_dict, values=(), clear=False, **kwargs):
1581 if isinstance(in_dict, str):
1582 in_dict = _importer(in_dict)
1583 self.in_dict = in_dict
1610 decorator = _patch_dict(self.in_dict, self.values, self.clear)
1623 in_dict
[all...]
/external/chromium-trace/catapult/devil/devil/utils/
H A Dbattor_device_mapping.py124 in_dict = json.load(infile)
125 for x in in_dict:
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dbattor_device_mapping.py124 in_dict = json.load(infile)
125 for x in in_dict:
/external/autotest/client/cros/networking/
H A Dshill_proxy.py258 def service_properties_to_dbus_types(in_dict):
261 @param in_dict: Dictionary containing service properties.
266 for key, value in in_dict.iteritems():
/external/python/cpython2/Objects/
H A Dclassobject.c544 inst->in_dict = dict;
681 Py_XDECREF(inst->in_dict);
727 Py_INCREF(inst->in_dict);
728 return inst->in_dict;
751 v = PyDict_GetItem(inst->in_dict, name);
804 v = PyDict_GetItem(inst->in_dict, name);
814 int rv = PyDict_DelItem(inst->in_dict, name);
823 return PyDict_SetItem(inst->in_dict, name, v);
852 tmp = inst->in_dict;
854 inst->in_dict
[all...]
/external/freetype/include/freetype/internal/
H A Dpsaux.h1173 FT_Bool in_dict );
/external/python/cpython2/Tools/gdb/
H A Dlibpython.py707 in_dict = self.pyop_field('in_dict').proxyval(visited)
710 return InstanceProxy(cl_name, in_dict, long(self._gdbval))
726 pyop_in_dict = self.pyop_field('in_dict')

Completed in 1025 milliseconds