| /third_party/skia/src/pdf/ |
| H A D | SkPDFMetadata.cpp | 123 auto dict = SkPDFMakeDict(); in MakeDocumentInformationDict() local 380 std::unique_ptr<SkPDFDict> dict in MakeXMPObject() local [all...] |
| H A D | SkPDFType1Font.cpp | 243 std::unique_ptr<SkPDFDict> dict = SkPDFMakeDict(); in make_type1_font_descriptor() local
|
| H A D | SkPDFDocumentPriv.h | 103 void emitStream(const SkPDFDict& dict, T writeStream, SkPDFIndirectReference ref) { in emitStream() argument
|
| H A D | SkPDFTypes.cpp | 434 SkPDFDict& dict = origDict ? *origDict : tmpDict; in serialize_stream() local 468 SkPDFIndirectReference SkPDFStreamOut(std::unique_ptr<SkPDFDict> dict, in SkPDFStreamOut() argument
|
| H A D | SkPDFDocument.cpp | 500 std::unique_ptr<SkPDFDict> dict = SkPDFMakeDict(); in make_srgb_color_profile() local
|
| /third_party/skia/third_party/externals/freetype/src/cff/ |
| H A D | cffdrivr.c | 476 CFF_FontRecDict dict = &cff->top_font.font_dict; in cff_ps_get_font_info() local 520 CFF_FontRecDict dict = &cff->top_font.font_dict; cff_ps_get_font_extra() local 706 CFF_FontRecDict dict = &cff->top_font.font_dict; cff_get_ros() local 763 CFF_FontRecDict dict = &cff->top_font.font_dict; cff_get_is_cid() local 788 CFF_FontRecDict dict = &cff->top_font.font_dict; cff_get_cid_from_glyph_index() local [all...] |
| H A D | cffobjs.c | 620 CFF_FontRecDict dict; in FT_LOCAL_DEF() local [all...] |
| H A D | cffparse.c | 671 CFF_FontRecDict dict = (CFF_FontRecDict)parser->object; in cff_parse_font_matrix() local 798 CFF_FontRecDict dict = (CFF_FontRecDict)parser->object; in cff_parse_font_bbox() local 828 CFF_FontRecDict dict = (CFF_FontRecDict)parser->object; in cff_parse_private_dict() local 875 CFF_FontRecDict dict = (CFF_FontRecDict)parser->object; cff_parse_multiple_master() local 922 CFF_FontRecDict dict = (CFF_FontRecDict)parser->object; cff_parse_cid_ros() local 1046 CFF_FontRecDict dict = (CFF_FontRecDict)parser->object; cff_parse_maxstack() local [all...] |
| /third_party/python/Modules/_ctypes/ |
| H A D | stgdict.c | 515 StgDictObject *dict; in PyCStructUnionType_update_stgdict() local 734 StgDictObject *dict; PyCStructUnionType_update_stgdict() local 823 StgDictObject *dict; PyCStructUnionType_update_stgdict() local [all...] |
| H A D | ctypes.h | 207 PyDictObject dict; /* first part identical to PyDictObject */ member
|
| /third_party/python/Modules/ |
| H A D | _testinternalcapi.c | 253 PyObject *dict = _PyConfig_AsDict(&config); in Py_UNUSED() local
|
| H A D | _localemodule.c | 156 locale_decode_monetary(PyObject *dict, struct lconv *lc) in locale_decode_monetary() argument
|
| H A D | nismodule.c | 126 PyObject *dict; member 241 PyObject *dict; in nis_cat() local
|
| /third_party/python/Objects/ |
| H A D | moduleobject.c | 670 PyObject *dict = self->md_dict; in module___init___impl() local 853 PyObject *dict = PyObject_GetAttr(self, &_Py_ID(__dict__)); in module_dir() local 883 PyObject *dict = PyObject_GetAttr((PyObject *)m, &_Py_ID(__dict__)); module_get_annotations() local 921 PyObject *dict = PyObject_GetAttr((PyObject *)m, &_Py_ID(__dict__)); module_set_annotations() local [all...] |
| H A D | structseq.c | 134 structseq_new_impl(PyTypeObject *type, PyObject *arg, PyObject *dict) in structseq_new_impl() argument 320 PyObject* dict = NULL; in structseq_reduce() local 379 initialize_structseq_dict(PyStructSequence_Desc *desc, PyObject* dict, Py_ssize_t n_members, Py_ssize_t n_unnamed_members) initialize_structseq_dict() argument [all...] |
| /third_party/protobuf/php/tests/ |
| H A D | GeneratedClassTest.php | 528 $dict = array(); variable 532 $dict = array(5 => 5, 6.1 => 6.1, "7" => "7"); variable
|
| /third_party/python/Modules/_io/ |
| H A D | iobase.c | 32 PyObject *dict; member
|
| H A D | bytesio.c | 17 PyObject *dict; member 788 PyObject *dict; in bytesio_getstate() local 815 PyObject *dict; in bytesio_setstate() local [all...] |
| H A D | winconsoleio.c | 152 PyObject *dict; member
|
| /third_party/zlib/examples/ |
| H A D | gzlog.c | 612 ssize_t dict; in log_compress() local [all...] |
| /kernel/linux/linux-5.10/lib/lz4/ |
| H A D | lz4_compress.c | 778 LZ4_stream_t_internal *dict = &LZ4_dict->internal_donotuse; in LZ4_loadDict() local 176 LZ4_compress_generic( LZ4_stream_t_internal * const dictPtr, const char * const source, char * const dest, const int inputSize, const int maxOutputSize, const limitedOutput_directive outputLimited, const tableType_t tableType, const dict_directive dict, const dictIssue_directive dictIssue, const U32 acceleration) LZ4_compress_generic() argument 838 LZ4_stream_t_internal * const dict = &LZ4_dict->internal_donotuse; LZ4_saveDict() local [all...] |
| /kernel/linux/linux-6.6/lib/lz4/ |
| H A D | lz4_compress.c | 778 LZ4_stream_t_internal *dict = &LZ4_dict->internal_donotuse; in LZ4_loadDict() local 176 LZ4_compress_generic( LZ4_stream_t_internal * const dictPtr, const char * const source, char * const dest, const int inputSize, const int maxOutputSize, const limitedOutput_directive outputLimited, const tableType_t tableType, const dict_directive dict, const dictIssue_directive dictIssue, const U32 acceleration) LZ4_compress_generic() argument 838 LZ4_stream_t_internal * const dict = &LZ4_dict->internal_donotuse; LZ4_saveDict() local [all...] |
| /third_party/lzma/CPP/7zip/Common/ |
| H A D | MethodProps.cpp | 657 static UInt64 GetMemoryUsage_LZMA(UInt32 dict, bool isBt, UInt32 numThreads)
in GetMemoryUsage_LZMA() argument
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | literal-objects.cc | 187 Handle<Dictionary> dict = DictionaryAddNoUpdateNextEnumerationIndex( in AddToDictionaryTemplate() local
|
| /third_party/python/Python/ |
| H A D | preconfig.c | 398 PyObject *dict; in _PyPreConfig_AsDict() local
|