/third_party/libexif/libexif/ |
D | exif-mnote-data.c | 105 if (!d || !d->methods.set_offset) return; in exif_mnote_data_set_offset() 106 d->methods.set_offset (d, o); in exif_mnote_data_set_offset()
|
D | exif-mnote-data-priv.h | 44 void (* set_offset) (ExifMnoteData *, unsigned int); member
|
/third_party/mindspore/mindspore/core/ops/ |
D | prior_box.cc | 98 void PriorBox::set_offset(const float offset) { (void)this->AddAttr(kOffset, MakeValue(offset)); } in set_offset() function in mindspore::ops::PriorBox 119 this->set_offset(offset); in Init()
|
D | prior_box.h | 113 void set_offset(const float offset);
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_tex.h | 86 void set_offset(unsigned index, int32_t val);
|
D | sfn_instruction_tex.cpp | 70 void TexInstruction::set_offset(unsigned index, int32_t val) in set_offset() function in r600::TexInstruction
|
D | sfn_emittexinstruction.cpp | 640 ir->set_offset(i, literal[i].i32); in set_offsets()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
D | index_sub_table_format4.h | 45 void set_offset(int32_t v) { offset_ = v; } in set_offset() function
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
D | index_sub_table_format4.h | 45 void set_offset(int32_t v) { offset_ = v; } in set_offset() function
|
/third_party/elfio/elfio/ |
D | elfio_segment.hpp | 136 void set_offset( Elf64_Off value ) in set_offset() function in ELFIO::segment_impl
|
D | elfio.hpp | 660 sec->set_offset( current_file_pos ); in layout_sections_without_segments() 807 sec->set_offset( current_file_pos ); in layout_segments_and_their_sections() 825 seg->set_offset( seg_start_pos ); in layout_segments_and_their_sections()
|
/third_party/e2fsprogs/ext2ed/ |
D | ext2ed.h | 257 extern void set_offset (char *command_line);
|
D | init.c | 83 …d_user_command (&general_commands,"setoffset","Moves asynchronously in the filesystem",set_offset); in add_general_commands()
|
D | general_com.c | 202 void set_offset (char *command_line) in set_offset() function
|
/third_party/libexif/libexif/fuji/ |
D | exif-mnote-data-fuji.c | 354 d->methods.set_offset = exif_mnote_data_fuji_set_offset; in exif_mnote_data_fuji_new()
|
/third_party/libexif/libexif/canon/ |
D | exif-mnote-data-canon.c | 414 d->methods.set_offset = exif_mnote_data_canon_set_offset; in exif_mnote_data_canon_new()
|
/third_party/libexif/libexif/pentax/ |
D | exif-mnote-data-pentax.c | 462 d->methods.set_offset = exif_mnote_data_pentax_set_offset; in exif_mnote_data_pentax_new()
|
/third_party/libexif/libexif/olympus/ |
D | exif-mnote-data-olympus.c | 661 d->methods.set_offset = exif_mnote_data_olympus_set_offset; in exif_mnote_data_olympus_new()
|
/third_party/mindspore/mindspore/dataset/engine/ |
D | samplers.py | 416 def set_offset(self, offset): member in DistributedSampler
|
D | datasets.py | 3045 tem_sampler.set_offset(cumulative_samples_nums)
|
/third_party/weston/libweston-desktop/ |
D | xdg-shell-v6.c | 302 .set_offset = weston_desktop_xdg_positioner_protocol_set_offset,
|
D | xdg-shell.c | 320 .set_offset = weston_desktop_xdg_positioner_protocol_set_offset,
|