Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/ExecutionEngine/
DObjectLoader.cpp107 const char *input_filename = pFile.getName().c_str(); in Load() local
113 input_filename, pFile.getErrorMessage().c_str()); in Load()
120 ALOGE("Failed to get size of file %s! (%s)", input_filename, in Load()
127 ALOGE("Empty file %s to the object loader.", input_filename); in Load()
134 ALOGE("Failed to map the file %s to the memory! (%s)", input_filename, in Load()
140 result = Load(file_map->getDataPtr(), file_size, input_filename, pResolver, in Load()
/frameworks/compile/libbcc/tests/debuginfo/
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/Renderscript/
DRSInfoReader.cpp182 const char *input_filename = pInput.getName().c_str(); in ReadFromFile() local
186 ALOGE("Invalid RS info file %s! (%s)", input_filename, in ReadFromFile()
194 input_filename, pInput.getErrorMessage().c_str()); in ReadFromFile()
203 input_filename, pInput.getErrorMessage().c_str()); in ReadFromFile()
215 "cache.", input_filename); in ReadFromFile()
224 "%s. Treat it as as a dirty cache.", input_filename, RSINFO_VERSION, in ReadFromFile()
237 ALOGW("Corrupted RS info file %s! (unexpected size found)", input_filename); in ReadFromFile()
251 ALOGW("Corrupted RS info file %s! (data out of the range)", input_filename); in ReadFromFile()
259 ALOGE("Out of memory when create RSInfo object for %s!", input_filename); in ReadFromFile()
274 input_filename); in ReadFromFile()
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
DAAC_E_SAMPLES.c48 static int parsecmdline(int argc, char **argv,char **input_filename, char **output_filename, AACE… in parsecmdline() argument
72 *input_filename = *argv; in parsecmdline()