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

  /external/llvm/include/llvm-c/
LinkTimeOptimizer.h 59 (llvm_lto_t lto, const char* output_filename);
  /external/webrtc/test/testsupport/
frame_writer.cc 18 FrameWriterImpl::FrameWriterImpl(std::string output_filename,
20 : output_filename_(output_filename),
frame_writer.h 49 // output_filename The file to write. Will be overwritten if already
53 FrameWriterImpl(std::string output_filename, int frame_length_in_bytes);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_result_writer.py 118 output_filename = fs.join(self._root_output_dir, self._testname)
119 self._port.maybe_make_directory(fs.dirname(output_filename))
121 def output_filename(self, modifier): member in class:TestResultWriter
134 output_filename = fs.join(self._root_output_dir, self._testname)
135 return fs.splitext(output_filename)[0] + modifier
151 actual_filename = self.output_filename(self.FILENAME_SUFFIX_ACTUAL + file_type)
152 expected_filename = self.output_filename(self.FILENAME_SUFFIX_EXPECTED + file_type)
162 filename = self.output_filename("-stderr.txt")
169 filename = self.output_filename("-stack.txt")
184 actual_filename = self.output_filename(self.FILENAME_SUFFIX_ACTUAL + file_type
    [all...]
  /external/webkit/Source/WebKit/chromium/scripts/
generate_devtools_grd.py 61 def __init__(self, source_files, image_dirs, output_filename):
64 self.output_filename = output_filename
96 output_directory = os.path.dirname(parsed_args.output_filename)
116 with open(parsed_args.output_filename, 'w') as output_file:
  /external/marisa-trie/tools/
marisa-build.cc 21 const char *output_filename = NULL; member in namespace:__anon12147
92 if (output_filename != NULL) {
94 trie.save(output_filename);
98 << output_filename << std::endl;
176 output_filename = cmdopt.optarg;
  /external/marisa-trie/v0_1_5/tools/
marisa_alpha-build.cc 21 const char *output_filename = NULL; member in namespace:__anon12160
92 if (output_filename != NULL) {
94 trie.save(output_filename);
98 << output_filename << std::endl;
176 output_filename = cmdopt.optarg;
  /build/tools/
generate-notice-files.py 93 def combine_notice_files_html(file_hash, input_dir, output_filename):
94 """Combine notice files in FILE_HASH and output a HTML version to OUTPUT_FILENAME."""
108 output_file = open(output_filename, "wb")
151 def combine_notice_files_text(file_hash, input_dir, output_filename, file_title):
152 """Combine notice files in FILE_HASH and output a text version to OUTPUT_FILENAME."""
155 output_file = open(output_filename, "wb")
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 253 string output_filename(output_path);
254 output_filename += OS_PATH_SEPARATOR_STR;
255 output_filename += filename;
257 FILE *pfout = fopen(output_filename.c_str(), "w");
260 output_filename.c_str());
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoWriter.cpp 169 const char *output_filename = pOutput.getName().c_str(); local
173 output_filename, pOutput.getErrorMessage().c_str());
185 output_filename, pOutput.getErrorMessage().c_str());
193 output_filename, pOutput.getErrorMessage().c_str());
  /frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c 48 static int parsecmdline(int argc, char **argv,char **input_filename, char **output_filename, AACENC_PARAM *param)
78 *output_filename = *argv;
  /external/oprofile/libabi/
opimport.cpp 34 string output_filename; member in namespace:__anon12744
43 popt::option(output_filename, "output", 'o', "output to file", "filename"),
210 rc = odb_open(&dest, output_filename.c_str(), ODB_RDWR,
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 66 const std::string output_filename; member in class:__anon18350::ApmTest
78 output_filename(resource_path + "output_data_fixed.pb"),
80 output_filename(resource_path + "output_data_float.pb"),
    [all...]

Completed in 243 milliseconds