Home
last modified time | relevance | path

Searched defs:obj (Results 951 - 975 of 1251) sorted by relevance

1...<<31323334353637383940>>...51

/third_party/openssl/test/
H A Devp_kdf_test.c1525 ASN1_OBJECT *obj; in test_kdf_get_kdf() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc145 CMapTable::CMapId CMapTable::NewCMapId(const CMapId& obj) { in NewCMapId() argument
/third_party/python/Modules/_ctypes/
H A Dcallproc.c648 static int ConvParam(PyObject *obj, Py_ssize_t index, struct argument *pa) in ConvParam() argument
766 _ctypes_get_ffi_type(PyObject *obj) _ctypes_get_ffi_type() argument
1065 PyObject *obj; GetComError() local
1308 _parse_voidp(PyObject *obj, void **address) _parse_voidp() argument
1666 sizeof_func(PyObject *self, PyObject *obj) sizeof_func() argument
1687 align_func(PyObject *self, PyObject *obj) align_func() argument
1717 PyObject *obj; byref() local
1753 addressof(PyObject *self, PyObject *obj) addressof() argument
1767 converter(PyObject *obj, void **address) converter() argument
1806 CDataObject *obj; resize() local
1860 PyObject *typ, *state, *meth, *obj, *result; unpickle() local
[all...]
/third_party/python/Modules/
H A D_functoolsmodule.c1161 lru_cache_object *obj; in lru_cache_new() local
1272 lru_cache_dealloc(lru_cache_object *obj) lru_cache_dealloc() argument
1293 lru_cache_descr_get(PyObject *self, PyObject *obj, PyObject *type) lru_cache_descr_get() argument
[all...]
H A D_threadmodule.c1032 PyObject *obj = PyWeakref_GET_OBJECT(localweakref); in _localdummy_destroyed() local
1302 PyObject *obj = PyWeakref_GET_OBJECT(wr); in release_sentinel() local
H A Dsignalmodule.c199 timeval_from_double(PyObject *obj, struct timeval *tv) in timeval_from_double() argument
H A D_json.c1296 PyObject *obj; in encoder_call() local
1312 _encoded_const(PyObject *obj) in _encoded_const() argument
1346 encoder_encode_float(PyEncoderObject *s, PyObject *obj) encoder_encode_float() argument
1372 encoder_encode_string(PyEncoderObject *s, PyObject *obj) encoder_encode_string() argument
1401 encoder_listencode_obj(PyEncoderObject *s, _PyAccu *acc, PyObject *obj, Py_ssize_t indent_level) encoder_listencode_obj() argument
1707 PyObject *obj = PySequence_Fast_GET_ITEM(s_fast, i); encoder_listencode_list() local
[all...]
H A D_lsprof.c127 normalizeUserObj(PyObject *obj) in normalizeUserObj() argument
H A Dtimemodule.c252 PyObject *obj; local
283 PyObject *obj; local
1579 PyObject *obj = NULL, *dict, *ns; local
[all...]
/third_party/python/Lib/test/
H A Dtest_ordered_dict.py502 obj = MyOD([(None, obj)]) global() variable in OrderedDictTests.test_highly_nested_subclass.MyOD
[all...]
H A Dtest_dict.py874 obj = C() variable in DictTest.test_container_iterator.C
/third_party/vixl/src/
H A Dutils-vixl.h162 void DeleteObject([[maybe_unused]] T* obj) { in DeleteObject() argument
/third_party/python/Python/
H A D_warnings.c160 check_matched(PyInterpreterState *interp, PyObject *obj, PyObject *arg) in check_matched() argument
198 PyObject *warnings_module, *obj; in get_warnings_attr() local
H A Dformatter_unicode.c149 parse_internal_render_format_spec(PyObject *obj, in parse_internal_render_format_spec() argument
1437 format_obj(PyObject *obj, _PyUnicodeWriter *writer) in format_obj() argument
1451 _PyUnicode_FormatAdvancedWriter(_PyUnicodeWriter *writer, PyObject *obj, PyObject *format_spec, Py_ssize_t start, Py_ssize_t end) _PyUnicode_FormatAdvancedWriter() argument
1487 _PyLong_FormatAdvancedWriter(_PyUnicodeWriter *writer, PyObject *obj, PyObject *format_spec, Py_ssize_t start, Py_ssize_t end) _PyLong_FormatAdvancedWriter() argument
1549 _PyFloat_FormatAdvancedWriter(_PyUnicodeWriter *writer, PyObject *obj, PyObject *format_spec, Py_ssize_t start, Py_ssize_t end) _PyFloat_FormatAdvancedWriter() argument
1588 _PyComplex_FormatAdvancedWriter(_PyUnicodeWriter *writer, PyObject *obj, PyObject *format_spec, Py_ssize_t start, Py_ssize_t end) _PyComplex_FormatAdvancedWriter() argument
[all...]
H A Dpytime.c169 _PyLong_AsTime_t(PyObject *obj) in _PyLong_AsTime_t() argument
330 pytime_object_to_denominator(PyObject *obj, time_t *sec, long *numerator, in pytime_object_to_denominator() argument
357 _PyTime_ObjectToTime_t(PyObject *obj, time_t *sec, _PyTime_round_t round) in _PyTime_ObjectToTime_t() argument
392 _PyTime_ObjectToTimespec(PyObject *obj, time_t *sec, long *nsec, _PyTime_round_t round) _PyTime_ObjectToTimespec() argument
400 _PyTime_ObjectToTimeval(PyObject *obj, time_t *sec, long *usec, _PyTime_round_t round) _PyTime_ObjectToTimeval() argument
432 _PyTime_FromNanosecondsObject(_PyTime_t *tp, PyObject *obj) _PyTime_FromNanosecondsObject() argument
545 pytime_from_object(_PyTime_t *tp, PyObject *obj, _PyTime_round_t round, long unit_to_ns) pytime_from_object() argument
581 _PyTime_FromSecondsObject(_PyTime_t *tp, PyObject *obj, _PyTime_round_t round) _PyTime_FromSecondsObject() argument
588 _PyTime_FromMillisecondsObject(_PyTime_t *tp, PyObject *obj, _PyTime_round_t round) _PyTime_FromMillisecondsObject() argument
[all...]
/third_party/python/Modules/_sqlite/
H A Dcursor.c619 need_adapt(pysqlite_state *state, PyObject *obj) in need_adapt() argument
/third_party/pulseaudio/src/modules/
H A Dmodule-combine-sink.c731 static int sink_input_process_msg(pa_msgobject *obj, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_input_process_msg() argument
/third_party/python/Modules/clinic/
H A D_codecsmodule.c.h93 PyObject *obj; in _codecs_encode() local
170 PyObject *obj; _codecs_decode() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dflag.h106 inline void Delete(FlagOpFn op, void* obj) { in Delete() argument
119 inline void* Clone(FlagOpFn op, const void* obj) { in Clone() argument
/third_party/vulkan-loader/tests/framework/layer/
H A Dwrap_objects.cpp67 void *obj; member
75 VkInstance obj; member
87 VkDevice obj; member
97 VkDebugUtilsMessengerEXT obj; member
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Dangleutils.h186 inline void StructZero(T *obj) in StructZero() argument
/third_party/ffmpeg/libavdevice/
H A Ddecklink_dec.cpp149 IUnknown *obj = (class IUnknown *)opaque; in decklink_object_free() local
/third_party/ffmpeg/libavformat/
H A Daviobuf.c46 static void *ff_avio_child_next(void *obj, void *prev) in ff_avio_child_next() argument
/third_party/ffmpeg/libavutil/
H A Dopt.c46 const AVOption *av_opt_next(const void *obj, const AVOption *last) in av_opt_next() argument
102 static int write_number(void *obj, const AVOption *o, void *dst, double num, int den, int64_t intnum) in write_number() argument
189 static int set_string_binary(void *obj, const AVOption *o, const char *val, uint8_t **dst) in set_string_binary() argument
223 static int set_string(void *obj, const AVOption *o, const char *val, uint8_t **dst) in set_string() argument
238 static int set_string_number(void *obj, void *target_obj, const AVOption *o, const char *val, void *dst) in set_string_number() argument
331 set_string_image_size(void *obj, const AVOption *o, const char *val, int *dst) set_string_image_size() argument
346 set_string_video_rate(void *obj, const AVOption *o, const char *val, AVRational *dst) set_string_video_rate() argument
354 set_string_color(void *obj, const AVOption *o, const char *val, uint8_t *dst) set_string_color() argument
376 set_string_bool(void *obj, const AVOption *o, const char *val, int *dst) set_string_bool() argument
407 set_string_fmt(void *obj, const AVOption *o, const char *val, uint8_t *dst, int fmt_nb, int ((*get_fmt)(const char *)), const char *desc) set_string_fmt() argument
447 set_string_pixel_fmt(void *obj, const AVOption *o, const char *val, uint8_t *dst) set_string_pixel_fmt() argument
453 set_string_sample_fmt(void *obj, const AVOption *o, const char *val, uint8_t *dst) set_string_sample_fmt() argument
459 set_string_dict(void *obj, const AVOption *o, const char *val, uint8_t **dst) set_string_dict() argument
477 set_string_channel_layout(void *obj, const AVOption *o, const char *val, void *dst) set_string_channel_layout() argument
487 av_opt_set(void *obj, const char *name, const char *val, int search_flags) av_opt_set() argument
608 set_number(void *obj, const char *name, double num, int den, int64_t intnum, int search_flags) set_number() argument
624 av_opt_set_int(void *obj, const char *name, int64_t val, int search_flags) av_opt_set_int() argument
629 av_opt_set_double(void *obj, const char *name, double val, int search_flags) av_opt_set_double() argument
634 av_opt_set_q(void *obj, const char *name, AVRational val, int search_flags) av_opt_set_q() argument
639 av_opt_set_bin(void *obj, const char *name, const uint8_t *val, int len, int search_flags) av_opt_set_bin() argument
669 av_opt_set_image_size(void *obj, const char *name, int w, int h, int search_flags) av_opt_set_image_size() argument
691 av_opt_set_video_rate(void *obj, const char *name, AVRational val, int search_flags) av_opt_set_video_rate() argument
708 set_format(void *obj, const char *name, int fmt, int search_flags, enum AVOptionType type, const char *desc, int nb_fmts) set_format() argument
737 av_opt_set_pixel_fmt(void *obj, const char *name, enum AVPixelFormat fmt, int search_flags) av_opt_set_pixel_fmt() argument
742 av_opt_set_sample_fmt(void *obj, const char *name, enum AVSampleFormat fmt, int search_flags) av_opt_set_sample_fmt() argument
749 av_opt_set_channel_layout(void *obj, const char *name, int64_t cl, int search_flags) av_opt_set_channel_layout() argument
767 av_opt_set_dict_val(void *obj, const char *name, const AVDictionary *val, int search_flags) av_opt_set_dict_val() argument
786 av_opt_set_chlayout(void *obj, const char *name, const AVChannelLayout *channel_layout, int search_flags) av_opt_set_chlayout() argument
837 av_opt_get(void *obj, const char *name, int search_flags, uint8_t **out_val) av_opt_get() argument
958 get_number(void *obj, const char *name, const AVOption **o_out, double *num, int *den, int64_t *intnum, int search_flags) get_number() argument
978 av_opt_get_int(void *obj, const char *name, int search_flags, int64_t *out_val) av_opt_get_int() argument
993 av_opt_get_double(void *obj, const char *name, int search_flags, double *out_val) av_opt_get_double() argument
1005 av_opt_get_q(void *obj, const char *name, int search_flags, AVRational *out_val) av_opt_get_q() argument
1021 av_opt_get_image_size(void *obj, const char *name, int search_flags, int *w_out, int *h_out) av_opt_get_image_size() argument
1039 av_opt_get_video_rate(void *obj, const char *name, int search_flags, AVRational *out_val) av_opt_get_video_rate() argument
1055 get_format(void *obj, const char *name, int search_flags, int *out_fmt, enum AVOptionType type, const char *desc) get_format() argument
1073 av_opt_get_pixel_fmt(void *obj, const char *name, int search_flags, enum AVPixelFormat *out_fmt) av_opt_get_pixel_fmt() argument
1078 av_opt_get_sample_fmt(void *obj, const char *name, int search_flags, enum AVSampleFormat *out_fmt) av_opt_get_sample_fmt() argument
1085 av_opt_get_channel_layout(void *obj, const char *name, int search_flags, int64_t *cl) av_opt_get_channel_layout() argument
1104 av_opt_get_chlayout(void *obj, const char *name, int search_flags, AVChannelLayout *cl) av_opt_get_chlayout() argument
1120 av_opt_get_dict_val(void *obj, const char *name, int search_flags, AVDictionary **out_val) av_opt_get_dict_val() argument
1137 av_opt_flag_is_set(void *obj, const char *field_name, const char *flag_name) av_opt_flag_is_set() argument
1200 get_opt_const_name(void *obj, const char *unit, int64_t value) get_opt_const_name() argument
1213 get_opt_flags_string(void *obj, const char *unit, int64_t value) get_opt_flags_string() argument
1234 opt_list(void *obj, void *av_log_obj, const char *unit, int req_flags, int rej_flags, enum AVOptionType parent_type) opt_list() argument
1446 av_opt_show2(void *obj, void *av_log_obj, int req_flags, int rej_flags) av_opt_show2() argument
1718 av_opt_free(void *obj) av_opt_free() argument
1742 av_opt_set_dict2(void *obj, AVDictionary **options, int search_flags) av_opt_set_dict2() argument
1766 av_opt_set_dict(void *obj, AVDictionary **options) av_opt_set_dict() argument
1771 av_opt_find(void *obj, const char *name, const char *unit, int opt_flags, int search_flags) av_opt_find() argument
1777 av_opt_find2(void *obj, const char *name, const char *unit, int opt_flags, int search_flags, void **target_obj) av_opt_find2() argument
1822 av_opt_child_next(void *obj, void *prev) av_opt_child_next() argument
1837 av_opt_ptr(const AVClass *class, void *obj, const char *name) av_opt_ptr() argument
1945 av_opt_query_ranges(AVOptionRanges **ranges_arg, void *obj, const char *key, int flags) av_opt_query_ranges() argument
1963 av_opt_query_ranges_default(AVOptionRanges **ranges_arg, void *obj, const char *key, int flags) av_opt_query_ranges_default() argument
2058 av_opt_is_set_to_default(void *obj, const AVOption *o) av_opt_is_set_to_default() argument
2181 av_opt_is_set_to_default_by_name(void *obj, const char *name, int search_flags) av_opt_is_set_to_default_by_name() argument
2193 av_opt_serialize(void *obj, int opt_flags, int flags, char **buffer, const char key_val_sep, const char pairs_sep) av_opt_serialize() argument
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_rate.c62 void *obj; member
[all...]

Completed in 50 milliseconds

1...<<31323334353637383940>>...51