Home
last modified time | relevance | path

Searched defs:dict (Results 76 - 100 of 197) sorted by relevance

12345678

/third_party/skia/src/pdf/
H A DSkPDFMetadata.cpp123 auto dict = SkPDFMakeDict(); in MakeDocumentInformationDict() local
380 std::unique_ptr<SkPDFDict> dict in MakeXMPObject() local
[all...]
H A DSkPDFType1Font.cpp243 std::unique_ptr<SkPDFDict> dict = SkPDFMakeDict(); in make_type1_font_descriptor() local
H A DSkPDFDocumentPriv.h103 void emitStream(const SkPDFDict& dict, T writeStream, SkPDFIndirectReference ref) { in emitStream() argument
H A DSkPDFTypes.cpp434 SkPDFDict& dict = origDict ? *origDict : tmpDict; in serialize_stream() local
468 SkPDFIndirectReference SkPDFStreamOut(std::unique_ptr<SkPDFDict> dict, in SkPDFStreamOut() argument
H A DSkPDFDocument.cpp500 std::unique_ptr<SkPDFDict> dict = SkPDFMakeDict(); in make_srgb_color_profile() local
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffdrivr.c476 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 Dcffobjs.c620 CFF_FontRecDict dict; in FT_LOCAL_DEF() local
[all...]
H A Dcffparse.c671 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 Dstgdict.c515 StgDictObject *dict; in PyCStructUnionType_update_stgdict() local
734 StgDictObject *dict; PyCStructUnionType_update_stgdict() local
823 StgDictObject *dict; PyCStructUnionType_update_stgdict() local
[all...]
H A Dctypes.h207 PyDictObject dict; /* first part identical to PyDictObject */ member
/third_party/python/Modules/
H A D_testinternalcapi.c253 PyObject *dict = _PyConfig_AsDict(&config); in Py_UNUSED() local
H A D_localemodule.c156 locale_decode_monetary(PyObject *dict, struct lconv *lc) in locale_decode_monetary() argument
H A Dnismodule.c126 PyObject *dict; member
241 PyObject *dict; in nis_cat() local
/third_party/python/Objects/
H A Dmoduleobject.c670 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 Dstructseq.c134 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 DGeneratedClassTest.php528 $dict = array(); variable
532 $dict = array(5 => 5, 6.1 => 6.1, "7" => "7"); variable
/third_party/python/Modules/_io/
H A Diobase.c32 PyObject *dict; member
H A Dbytesio.c17 PyObject *dict; member
788 PyObject *dict; in bytesio_getstate() local
815 PyObject *dict; in bytesio_setstate() local
[all...]
H A Dwinconsoleio.c152 PyObject *dict; member
/third_party/zlib/examples/
H A Dgzlog.c612 ssize_t dict; in log_compress() local
[all...]
/kernel/linux/linux-5.10/lib/lz4/
H A Dlz4_compress.c778 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 Dlz4_compress.c778 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 DMethodProps.cpp657 static UInt64 GetMemoryUsage_LZMA(UInt32 dict, bool isBt, UInt32 numThreads) in GetMemoryUsage_LZMA() argument
/third_party/node/deps/v8/src/objects/
H A Dliteral-objects.cc187 Handle<Dictionary> dict = DictionaryAddNoUpdateNextEnumerationIndex( in AddToDictionaryTemplate() local
/third_party/python/Python/
H A Dpreconfig.c398 PyObject *dict; in _PyPreConfig_AsDict() local

Completed in 26 milliseconds

12345678