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

  /external/chromium_org/courgette/
encoded_program.h 113 UInt8Vector copy_bytes_; member in class:courgette::EncodedProgram
  /art/runtime/mirror/
class.cc 842 copy_bytes_(copy_bytes), imt_handle_scope_(imt_handle_scope) {
849 mirror::Object::CopyObject(self_, new_class_obj, orig_->Get(), copy_bytes_);
859 const size_t copy_bytes_; member in class:art::mirror::CopyClassVisitor
  /external/flac/libFLAC/
metadata_object.c 59 static FLAC__bool copy_bytes_(FLAC__byte **to, const FLAC__byte *from, unsigned bytes) function
78 /* like copy_bytes_(), but free()s the original '*to' if the copy succeeds and the original '*to' is non-NULL */
83 if(copy_bytes_(&copy, from, bytes)) {
468 if(!copy_bytes_(&object->data.vorbis_comment.vendor_string.entry, (const FLAC__byte*)FLAC__VENDOR_STRING, object->data.vorbis_comment.vendor_string.length+1)) {
546 if(!copy_bytes_(&to->data.application.data, object->data.application.data, object->length - FLAC__STREAM_METADATA_APPLICATION_ID_LEN / 8)) {
557 if(!copy_bytes_((FLAC__byte**)&to->data.seek_table.points, (FLAC__byte*)object->data.seek_table.points, object->data.seek_table.num_points * sizeof(FLAC__StreamMetadata_SeekPoint))) {
614 if(!copy_bytes_((&to->data.picture.data), object->data.picture.data, object->data.picture.data_length)) {
620 if(!copy_bytes_(&to->data.unknown.data, object->data.unknown.data, object->length)) {
915 if(!copy_bytes_(&object->data.application.data, data, length))
    [all...]

Completed in 3633 milliseconds