/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gdef-table.hh | 288 bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const in covers() 289 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; } in covers() 308 bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const in covers() 311 case 1: return u.format1.covers (set_index, glyph_id); in covers() 384 bool mark_set_covers (unsigned int set_index, hb_codepoint_t glyph_id) const in mark_set_covers() 385 …{ return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef).covers (set_index, glyph_id);… in mark_set_covers()
|
/third_party/ffmpeg/tools/ |
D | sidxindex.c | 255 int set_index = -1; in output_mpd() local 257 set_index = 0; in output_mpd() 259 set_index = 1; in output_mpd() 262 adaptation_sets[set_index][nb_tracks[set_index]++] = tracks->tracks[i]; in output_mpd()
|
/third_party/harfbuzz/src/ |
D | hb-ot-layout-gdef-table.hh | 424 bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const in covers() 425 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; } in covers() 472 bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const in covers() 475 case 1: return u.format1.covers (set_index, glyph_id); in covers() 557 bool mark_set_covers (unsigned int set_index, hb_codepoint_t glyph_id) const in mark_set_covers() 558 …{ return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef).covers (set_index, glyph_id);… in mark_set_covers()
|
D | hb-ot-layout-common.hh | 3152 unsigned int set_index = 0; in serialize() local 3156 if (unlikely (!dataSets[set_index++].serialize (c, this) in serialize()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gdef-table.hh | 422 bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const in covers() 423 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; } in covers() 470 bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const in covers() 473 case 1: return u.format1.covers (set_index, glyph_id); in covers() 555 bool mark_set_covers (unsigned int set_index, hb_codepoint_t glyph_id) const in mark_set_covers() 556 …{ return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef).covers (set_index, glyph_id);… in mark_set_covers()
|
D | hb-ot-layout-common.hh | 2905 unsigned int set_index = 0; in serialize() local 2909 if (unlikely (!dataSets[set_index++] in serialize()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_ssa_builder.cpp | 297 set_index(rename_lds_oq_stack.top(), v, index); in rename_use() 330 set_index(rename_lds_rw_stack.top(), v, index); in rename_def() 333 set_index(rename_stack.top(), v, index); in rename_def() 391 void ssa_rename::set_index(def_map& m, value* v, unsigned index) { in set_index() function in r600_sb::ssa_rename
|
D | sb_pass.h | 670 void set_index(def_map& m, value* v, unsigned index);
|
/third_party/boost/boost/lockfree/detail/ |
D | freelist.hpp | 299 void set_index(index_t i) in set_index() function in boost::lockfree::detail::tagged_index 419 next_index->set_index(null_handle()); in initialize() 604 new_pool_node->next.set_index(old_pool.get_index()); in deallocate_impl() 617 new_pool_node->next.set_index(old_pool.get_index()); in deallocate_impl_unsafe()
|
/third_party/elfio/elfio/ |
D | elfio.hpp | 388 new_section->set_index( (Elf_Half)sections_.size() ); in create_section() 410 new_segment->set_index( (Elf_Half)segments_.size() ); in create_segment() 422 sec0->set_index( 0 ); in create_mandatory_sections() 443 sec->set_index( i ); in load_sections() 505 seg->set_index( i ); in load_segments()
|
D | elfio_segment.hpp | 150 void set_index( Elf_Half value ) { index = value; } in set_index() function in ELFIO::segment_impl
|
D | elfio_section.hpp | 187 void set_index( Elf_Half value ) { index = value; } in set_index() function in ELFIO::section_impl
|
/third_party/python/Lib/idlelib/ |
D | hyperparser.py | 79 self.set_index(index) 81 def set_index(self, index): member in HyperParser
|
D | calltip.py | 80 hp.set_index(sur_paren[0])
|
D | autocomplete.py | 141 hp.set_index("insert-%dc" % (len(curline)-(i-1)))
|
/third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
D | element | 33 element_class->set_index = GST_DEBUG_FUNCPTR (gst_replace_set_index);
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_cmd_buffer.c | 905 uint32_t set_index, in anv_cmd_buffer_bind_descriptor_set() argument 911 layout->set[set_index].layout; in anv_cmd_buffer_bind_descriptor_set() 946 if (pipe_state->descriptors[set_index] != set || in anv_cmd_buffer_bind_descriptor_set() 948 pipe_state->descriptors[set_index] = set; in anv_cmd_buffer_bind_descriptor_set() 958 push->desc_sets[set_index] = anv_address_physical(addr); in anv_cmd_buffer_bind_descriptor_set() 974 layout->set[set_index].dynamic_offset_start; in anv_cmd_buffer_bind_descriptor_set()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 258 set_index(struct ir2_context *ctx, nir_dest *dst, struct ir2_instr *instr) in set_index() function 369 set_index(ctx, dst, instr); in instr_create_alu_dest() 381 set_index(ctx, dst, instr); in ir2_instr_create_fetch() 419 set_index(ctx, dst, instr); in emit_alu()
|
/third_party/boost/boost/python/suite/indexing/detail/ |
D | indexing_suite_detail.hpp | 175 p().set_index( in replace() 428 set_index(Index i) in set_index() function in boost::python::detail::container_element
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/oplib/ |
D | opinfo.h | 72 void set_index(const int index) { index_ = index; } in set_index() function
|
D | oplib.cc | 307 op_io->set_index(obj.at(kIndex)); in DecodeInputOutput()
|
/third_party/alsa-lib/src/topology/ |
D | data.c | 889 unsigned int set_index, in tplg_save_tuple_set() argument 899 set = tuples->set[set_index]; in tplg_save_tuple_set() 915 err = tplg_save_printf(dst, NULL, buf, set_index, s); in tplg_save_tuple_set() 924 set_index, s, tuple->token); in tplg_save_tuple_set()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_select/ |
D | tbe_kernel_select.cc | 393 op_io_info_new->set_index(op_io_info.index()); in CreateNewOpIOInfo() 574 op_io_info_new->set_index(op_io_info.index()); in CreateNewOpIOInfo()
|
/third_party/mindspore/mindspore/ccsrc/fl/armour/cipher/ |
D | cipher_meta_storage.cc | 287 client_share_str_new_p->set_index(index_new); in UpdateClientShareToServer()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstelement.c | 694 if (oclass->set_index) 695 oclass->set_index (element, index);
|