Home
last modified time | relevance | path

Searched refs:file_prefix (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/tools/barcode_tools/
Dbarcode_decoder.py127 file_prefix = os.path.join(input_directory, 'frame_')
133 barcode_file_name = file_prefix + frame_number + '.txt'
134 png_frame = file_prefix + frame_number + '.png'
215 file_prefix = os.path.join(input_directory, 'frame_')
220 file_name = (file_prefix + helper_functions.zero_pad(num) + '.png')
Dhelper_functions.py83 file_prefix = os.path.join(directory, file_pattern)
90 file_name = file_prefix + zero_padded_file_number + '.' + file_extension
/external/webrtc/webrtc/base/
Dfilerotatingstream.cc27 const std::string& file_prefix) in FileRotatingStream() argument
28 : FileRotatingStream(dir_path, file_prefix, 0, 0, kRead) { in FileRotatingStream()
32 const std::string& file_prefix, in FileRotatingStream() argument
36 file_prefix, in FileRotatingStream()
45 const std::string& file_prefix, in FileRotatingStream() argument
50 file_prefix_(file_prefix), in FileRotatingStream()
Dfilerotatingstream.h31 const std::string& file_prefix);
36 const std::string& file_prefix,
87 const std::string& file_prefix,
Dfilerotatingstream_unittest.cc26 const std::string& file_prefix, in Init() argument
36 stream_.reset(new FileRotatingStream(dir_path_, file_prefix, max_file_size, in Init()
59 const char* file_prefix) { in VerifyStreamRead() argument
61 stream.reset(new FileRotatingStream(dir_path, file_prefix)); in VerifyStreamRead()
/external/vulkan-validation-layers/
Dsource_line_info.py38 self.file_prefix = "file "
45 …return "%s%s%s %s%s" % (self.general_prefix, self.file_prefix, frameinfo.filename, self.line_prefi…
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
Dvalidators_unittest.py339 file_prefix = 'one_finger_physical_click'
342 os.path.join(gesture_path, file_prefix + '*.dat'))]
345 file_prefix = 'two_fingers_physical_click'
348 os.path.join(gesture_path, file_prefix + '*.dat'))]
/external/bison/
DChangeLog-1998584 * src/bison.cld: Add /version, /yacc, /file_prefix, and
592 * src/files.c: Append _tab, not .tab when using /file_prefix under