Searched refs:input_filename (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/tests/debuginfo/
H A Dtest_bcc_debuginfo.pl32 my $input_filename = basename $testcase_file;
35 my $debugger_script_file = "$output_dir/$input_filename.debugger.script";
36 my $output_file = "$output_dir/$input_filename.gdb.output";
52 $s =~ s/\%s/$input_filename/g;
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DObjectLoader.cpp107 const char *input_filename = pFile.getName().c_str(); local
113 input_filename, pFile.getErrorMessage().c_str());
120 ALOGE("Failed to get size of file %s! (%s)", input_filename,
127 ALOGE("Empty file %s to the object loader.", input_filename);
134 ALOGE("Failed to map the file %s to the memory! (%s)", input_filename,
140 result = Load(file_map->getDataPtr(), file_size, input_filename, pResolver,
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoReader.cpp155 const char *input_filename = pInput.getName().c_str(); local
159 ALOGE("Invalid RS info file %s! (%s)", input_filename,
167 input_filename, pInput.getErrorMessage().c_str());
176 input_filename, pInput.getErrorMessage().c_str());
188 "cache.", input_filename);
197 "%s. Treat it as as a dirty cache.", input_filename, RSINFO_VERSION,
209 ALOGW("Corrupted RS info file %s! (unexpected size found)", input_filename);
222 ALOGW("Corrupted RS info file %s! (data out of the range)", input_filename);
230 ALOGE("Out of memory when create RSInfo object for %s!", input_filename);
245 input_filename);
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
H A DAAC_E_SAMPLES.c48 static int parsecmdline(int argc, char **argv,char **input_filename, char **output_filename, AACENC_PARAM *param) argument
72 *input_filename = *argv;

Completed in 1581 milliseconds