Home
last modified time | relevance | path

Searched defs:tag (Results 1051 - 1075 of 1088) sorted by relevance

1...<<41424344

/third_party/python/Python/
H A DPython-ast.c3588 _PyAST_TypeIgnore(int lineno, string tag, PyArena *arena) in _PyAST_TypeIgnore() argument
11856 string tag; obj2ast_type_ignore() local
[all...]
/third_party/ffmpeg/fftools/
H A Dffprobe.c1938 const AVDictionaryEntry *tag = NULL; in show_tags() local
2683 const AVDictionaryEntry *tag = av_dict_get(sd->metadata, "name", NULL, AV_DICT_MATCH_CASE); show_frame() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dmxfdec.c685 static int mxf_read_primer_pack(void *arg, AVIOContext *pb, int tag, int size, UID uid, int64_t klv_offset) in mxf_read_primer_pack() argument
711 static int mxf_read_partition_pack(void *arg, AVIOContext *pb, int tag, int size, UID uid, int64_t klv_offset) in mxf_read_partition_pack() argument
940 static int mxf_read_cryptographic_context(void *arg, AVIOContext *pb, int tag, int size, UID uid, int64_t klv_offset) in mxf_read_cryptographic_context() argument
1036 static int mxf_read_content_storage(void *arg, AVIOContext *pb, int tag, int size, UID uid, int64_t klv_offset) in mxf_read_content_storage() argument
1050 static int mxf_read_source_clip(void *arg, AVIOContext *pb, int tag, int size, UID uid, int64_t klv_offset) in mxf_read_source_clip() argument
1072 static int mxf_read_timecode_component(void *arg, AVIOContext *pb, int tag, int size, UID uid, int64_t klv_offset) in mxf_read_timecode_component() argument
1089 mxf_read_pulldown_component(void *arg, AVIOContext *pb, int tag, int size, UID uid, int64_t klv_offset) mxf_read_pulldown_component() argument
1100 mxf_read_track(void *arg, AVIOContext *pb, int tag, int size, UID uid, int64_t klv_offset) mxf_read_track() argument
1124 mxf_read_sequence(void *arg, AVIOContext *pb, int tag, int size, UID uid, int64_t klv_offset) mxf_read_sequence() argument
1144 mxf_read_essence_group(void *arg, AVIOContext *pb, int tag, int size, UID uid, int64_t klv_offset) mxf_read_essence_group() argument
1158 mxf_read_package(void *arg, AVIOContext *pb, int tag, int size, UID uid, int64_t klv_offset) mxf_read_package() argument
1182 mxf_read_essence_container_data(void *arg, AVIOContext *pb, int tag, int size, UID uid, int64_t klv_offset) mxf_read_essence_container_data() argument
1234 mxf_read_index_table_segment(void *arg, AVIOContext *pb, int tag, int size, UID uid, int64_t klv_offset) mxf_read_index_table_segment() argument
1291 mxf_read_generic_descriptor(void *arg, AVIOContext *pb, int tag, int size, UID uid, int64_t klv_offset) mxf_read_generic_descriptor() argument
1466 mxf_read_mca_sub_descriptor(void *arg, AVIOContext *pb, int tag, int size, UID uid, int64_t klv_offset) mxf_read_mca_sub_descriptor() argument
1509 mxf_read_tagged_value(void *arg, AVIOContext *pb, int tag, int size, UID uid, int64_t klv_offset) mxf_read_tagged_value() argument
2285 MXFTaggedValue *tag; mxf_parse_package_comments() local
3091 mxf_read_identification_metadata(void *arg, AVIOContext *pb, int tag, int size, UID _uid, int64_t klv_offset) mxf_read_identification_metadata() argument
3135 mxf_read_preface_metadata(void *arg, AVIOContext *pb, int tag, int size, UID uid, int64_t klv_offset) mxf_read_preface_metadata() argument
3228 int tag = avio_rb16(pb); mxf_read_local_tags() local
[all...]
H A Dmovenc.c661 static void put_descr(AVIOContext *pb, int tag, unsigned int size) in put_descr() argument
1201 uint32_t tag in mov_write_audio_tag() local
1507 int tag; mov_get_dv_codec_tag() local
1541 int tag = track->par->codec_tag; mov_get_mpeg2_xdcam_codec_tag() local
1603 int tag = track->par->codec_tag; mov_get_h264_codec_tag() local
1661 uint32_t tag; global() member
1683 int tag = MKTAG('A','V','d','n'); mov_get_dnxhd_codec_tag() local
1692 int tag = track->par->codec_tag; mov_get_rawvideo_codec_tag() local
1718 unsigned int tag = track->par->codec_tag; mov_get_codec_tag() local
1774 validate_codec_tag(const AVCodecTag *const *tags, unsigned int tag, int codec_id) validate_codec_tag() argument
3746 mov_write_track_metadata(AVIOContext *pb, AVStream *st, const char *tag, const char *str) global() argument
4107 get_metadata_lang(AVFormatContext *s, const char *tag, int *lang) global() argument
4132 mov_write_string_metadata(AVFormatContext *s, AVIOContext *pb, const char *name, const char *tag, int long_style) global() argument
4343 mov_write_int8_metadata(AVFormatContext *s, AVIOContext *pb, const char *name, const char *tag, int len) global() argument
4649 mov_write_3gp_udta_tag(AVIOContext *pb, AVFormatContext *s, const char *tag, const char *str) global() argument
[all...]
H A Dmatroskadec.c336 EbmlList tag; member
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp4841 -> decltype(from_json_inplace_array_impl(std::forward<BasicJsonType>(j), tag, make_index_sequence<N> {})) member
/third_party/icu/icu4c/source/test/cintltst/
H A Dcloctst.c5890 const char* tag; member
[all...]
/third_party/node/deps/v8/src/ast/
H A Dast.h704 Expression* tag() const { return tag_; } in tag() function in v8::internal::final
713 SwitchStatement(Zone* zone, Expression* tag, int pos) in SwitchStatement() argument
2857 SwitchStatement* NewSwitchStatement(Expression* tag, int pos) { in NewSwitchStatement() argument
1760 Call(Zone* zone, Expression* expression, const ScopedPtrList<Expression>& arguments, int pos, TaggedTemplateTag tag) Call() argument
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc605 Handle<String> tag = in NoSideEffectsToString() local
5944 TryFindPropertyCellForConcurrentLookupIterator( Isolate* isolate, Handle<Name> name, RelaxedLoadTag tag) TryFindPropertyCellForConcurrentLookupIterator() argument
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h760 PreParserStatement NewSwitchStatement(const PreParserExpression& tag, in NewSwitchStatement() argument
1039 CloseTemplateLiteral( TemplateLiteralState* state, int start, const PreParserExpression& tag) CloseTemplateLiteral() argument
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h361 LoadExternalPointer(Register dst, Register instance, int offset, ExternalPointerTag tag, Register isolate_root) LoadExternalPointer() argument
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc2878 int tag = dwarf_tag(&cu_kind); in get_die_source() local
3085 int tag = dwarf_tag(const_cast<Dwarf_Die*>(die)); in get_die_qualified_type_name() local
6332 int tag = dwarf_tag(const_cast<Dwarf_Die*>(die)); in die_is_public_decl() local
6358 unsigned tag = dwarf_tag(const_cast<Dwarf_Die*>(die)); die_is_effectively_public_decl() local
6415 int tag = dwarf_tag(const_cast<Dwarf_Die*>(die)); die_is_function_decl() local
6432 int tag = dwarf_tag(const_cast<Dwarf_Die*>(die)); die_is_variable_decl() local
6496 is_type_tag(unsigned tag) is_type_tag() argument
6551 is_canon_type_to_be_propagated_tag(unsigned tag) is_canon_type_to_be_propagated_tag() argument
6582 type_comparison_result_to_be_cached(unsigned tag) type_comparison_result_to_be_cached() argument
6612 maybe_cache_type_comparison_result(const reader& rdr, int tag, const offset_pair_type& p, comparison_result result) maybe_cache_type_comparison_result() argument
6670 maybe_get_cached_type_comparison_result(const reader& rdr, int tag, const offset_pair_type& p, comparison_result& result) maybe_get_cached_type_comparison_result() argument
6695 int tag = dwarf_tag(const_cast<Dwarf_Die*>(die)); is_type_die_to_be_canonicalized() local
6726 is_decl_tag(unsigned tag) is_decl_tag() argument
6826 int tag = dwarf_tag(const_cast<Dwarf_Die*>(die)); die_is_pointer_type() local
6870 int tag = dwarf_tag(const_cast<Dwarf_Die*>(die)); die_is_reference_type() local
6888 int tag = dwarf_tag(const_cast<Dwarf_Die*>(die)); die_is_array_type() local
6925 int tag = dwarf_tag(const_cast<Dwarf_Die*>(die)); die_is_class_type() local
6941 int tag = dwarf_tag(const_cast<Dwarf_Die*>(die)); die_is_qualified_type() local
6958 int tag = dwarf_tag(const_cast<Dwarf_Die*>(die)); die_is_function_type() local
7102 int tag = dwarf_tag(&class_scope_die); die_is_at_class_scope() local
7124 int tag = dwarf_tag(die); die_peel_qual_ptr() local
7170 int tag = dwarf_tag(die); die_peel_typedef() local
7207 int tag = dwarf_tag(const_cast<Dwarf_Die*>(die)); die_peel_pointer_and_typedef() local
7265 int tag = dwarf_tag(const_cast<Dwarf_Die*>(die)); die_function_type_is_method_type() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp4620 std::ostringstream tag; in generateOpPhiCase5() local
4634 std::ostringstream tag; in generateOpPhiCase5() local
4650 std::ostringstream tag; in generateOpPhiCase5() local
[all...]
/third_party/python/Modules/
H A D_datetimemodule.c2429 accum(const char* tag, PyObject *sofar, PyObject *num, PyObject *factor, in accum() argument
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.c8783 const enum mpd_triple_class tag = triple->tag; in mpd_from_uint128_triple() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp4618 std::ostringstream tag; in generateOpPhiCase5() local
4632 std::ostringstream tag; in generateOpPhiCase5() local
4648 std::ostringstream tag; in generateOpPhiCase5() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c1550 wpas_ctrl_nfc_get_handover_sel_p2p(struct wpa_supplicant *wpa_s, char *reply, size_t max_len, int ndef, int tag) wpas_ctrl_nfc_get_handover_sel_p2p() argument
H A Dp2p_supplicant.c8605 wpas_p2p_nfc_handover_sel(struct wpa_supplicant *wpa_s, int ndef, int tag) wpas_p2p_nfc_handover_sel() argument
8666 wpas_p2p_nfc_auth_join(struct wpa_supplicant *wpa_s, struct p2p_nfc_params *params, int tag) wpas_p2p_nfc_auth_join() argument
8770 wpas_p2p_nfc_connection_handover(struct wpa_supplicant *wpa_s, const struct wpabuf *data, int sel, int tag, int forced_freq) wpas_p2p_nfc_connection_handover() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface.c1752 wpas_ctrl_nfc_get_handover_sel_p2p(struct wpa_supplicant *wpa_s, char *reply, size_t max_len, int ndef, int tag) wpas_ctrl_nfc_get_handover_sel_p2p() argument
/third_party/elfutils/src/
H A Dreadelf.c3771 unsigned int tag; in print_attributes() local
3909 dwarf_tag_string(unsigned int tag) dwarf_tag_string() argument
4241 dwarf_tag_name(unsigned int tag) dwarf_tag_name() argument
5295 unsigned int tag = dwarf_getabbrevtag (&abbrev); print_debug_abbrev_section() local
8053 int tag = dwarf_tag (&dies[level]); print_debug_units() local
[all...]
/third_party/astc-encoder/Source/
H A Dstb_image.h3167 static const unsigned char tag[5] = {'J','F','I','F','\0'}; in stbi__process_marker() local
3177 static const unsigned char tag[6] = {'A','d','o','b','e','\0'}; in stbi__process_marker() local
/third_party/cups-filters/utils/
H A Dcups-browsed.c2923 int cluster_supports_given_attribute(char* cluster_name, ipp_tag_t tag, in cluster_supports_given_attribute() argument
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp2209 int32_t unum_getTextAttribute(const UNumberFormat *fmt, UNumberFormatTextAttribute tag, UChar *result, in unum_getTextAttribute() argument
2261 void unum_setTextAttribute(UNumberFormat *fmt, UNumberFormatTextAttribute tag, const UChar *newValue, in unum_setTextAttribute() argument
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h6434 __u8 tag[BPF_TAG_SIZE]; member
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c1560 emit_tag(struct ntd_context *ctx, enum dxil_shader_tag tag, in emit_tag() argument

Completed in 223 milliseconds

1...<<41424344