HomeSort by relevance Sort by last modified time
    Searched defs:set_offset (Results 1 - 16 of 16) sorted by null

  /external/libexif/libexif/
exif-mnote-data-priv.h 44 void (* set_offset) (ExifMnoteData *, unsigned int); member in struct:_ExifMnoteDataMethods
  /external/linux-kselftest/tools/testing/selftests/timers/
valid-adjtimex.c 207 int set_offset(long long offset, int use_nano) function
267 if (set_offset(NSEC_PER_SEC - 1, 1))
270 if (set_offset(-NSEC_PER_SEC + 1, 1))
273 if (set_offset(-NSEC_PER_SEC - 1, 1))
276 if (set_offset(5 * NSEC_PER_SEC, 1))
279 if (set_offset(-5 * NSEC_PER_SEC, 1))
282 if (set_offset(5 * NSEC_PER_SEC + NSEC_PER_SEC / 2, 1))
285 if (set_offset(-5 * NSEC_PER_SEC - NSEC_PER_SEC / 2, 1))
288 if (set_offset(USEC_PER_SEC - 1, 0))
291 if (set_offset(-USEC_PER_SEC + 1, 0)
    [all...]
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format4.h 45 void set_offset(int32_t v) { offset_ = v; } function in class:sfntly::IndexSubTableFormat4::CodeOffsetPairBuilder
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
KernelDataForRenderScript.java 149 kernelInfo.set_offset(m, offset, true);
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
KernelDataForRenderScript.java 132 kernelInfo.set_offset(m, offset, true);
  /external/e2fsprogs/ext2ed/
general_com.c 202 void set_offset (char *command_line) function
  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 38 void set_offset(uint32_t offset) { m_offset = offset; } function in class:CCodec_TiffContext
109 pTiffContext->set_offset(increment.ValueOrDie());
133 pTiffContext->set_offset(file_offset);
141 pTiffContext->set_offset(new_increment.ValueOrDie());
147 pTiffContext->set_offset(pTiffContext->io_in()->GetSize() - file_offset);
  /toolchain/binutils/binutils-2.25/gold/
arm.cc 413 set_offset(section_offset_type offset) function in class:__anon115852::Stub
918 stub->set_offset(this->reloc_stubs_size_);
    [all...]
object.h 242 set_offset(unsigned int got_type, unsigned int got_offset) function in class:gold::Got_offset_list
    [all...]
incremental.h 118 set_offset(unsigned int file_index, unsigned int offset) function in class:gold::Incremental_input_entry
    [all...]
output.cc 4602 Output_segment::set_offset(unsigned int increase) function in class:gold::Output_segment
    [all...]
aarch64.cc 876 set_offset(section_offset_type offset) function in class:__anon115844::Output_data_got_aarch64::Stub_base
    [all...]
mips.cc 784 set_offset(unsigned int offset) function in class:__anon115870::Mips_got_info
    [all...]
  /art/dexlayout/
dex_ir.cc 552 uint32_t set_offset = annotation_set_ref_list->list_[i].annotations_off_; local
553 annotations->push_back(CreateAnnotationSetItem(dex_file, annotation_set_item, set_offset));
    [all...]
  /external/v8/src/
assembler.h 1158 void set_offset(int offset) { function in class:v8::internal::ConstantPoolEntry
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_wrappers.h 402 void set_offset(VkDeviceSize inValue) { m_struct.offset = inValue; } function in class:vkbuffermemorybarrier_struct_wrapper
442 void set_offset(VkDeviceSize inValue) { m_struct.offset = inValue; } function in class:vkbufferviewcreateinfo_struct_wrapper
1035 void set_offset(VkDeviceSize inValue) { m_struct.offset = inValue; } function in class:vkdescriptorbufferinfo_struct_wrapper
2490 void set_offset(VkDeviceSize inValue) { m_struct.offset = inValue; } function in class:vkmappedmemoryrange_struct_wrapper
3838 void set_offset(uint32_t inValue) { m_struct.offset = inValue; } function in class:vkpushconstantrange_struct_wrapper
3942 void set_offset(VkOffset2D inValue) { m_struct.offset = inValue; } function in class:vkrect2d_struct_wrapper
4244 void set_offset(VkOffset3D inValue) { m_struct.offset = inValue; } function in class:vksparseimagememorybind_struct_wrapper
4451 void set_offset(uint32_t inValue) { m_struct.offset = inValue; } function in class:vkspecializationmapentry_struct_wrapper
4639 void set_offset(VkDeviceSize inValue) { m_struct.offset = inValue; } function in class:vksubresourcelayout_struct_wrapper
4820 void set_offset(uint32_t inValue) { m_struct.offset = inValue; } function in class:vkvertexinputattributedescription_struct_wrapper
    [all...]

Completed in 900 milliseconds