Home
last modified time | relevance | path

Searched defs:dict (Results 151 - 166 of 166) sorted by relevance

1234567

/third_party/python/Modules/_ctypes/
H A D_ctypes.c152 PyObject *dict; member
222 PyDict_SetItemProxy(PyObject *dict, PyObject *key, PyObject *item) in PyDict_SetItemProxy() argument
252 PyDict_GetItemProxy(PyObject *dict, PyObject *key) PyDict_GetItemProxy() argument
503 StgDictObject *dict; StructUnionType_new() local
619 StgDictObject *dict = PyType_stgdict(type); CDataType_from_buffer() local
696 StgDictObject *dict = PyType_stgdict(type); CDataType_from_buffer_copy() local
816 StgDictObject *dict; CDataType_from_param() local
888 StgDictObject *dict = PyType_stgdict((PyObject *)self); CDataType_clear() local
897 StgDictObject *dict = PyType_stgdict((PyObject *)self); CDataType_traverse() local
1151 StgDictObject *dict; PyCPointerType_set_type() local
1435 PyObject *dict = type->tp_dict; add_getset() local
1697 StgDictObject *dict; c_wchar_p_from_param() local
1708 StgDictObject *dict = PyObject_stgdict(a->obj); c_wchar_p_from_param() local
1764 StgDictObject *dict; c_char_p_from_param() local
1775 StgDictObject *dict = PyObject_stgdict(a->obj); c_char_p_from_param() local
2016 StgDictObject *dict; PyCSimpleType_paramfunc() local
2230 StgDictObject *dict; PyCSimpleType_from_param() local
2805 StgDictObject *dict = PyObject_stgdict(myself); PyCData_NewGetBuffer() local
2852 PyObject *dict = PyObject_GetAttrString(myself, "__dict__"); PyCData_reduce() local
2866 PyObject *dict, *mydict; PyCData_setstate() local
2953 PyCData_MallocBuffer(CDataObject *obj, StgDictObject *dict) PyCData_MallocBuffer() argument
2985 StgDictObject *dict; PyCData_FromBaseObj() local
3027 StgDictObject *dict; PyCData_AtAddress() local
3070 StgDictObject *dict; PyCData_get() local
3094 StgDictObject *dict = PyType_stgdict(type); _PyCData_set() local
3221 StgDictObject *dict; GenericPyCData_new() local
3305 StgDictObject *dict; PyCFuncPtr_get_restype() local
3342 StgDictObject *dict; PyCFuncPtr_get_argtypes() local
3423 StgDictObject *dict; _check_outarg_type() local
3454 StgDictObject *dict; _validate_paramflags() local
3708 StgDictObject *dict; PyCFuncPtr_new() local
3883 StgDictObject *dict; _build_callargs() local
4111 StgDictObject *dict = PyObject_stgdict((PyObject *)self); PyCFuncPtr_call() local
4368 StgDictObject *dict; _init_pos_args() local
4943 StgDictObject *dict = PyObject_stgdict((PyObject *)self); Simple_set_value() local
4974 StgDictObject *dict; Simple_get_value() local
5245 StgDictObject *dict = PyType_stgdict((PyObject *)type); Pointer_new() local
5571 StgDictObject *dict; cast_check_pointertype() local
[all...]
/third_party/ffmpeg/fftools/
H A Dffprobe.c2507 AVDictionary *dict = NULL; in show_packet() local
/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c2079 AVDictionary *dict = NULL; in matroska_parse_flac() local
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc583 Handle<SmallOrderedNameDictionary> dict = in NewSmallOrderedNameDictionary() local
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc6027 Handle<Derived> dict = Dictionary<Derived, Shape>::New( in New() local
[all...]
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c1527 PyObject *dict; member
2516 PyObject *dict = *dictptr; in SWIG_Python_NewShadowInstance() local
2582 PyObject *dict; SWIG_Python_SetSwigThis() local
2715 PyObject *dict; PyModule_AddObject() local
[all...]
/third_party/python/Modules/
H A D_pickle.c5723 PyObject *dict; load_empty_dict() local
5761 PyObject *dict, *key, *value; load_dict() local
6537 PyObject *dict; do_setitems() local
6692 PyObject *dict; load_build() local
[all...]
H A Dsocketmodule.c342 PyObject *dict; in remove_unusable_flags() local
H A D_testcapimodule.c266 PyObject *dict = PyDict_New(); in test_dict_inner() local
2416 PyObject *tuple, *dict = NULL; in test_empty_argparse() local
3629 PyObject *dict = NULL; make_exception_with_doc() local
5191 PyDictObject *dict; dict_get_version() local
5880 PyObject *dict = PyThreadState_GetDict(); test_tstate_capi() local
7687 PyObject *dict; global() member
[all...]
/third_party/python/Python/
H A Dceval.c2218 PyObject *dict = SECOND(); local
2362 PyObject *dict = SECOND(); global() local
3073 PyDictObject *dict = (PyDictObject *)GLOBALS(); global() local
3419 PyObject *dict = PEEK(oparg); global() local
3435 PyObject *dict = PEEK(oparg); global() local
3541 PyDictObject *dict = *(PyDictObject **)_PyObject_ManagedDictPointer(owner); global() local
3643 PyDictObject *dict = *(PyDictObject **)_PyObject_ManagedDictPointer(owner); global() local
4554 PyDictObject *dict = *(PyDictObject**)_PyObject_ManagedDictPointer(self); global() local
4587 PyDictObject *dict = *dictptr; global() local
7526 PyObject *all, *dict, *name, *value; global() local
[all...]
H A Dcompile.c606 PyObject *dict = PyDict_New(); in list2dict() local
1293 compiler_add_o(PyObject *dict, PyObjec argument
1452 compiler_addop_o(struct compiler *c, int opcode, PyObject *dict, PyObject *o) compiler_addop_o() argument
1462 compiler_addop_name(struct compiler *c, int opcode, PyObject *dict, PyObject *o) compiler_addop_name() argument
2247 compiler_lookup_arg(PyObject *dict, PyObject *name) compiler_lookup_arg() argument
4254 PyObject *dict = c->u->u_names; compiler_nameop() local
7823 dict_keys_inorder(PyObject *dict, Py_ssize_t offset) dict_keys_inorder() argument
7842 consts_dict_keys_inorder(PyObject *dict) consts_dict_keys_inorder() argument
[all...]
/third_party/python/Lib/test/
H A D_test_multiprocessing.py5882 dict variable in ManagerMixin
[all...]
H A Dtest_descr.py2459 dict = {1:2, 3:4, 'a':1j} global() variable in .test_dict_constructors.Mapping
[all...]
/third_party/python/Objects/
H A Dtypeobject.c1448 PyObject *dict = *dictptr; in subtype_dealloc() local
2582 type_new_copy_slots(type_new_ctx *ctx, PyObject *dict) in type_new_copy_slots() argument
2689 type_new_slots_impl(type_new_ctx *ctx, PyObject *dict) in type_new_slots_impl() argument
2719 type_new_slots(type_new_ctx *ctx, PyObject *dict) type_new_slots() argument
3118 type_new_get_slots(type_new_ctx *ctx, PyObject *dict) type_new_get_slots() argument
3151 PyObject *dict = PyDict_Copy(ctx->orig_dict); type_new_init() local
3794 PyObject *dict = _PyType_CAST(base)->tp_dict; find_name_in_mro() local
4192 merge_class_dict(PyObject *dict, PyObject *aclass) merge_class_dict() argument
4259 PyObject *dict = PyDict_New(); type___dir___impl() local
5548 PyObject *dict = NULL; object___dir___impl() local
5737 PyObject *dict = type->tp_dict; type_add_members() local
5761 PyObject *dict = type->tp_dict; type_add_getset() local
5839 PyObject *dict = type->tp_dict; overrides_hash() local
6145 PyObject *dict = PyDict_New(); type_ready_set_dict() local
8681 PyObject *dict = subclass->tp_dict; recurse_down_subclasses() local
8732 PyObject *dict = type->tp_dict; add_operators() local
8859 PyObject *dict = _PyType_CAST(obj)->tp_dict; super_getattro() local
[all...]
H A Dunicodeobject.c14326 PyObject *dict; member
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 110 milliseconds

1234567