HomeSort by relevance Sort by last modified time
    Searched refs:fwrite (Results 26 - 50 of 817) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webrtc/src/modules/audio_processing/test/
unpack.cc 137 if (fwrite(msg.data().data(), msg.data().size(), 1, reverse_file) !=
152 if (fwrite(msg.input_data().data(), msg.input_data().size(), 1,
160 if (fwrite(msg.output_data().data(), msg.output_data().size(), 1,
170 if (fwrite(&delay, sizeof(int32_t), 1, delay_file) != 1) {
178 if (fwrite(&drift, sizeof(int32_t), 1, drift_file) != 1) {
186 if (fwrite(&level, sizeof(int32_t), 1, level_file) != 1) {
  /external/qemu/android/
qemu-tcpdump.c 66 if (fwrite(&h, sizeof(h), 1, out) != 1) {
134 fwrite( &h, sizeof(h), 1, capture_file );
135 fwrite( base, 1, len2, capture_file );
  /external/chromium_org/third_party/ots/test/
file-stream.h 23 if (::fwrite(data, length, 1, file_) == 1) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
NETEQTEST_DummyRTPpacket.cc 155 if (fwrite(&length, 2, 1, fp) != 1)
162 if (fwrite(&plen, 2, 1, fp) != 1)
169 if (fwrite(&offset, 4, 1, fp) != 1)
189 if (fwrite((unsigned short *) _datagram, 1, headerLen, fp) !=
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
output_audio_file.h 39 return fwrite(audio, sizeof(*audio), num_samples, out_file_) == num_samples;
  /external/compiler-rt/SDKs/linux/usr/include/
stdio.h 39 extern size_t fwrite(const void * restrict, size_t, size_t, FILE * restrict);
  /external/compiler-rt/test/profile/
instrprof-without-libc.c 44 if (fwrite(Buffer, 1, Size, File) != Size)
  /external/libvorbis/examples/
encoder_example.c 174 fwrite(og.header,1,og.header_len,stdout);
175 fwrite(og.body,1,og.body_len,stdout);
227 fwrite(og.header,1,og.header_len,stdout);
228 fwrite(og.body,1,og.body_len,stdout);
  /external/ltrace/testsuite/ltrace.minor/
count-record.c 33 fwrite(s, sizeof(s), 1, fp);
  /external/nanopb-c/tests/basic_stream/
encode_stream.c 13 return fwrite(buf, 1, count, file) == count;
  /frameworks/native/cmds/bugreport/
bugreport.c 51 fwrite(buffer, 1, length, stdout);
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
data_builder.c 195 fwrite(&type, sizeof(type), 1, inv_data_builder.file);
196 fwrite(&orientation, sizeof(orientation), 1, inv_data_builder.file);
197 fwrite(&sensitivity, sizeof(sensitivity), 1, inv_data_builder.file);
212 fwrite(&type, sizeof(type), 1, inv_data_builder.file);
213 fwrite(&sample_rate_us, sizeof(sample_rate_us), 1, inv_data_builder.file);
231 fwrite(&type, sizeof(type), 1, inv_data_builder.file);
232 fwrite(&sample_rate_us, sizeof(sample_rate_us), 1, inv_data_builder.file);
250 fwrite(&type, sizeof(type), 1, inv_data_builder.file);
251 fwrite(&sample_rate_us, sizeof(sample_rate_us), 1, inv_data_builder.file);
284 fwrite(&type, sizeof(type), 1, inv_data_builder.file)
    [all...]
  /external/chromium_org/ui/base/resource/
data_pack.cc 242 if (fwrite(&kFileFormatVersion, sizeof(kFileFormatVersion), 1, file) != 1) {
251 if (fwrite(&entry_count, sizeof(entry_count), 1, file) != 1) {
266 if (fwrite(&write_buffer, sizeof(uint8), 1, file) != 1) {
280 if (fwrite(&resource_id, sizeof(resource_id), 1, file) != 1) {
286 if (fwrite(&data_offset, sizeof(data_offset), 1, file) != 1) {
298 if (fwrite(&resource_id, sizeof(resource_id), 1, file) != 1) {
304 if (fwrite(&data_offset, sizeof(data_offset), 1, file) != 1) {
313 if (fwrite(it->second.data(), it->second.length(), 1, file) != 1) {
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
data_builder.c 250 fwrite(&type, sizeof(type), 1, inv_data_builder.file);
251 fwrite(&orientation, sizeof(orientation), 1, inv_data_builder.file);
252 fwrite(&sensitivity, sizeof(sensitivity), 1, inv_data_builder.file);
267 fwrite(&type, sizeof(type), 1, inv_data_builder.file);
268 fwrite(&sample_rate_us, sizeof(sample_rate_us), 1, inv_data_builder.file);
286 fwrite(&type, sizeof(type), 1, inv_data_builder.file);
287 fwrite(&sample_rate_us, sizeof(sample_rate_us), 1, inv_data_builder.file);
507 fwrite(&type, sizeof(type), 1, inv_data_builder.file);
508 fwrite(&sample_rate_us, sizeof(sample_rate_us), 1, inv_data_builder.file);
541 fwrite(&type, sizeof(type), 1, inv_data_builder.file)
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.c 249 fwrite(&type, sizeof(type), 1, inv_data_builder.file);
250 fwrite(&orientation, sizeof(orientation), 1, inv_data_builder.file);
251 fwrite(&sensitivity, sizeof(sensitivity), 1, inv_data_builder.file);
266 fwrite(&type, sizeof(type), 1, inv_data_builder.file);
267 fwrite(&sample_rate_us, sizeof(sample_rate_us), 1, inv_data_builder.file);
285 fwrite(&type, sizeof(type), 1, inv_data_builder.file);
286 fwrite(&sample_rate_us, sizeof(sample_rate_us), 1, inv_data_builder.file);
304 fwrite(&type, sizeof(type), 1, inv_data_builder.file);
305 fwrite(&sample_rate_us, sizeof(sample_rate_us), 1, inv_data_builder.file);
338 fwrite(&type, sizeof(type), 1, inv_data_builder.file)
    [all...]
  /external/bison/lib/
unlocked-io.h 93 # undef fwrite macro
94 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) macro
96 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z)
fprintf.c 55 if (fwrite (output, 1, len, fp) < len)
vfprintf.c 52 if (fwrite (output, 1, len, fp) < len)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc 133 if (fwrite(streamdata, sizeof(unsigned char), stream_len, bitp) !=
145 if (fwrite(streamdata, sizeof(unsigned char), stream_len, bitp) !=
161 if (fwrite(decoded, sizeof(short), framelength, outp) !=
  /hardware/intel/img/psb_video/fw/topazsc/
topaz_bin.c 233 fwrite(&(topaz_fw_table[iter].header), sizeof(topaz_fw_table[iter].header), 1, fp);
237 fwrite(topaz_fw_table[iter].fw_text, 1, size, fp);
241 fwrite(topaz_fw_table[iter].fw_data, 1, size, fp);
topazsc_bin.c 182 fwrite(&(topaz_fw_table[iter].header), sizeof(topaz_fw_table[iter].header), 1, fp);
186 fwrite(topaz_fw_table[iter].fw_text, 1, size, fp);
190 fwrite(topaz_fw_table[iter].fw_data, 1, size, fp);
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio-write.c 141 fwrite (const void *ptr, size_t s, size_t n, FILE *stream) function
142 #undef fwrite macro
144 CALL_WITH_SIGPIPE_EMULATION (size_t, fwrite (ptr, s, n, stream), ret < n)
unlocked-io.h 93 # undef fwrite macro
94 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) macro
96 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z)
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
dict_file_writing_utils.cpp 96 if (fwrite(bufferSize, SIZE_OF_BUFFER_SIZE_FIELD, 1 /* count */, file) < 1) {
132 if (originalBufSize > 0 && fwrite(buffer->getBuffer(false /* usesAdditionalBuffer */),
137 if (additionalBufSize > 0 && fwrite(buffer->getBuffer(true /* usesAdditionalBuffer */),
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fwrite.c 1 /* $OpenBSD: fwrite.c,v 1.11 2014/05/01 16:40:36 deraadt Exp $ */
48 fwrite(const void *buf, size_t size, size_t count, FILE *fp) function

Completed in 1598 milliseconds

12 3 4 5 6 7 8 91011>>