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

  /external/vulkan-validation-layers/
source_line_info.py 31 self.file_prefix = "file "
38 return "%s%s%s %s%s" % (self.general_prefix, self.file_prefix, frameinfo.filename, self.line_prefix, frameinfo.lineno)
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
source_line_info.py 31 self.file_prefix = "file "
38 return "%s%s%s %s%s" % (self.general_prefix, self.file_prefix, frameinfo.filename, self.line_prefix, frameinfo.lineno)
  /external/webrtc/webrtc/tools/barcode_tools/
helper_functions.py 83 file_prefix = os.path.join(directory, file_pattern)
90 file_name = file_prefix + zero_padded_file_number + '.' + file_extension
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')
  /external/webrtc/webrtc/base/
filerotatingstream.h 31 const std::string& file_prefix);
36 const std::string& file_prefix,
87 const std::string& file_prefix,
filerotatingstream.cc 27 const std::string& file_prefix)
28 : FileRotatingStream(dir_path, file_prefix, 0, 0, kRead) {
32 const std::string& file_prefix,
36 file_prefix,
45 const std::string& file_prefix,
50 file_prefix_(file_prefix),
filerotatingstream_unittest.cc 26 const std::string& file_prefix,
36 stream_.reset(new FileRotatingStream(dir_path_, file_prefix, max_file_size,
59 const char* file_prefix) {
61 stream.reset(new FileRotatingStream(dir_path, file_prefix));
  /external/protobuf/benchmarks/
generate_datasets.cc 43 const char *file_prefix = "dataset."; variable
83 std::string fname = file_prefix + name + file_suffix;
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
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'))]
    [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 381 * Finds the last modified file in the directory dir whose name starts with file_prefix.
386 const std::string& file_prefix) {
393 // Find the newest file matching the file_prefix in dir
401 if (!file_prefix.empty()) {
402 if (!android::base::StartsWith(file, file_prefix.c_str())) continue;
427 std::string file_prefix = android::base::GetProperty("ro.radio.log_prefix", ""); local
429 if(file_prefix.empty()) {
430 MYLOGD("No modem log : file_prefix is empty\n");
440 MYLOGD("DumpModemLogs: directory is %s and file_prefix is %s\n",
441 radio_bugreport_dir.c_str(), file_prefix.c_str())
    [all...]

Completed in 235 milliseconds