Searched refs:file_prefix (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/tools/barcode_tools/ |
D | barcode_decoder.py | 127 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')
|
D | helper_functions.py | 83 file_prefix = os.path.join(directory, file_pattern) 90 file_name = file_prefix + zero_padded_file_number + '.' + file_extension
|
/external/webrtc/webrtc/base/ |
D | filerotatingstream.cc | 27 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()
|
D | filerotatingstream.h | 31 const std::string& file_prefix); 36 const std::string& file_prefix, 87 const std::string& file_prefix,
|
D | filerotatingstream_unittest.cc | 26 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/ |
D | source_line_info.py | 38 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/ |
D | validators_unittest.py | 339 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/ |
D | ChangeLog-1998 | 584 * src/bison.cld: Add /version, /yacc, /file_prefix, and 592 * src/files.c: Append _tab, not .tab when using /file_prefix under
|