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

  /external/lz4/examples/
frameCompress.c 57 compress_file_internal(FILE* f_in, FILE* f_out,
65 assert(f_in != NULL); assert(f_out != NULL);
78 safe_fwrite(outBuff, 1, headerSize, f_out);
97 safe_fwrite(outBuff, 1, compressedSize, f_out);
111 safe_fwrite(outBuff, 1, compressedSize, f_out);
122 compress_file(FILE* f_in, FILE* f_out)
125 assert(f_out != NULL);
136 result = compress_file_internal(f_in, f_out,
170 decompress_file_internal(FILE* f_in, FILE* f_out,
178 assert(f_in != NULL); assert(f_out != NULL)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
mkreal.py 23 f_out = open(name, 'w')
27 f_out.write(buf)
28 del f_out # Flush data to disk before changing mode
  /external/python/cpython2/Tools/scripts/
mkreal.py 23 f_out = open(name, 'w')
27 f_out.write(buf)
28 del f_out # Flush data to disk before changing mode
  /external/python/cpython3/Tools/scripts/
mkreal.py 23 f_out = open(name, 'w')
27 f_out.write(buf)
28 del f_out # Flush data to disk before changing mode
  /external/python/setuptools/setuptools/tests/
test_windows_wrappers.py 179 with (tmpdir / 'test_output.txt').open('rb') as f_out:
180 actual = f_out.read().decode('ascii')
  /external/tensorflow/tensorflow/lite/tutorials/
dataset.py 80 tf.gfile.Open(filepath, 'wb') as f_out:
81 shutil.copyfileobj(f_in, f_out)
  /external/tensorflow/tensorflow/python/ops/
cond_v2.py 594 t_out.shape.most_specific_compatible_shape(f_out.shape)
595 for t_out, f_out in zip(true_graph_outputs, false_graph_outputs)
  /external/tensorflow/tensorflow/contrib/rnn/kernels/
lstm_ops.cc 930 Tensor* f_out; variable
1103 const Tensor* f_out = nullptr; variable
    [all...]
  /external/autotest/site_utils/
gs_offloader.py 512 gzip.open(test_result_file_gz, 'w')) as f_out:
513 shutil.copyfileobj(f_in, f_out)
    [all...]

Completed in 4185 milliseconds