Searched refs:Filename (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DGDBJITRegistrar.cpp175 std::string Filename(gDebugDumpDirectory);
176 Filename += "/jit_registered.o";
178 std::ofstream outfile(Filename.c_str(), std::ofstream::binary);
/frameworks/compile/slang/
H A Dslang_rs.cpp69 // Returns true if \p Filename ends in ".fs".
70 bool SlangRS::isFilterscript(const char *Filename) { argument
71 const char *c = strrchr(Filename, '.');
260 const char *Filename = PLoc.getFilename(); local
261 if (!Filename) {
264 return IsRSHeaderFile(llvm::sys::path::filename(Filename).data());
H A Dslang_rs.h77 static bool isFilterscript(const char *Filename);
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_9_gcc.s20 @ Filename: pvmp3_dct_9_gcc.s
H A Dpvmp3_polyphase_filter_window_gcc.s20 @ Filename: pvmp3_polyphase_filter_window.s
H A Dpvmp3_mdct_18_gcc.s20 @ Filename: pvmp3_dct_18_gcc.s
H A Dpvmp3_dct_16_gcc.s20 @ Filename: pvmp3_dct_16_gcc.s

Completed in 144 milliseconds