HomeSort by relevance Sort by last modified time
    Searched refs:set_offset (Results 1 - 25 of 48) sorted by null

1 2

  /external/linux-kselftest/tools/testing/selftests/timers/
valid-adjtimex.c 196 int set_offset(long long offset, int use_nano) function
256 if (set_offset(NSEC_PER_SEC - 1, 1))
259 if (set_offset(-NSEC_PER_SEC + 1, 1))
262 if (set_offset(-NSEC_PER_SEC - 1, 1))
265 if (set_offset(5 * NSEC_PER_SEC, 1))
268 if (set_offset(-5 * NSEC_PER_SEC, 1))
271 if (set_offset(5 * NSEC_PER_SEC + NSEC_PER_SEC / 2, 1))
274 if (set_offset(-5 * NSEC_PER_SEC - NSEC_PER_SEC / 2, 1))
277 if (set_offset(USEC_PER_SEC - 1, 0))
280 if (set_offset(-USEC_PER_SEC + 1, 0)
    [all...]
  /external/libexif/libexif/
exif-mnote-data-priv.h 44 void (* set_offset) (ExifMnoteData *, unsigned int); member in struct:_ExifMnoteDataMethods
exif-mnote-data.c 105 if (!d || !d->methods.set_offset) return;
106 d->methods.set_offset (d, o);
  /external/tensorflow/tensorflow/core/lib/io/
format.h 39 void set_offset(uint64 offset) { offset_ = offset; } function in class:tensorflow::table::BlockHandle
table_builder.cc 204 handle->set_offset(r->offset);
  /external/google-breakpad/src/common/
test_assembler.h 450 Reference(size_t set_offset, Endianness set_endianness, size_t set_size,
452 : offset(set_offset), endianness(set_endianness), size(set_size),
  /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/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
  /external/tensorflow/tensorflow/core/util/
memmapped_file_system_writer.cc 130 new_directory_element->set_offset(output_file_offset_);
  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 41 void set_offset(uint32_t offset) { m_offset = offset; } function in class:CTiffContext
116 pTiffContext->set_offset(increment.ValueOrDie());
139 pTiffContext->set_offset(file_offset);
147 pTiffContext->set_offset(new_increment.ValueOrDie());
153 pTiffContext->set_offset(pTiffContext->io_in()->GetSize() - file_offset);
  /external/perfetto/include/perfetto/tracing/core/
commit_data_request.h 102 void set_offset(uint32_t value) { offset_ = value; } function in class:perfetto::CommitDataRequest::ChunkToPatch::Patch
  /external/puffin/src/
puffdiff.cc 41 tmp->set_offset(ext.offset * coef);
  /external/e2fsprogs/ext2ed/
ext2ed.h 257 extern void set_offset (char *command_line);
general_com.c 202 void set_offset (char *command_line) function
init.c 83 add_user_command (&general_commands,"setoffset","Moves asynchronicly in the filesystem",set_offset);
  /external/perfetto/src/tracing/core/
commit_data_request.cc 218 proto->set_offset(static_cast<decltype(proto->offset())>(offset_));
shared_memory_arbiter_impl.cc 180 patch_req->set_offset(patch_list->front().offset);
  /external/libexif/libexif/fuji/
exif-mnote-data-fuji.c 338 d->methods.set_offset = exif_mnote_data_fuji_set_offset;
  /external/tensorflow/tensorflow/contrib/kafka/kernels/
kafka_dataset_ops.cc 201 topic_partition_->set_offset(current_pos);
  /external/libexif/libexif/canon/
exif-mnote-data-canon.c 376 d->methods.set_offset = exif_mnote_data_canon_set_offset;
  /external/libexif/libexif/pentax/
exif-mnote-data-pentax.c 438 d->methods.set_offset = exif_mnote_data_pentax_set_offset;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
libio.h 197 void set_offset(int offset) { _pos = offset; _spos = (streampos)(-2); }
  /external/libexif/libexif/olympus/
exif-mnote-data-olympus.c 648 d->methods.set_offset = exif_mnote_data_olympus_set_offset;
  /art/dexlayout/
dex_ir.cc 559 uint32_t set_offset = annotation_set_ref_list->list_[i].annotations_off_; local
560 annotations->push_back(CreateAnnotationSetItem(dex_file, annotation_set_item, set_offset));
    [all...]

Completed in 487 milliseconds

1 2