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

  /external/chromium_org/courgette/
encoded_program.cc 218 ok = copy_bytes_.push_back(source[i]);
226 ok = ops_.push_back(COPY1) && copy_bytes_.push_back(source[0]);
230 ok = copy_bytes_.push_back(source[i]);
273 << "\n copy_bytes " << copy_bytes_.size()
355 success &= WriteVectorU8(copy_bytes_, streams->stream(kStreamBytes));
383 if (!ReadVectorU8(&copy_bytes_, streams->stream(kStreamBytes)))
565 if (!VectorAt(copy_bytes_, ix_copy_bytes, &b))
577 if (!VectorAt(copy_bytes_, ix_copy_bytes, &b))
689 if (ix_copy_bytes != copy_bytes_.size())
encoded_program.h 113 UInt8Vector copy_bytes_; member in class:courgette::EncodedProgram
  /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...]
  /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

Completed in 89 milliseconds