Home
last modified time | relevance | path

Searched defs:dict (Results 101 - 125 of 162) sorted by relevance

1234567

/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffload.c1998 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 Dt1load.c2421 const FT_UInt dict = in parse_dict() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-coretext.cc637 CFDictionaryRef dict = CFDictionaryCreate (kCFAllocatorDefault, in _hb_coretext_shape() local
/third_party/python/Modules/_ctypes/
H A Dcallproc.c145 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 Dcfield.c57 StgDictObject *dict; in PyCField_FromDesc() local
[all...]
/third_party/python/Modules/
H A D_functoolsmodule.c41 PyObject *dict; /* __dict__ */ member
422 PyObject *fn, *fnargs, *kw, *dict; in partial_setstate() local
807 PyObject *dict; global() member
[all...]
H A Dtimemodule.c1579 PyObject *obj = NULL, *dict, *ns; local
[all...]
H A Dgcmodule.c1826 PyObject *dict; in gc_get_stats_impl() local
H A D_collectionsmodule.c1958 PyDictObject dict; member
H A Dselectmodule.c414 PyObject *dict; member
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ddictbe.cpp132 int32_t PossibleWord::candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) { in candidates() argument
/third_party/cups-filters/filter/
H A Drastertopdf.cpp441 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 Dfuzzer.c383 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 Dobjects-debug.cc1173 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 Dunittests.cpp2166 CFMutableDictionaryRef dict = CFDictionaryCreateMutable( in EGLClientBufferWrapper() local
/third_party/python/Modules/_io/
H A Dbufferedio.c226 PyObject *dict; member
2065 PyObject *dict; global() member
[all...]
H A Dtextio.c687 PyObject *dict; member
/third_party/python/Python/
H A Dbltinmodule.c3029 PyObject *mod, *dict, *debug; in _PyBuiltin_Init() local
[all...]
H A Derrors.c1127 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 Dinitconfig.c215 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 Dimport.c445 PyObject *dict = PyModule_GetDict(mod); in _PyImport_FixupExtensionObject() local
H A Dpylifecycle.c1466 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 Dobject.c1107 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 Dbluez5-util.c443 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 Dvideotoolboxenc.c852 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...]

Completed in 60 milliseconds

1234567