| /third_party/python/Modules/ |
| H A D | _collectionsmodule.c | 1958 PyDictObject dict; member
|
| H A D | selectmodule.c | 414 PyObject *dict; member [all...] |
| H A D | arraymodule.c | 2190 PyObject *dict; in array_array___reduce_ex___impl() local [all...] |
| /third_party/python/Modules/_io/ |
| H A D | textio.c | 687 PyObject *dict; member
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | videotoolboxenc.c | 852 static void add_color_attr(AVCodecContext *avctx, CFMutableDictionaryRef dict) { in add_color_attr() argument 2377 CFDictionaryRef dict = NULL; in create_encoder_dict_h264() local 874 create_cv_pixel_buffer_info(AVCodecContext* avctx, CFMutableDictionaryRef* dict) create_cv_pixel_buffer_info() argument [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | http.c | 923 static int parse_set_cookie(const char *set_cookie, AVDictionary **dict) in parse_set_cookie() argument 1022 static int cookie_string(AVDictionary *dict, char **cookies) in cookie_string() argument
|
| H A D | matroskaenc.c | 1044 AVDictionary *dict = NULL; in put_flac_codecpriv() local
|
| /third_party/lz4/lib/ |
| H A D | lz4.c | 1543 LZ4_stream_t_internal* dict = &LZ4_dict->internal_donotuse; in LZ4_loadDict() local 1741 LZ4_stream_t_internal* const dict = &LZ4_dict->internal_donotuse; LZ4_saveDict() local 1937 LZ4_decompress_generic( const char* const src, char* const dst, int srcSize, int outputSize, earlyEnd_directive partialDecoding, dict_directive dict, const BYTE* const lowPrefix, const BYTE* const dictStart, const size_t dictSize ) LZ4_decompress_generic() argument [all...] |
| H A D | lz4frame.c | 1218 const BYTE* dict; member 1835 const char* dict = (const char*)dctx->dict; LZ4F_decompress() local 1881 { const char* dict = (const char*)dctx->dict; LZ4F_decompress() local 2065 LZ4F_decompress_usingDict(LZ4F_dctx* dctx, void* dstBuffer, size_t* dstSizePtr, const void* srcBuffer, size_t* srcSizePtr, const void* dict, size_t dictSize, const LZ4F_decompressOptions_t* decompressOptionsPtr) LZ4F_decompress_usingDict() argument [all...] |
| H A D | lz4hc.c | 240 LZ4HC_InsertAndGetWiderMatch( LZ4HC_CCtx_internal* const hc4, const BYTE* const ip, const BYTE* const iLowLimit, const BYTE* const iHighLimit, int longest, const BYTE** matchpos, const BYTE** startpos, const int maxNbAttempts, const int patternAnalysis, const int chainSwap, const dictCtx_directive dict, const HCfavor_e favorDecSpeed) LZ4HC_InsertAndGetWiderMatch() argument 450 LZ4HC_InsertAndFindBestMatch(LZ4HC_CCtx_internal* const hc4, const BYTE* const ip, const BYTE* const iLimit, const BYTE** matchpos, const int maxNbAttempts, const int patternAnalysis, const dictCtx_directive dict) LZ4HC_InsertAndFindBestMatch() argument 1308 LZ4HC_FindLongerMatch(LZ4HC_CCtx_internal* const ctx, const BYTE* ip, const BYTE* const iHighLimit, int minLen, int nbSearches, const dictCtx_directive dict, const HCfavor_e favorDecSpeed) LZ4HC_FindLongerMatch() argument 1330 LZ4HC_compress_optimal( LZ4HC_CCtx_internal* ctx, const char* const source, char* dst, int* srcSizePtr, int dstCapacity, int const nbSearches, size_t sufficient_len, const limitedOutput_directive limit, int const fullUpdate, const dictCtx_directive dict, const HCfavor_e favorDecSpeed) LZ4HC_compress_optimal() argument [all...] |
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | objects-printer.cc | 75 void PrintDictionaryContents(std::ostream& os, T dict) { in PrintDictionaryContents() argument 459 NumberDictionary dict = NumberDictionary::cast(elements); in PrintDictionaryElements() local 881 PrintTableContentsGeneric(std::ostream& os, T dict, DataPrinter print_data_at) PrintTableContentsGeneric() argument 904 PrintDictionaryContentsFull(std::ostream& os, T dict) PrintDictionaryContentsFull() argument 916 PrintHashMapContentsFull(std::ostream& os, T dict) PrintHashMapContentsFull() argument 925 PrintHashSetContentsFull(std::ostream& os, T dict) PrintHashSetContentsFull() argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | elements.cc | 1485 NumberDictionary dict = NumberDictionary::cast(backing_store); HasAccessorsImpl() local 1556 NumberDictionary dict = NumberDictionary::cast(store); HasEntryImpl() local [all...] |
| H A D | js-objects.cc | 4008 bool TestDictionaryPropertiesIntegrityLevel(Dictionary dict, in TestDictionaryPropertiesIntegrityLevel() argument 4445 SwissNameDictionary dict = object->property_dictionary_swiss(); in DictionaryPropertyAt() local 4448 NameDictionary dict = object->property_dictionary(); in DictionaryPropertyAt() local [all...] |
| /third_party/python/Python/ |
| H A D | sysmodule.c | 3051 PyObject *dict = PyDict_New(); in sys_create_xoptions_dict() local [all...] |
| H A D | specialize.c | 493 PyDictObject *dict = (PyDictObject *)m->md_dict; in specialize_module_load_attr() local 620 PyDictObject *dict = (PyDictObject *)*dictptr; specialize_dict_access() local 961 PyObject *dict = *_PyObject_ManagedDictPointer(owner); _Py_Specialize_LoadMethod() local 981 PyObject *dict = *(PyObject **) ((char *)owner + dictoffset); _Py_Specialize_LoadMethod() local [all...] |
| H A D | Python-ast.c | 763 PyObject *dict; member 878 PyObject *dict; in ast_type_reduce() local
|
| /third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
| H A D | psaux.h | 270 FT_UInt dict; /* where we expect it */ member
|
| /third_party/toybox/toys/pending/ |
| H A D | xzcat.c | 1420 struct dictionary dict; member 1439 static void dict_reset(struct dictionary *dict) in dict_reset() argument 1448 static void dict_limit(struct dictionary *dict, size_t out_max) in dict_limit() argument 1457 dict_has_space(const struct dictionary *dict) dict_has_space() argument 1468 dict_get(const struct dictionary *dict, uint32_t dist) dict_get() argument 1481 dict_put(struct dictionary *dict, uint8_t byte) dict_put() argument 1494 dict_repeat(struct dictionary *dict, uint32_t *len, uint32_t dist) dict_repeat() argument 1521 dict_uncompressed(struct dictionary *dict, struct xz_buf *b, uint32_t *left) dict_uncompressed() argument 1561 dict_flush(struct dictionary *dict, struct xz_buf *b) dict_flush() argument [all...] |
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | message.cc | 201 PyObject *bases, *dict; in New() local [all...] |
| /third_party/python/Objects/ |
| H A D | bytesobject.c | 588 PyObject *dict = NULL; in _PyBytes_FormatEx() local
|
| H A D | dictobject.c | 1091 _PyDict_HasOnlyStringKeys(PyObject *dict) _PyDict_HasOnlyStringKeys() argument 1616 PyObject *dict = dict_new_presized(length, unicode); _PyDict_FromItems() local 2207 _PyDict_Pop_KnownHash(PyObject *dict, PyObject *key, Py_hash_t hash, PyObject *deflt) _PyDict_Pop_KnownHash() argument 2244 _PyDict_Pop(PyObject *dict, PyObject *key, PyObject *deflt) _PyDict_Pop() argument 3824 dict_iter(PyDictObject *dict) dict_iter() argument 3959 dictiter_new(PyDictObject *dict, PyTypeObject *itertype) dictiter_new() argument 4573 _PyDictView_New(PyObject *dict, PyTypeObject *type) _PyDictView_New() argument 4768 PyObject *dict = (PyObject *)((_PyDictViewObject *)self)->dv_dict; dictviews_to_set() local 5126 dictkeys_new(PyObject *dict, PyObject *Py_UNUSED(ignored)) dictkeys_new() argument 5232 dictitems_new(PyObject *dict, PyObject *Py_UNUSED(ignored)) dictitems_new() argument 5313 dictvalues_new(PyObject *dict, PyObject *Py_UNUSED(ignored)) dictvalues_new() argument 5386 PyObject *dict; _PyObject_InitializeDict() local 5457 PyObject *dict = make_dict_from_instance_attributes(keys, values); _PyObject_StoreInstanceAttribute() local 5531 PyObject *dict = *dictptr; _PyObject_IsInstanceDictEmpty() local 5591 PyObject *dict; PyObject_GenericGetDict() local 5638 PyObject *dict; _PyObjectDict_SetItem() local [all...] |
| H A D | exceptions.c | 1576 PyObject *dict = ((PyBaseExceptionObject *)self)->dict; ImportError_getstate() local [all...] |
| /third_party/ffmpeg/fftools/ |
| H A D | ffmpeg_opt.c | 254 static AVDictionary *strip_specifiers(AVDictionary *dict) in strip_specifiers() argument
|
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsDebug.cpp | 231 void SkPathOpsDebug::CoinDict::add(const SkPathOpsDebug::CoinDict& dict) { in add() argument
|
| /third_party/python/Modules/_decimal/ |
| H A D | _decimal.c | 402 PyObject *dict; in flags_as_dict() local 1535 PyObject *dict in current_context_from_dict() local 1613 PyObject *dict; PyDec_SetCurrentContext() local 3275 dict_get_item_string(PyObject *dict, const char *key, PyObject **valueobj, const char **valuestr) dict_get_item_string() argument [all...] |