| /third_party/skia/third_party/externals/freetype/src/cff/ |
| H A D | cffload.c | 1998 FT_Byte* dict = NULL; in cff_subfont_load() local 2207 CFF_FontRecDict dict; in FT_LOCAL_DEF() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/type1/ |
| H A D | t1load.c | 2421 const FT_UInt dict = in parse_dict() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-coretext.cc | 637 CFDictionaryRef dict = CFDictionaryCreate (kCFAllocatorDefault, in _hb_coretext_shape() local
|
| /third_party/python/Modules/_ctypes/ |
| H A D | callproc.c | 145 PyObject *dict = PyThreadState_GetDict(); in _ctypes_get_errobj() local 650 StgDictObject *dict; in ConvParam() local 768 StgDictObject *dict; in _ctypes_get_ffi_type() local 971 StgDictObject *dict; GetResult() local 1668 StgDictObject *dict; sizeof_func() local 1689 StgDictObject *dict; align_func() local 1807 StgDictObject *dict; resize() local 1978 StgDictObject *dict = PyType_stgdict(arg); buffer_info() local [all...] |
| H A D | cfield.c | 57 StgDictObject *dict; in PyCField_FromDesc() local [all...] |
| /third_party/python/Modules/ |
| H A D | _functoolsmodule.c | 41 PyObject *dict; /* __dict__ */ member 422 PyObject *fn, *fnargs, *kw, *dict; in partial_setstate() local 807 PyObject *dict; global() member [all...] |
| H A D | timemodule.c | 1579 PyObject *obj = NULL, *dict, *ns; local [all...] |
| H A D | gcmodule.c | 1826 PyObject *dict; in gc_get_stats_impl() local
|
| H A D | _collectionsmodule.c | 1958 PyDictObject dict; member
|
| H A D | selectmodule.c | 414 PyObject *dict; member [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | dictbe.cpp | 132 int32_t PossibleWord::candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) { in candidates() argument
|
| /third_party/cups-filters/filter/ |
| H A D | rastertopdf.cpp | 441 std::map<std::string,QPDFObjectHandle> dict; in embedIccProfile() local 625 std::map<std::string,QPDFObjectHandle> dict; in makePclmStrips() local 714 std::map<std::string,QPDFObjectHandle> dict; makeImage() local [all...] |
| /third_party/lz4/tests/ |
| H A D | fuzzer.c | 383 const char* dict = block - dictSize; in FUZ_test() local 1440 const char* dict = testInput + 3; FUZ_unitTests() local [all...] |
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | objects-debug.cc | 1173 NumberDictionary dict = NumberDictionary::cast(elements()); in JSArrayVerify() local 1967 GlobalDictionary dict = in IncrementSpillStatistics() local 1973 SwissNameDictionary dict = property_dictionary_swiss(); in IncrementSpillStatistics() local 1978 NameDictionary dict = property_dictionary(); IncrementSpillStatistics() local 2023 NumberDictionary dict = element_dictionary(); IncrementSpillStatistics() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
| H A D | unittests.cpp | 2166 CFMutableDictionaryRef dict = CFDictionaryCreateMutable( in EGLClientBufferWrapper() local
|
| /third_party/python/Modules/_io/ |
| H A D | bufferedio.c | 226 PyObject *dict; member 2065 PyObject *dict; global() member [all...] |
| H A D | textio.c | 687 PyObject *dict; member
|
| /third_party/python/Python/ |
| H A D | bltinmodule.c | 3029 PyObject *mod, *dict, *debug; in _PyBuiltin_Init() local [all...] |
| H A D | errors.c | 1127 PyErr_NewException(const char *name, PyObject *base, PyObject *dict) in PyErr_NewException() argument 1184 PyErr_NewExceptionWithDoc(const char *name, const char *doc, PyObject *base, PyObject *dict) PyErr_NewExceptionWithDoc() argument [all...] |
| H A D | initconfig.c | 215 PyObject *dict, *obj; in _Py_GetGlobalVariablesAsDict() local 1020 PyObject *dict = PyDict_New(); in _PyConfig_AsDict() local 1132 config_dict_get(PyObject *dict, const char *name) config_dict_get() argument 1158 config_dict_get_int(PyObject *dict, const char *name, int *result) config_dict_get_int() argument 1180 config_dict_get_ulong(PyObject *dict, const char *name, unsigned long *result) config_dict_get_ulong() argument 1202 config_dict_get_wstr(PyObject *dict, const char *name, PyConfig *config, wchar_t **result) config_dict_get_wstr() argument 1234 config_dict_get_wstrlist(PyObject *dict, const char *name, PyConfig *config, PyWideStringList *result) config_dict_get_wstrlist() argument 1285 _PyConfig_FromDict(PyConfig *config, PyObject *dict) _PyConfig_FromDict() argument 2986 PyObject *dict = NULL; _Py_GetConfigsAsDict() local [all...] |
| H A D | import.c | 445 PyObject *dict = PyModule_GetDict(mod); in _PyImport_FixupExtensionObject() local
|
| H A D | pylifecycle.c | 1466 PyObject *dict = PyDict_Copy(interp->builtins); in finalize_restore_builtins() local 1491 PyObject *dict = PyModule_GetDict(mod); in finalize_modules_clear_weaklist() local [all...] |
| /third_party/python/Objects/ |
| H A D | object.c | 1107 PyObject *dict = _PyObject_MakeDictFromInstanceAttributes(obj, *values_ptr); in _PyObject_GetDictPtr() local 1197 PyObject *dict; in _PyObject_GetMethod() local 1243 _PyObject_GenericGetAttrWithDict(PyObject *obj, PyObject *name, PyObject *dict, int suppress) _PyObject_GenericGetAttrWithDict() argument 1372 _PyObject_GenericSetAttrWithDict(PyObject *obj, PyObject *name, PyObject *value, PyObject *dict) _PyObject_GenericSetAttrWithDict() argument 2161 PyObject *dict; Py_ReprEnter() local 2195 PyObject *dict; Py_ReprLeave() local [all...] |
| /third_party/pulseaudio/src/modules/bluetooth/ |
| H A D | bluez5-util.c | 443 DBusMessageIter iter, dict; in pa_bluetooth_device_switch_codec() local 1314 DBusMessageIter dict; in append_battery_provider_properties() local 2738 DBusMessageIter object, array, entry, dict; append_a2dp_object() local [all...] |
| /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...] |