Home
last modified time | relevance | path

Searched defs:new_dict (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_utility_unittest.cpp70 CPDF_Dictionary* new_dict = dict->SetNewFor<CPDF_Dictionary>("f1"); in TEST() local
99 CPDF_Dictionary* new_dict = doc->NewIndirect<CPDF_Dictionary>(); in TEST() local
/external/skqp/tools/
Djsondiff.py141 def _DictionaryDiff(self, old_dict, new_dict): argument
/external/skia/tools/
Djsondiff.py141 def _DictionaryDiff(self, old_dict, new_dict): argument
/external/python/cpython3/Lib/test/
Dtest_dict_version.py40 def new_dict(self, *args, **kw): member in DictVersionTests
/external/libchrome/base/trace_event/
Dtrace_event_argument.cc367 base::Value new_dict(base::Value::Type::DICTIONARY); in ToBaseValue() local
/external/python/pybind11/include/pybind11/detail/
Dclass.h493 extern "C" inline int pybind11_set_dict(PyObject *self, PyObject *new_dict, void *) { in pybind11_set_dict()
/external/pdfium/fpdfsdk/
Dfpdf_editpage.cpp124 auto new_dict = pDoc->New<CPDF_Dictionary>(); in GetOrCreateMarkParamsDict() local
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonDataObjectsTests.cpp73 PyObject *new_dict = PyDict_New(); in TEST_F() local
/external/python/cpython3/Objects/
Ddictobject.c614 new_dict(PyDictKeysObject *keys, PyObject **values) in new_dict() function