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

1 2

  /external/tensorflow/tensorflow/core/platform/cloud/
retrying_file_system.cc 30 RetryingRandomAccessFile(std::unique_ptr<RandomAccessFile> base_file,
32 : base_file_(std::move(base_file)),
50 RetryingWritableFile(std::unique_ptr<WritableFile> base_file,
52 : base_file_(std::move(base_file)),
90 std::unique_ptr<RandomAccessFile> base_file; local
93 filename, &base_file),
95 result->reset(new RetryingRandomAccessFile(std::move(base_file),
102 std::unique_ptr<WritableFile> base_file; local
105 &base_file),
107 result->reset(new RetryingWritableFile(std::move(base_file),
114 std::unique_ptr<WritableFile> base_file; local
    [all...]
retrying_file_system_test.cc 177 std::unique_ptr<RandomAccessFile> base_file(
185 base_fs->random_access_file_to_return = std::move(base_file);
204 std::unique_ptr<RandomAccessFile> base_file(
212 base_fs->random_access_file_to_return = std::move(base_file);
228 std::unique_ptr<RandomAccessFile> base_file(
236 base_fs->random_access_file_to_return = std::move(base_file);
258 std::unique_ptr<RandomAccessFile> base_file(
266 base_fs->random_access_file_to_return = std::move(base_file);
284 std::unique_ptr<WritableFile> base_file(
292 base_fs->writable_file_to_return = std::move(base_file);
    [all...]
  /system/libufdt/tests/src/
fdt_overlay_test_app.c 74 fprintf(stderr, "Usage: %s <base_file> <overlay_file> <out_file>\n", argv[0]);
78 const char *base_file = argv[1]; local
81 int ret = apply_overlay_files(out_file, base_file, overlay_file);
ufdt_overlay_test_app.c 79 fprintf(stderr, "Usage: %s <base_file> <overlay_file> <out_file>\n", argv[0]);
83 const char *base_file = argv[1]; local
86 int ret = apply_overlay_files(out_file, base_file, overlay_file);
  /external/webrtc/webrtc/tools/barcode_tools/
barcode_encoder.py 162 def _overlay_barcode_and_base_frames(barcodes_file, base_file, output_file,
169 base_file(FileObject): The base YUV file (opened).
191 base_plane = base_file.read(base_comp_width)
228 base_file = open(base_file_name, 'rb')
233 data_left = _overlay_barcode_and_base_frames(barcodes_file, base_file,
239 base_file.close()
  /external/curl/packages/vms/
build_gnv_curl_release_notes.com 32 $ base_file = f$trnlnm("GNV_PCSI_FILENAME_BASE")
33 $ if base_file .eqs. ""
96 /out='base_file'.release_notes
98 $ purge 'base_file'.release_notes
99 $ rename 'base_file.release_notes ;1
build_gnv_curl_pcsi_text.com 107 $ base_file = kit_name
108 $ create 'base_file'.pcsi$text
113 $ open/append ptxt 'base_file'.pcsi$text
build_gnv_curl_pcsi_desc.com 102 $ base_file = kit_name
103 $ create 'base_file'.pcsi$desc
108 $ open/append pdsc 'base_file'.pcsi$desc
  /toolchain/binutils/binutils-2.27/bfd/
coff-mcore.c 230 if (fwrite (&addr, sizeof (addr), 1, (FILE *) info->base_file) == 1)
510 if (info->base_file
elf64-mmix.c     [all...]
coff-arm.c 948 if (fwrite (&addr, sizeof (addr), 1, (FILE *) info->base_file) == 1)
    [all...]
coff-ppc.c 927 if (fwrite (&addr, sizeof (addr), 1, (FILE *) info->base_file) == 1)
    [all...]
cofflink.c     [all...]
  /toolchain/binutils/binutils-2.27/include/
bfdlink.h 554 void *base_file;
552 void *base_file; member in struct:bfd_link_info
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
dlltool.c 433 static FILE *base_file; variable
    [all...]
  /external/cmockery/cmockery_0_1_2/
configure     [all...]
  /external/protobuf/
configure     [all...]
  /external/protobuf/gtest/
configure     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
configure     [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/
configure     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/
configure     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/
configure     [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure     [all...]
  /external/libedit/
configure     [all...]
  /external/libexif/
configure     [all...]

Completed in 943 milliseconds

1 2